01M1WJ9JN6T60BQD0K5XXZX4N0: 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: 01M1WJA549KMYYGV840ZMQ9QCR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-06T23:55:17.283Zjob assigned to worker 01M1WJA9WEWP8S8N4EMB8KB13Z [factory aws, i-0c69712cb269305bc] (queued for 48 s)
 
22026-09-06T23:55:24.259Zstarting task 0: "setup"
32026-09-06T23:55:24.263Z++ uname -s
42026-09-06T23:55:24.267Z+ kern=SunOS
52026-09-06T23:55:24.267Z+ build_user=build
62026-09-06T23:55:24.267Z+ build_uid=12345
72026-09-06T23:55:24.267Z+ work_dir=/work
82026-09-06T23:55:24.267Z+ input_dir=/input
92026-09-06T23:55:24.267Z+ [[ 0 == 12345 ]]
102026-09-06T23:55:24.267Z+ case "$kern" in
112026-09-06T23:55:24.267Z+ groupadd -g 12345 build
122026-09-06T23:55:24.270Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-06T23:55:26.274Z+ zfs create -o mountpoint=/work rpool/work
142026-09-06T23:55:26.424Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-06T23:55:26.427Z+ home_fs=zfs
162026-09-06T23:55:26.427Z+ [[ zfs == autofs ]]
172026-09-06T23:55:26.427Z+ mkdir -p /home/build
182026-09-06T23:55:26.427Z+ chown build:build /home/build /work
192026-09-06T23:55:28.429Z+ chmod 0700 /home/build /work
202026-09-06T23:55:28.432Zprocess exited: duration 4174 ms, exit code 0
 
212026-09-06T23:55:28.439Zstarting task 1: "rust-toolchain"
222026-09-06T23:55:28.444Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-06T23:55:28.444Z * rust toolchain channel = "1.98.1"
242026-09-06T23:55:28.444Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-06T23:55:28.444Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-06T23:55:28.444Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-06T23:55:28.444Z * rust toolchain profile = "default"
282026-09-06T23:55:29.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-06T23:55:29.451Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-06T23:55:29.454Zinfo: downloading installer
312026-09-06T23:55:29.745Zinfo: profile set to default
322026-09-06T23:55:29.745Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-06T23:55:29.748Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-06T23:55:29.899Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-06T23:55:29.902Zinfo: downloading 6 components
362026-09-06T23:55:43.732Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-06T23:55:43.732Z
382026-09-06T23:55:43.761Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-06T23:55:43.761Z
402026-09-06T23:55:43.765Z
412026-09-06T23:55:43.765ZRust is installed now. Great!
422026-09-06T23:55:43.765Z
432026-09-06T23:55:43.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-06T23:55:43.765Zenvironment variable. This has not been done automatically.
452026-09-06T23:55:43.765Z
462026-09-06T23:55:43.765ZTo configure your current shell, you need to source
472026-09-06T23:55:43.765Zthe corresponding env file under $HOME/.cargo.
482026-09-06T23:55:43.765Z
492026-09-06T23:55:43.765ZConsider running the right command for your shell (note the leading DOT):
502026-09-06T23:55:43.765Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-06T23:55:43.765Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-06T23:55:43.765ZCC_x86_64-unknown-illumos = None
532026-09-06T23:55:43.765Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-06T23:55:43.765ZCC_x86_64_unknown_illumos = None
552026-09-06T23:55:43.765Zcargo:rerun-if-env-changed=HOST_CC
562026-09-06T23:55:43.765ZHOST_CC = None
572026-09-06T23:55:43.765Zcargo:rerun-if-env-changed=CC
582026-09-06T23:55:43.765ZCC = None
592026-09-06T23:55:43.765Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-06T23:55:43.942Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-06T23:55:43.942ZCRATE_CC_NO_DEFAULTS = None
622026-09-06T23:55:43.942Zcargo:rerun-if-env-changed=CFLAGS
632026-09-06T23:55:43.942ZCFLAGS = None
642026-09-06T23:55:43.942Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-06T23:55:43.942ZHOST_CFLAGS = None
662026-09-06T23:55:43.942Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-06T23:55:43.942ZCFLAGS_x86_64_unknown_illumos = None
682026-09-06T23:55:43.942Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-06T23:55:43.942ZCFLAGS_x86_64-unknown-illumos = None
702026-09-06T23:55:44.042Z+ rustup --version
712026-09-06T23:55:44.047Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-06T23:55:44.050Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-06T23:55:44.068Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-06T23:55:44.072Z+ cargo --version
752026-09-06T23:55:44.078Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-06T23:55:44.082Z+ rustc --version
772026-09-06T23:55:44.101Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-06T23:55:44.104Zprocess exited: duration 15664 ms, exit code 0
 
792026-09-06T23:55:44.111Zstarting task 2: "authentication"
802026-09-06T23:55:44.129Zprocess exited: duration 18 ms, exit code 0
 
812026-09-06T23:55:44.138Zstarting task 3: "clone repository"
822026-09-06T23:55:44.141Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-06T23:55:44.144Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-06T23:55:44.175ZCloning into '/work/oxidecomputer/omicron'...
852026-09-06T23:55:57.155Z+ cd /work/oxidecomputer/omicron
862026-09-06T23:55:57.155Z+ git fetch origin 01f98ba88b7421b44011364c90e658f53f17eb70
872026-09-06T23:55:57.477ZFrom https://github.com/oxidecomputer/omicron
882026-09-06T23:55:57.477Z * branch 01f98ba88b7421b44011364c90e658f53f17eb70 -> FETCH_HEAD
892026-09-06T23:55:57.489Z+ [[ -n sush-sled-agent ]]
902026-09-06T23:55:57.493Z++ git branch --show-current
912026-09-06T23:55:57.493Z+ current=main
922026-09-06T23:55:57.493Z+ [[ main != sush-sled-agent ]]
932026-09-06T23:55:57.493Z+ git branch -f sush-sled-agent 01f98ba88b7421b44011364c90e658f53f17eb70
942026-09-06T23:55:57.496Z+ git checkout -f sush-sled-agent
952026-09-06T23:55:57.746ZSwitched to branch 'sush-sled-agent'
962026-09-06T23:55:57.749Z+ git reset --hard 01f98ba88b7421b44011364c90e658f53f17eb70
972026-09-06T23:55:57.997ZHEAD is now at 01f98ba88 Embed sush in sled-agent
982026-09-06T23:55:58.002Zprocess exited: duration 13862 ms, exit code 0
 
992026-09-06T23:55:58.009Zstarting task 4: "build"
1002026-09-06T23:55:58.014Z+ source .github/buildomat/ci-env.sh
1012026-09-06T23:55:58.014Z++ export CARGO_TERM_COLOR=always
1022026-09-06T23:55:58.014Z++ CARGO_TERM_COLOR=always
1032026-09-06T23:55:58.017Z+++ uname -s
1042026-09-06T23:55:58.018Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-06T23:55:58.018Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-06T23:55:58.021Z+ cargo --version
1072026-09-06T23:55:58.028Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-06T23:55:58.032Z+ rustc --version
1092026-09-06T23:55:58.049Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-06T23:55:58.053Z+ cargo tree --locked
1112026-09-06T23:55:58.230Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-06T23:55:58.575Z Updating crates.io index
1132026-09-06T23:55:58.578Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-06T23:55:58.882Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-06T23:55:59.251Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-06T23:55:59.535Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-06T23:56:00.562Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-06T23:56:01.118Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-06T23:56:02.775Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-06T23:56:03.679Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-06T23:56:03.996Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-06T23:56:04.378Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-06T23:56:05.588Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-06T23:56:05.886Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-06T23:56:06.292Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-06T23:56:06.835Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-06T23:56:07.114Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-06T23:56:07.401Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-06T23:56:07.703Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-06T23:56:07.978Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-06T23:56:08.292Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-06T23:56:08.649Z Updating git repository `https://github.com/oxidecomputer/sush`
1332026-09-06T23:56:09.195Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-06T23:56:09.739Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-06T23:56:10.015Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-06T23:56:10.604Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-06T23:56:10.970Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-06T23:56:11.277Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-06T23:56:11.705Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-06T23:56:11.977Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-06T23:56:12.409Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-06T23:56:12.772Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-06T23:56:13.045Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-06T23:56:13.372Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-06T23:56:13.747Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-06T23:56:14.313Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-06T23:56:14.893Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1482026-09-06T23:56:15.192Z Updating git repository `https://github.com/oxidecomputer/rumors`
1492026-09-06T23:56:22.274Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1502026-09-06T23:56:22.613Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1512026-09-06T23:56:22.978Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1522026-09-06T23:56:23.279Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1532026-09-06T23:56:23.713Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1542026-09-06T23:56:23.982Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1552026-09-06T23:56:24.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1562026-09-06T23:56:24.626Z Updating git repository `https://github.com/illumos/smf-rs`
1572026-09-06T23:56:27.295Z Downloading crates ...
1582026-09-06T23:56:27.370Z Downloaded futures-core v0.3.32
1592026-09-06T23:56:27.375Z Downloaded dsl_auto_type v0.2.0
1602026-09-06T23:56:27.375Z Downloaded hash32 v0.2.1
1612026-09-06T23:56:27.378Z Downloaded addr2line v0.25.1
1622026-09-06T23:56:27.384Z Downloaded ghash v0.6.0
1632026-09-06T23:56:27.387Z Downloaded miette-derive v7.6.0
1642026-09-06T23:56:27.387Z Downloaded dropshot-api-manager-types v0.8.0
1652026-09-06T23:56:27.392Z Downloaded half v1.8.3
1662026-09-06T23:56:27.395Z Downloaded libefi-sys v0.1.0
1672026-09-06T23:56:27.395Z Downloaded match_cfg v0.1.0
1682026-09-06T23:56:27.395Z Downloaded multer v3.1.0
1692026-09-06T23:56:27.395Z Downloaded fixedbitset v0.4.2
1702026-09-06T23:56:27.395Z Downloaded libtest-mimic v0.8.1
1712026-09-06T23:56:27.400Z Downloaded dunce v1.0.5
1722026-09-06T23:56:27.400Z Downloaded event-listener-strategy v0.5.4
1732026-09-06T23:56:27.400Z Downloaded dtrace-parser v0.2.0
1742026-09-06T23:56:27.400Z Downloaded futures-sink v0.3.32
1752026-09-06T23:56:27.400Z Downloaded guppy v0.17.25
1762026-09-06T23:56:27.403Z Downloaded ecdsa v0.16.9
1772026-09-06T23:56:27.403Z Downloaded lru-slab v0.1.2
1782026-09-06T23:56:27.405Z Downloaded nom v8.0.0
1792026-09-06T23:56:27.408Z Downloaded libloading v0.8.9
1802026-09-06T23:56:27.408Z Downloaded dtrace-parser v0.3.0
1812026-09-06T23:56:27.411Z Downloaded libbz2-rs-sys v0.2.2
1822026-09-06T23:56:27.411Z Downloaded fancy-regex v0.14.0
1832026-09-06T23:56:27.414Z Downloaded flate2 v1.1.9
1842026-09-06T23:56:27.417Z Downloaded float-ord v0.3.2
1852026-09-06T23:56:27.417Z Downloaded form_urlencoded v1.2.2
1862026-09-06T23:56:27.417Z Downloaded float-cmp v0.10.0
1872026-09-06T23:56:27.417Z Downloaded embedded-io v0.4.0
1882026-09-06T23:56:27.420Z Downloaded escape8259 v0.5.3
1892026-09-06T23:56:27.420Z Downloaded either v1.15.0
1902026-09-06T23:56:27.420Z Downloaded memmap2 v0.9.10
1912026-09-06T23:56:27.420Z Downloaded nom v7.1.3
1922026-09-06T23:56:27.424Z Downloaded elliptic-curve v0.13.8
1932026-09-06T23:56:27.427Z Downloaded dropshot_endpoint v0.17.1
1942026-09-06T23:56:27.427Z Downloaded linkme v0.3.35
1952026-09-06T23:56:27.430Z Downloaded memchr v2.8.0
1962026-09-06T23:56:27.433Z Downloaded fd-lock v4.0.4
1972026-09-06T23:56:27.433Z Downloaded embedded-io v0.6.1
1982026-09-06T23:56:27.433Z Downloaded maplit v1.0.2
1992026-09-06T23:56:27.436Z Downloaded foreign-types v0.5.0
2002026-09-06T23:56:27.436Z Downloaded errno v0.3.14
2012026-09-06T23:56:27.436Z Downloaded md-5 v0.10.6
2022026-09-06T23:56:27.436Z Downloaded md5 v0.8.0
2032026-09-06T23:56:27.436Z Downloaded linkme-impl v0.3.35
2042026-09-06T23:56:27.439Z Downloaded cast v0.3.0
2052026-09-06T23:56:27.439Z Downloaded miette-derive v5.10.0
2062026-09-06T23:56:27.442Z Downloaded env_filter v2.0.0
2072026-09-06T23:56:27.447Z Downloaded miette v7.6.0
2082026-09-06T23:56:27.447Z Downloaded nibble_vec v0.1.0
2092026-09-06T23:56:27.450Z Downloaded linked-hash-map v0.5.6
2102026-09-06T23:56:27.450Z Downloaded equivalent v1.0.2
2112026-09-06T23:56:27.450Z Downloaded futures-io v0.3.32
2122026-09-06T23:56:27.452Z Downloaded num-conv v0.2.0
2132026-09-06T23:56:27.455Z Downloaded futures-task v0.3.32
2142026-09-06T23:56:27.455Z Downloaded generic-array v0.14.7
2152026-09-06T23:56:27.455Z Downloaded macaddr v1.0.1
2162026-09-06T23:56:27.457Z Downloaded funty v2.0.0
2172026-09-06T23:56:27.457Z Downloaded dyn-clone v1.0.20
2182026-09-06T23:56:27.457Z Downloaded lru-cache v0.1.2
2192026-09-06T23:56:27.460Z Downloaded nonempty v0.12.0
2202026-09-06T23:56:27.463Z Downloaded endian-type v0.1.2
2212026-09-06T23:56:27.463Z Downloaded fnv v1.0.7
2222026-09-06T23:56:27.467Z Downloaded multimap v0.10.1
2232026-09-06T23:56:27.467Z Downloaded opaque-debug v0.3.1
2242026-09-06T23:56:27.467Z Downloaded openssl-probe v0.1.6
2252026-09-06T23:56:27.467Z Downloaded mime v0.3.17
2262026-09-06T23:56:27.467Z Downloaded libscf-sys v1.2.0
2272026-09-06T23:56:27.470Z Downloaded lzss v0.8.2
2282026-09-06T23:56:27.470Z Downloaded hash32 v0.3.1
2292026-09-06T23:56:27.470Z Downloaded foreign-types-macros v0.2.3
2302026-09-06T23:56:27.472Z Downloaded globwalk v0.9.1
2312026-09-06T23:56:27.472Z Downloaded lazy_static v1.5.0
2322026-09-06T23:56:27.475Z Downloaded num_threads v0.1.7
2332026-09-06T23:56:27.475Z Downloaded fastrand v2.3.0
2342026-09-06T23:56:27.475Z Downloaded foreign-types v0.3.2
2352026-09-06T23:56:27.475Z Downloaded foreign-types-shared v0.3.1
2362026-09-06T23:56:27.475Z Downloaded normalize-line-endings v0.3.0
2372026-09-06T23:56:27.479Z Downloaded memmap v0.7.0
2382026-09-06T23:56:27.479Z Downloaded enum-as-inner v0.6.1
2392026-09-06T23:56:27.482Z Downloaded maybe-uninit v2.0.0
2402026-09-06T23:56:27.482Z Downloaded module-lattice v0.2.3
2412026-09-06T23:56:27.482Z Downloaded num v0.4.3
2422026-09-06T23:56:27.482Z Downloaded futures-macro v0.3.32
2432026-09-06T23:56:27.482Z Downloaded guppy-workspace-hack v0.1.0
2442026-09-06T23:56:27.485Z Downloaded linear-map v1.2.0
2452026-09-06T23:56:27.485Z Downloaded gethostname v0.5.0
2462026-09-06T23:56:27.485Z Downloaded flagset v0.4.7
2472026-09-06T23:56:27.487Z Downloaded git-stub v1.0.0
2482026-09-06T23:56:27.490Z Downloaded fxhash v0.2.1
2492026-09-06T23:56:27.490Z Downloaded olpc-cjson v0.1.4
2502026-09-06T23:56:27.493Z Downloaded nodrop v0.1.14
2512026-09-06T23:56:27.496Z Downloaded block-buffer v0.12.1
2522026-09-06T23:56:27.496Z Downloaded find-msvc-tools v0.1.9
2532026-09-06T23:56:27.496Z Downloaded lru v0.12.5
2542026-09-06T23:56:27.499Z Downloaded openssl-macros v0.1.1
2552026-09-06T23:56:27.499Z Downloaded num_enum_derive v0.5.11
2562026-09-06T23:56:27.499Z Downloaded ff v0.13.1
2572026-09-06T23:56:27.502Z Downloaded ena v0.14.4
2582026-09-06T23:56:27.502Z Downloaded num-derive v0.4.2
2592026-09-06T23:56:27.502Z Downloaded openssl-probe v0.2.1
2602026-09-06T23:56:27.502Z Downloaded enum_dispatch v0.3.13
2612026-09-06T23:56:27.505Z Downloaded newtype-uuid-macros v0.1.0
2622026-09-06T23:56:27.505Z Downloaded env_logger v0.11.11
2632026-09-06T23:56:27.508Z Downloaded fixedbitset v0.5.7
2642026-09-06T23:56:27.508Z Downloaded managed v0.8.0
2652026-09-06T23:56:27.508Z Downloaded num-iter v0.1.45
2662026-09-06T23:56:27.508Z Downloaded nested v0.1.1
2672026-09-06T23:56:27.508Z Downloaded ed25519 v3.0.0
2682026-09-06T23:56:27.511Z Downloaded group v0.13.0
2692026-09-06T23:56:27.511Z Downloaded futures-timer v3.0.3
2702026-09-06T23:56:27.516Z Downloaded globset v0.4.18
2712026-09-06T23:56:27.519Z Downloaded newline-converter v0.3.0
2722026-09-06T23:56:27.519Z Downloaded ed25519 v2.2.3
2732026-09-06T23:56:27.519Z Downloaded getrandom v0.2.17
2742026-09-06T23:56:27.523Z Downloaded git-stub-vcs v0.1.0
2752026-09-06T23:56:27.523Z Downloaded newtype_derive v0.1.6
2762026-09-06T23:56:27.524Z Downloaded ciborium-io v0.2.2
2772026-09-06T23:56:27.524Z Downloaded libsw-core v0.3.2
2782026-09-06T23:56:27.524Z Downloaded ciborium-ll v0.2.2
2792026-09-06T23:56:27.524Z Downloaded lock_api v0.4.14
2802026-09-06T23:56:27.527Z Downloaded cpufeatures v0.3.0
2812026-09-06T23:56:27.527Z Downloaded convert_case v0.4.0
2822026-09-06T23:56:27.527Z Downloaded crc-catalog v2.4.0
2832026-09-06T23:56:27.527Z Downloaded defmt-parser v1.0.0
2842026-09-06T23:56:27.527Z Downloaded difflib v0.4.0
2852026-09-06T23:56:27.527Z Downloaded darling_macro v0.13.4
2862026-09-06T23:56:27.530Z Downloaded new_debug_unreachable v1.0.6
2872026-09-06T23:56:27.530Z Downloaded num-complex v0.4.6
2882026-09-06T23:56:27.530Z Downloaded mime_guess v2.0.5
2892026-09-06T23:56:27.533Z Downloaded erased-serde v0.3.31
2902026-09-06T23:56:27.533Z Downloaded foreign-types-shared v0.1.1
2912026-09-06T23:56:27.533Z Downloaded fallible-iterator v0.2.0
2922026-09-06T23:56:27.533Z Downloaded ff v0.14.0
2932026-09-06T23:56:27.533Z Downloaded foldhash v0.2.0
2942026-09-06T23:56:27.536Z Downloaded fs-err v2.11.0
2952026-09-06T23:56:27.536Z Downloaded futures-executor v0.3.32
2962026-09-06T23:56:27.536Z Downloaded libsw v3.5.0
2972026-09-06T23:56:27.536Z Downloaded num-rational v0.4.2
2982026-09-06T23:56:27.536Z Downloaded group v0.14.0
2992026-09-06T23:56:27.539Z Downloaded foldhash v0.1.5
3002026-09-06T23:56:27.539Z Downloaded dirs-next v2.0.0
3012026-09-06T23:56:27.539Z Downloaded fs-err v3.3.0
3022026-09-06T23:56:27.542Z Downloaded fs_extra v1.3.0
3032026-09-06T23:56:27.542Z Downloaded bitflags v1.3.2
3042026-09-06T23:56:27.545Z Downloaded plotters-svg v0.3.7
3052026-09-06T23:56:27.548Z Downloaded camino-tempfile v1.4.1
3062026-09-06T23:56:27.548Z Downloaded num-primitive v0.2.1
3072026-09-06T23:56:27.548Z Downloaded num_enum_derive v0.7.6
3082026-09-06T23:56:27.551Z Downloaded proc-macro-crate v1.3.1
3092026-09-06T23:56:27.554Z Downloaded event-listener v5.4.1
3102026-09-06T23:56:27.556Z Downloaded filetime v0.2.27
3112026-09-06T23:56:27.559Z Downloaded num_enum v0.5.11
3122026-09-06T23:56:27.562Z Downloaded lru v0.18.3
3132026-09-06T23:56:27.562Z Downloaded newtype-uuid v1.3.2
3142026-09-06T23:56:27.562Z Downloaded num_enum v0.7.6
3152026-09-06T23:56:27.565Z Downloaded oorandom v11.1.5
3162026-09-06T23:56:27.565Z Downloaded elliptic-curve v0.14.1
3172026-09-06T23:56:27.568Z Downloaded memoffset v0.9.1
3182026-09-06T23:56:27.568Z Downloaded precomputed-hash v0.1.1
3192026-09-06T23:56:27.568Z Downloaded radium v0.7.0
3202026-09-06T23:56:27.568Z Downloaded psl-types v2.0.11
3212026-09-06T23:56:27.568Z Downloaded glob v0.3.3
3222026-09-06T23:56:27.571Z Downloaded rfc6979 v0.6.0
3232026-09-06T23:56:27.571Z Downloaded num-integer v0.1.46
3242026-09-06T23:56:27.571Z Downloaded nu-ansi-term v0.50.3
3252026-09-06T23:56:27.571Z Downloaded bytecount v0.6.9
3262026-09-06T23:56:27.574Z Downloaded rustc-hash v2.1.1
3272026-09-06T23:56:27.574Z Downloaded cmov v0.5.4
3282026-09-06T23:56:27.574Z Downloaded csv-core v0.1.13
3292026-09-06T23:56:27.577Z Downloaded darling v0.13.4
3302026-09-06T23:56:27.577Z Downloaded ref-cast-impl v1.0.25
3312026-09-06T23:56:27.577Z Downloaded der_derive v0.7.3
3322026-09-06T23:56:27.579Z Downloaded cassowary v0.3.0
3332026-09-06T23:56:27.580Z Downloaded displaydoc v0.2.5
3342026-09-06T23:56:27.582Z Downloaded constant_time_eq v0.4.2
3352026-09-06T23:56:27.582Z Downloaded rustc_version v0.1.7
3362026-09-06T23:56:27.582Z Downloaded serde_plain v1.0.2
3372026-09-06T23:56:27.586Z Downloaded serde_spanned v0.6.9
3382026-09-06T23:56:27.586Z Downloaded rtoolbox v0.0.3
3392026-09-06T23:56:27.586Z Downloaded signal-hook-mio v0.2.5
3402026-09-06T23:56:27.586Z Downloaded semver v0.1.20
3412026-09-06T23:56:27.589Z Downloaded ppv-lite86 v0.2.21
3422026-09-06T23:56:27.589Z Downloaded slog-envlogger v2.2.0
3432026-09-06T23:56:27.589Z Downloaded ssh-encoding v0.2.0
3442026-09-06T23:56:27.593Z Downloaded futures-channel v0.3.32
3452026-09-06T23:56:27.595Z Downloaded bit-vec v0.8.0
3462026-09-06T23:56:27.600Z Downloaded bzip2 v0.4.4
3472026-09-06T23:56:27.600Z Downloaded cargo_metadata v0.23.1
3482026-09-06T23:56:27.601Z Downloaded pkg-config v0.3.32
3492026-09-06T23:56:27.604Z Downloaded blake2 v0.11.0-rc.6
3502026-09-06T23:56:27.604Z Downloaded colored v3.1.1
3512026-09-06T23:56:27.604Z Downloaded dashu-base v0.5.1
3522026-09-06T23:56:27.604Z Downloaded secrecy v0.10.3
3532026-09-06T23:56:27.604Z Downloaded signature v3.0.0
3542026-09-06T23:56:27.604Z Downloaded derive_builder_core v0.20.2
3552026-09-06T23:56:27.604Z Downloaded phf v0.13.1
3562026-09-06T23:56:27.604Z Downloaded stable_deref_trait v1.2.1
3572026-09-06T23:56:27.605Z Downloaded supports-color v2.1.0
3582026-09-06T23:56:27.608Z Downloaded supports-color v3.0.2
3592026-09-06T23:56:27.608Z Downloaded postgres-protocol v0.6.10
3602026-09-06T23:56:27.608Z Downloaded polyval v0.7.1
3612026-09-06T23:56:27.608Z Downloaded progenitor v0.14.0
3622026-09-06T23:56:27.611Z Downloaded strsim v0.11.1
3632026-09-06T23:56:27.611Z Downloaded ecdsa v0.17.0
3642026-09-06T23:56:27.615Z Downloaded getrandom v0.4.3
3652026-09-06T23:56:27.615Z Downloaded getrandom v0.3.4
3662026-09-06T23:56:27.619Z Downloaded half v2.7.1
3672026-09-06T23:56:27.619Z Downloaded proc-macro-error-attr v1.0.4
3682026-09-06T23:56:27.619Z Downloaded strsim v0.10.0
3692026-09-06T23:56:27.619Z Downloaded tinyvec_macros v0.1.1
3702026-09-06T23:56:27.619Z Downloaded log v0.4.33
3712026-09-06T23:56:27.621Z Downloaded ml-kem v0.3.2
3722026-09-06T23:56:27.622Z Downloaded litemap v0.8.1
3732026-09-06T23:56:27.625Z Downloaded secrecy v0.8.0
3742026-09-06T23:56:27.625Z Downloaded r2d2 v0.8.10
3752026-09-06T23:56:27.625Z Downloaded rfc6979 v0.4.0
3762026-09-06T23:56:27.625Z Downloaded nanorand v0.7.0
3772026-09-06T23:56:27.625Z Downloaded native-tls v0.2.18
3782026-09-06T23:56:27.628Z Downloaded rustc-demangle v0.1.27
3792026-09-06T23:56:27.628Z Downloaded try-lock v0.2.5
3802026-09-06T23:56:27.628Z Downloaded typify-macro v0.6.2
3812026-09-06T23:56:27.628Z Downloaded crossbeam-utils v0.8.21
3822026-09-06T23:56:27.631Z Downloaded tabwriter v1.4.1
3832026-09-06T23:56:27.631Z Downloaded thiserror-impl-no-std v2.0.2
3842026-09-06T23:56:27.631Z Downloaded rand_core v0.9.5
3852026-09-06T23:56:27.631Z Downloaded daft-derive v0.1.8
3862026-09-06T23:56:27.634Z Downloaded diesel-dtrace v0.5.0
3872026-09-06T23:56:27.636Z Downloaded rand_core v0.6.4
3882026-09-06T23:56:27.636Z Downloaded rand_core v0.10.0
3892026-09-06T23:56:27.639Z Downloaded toml_write v0.1.2
3902026-09-06T23:56:27.639Z Downloaded trait-variant v0.1.2
3912026-09-06T23:56:27.643Z Downloaded utf8parse v0.2.2
3922026-09-06T23:56:27.646Z Downloaded version_check v0.9.5
3932026-09-06T23:56:27.646Z Downloaded want v0.3.1
3942026-09-06T23:56:27.646Z Downloaded once_cell v1.21.3
3952026-09-06T23:56:27.646Z Downloaded usdt-attr-macro v0.5.0
3962026-09-06T23:56:27.649Z Downloaded fatfs v0.3.6
3972026-09-06T23:56:27.652Z Downloaded critical-section v1.2.0
3982026-09-06T23:56:27.652Z Downloaded scopeguard v1.2.0
3992026-09-06T23:56:27.656Z Downloaded scroll v0.12.0
4002026-09-06T23:56:27.656Z Downloaded scroll v0.13.0
4012026-09-06T23:56:27.656Z Downloaded sha2 v0.10.9
4022026-09-06T23:56:27.659Z Downloaded smf v0.2.3
4032026-09-06T23:56:27.659Z Downloaded generic-array v1.4.3
4042026-09-06T23:56:27.659Z Downloaded litrs v1.0.0
4052026-09-06T23:56:27.662Z Downloaded num-traits v0.2.19
4062026-09-06T23:56:27.662Z Downloaded hex v0.4.3
4072026-09-06T23:56:27.665Z Downloaded hex-literal v0.4.1
4082026-09-06T23:56:27.665Z Downloaded zerofrom v0.1.6
4092026-09-06T23:56:27.665Z Downloaded futures v0.3.32
4102026-09-06T23:56:27.668Z Downloaded http-range-header v0.4.2
4112026-09-06T23:56:27.668Z Downloaded pkcs1 v0.8.0-rc.4
4122026-09-06T23:56:27.668Z Downloaded spki v0.8.0
4132026-09-06T23:56:27.672Z Downloaded thiserror v1.0.69
4142026-09-06T23:56:27.672Z Downloaded strum_macros v0.27.2
4152026-09-06T23:56:27.672Z Downloaded slog-term v2.9.2
4162026-09-06T23:56:27.675Z Downloaded flume v0.11.1
4172026-09-06T23:56:27.675Z Downloaded stacker v0.1.23
4182026-09-06T23:56:27.678Z Downloaded hex-literal v1.1.0
4192026-09-06T23:56:27.678Z Downloaded oso-derive v0.27.3
4202026-09-06T23:56:27.681Z Downloaded thread_local v1.1.9
4212026-09-06T23:56:27.681Z Downloaded is-terminal v0.4.17
4222026-09-06T23:56:27.684Z Downloaded inout v0.2.2
4232026-09-06T23:56:27.684Z Downloaded omicron-zone-package v0.12.3
4242026-09-06T23:56:27.684Z Downloaded kstat-rs v0.2.5
4252026-09-06T23:56:27.687Z Downloaded internet-checksum v0.2.1
4262026-09-06T23:56:27.690Z Downloaded parking v2.2.1
4272026-09-06T23:56:27.690Z Downloaded oxide-generation-macros v0.2.0
4282026-09-06T23:56:27.690Z Downloaded path-slash v0.1.5
4292026-09-06T23:56:27.693Z Downloaded arrayref v0.3.9
4302026-09-06T23:56:27.693Z Downloaded tiny-keccak v2.0.2
4312026-09-06T23:56:27.696Z Downloaded tokio-dtrace v0.1.1
4322026-09-06T23:56:27.696Z Downloaded const-oid v0.10.2
4332026-09-06T23:56:27.698Z Downloaded drift v0.2.0
4342026-09-06T23:56:27.701Z Downloaded miniz_oxide v0.8.9
4352026-09-06T23:56:27.704Z Downloaded tokio-tungstenite v0.21.0
4362026-09-06T23:56:27.707Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4372026-09-06T23:56:27.707Z Downloaded vergen-lib v9.1.0
4382026-09-06T23:56:27.707Z Downloaded anstyle-query v1.1.5
4392026-09-06T23:56:27.710Z Downloaded num-modular v0.6.5
4402026-09-06T23:56:27.710Z Downloaded atty v0.2.14
4412026-09-06T23:56:27.713Z Downloaded array-init v0.0.4
4422026-09-06T23:56:27.716Z Downloaded cfg_aliases v0.2.1
4432026-09-06T23:56:27.716Z Downloaded async-stream v0.3.6
4442026-09-06T23:56:27.721Z Downloaded atomicwrites v0.4.4
4452026-09-06T23:56:27.724Z Downloaded backtrace-ext v0.2.1
4462026-09-06T23:56:27.724Z Downloaded clap_lex v1.0.0
4472026-09-06T23:56:27.724Z Downloaded yoke v0.8.1
4482026-09-06T23:56:27.730Z Downloaded derive_builder v0.20.2
4492026-09-06T23:56:27.734Z Downloaded pest_derive v2.8.6
4502026-09-06T23:56:27.734Z Downloaded pin-project v1.1.11
4512026-09-06T23:56:27.740Z Downloaded writeable v0.6.2
4522026-09-06T23:56:27.743Z Downloaded wyz v0.5.1
4532026-09-06T23:56:27.743Z Downloaded chacha20 v0.10.0
4542026-09-06T23:56:27.743Z Downloaded zmij v1.0.21
4552026-09-06T23:56:27.746Z Downloaded term v0.7.0
4562026-09-06T23:56:27.746Z Downloaded constant_time_eq v0.3.1
4572026-09-06T23:56:27.752Z Downloaded crc v3.4.0
4582026-09-06T23:56:27.752Z Downloaded cstr-argument v0.1.2
4592026-09-06T23:56:27.752Z Downloaded darling_macro v0.23.0
4602026-09-06T23:56:27.752Z Downloaded diesel_table_macro_syntax v0.3.0
4612026-09-06T23:56:27.752Z Downloaded tempfile v3.27.0
4622026-09-06T23:56:27.755Z Downloaded progenitor-impl v0.13.0
4632026-09-06T23:56:27.755Z Downloaded openssl-sys v0.9.117
4642026-09-06T23:56:27.759Z Downloaded ingot v0.2.1
4652026-09-06T23:56:27.759Z Downloaded defmt v0.3.100
4662026-09-06T23:56:27.759Z Downloaded dof v0.3.0
4672026-09-06T23:56:27.763Z Downloaded progenitor-client v0.14.0
4682026-09-06T23:56:27.767Z Downloaded packed_struct v0.10.1
4692026-09-06T23:56:27.768Z Downloaded compact_str v0.8.1
4702026-09-06T23:56:27.770Z Downloaded arrayvec v0.7.6
4712026-09-06T23:56:27.771Z Downloaded schemars v0.8.22
4722026-09-06T23:56:27.773Z Downloaded tokio-rustls v0.26.4
4732026-09-06T23:56:27.776Z Downloaded usdt-impl v0.6.0
4742026-09-06T23:56:27.776Z Downloaded powerfmt v0.2.0
4752026-09-06T23:56:27.777Z Downloaded chacha20poly1305 v0.10.1
4762026-09-06T23:56:27.780Z Downloaded serde_with_macros v3.21.0
4772026-09-06T23:56:27.780Z Downloaded vergen v9.1.0
4782026-09-06T23:56:27.780Z Downloaded peg v0.8.5
4792026-09-06T23:56:27.782Z Downloaded peg-macros v0.8.5
4802026-09-06T23:56:27.783Z Downloaded toml_parser v1.1.2+spec-1.1.0
4812026-09-06T23:56:27.786Z Downloaded partial-io v0.5.4
4822026-09-06T23:56:27.786Z Downloaded aead v0.5.2
4832026-09-06T23:56:27.786Z Downloaded anstyle-parse v1.0.0
4842026-09-06T23:56:27.786Z Downloaded recursive v0.1.1
4852026-09-06T23:56:27.789Z Downloaded quick-error v1.2.3
4862026-09-06T23:56:27.789Z Downloaded rand_xorshift v0.4.0
4872026-09-06T23:56:27.789Z Downloaded bit-vec v0.6.3
4882026-09-06T23:56:27.791Z Downloaded similar v2.7.0
4892026-09-06T23:56:27.795Z Downloaded buf-list v1.1.2
4902026-09-06T23:56:27.795Z Downloaded bs58 v0.5.1
4912026-09-06T23:56:27.797Z Downloaded base64ct v1.8.3
4922026-09-06T23:56:27.801Z Downloaded bitfield v0.19.4
4932026-09-06T23:56:27.804Z Downloaded cmake v0.1.57
4942026-09-06T23:56:27.804Z Downloaded criterion-plot v0.6.0
4952026-09-06T23:56:27.804Z Downloaded scheduled-thread-pool v0.2.7
4962026-09-06T23:56:27.808Z Downloaded scroll_derive v0.12.1
4972026-09-06T23:56:27.810Z Downloaded hmac v0.13.0
4982026-09-06T23:56:27.810Z Downloaded ed25519-dalek v2.2.0
4992026-09-06T23:56:27.814Z Downloaded expectorate v1.2.0
5002026-09-06T23:56:27.814Z Downloaded const_format_proc_macros v0.2.34
5012026-09-06T23:56:27.817Z Downloaded httptest v0.16.4
5022026-09-06T23:56:27.817Z Downloaded hyper-rustls v0.27.7
5032026-09-06T23:56:27.822Z Downloaded sha1 v0.10.6
5042026-09-06T23:56:27.822Z Downloaded similar-asserts v1.7.0
5052026-09-06T23:56:27.822Z Downloaded miette v5.10.0
5062026-09-06T23:56:27.825Z Downloaded hybrid-array v0.4.13
5072026-09-06T23:56:27.825Z Downloaded deranged v0.5.8
5082026-09-06T23:56:27.825Z Downloaded digest-io v0.1.0
5092026-09-06T23:56:27.828Z Downloaded sponge-cursor v0.1.0
5102026-09-06T23:56:27.828Z Downloaded ssh-cipher v0.2.0
5112026-09-06T23:56:27.828Z Downloaded supports-hyperlinks v2.1.0
5122026-09-06T23:56:27.831Z Downloaded test-strategy v0.4.5
5132026-09-06T23:56:27.834Z Downloaded testing_table v0.3.0
5142026-09-06T23:56:27.834Z Downloaded poly1305 v0.8.0
5152026-09-06T23:56:27.837Z Downloaded progenitor-extras v0.2.0
5162026-09-06T23:56:27.837Z Downloaded typify v0.6.2
5172026-09-06T23:56:27.840Z Downloaded strum v0.27.2
5182026-09-06T23:56:27.840Z Downloaded take_mut v0.2.2
5192026-09-06T23:56:27.840Z Downloaded parking_lot v0.11.2
5202026-09-06T23:56:27.843Z Downloaded primeorder v0.13.6
5212026-09-06T23:56:27.843Z Downloaded primeorder v0.14.0
5222026-09-06T23:56:27.848Z Downloaded progenitor-client v0.13.0
5232026-09-06T23:56:27.851Z Downloaded hashbrown v0.12.3
5242026-09-06T23:56:27.854Z Downloaded ahash v0.8.12
5252026-09-06T23:56:27.854Z Downloaded predicates v3.1.4
5262026-09-06T23:56:27.857Z Downloaded swrite v0.1.0
5272026-09-06T23:56:27.857Z Downloaded blake2 v0.10.6
5282026-09-06T23:56:27.860Z Downloaded sync-ptr v0.1.4
5292026-09-06T23:56:27.860Z Downloaded tap v1.0.1
5302026-09-06T23:56:27.860Z Downloaded toml_datetime v0.6.11
5312026-09-06T23:56:27.860Z Downloaded ed25519-dalek v3.0.0
5322026-09-06T23:56:27.863Z Downloaded rstest_macros v0.25.0
5332026-09-06T23:56:27.866Z Downloaded slog v2.8.2
5342026-09-06T23:56:27.866Z Downloaded unarray v0.1.4
5352026-09-06T23:56:27.868Z Downloaded resolv-conf v0.7.6
5362026-09-06T23:56:27.868Z Downloaded rpassword v7.5.4
5372026-09-06T23:56:27.869Z Downloaded rustc_version v0.4.1
5382026-09-06T23:56:27.871Z Downloaded rustls-native-certs v0.8.3
5392026-09-06T23:56:27.871Z Downloaded rustls-pemfile v2.2.0
5402026-09-06T23:56:27.874Z Downloaded prettyplease v0.2.37
5412026-09-06T23:56:27.874Z Downloaded unit-prefix v0.5.2
5422026-09-06T23:56:27.877Z Downloaded utf-8 v0.7.6
5432026-09-06T23:56:27.877Z Downloaded sec1 v0.7.3
5442026-09-06T23:56:27.877Z Downloaded usdt-macro v0.6.0
5452026-09-06T23:56:27.881Z Downloaded ciborium v0.2.2
5462026-09-06T23:56:27.881Z Downloaded console v0.15.11
5472026-09-06T23:56:27.884Z Downloaded xshell-macros v0.2.7
5482026-09-06T23:56:27.887Z Downloaded slog-json v2.6.1
5492026-09-06T23:56:27.887Z Downloaded smawk v0.3.2
5502026-09-06T23:56:27.887Z Downloaded heck v0.5.0
5512026-09-06T23:56:27.890Z Downloaded wait-timeout v0.2.1
5522026-09-06T23:56:27.890Z Downloaded tar v0.4.46
5532026-09-06T23:56:27.893Z Downloaded icu_provider v2.1.1
5542026-09-06T23:56:27.893Z Downloaded toml v0.8.23
5552026-09-06T23:56:27.896Z Downloaded signal-hook-registry v1.4.8
5562026-09-06T23:56:27.896Z Downloaded simd-adler32 v0.3.8
5572026-09-06T23:56:27.896Z Downloaded hostname v0.3.1
5582026-09-06T23:56:27.899Z Downloaded minimal-lexical v0.2.1
5592026-09-06T23:56:27.902Z Downloaded num-bigint v0.4.6
5602026-09-06T23:56:27.902Z Downloaded quinn v0.11.11
5612026-09-06T23:56:27.905Z Downloaded darling v0.21.3
5622026-09-06T23:56:27.908Z Downloaded stringmetrics v2.2.2
5632026-09-06T23:56:27.911Z Downloaded stringprep v0.1.5
5642026-09-06T23:56:27.911Z Downloaded thiserror-impl v1.0.69
5652026-09-06T23:56:27.912Z Downloaded hyper-tls v0.6.0
5662026-09-06T23:56:27.912Z Downloaded http-range v0.1.5
5672026-09-06T23:56:27.915Z Downloaded hubpack v0.1.2
5682026-09-06T23:56:27.915Z Downloaded ident_case v1.0.1
5692026-09-06T23:56:27.915Z Downloaded instant v0.1.13
5702026-09-06T23:56:27.916Z Downloaded itoa v1.0.17
5712026-09-06T23:56:27.916Z Downloaded kem v0.3.0
5722026-09-06T23:56:27.916Z Downloaded mio v1.2.0
5732026-09-06T23:56:27.918Z Downloaded tinystr v0.8.2
5742026-09-06T23:56:27.921Z Downloaded salsa20 v0.11.0
5752026-09-06T23:56:27.921Z Downloaded tls_codec_derive v0.4.2
5762026-09-06T23:56:27.924Z Downloaded oxide-update-engine-types v0.1.2
5772026-09-06T23:56:27.924Z Downloaded pkcs8 v0.11.0
5782026-09-06T23:56:27.927Z Downloaded thiserror-impl v2.0.18
5792026-09-06T23:56:27.927Z Downloaded idna_adapter v1.2.1
5802026-09-06T23:56:27.927Z Downloaded heapless v0.8.0
5812026-09-06T23:56:27.930Z Downloaded lalrpop-util v0.19.12
5822026-09-06T23:56:27.930Z Downloaded samael v0.0.19
5832026-09-06T23:56:27.933Z Downloaded cancel-safe-futures v0.1.5
5842026-09-06T23:56:27.936Z Downloaded pathdiff v0.2.3
5852026-09-06T23:56:27.936Z Downloaded async-stream-impl v0.3.6
5862026-09-06T23:56:27.936Z Downloaded serde_path_to_error v0.1.20
5872026-09-06T23:56:27.939Z Downloaded assert-json-diff v2.0.2
5882026-09-06T23:56:27.939Z Downloaded zerotrie v0.2.3
5892026-09-06T23:56:27.942Z Downloaded zip v0.6.6
5902026-09-06T23:56:27.945Z Downloaded serde_cbor v0.11.2
5912026-09-06T23:56:27.948Z Downloaded smallvec v1.15.1
5922026-09-06T23:56:27.952Z Downloaded vergen-lib v0.1.6
5932026-09-06T23:56:27.952Z Downloaded wnaf v0.14.0
5942026-09-06T23:56:27.952Z Downloaded whoami v2.1.0
5952026-09-06T23:56:27.952Z Downloaded castaway v0.2.4
5962026-09-06T23:56:27.952Z Downloaded cfg-if v1.0.4
5972026-09-06T23:56:27.956Z Downloaded cpubits v0.1.1
5982026-09-06T23:56:27.956Z Downloaded h2 v0.4.15
5992026-09-06T23:56:27.959Z Downloaded knuffel v3.2.0
6002026-09-06T23:56:27.961Z Downloaded bb8 v0.8.6
6012026-09-06T23:56:27.961Z Downloaded bit-set v0.5.3
6022026-09-06T23:56:27.971Z Downloaded crc8 v0.1.1
6032026-09-06T23:56:27.974Z Downloaded rcgen v0.12.1
6042026-09-06T23:56:27.977Z Downloaded libm v0.2.16
6052026-09-06T23:56:27.981Z Downloaded crypto-common v0.2.2
6062026-09-06T23:56:27.984Z Downloaded crucible-workspace-hack v0.1.0
6072026-09-06T23:56:27.984Z Downloaded display-error-chain v0.2.2
6082026-09-06T23:56:27.984Z Downloaded dirs-sys-next v0.1.2
6092026-09-06T23:56:27.987Z Downloaded tokio-tungstenite v0.28.0
6102026-09-06T23:56:27.990Z Downloaded base64 v0.22.1
6112026-09-06T23:56:27.994Z Downloaded anstyle-parse v0.2.7
6122026-09-06T23:56:27.997Z Downloaded plotters-backend v0.3.7
6132026-09-06T23:56:28.001Z Downloaded oxide-update-engine-display v0.1.2
6142026-09-06T23:56:28.004Z Downloaded libxml v0.3.3
6152026-09-06T23:56:28.007Z Downloaded password-hash v0.5.0
6162026-09-06T23:56:28.010Z Downloaded predicates-tree v1.0.13
6172026-09-06T23:56:28.010Z Downloaded progenitor-macro v0.13.0
6182026-09-06T23:56:28.010Z Downloaded pem-rfc7468 v0.7.0
6192026-09-06T23:56:28.010Z Downloaded aead v0.6.1
6202026-09-06T23:56:28.013Z Downloaded ucd-trie v0.1.7
6212026-09-06T23:56:28.014Z Downloaded chumsky v0.9.3
6222026-09-06T23:56:28.014Z Downloaded zerocopy v0.6.6
6232026-09-06T23:56:28.017Z Downloaded assert_cmd v2.1.2
6242026-09-06T23:56:28.020Z Downloaded concurrent-queue v2.5.0
6252026-09-06T23:56:28.020Z Downloaded russh-util v0.52.0
6262026-09-06T23:56:28.020Z Downloaded same-file v1.0.6
6272026-09-06T23:56:28.020Z Downloaded scroll_derive v0.13.1
6282026-09-06T23:56:28.029Z Downloaded hashbrown v0.13.2
6292026-09-06T23:56:28.033Z Downloaded pest_meta v2.8.6
6302026-09-06T23:56:28.036Z Downloaded byteorder v1.5.0
6312026-09-06T23:56:28.036Z Downloaded signal-hook-tokio v0.3.1
6322026-09-06T23:56:28.036Z Downloaded slog-bunyan v2.5.0
6332026-09-06T23:56:28.041Z Downloaded strip-ansi-escapes v0.2.1
6342026-09-06T23:56:28.041Z Downloaded tagptr v0.2.0
6352026-09-06T23:56:28.044Z Downloaded structmeta v0.3.0
6362026-09-06T23:56:28.044Z Downloaded serde_with v1.14.0
6372026-09-06T23:56:28.047Z Downloaded sqlparser_derive v0.5.0
6382026-09-06T23:56:28.050Z Downloaded supports-hyperlinks v3.2.0
6392026-09-06T23:56:28.050Z Downloaded ctutils v0.4.2
6402026-09-06T23:56:28.050Z Downloaded derive-ex v0.1.8
6412026-09-06T23:56:28.056Z Downloaded ctr v0.10.1
6422026-09-06T23:56:28.059Z Downloaded time-core v0.1.8
6432026-09-06T23:56:28.062Z Downloaded parking_lot_core v0.9.12
6442026-09-06T23:56:28.062Z Downloaded proc-macro-error2 v2.0.1
6452026-09-06T23:56:28.065Z Downloaded cc v1.2.56
6462026-09-06T23:56:28.068Z Downloaded rustyline v14.0.0
6472026-09-06T23:56:28.072Z Downloaded tungstenite v0.21.0
6482026-09-06T23:56:28.075Z Downloaded tracing-attributes v0.1.31
6492026-09-06T23:56:28.078Z Downloaded unicode-truncate v1.1.0
6502026-09-06T23:56:28.078Z Downloaded untrusted v0.7.1
6512026-09-06T23:56:28.078Z Downloaded phc v0.6.1
6522026-09-06T23:56:28.078Z Downloaded phf v0.12.1
6532026-09-06T23:56:28.117Z Downloaded utf8_iter v1.0.4
6542026-09-06T23:56:28.117Z Downloaded num-bigint-dig v0.8.6
6552026-09-06T23:56:28.117Z Downloaded scrypt v0.12.0
6562026-09-06T23:56:28.118Z Downloaded zerofrom-derive v0.1.6
6572026-09-06T23:56:28.118Z Downloaded zone v0.3.1
6582026-09-06T23:56:28.118Z Downloaded xattr v1.6.1
6592026-09-06T23:56:28.118Z Downloaded indexmap v2.14.0
6602026-09-06T23:56:28.118Z Downloaded bitflags v2.11.0
6612026-09-06T23:56:28.118Z Downloaded sec1 v0.8.1
6622026-09-06T23:56:28.118Z Downloaded quote v1.0.45
6632026-09-06T23:56:28.118Z Downloaded der v0.7.10
6642026-09-06T23:56:28.118Z Downloaded darling_core v0.21.3
6652026-09-06T23:56:28.118Z Downloaded convert_case v0.10.0
6662026-09-06T23:56:28.118Z Downloaded schemars_derive v0.8.22
6672026-09-06T23:56:28.119Z Downloaded serde_derive_internals v0.29.1
6682026-09-06T23:56:28.119Z Downloaded httpdate v1.0.3
6692026-09-06T23:56:28.119Z Downloaded zopfli v0.8.3
6702026-09-06T23:56:28.119Z Downloaded inout v0.1.4
6712026-09-06T23:56:28.119Z Downloaded rustversion v1.0.22
6722026-09-06T23:56:28.119Z Downloaded crossterm v0.28.1
6732026-09-06T23:56:28.123Z Downloaded ignore v0.4.25
6742026-09-06T23:56:28.123Z Downloaded rand v0.8.6
6752026-09-06T23:56:28.123Z Downloaded synstructure v0.13.2
6762026-09-06T23:56:28.123Z Downloaded headers-core v0.3.0
6772026-09-06T23:56:28.123Z Downloaded typed-path v0.9.3
6782026-09-06T23:56:28.126Z Downloaded typenum v1.20.1
6792026-09-06T23:56:28.129Z Downloaded slab v0.4.12
6802026-09-06T23:56:28.129Z Downloaded thiserror v2.0.18
6812026-09-06T23:56:28.137Z Downloaded scuffle v0.1.0
6822026-09-06T23:56:28.140Z Downloaded toml_edit v0.23.10+spec-1.0.0
6832026-09-06T23:56:28.143Z Downloaded termios v0.3.3
6842026-09-06T23:56:28.143Z Downloaded bumpalo v3.20.2
6852026-09-06T23:56:28.146Z Downloaded poly1305 v0.9.0
6862026-09-06T23:56:28.146Z Downloaded peg-runtime v0.8.5
6872026-09-06T23:56:28.146Z Downloaded adler2 v2.0.1
6882026-09-06T23:56:28.149Z Downloaded bitfield-macros v0.19.4
6892026-09-06T23:56:28.157Z Downloaded quinn-udp v0.5.14
6902026-09-06T23:56:28.159Z Downloaded ascii-canvas v3.0.0
6912026-09-06T23:56:28.163Z Downloaded async-object-pool v0.2.0
6922026-09-06T23:56:28.163Z Downloaded bcrypt-pbkdf v0.11.0
6932026-09-06T23:56:28.166Z Downloaded bitfield-struct v0.6.2
6942026-09-06T23:56:28.169Z Downloaded hyper-staticfile v0.10.1
6952026-09-06T23:56:28.171Z Downloaded cobs v0.3.0
6962026-09-06T23:56:28.174Z Downloaded crossterm v0.29.0
6972026-09-06T23:56:28.180Z Downloaded rand v0.9.2
6982026-09-06T23:56:28.183Z Downloaded spin v0.9.8
6992026-09-06T23:56:28.186Z Downloaded cpufeatures v0.2.17
7002026-09-06T23:56:28.189Z Downloaded term v1.2.1
7012026-09-06T23:56:28.189Z Downloaded curve25519-dalek-derive v0.1.1
7022026-09-06T23:56:28.189Z Downloaded ingot-types v0.2.0
7032026-09-06T23:56:28.192Z Downloaded jobserver v0.1.34
7042026-09-06T23:56:28.192Z Downloaded password-hash v0.6.1
7052026-09-06T23:56:28.192Z Downloaded static_assertions v1.1.0
7062026-09-06T23:56:28.195Z Downloaded owo-colors v4.3.0
7072026-09-06T23:56:28.198Z Downloaded phf_shared v0.13.1
7082026-09-06T23:56:28.198Z Downloaded rand_chacha v0.3.1
7092026-09-06T23:56:28.206Z Downloaded oxnet v0.1.6
7102026-09-06T23:56:28.210Z Downloaded document-features v0.2.12
7112026-09-06T23:56:28.210Z Downloaded papergrid v0.11.0
7122026-09-06T23:56:28.213Z Downloaded anstream v1.0.0
7132026-09-06T23:56:28.216Z Downloaded proc-macro-crate v3.4.0
7142026-09-06T23:56:28.216Z Downloaded pwd v1.4.0
7152026-09-06T23:56:28.216Z Downloaded parking_lot_core v0.8.6
7162026-09-06T23:56:28.219Z Downloaded russh-cryptovec v0.62.0
7172026-09-06T23:56:28.219Z Downloaded recursive-proc-macro-impl v0.1.1
7182026-09-06T23:56:28.221Z Downloaded seq-macro v0.3.6
7192026-09-06T23:56:28.221Z Downloaded http v1.4.2
7202026-09-06T23:56:28.224Z Downloaded bytesize v2.7.0
7212026-09-06T23:56:28.227Z Downloaded twox-hash v2.1.2
7222026-09-06T23:56:28.227Z Downloaded unicode_categories v0.1.1
7232026-09-06T23:56:28.230Z Downloaded anstream v0.6.21
7242026-09-06T23:56:28.233Z Downloaded zip v4.6.1
7252026-09-06T23:56:28.238Z Downloaded siphasher v1.0.2
7262026-09-06T23:56:28.241Z Downloaded xshell v0.2.7
7272026-09-06T23:56:28.241Z Downloaded bytes v1.11.1
7282026-09-06T23:56:28.244Z Downloaded cipher v0.4.4
7292026-09-06T23:56:28.244Z Downloaded sha1 v0.11.0
7302026-09-06T23:56:28.246Z Downloaded clap v4.6.1
7312026-09-06T23:56:28.253Z Downloaded compression-codecs v0.4.37
7322026-09-06T23:56:28.256Z Downloaded defmt v1.0.1
7332026-09-06T23:56:28.256Z Downloaded serde_yaml v0.9.34+deprecated
7342026-09-06T23:56:28.259Z Downloaded hickory-resolver v0.25.2
7352026-09-06T23:56:28.262Z Downloaded der v0.8.0
7362026-09-06T23:56:28.264Z Downloaded hickory-resolver v0.24.4
7372026-09-06T23:56:28.267Z Downloaded icu_locale_core v2.1.1
7382026-09-06T23:56:28.270Z Downloaded daft v0.1.8
7392026-09-06T23:56:28.270Z Downloaded supports-unicode v2.1.0
7402026-09-06T23:56:28.271Z Downloaded thread-id v5.1.0
7412026-09-06T23:56:28.271Z Downloaded delegate v0.13.5
7422026-09-06T23:56:28.271Z Downloaded strum v0.26.3
7432026-09-06T23:56:28.274Z Downloaded topological-sort v0.2.2
7442026-09-06T23:56:28.274Z Downloaded terminal_size v0.4.3
7452026-09-06T23:56:28.274Z Downloaded pkcs8 v0.10.2
7462026-09-06T23:56:28.274Z Downloaded goblin v0.8.2
7472026-09-06T23:56:28.277Z Downloaded unsafe-libyaml v0.2.11
7482026-09-06T23:56:28.280Z Downloaded tower-http v0.6.8
7492026-09-06T23:56:28.283Z Downloaded futures-util v0.3.32
7502026-09-06T23:56:28.289Z Downloaded iana-time-zone v0.1.65
7512026-09-06T23:56:28.293Z Downloaded p384 v0.14.0
7522026-09-06T23:56:28.296Z Downloaded pkcs5 v0.8.1
7532026-09-06T23:56:28.296Z Downloaded tracing-core v0.1.36
7542026-09-06T23:56:28.296Z Downloaded rusty-fork v0.3.1
7552026-09-06T23:56:28.299Z Downloaded universal-hash v0.6.1
7562026-09-06T23:56:28.299Z Downloaded usdt-attr-macro v0.6.0
7572026-09-06T23:56:28.301Z Downloaded zone_cfg_derive v0.3.1
7582026-09-06T23:56:28.301Z Downloaded url v2.5.8
7592026-09-06T23:56:28.304Z Downloaded serde_tokenstream v0.2.3
7602026-09-06T23:56:28.304Z Downloaded rand_seeder v0.4.0
7612026-09-06T23:56:28.304Z Downloaded arc-swap v1.8.2
7622026-09-06T23:56:28.304Z Downloaded sqlformat v0.3.5
7632026-09-06T23:56:28.308Z Downloaded async-lock v3.4.2
7642026-09-06T23:56:28.312Z Downloaded itertools v0.12.1
7652026-09-06T23:56:28.315Z Downloaded illumos-nvpair v0.3.0
7662026-09-06T23:56:28.318Z Downloaded crossbeam-epoch v0.9.18
7672026-09-06T23:56:28.318Z Downloaded jiff-static v0.2.34
7682026-09-06T23:56:28.318Z Downloaded vte v0.14.1
7692026-09-06T23:56:28.321Z Downloaded bzip2 v0.6.1
7702026-09-06T23:56:28.321Z Downloaded serdect v0.4.3
7712026-09-06T23:56:28.321Z Downloaded atomic-waker v1.1.2
7722026-09-06T23:56:28.321Z Downloaded defmt-macros v1.0.1
7732026-09-06T23:56:28.324Z Downloaded cfg-expr v0.20.6
7742026-09-06T23:56:28.331Z Downloaded tokio-native-tls v0.3.1
7752026-09-06T23:56:28.334Z Downloaded snafu v0.8.9
7762026-09-06T23:56:28.337Z Downloaded block-buffer v0.10.4
7772026-09-06T23:56:28.340Z Downloaded darling v0.20.11
7782026-09-06T23:56:28.343Z Downloaded support-bundle-viewer v0.1.2
7792026-09-06T23:56:28.343Z Downloaded termtree v0.5.1
7802026-09-06T23:56:28.343Z Downloaded target-spec v3.5.7
7812026-09-06T23:56:28.346Z Downloaded winnow v0.6.26
7822026-09-06T23:56:28.350Z Downloaded rustls-pki-types v1.14.0
7832026-09-06T23:56:28.352Z Downloaded uzers v0.12.2
7842026-09-06T23:56:28.356Z Downloaded p256 v0.13.2
7852026-09-06T23:56:28.359Z Downloaded publicsuffix v2.3.0
7862026-09-06T23:56:28.363Z Downloaded colorchoice v1.0.4
7872026-09-06T23:56:28.366Z Downloaded crunchy v0.2.4
7882026-09-06T23:56:28.366Z Downloaded pretty_assertions v1.4.1
7892026-09-06T23:56:28.366Z Downloaded unicase v2.9.0
7902026-09-06T23:56:28.372Z Downloaded http-body-util v0.1.3
7912026-09-06T23:56:28.375Z Downloaded humantime v2.3.0
7922026-09-06T23:56:28.375Z Downloaded icu_properties_data v2.1.2
7932026-09-06T23:56:28.379Z Downloaded postcard v1.1.3
7942026-09-06T23:56:28.382Z Downloaded vsss-rs v3.3.4
7952026-09-06T23:56:28.382Z Downloaded itertools v0.14.0
7962026-09-06T23:56:28.385Z Downloaded keccak v0.1.6
7972026-09-06T23:56:28.388Z Downloaded darling_macro v0.21.3
7982026-09-06T23:56:28.388Z Downloaded serde_bytes v0.11.19
7992026-09-06T23:56:28.388Z Downloaded rsa v0.9.10
8002026-09-06T23:56:28.391Z Downloaded reqwest v0.12.28
8012026-09-06T23:56:28.394Z Downloaded paste v1.0.15
8022026-09-06T23:56:28.397Z Downloaded criterion v0.7.0
8032026-09-06T23:56:28.399Z Downloaded hyper v1.10.1
8042026-09-06T23:56:28.403Z Downloaded tungstenite v0.28.0
8052026-09-06T23:56:28.405Z Downloaded tokio-postgres v0.7.16
8062026-09-06T23:56:28.408Z Downloaded tokio-tungstenite v0.23.1
8072026-09-06T23:56:28.408Z Downloaded toml_edit v0.22.27
8082026-09-06T23:56:28.412Z Downloaded ipnetwork v0.21.1
8092026-09-06T23:56:28.412Z Downloaded path-tree v0.8.3
8102026-09-06T23:56:28.415Z Downloaded anes v0.1.6
8112026-09-06T23:56:28.415Z Downloaded signature v2.2.0
8122026-09-06T23:56:28.415Z Downloaded thread-id v4.2.2
8132026-09-06T23:56:28.418Z Downloaded derive_more v2.1.1
8142026-09-06T23:56:28.421Z Downloaded derive_more-impl v2.1.1
8152026-09-06T23:56:28.425Z Downloaded tower-service v0.3.3
8162026-09-06T23:56:28.425Z Downloaded toml_edit v0.19.15
8172026-09-06T23:56:28.433Z Downloaded cookie v0.18.1
8182026-09-06T23:56:28.436Z Downloaded tabled_derive v0.7.0
8192026-09-06T23:56:28.436Z Downloaded tower-layer v0.3.3
8202026-09-06T23:56:28.436Z Downloaded proptest v1.11.0
8212026-09-06T23:56:28.441Z Downloaded socket2 v0.5.10
8222026-09-06T23:56:28.444Z Downloaded unicode-segmentation v1.12.0
8232026-09-06T23:56:28.444Z Downloaded untrusted v0.9.0
8242026-09-06T23:56:28.444Z Downloaded yasna v0.5.2
8252026-09-06T23:56:28.447Z Downloaded usdt v0.5.0
8262026-09-06T23:56:28.447Z Downloaded void v1.0.2
8272026-09-06T23:56:28.447Z Downloaded heck v0.4.1
8282026-09-06T23:56:28.447Z Downloaded http-body v1.0.1
8292026-09-06T23:56:28.447Z Downloaded itertools v0.13.0
8302026-09-06T23:56:28.450Z Downloaded proc-macro-error v1.0.4
8312026-09-06T23:56:28.453Z Downloaded relative-path v1.9.3
8322026-09-06T23:56:28.453Z Downloaded rand_chacha v0.9.0
8332026-09-06T23:56:28.453Z Downloaded is_ci v1.2.0
8342026-09-06T23:56:28.456Z Downloaded indent_write v2.2.0
8352026-09-06T23:56:28.456Z Downloaded slog-dtrace v0.3.0
8362026-09-06T23:56:28.456Z Downloaded supports-unicode v3.0.0
8372026-09-06T23:56:28.456Z Downloaded dashu-int v0.5.1
8382026-09-06T23:56:28.462Z Downloaded pin-project-lite v0.2.17
8392026-09-06T23:56:28.465Z Downloaded pin-project-internal v1.1.11
8402026-09-06T23:56:28.468Z Downloaded sha3 v0.12.0
8412026-09-06T23:56:28.470Z Downloaded rustls-platform-verifier v0.6.2
8422026-09-06T23:56:28.473Z Downloaded serde_derive v1.0.228
8432026-09-06T23:56:28.473Z Downloaded knus v3.4.0
8442026-09-06T23:56:28.473Z Downloaded parking_lot v0.12.5
8452026-09-06T23:56:28.476Z Downloaded autocfg v1.5.0
8462026-09-06T23:56:28.476Z Downloaded slog-scope v4.4.1
8472026-09-06T23:56:28.476Z Downloaded slog-stdlog v4.1.1
8482026-09-06T23:56:28.476Z Downloaded strum_macros v0.24.3
8492026-09-06T23:56:28.479Z Downloaded terminal_size v0.1.17
8502026-09-06T23:56:28.479Z Downloaded cargo-platform v0.3.2
8512026-09-06T23:56:28.479Z Downloaded git2 v0.20.4
8522026-09-06T23:56:28.482Z Downloaded tls_codec v0.4.2
8532026-09-06T23:56:28.485Z Downloaded tough v0.22.0
8542026-09-06T23:56:28.489Z Downloaded aes v0.9.1
8552026-09-06T23:56:28.492Z Downloaded ssh-key v0.7.0-rc.11
8562026-09-06T23:56:28.495Z Downloaded async-bb8-diesel v0.2.1
8572026-09-06T23:56:28.498Z Downloaded derive_builder_macro v0.20.2
8582026-09-06T23:56:28.498Z Downloaded rand_pcg v0.10.2
8592026-09-06T23:56:28.498Z Downloaded darling_macro v0.20.11
8602026-09-06T23:56:28.498Z Downloaded dropshot-api-manager v0.8.0
8612026-09-06T23:56:28.502Z Downloaded icu_collections v2.1.1
8622026-09-06T23:56:28.505Z Downloaded zerovec-derive v0.11.2
8632026-09-06T23:56:28.508Z Downloaded plain v0.2.3
8642026-09-06T23:56:28.508Z Downloaded ref-cast v1.0.25
8652026-09-06T23:56:28.514Z Downloaded iddqd v0.4.2
8662026-09-06T23:56:28.519Z Downloaded psm v0.1.30
8672026-09-06T23:56:28.522Z Downloaded proc-macro2 v1.0.106
8682026-09-06T23:56:28.524Z Downloaded rand v0.10.1
8692026-09-06T23:56:28.525Z Downloaded const-oid v0.9.6
8702026-09-06T23:56:28.527Z Downloaded knuffel-derive v3.2.0
8712026-09-06T23:56:28.527Z Downloaded oxide-generation v0.1.3
8722026-09-06T23:56:28.527Z Downloaded pem-rfc7468 v1.0.0
8732026-09-06T23:56:28.527Z Downloaded serde_regex v1.1.0
8742026-09-06T23:56:28.530Z Downloaded sync_wrapper v1.0.2
8752026-09-06T23:56:28.530Z Downloaded impl-trait-for-tuples v0.2.3
8762026-09-06T23:56:28.530Z Downloaded backtrace v0.3.76
8772026-09-06T23:56:28.533Z Downloaded target-triple v1.0.0
8782026-09-06T23:56:28.533Z Downloaded parse-display-derive v0.10.0
8792026-09-06T23:56:28.536Z Downloaded highway v1.3.0
8802026-09-06T23:56:28.536Z Downloaded tokio-macros v2.7.0
8812026-09-06T23:56:28.537Z Downloaded hyper-util v0.1.20
8822026-09-06T23:56:28.539Z Downloaded indexmap v1.9.3
8832026-09-06T23:56:28.542Z Downloaded pest_generator v2.8.6
8842026-09-06T23:56:28.543Z Downloaded semver v1.0.28
8852026-09-06T23:56:28.543Z Downloaded ingot-macros v0.2.0
8862026-09-06T23:56:28.545Z Downloaded aho-corasick v1.1.4
8872026-09-06T23:56:28.548Z Downloaded idna v1.1.0
8882026-09-06T23:56:28.548Z Downloaded anstyle v1.0.14
8892026-09-06T23:56:28.556Z Downloaded async-trait v0.1.89
8902026-09-06T23:56:28.556Z Downloaded moka v0.12.13
8912026-09-06T23:56:28.567Z Downloaded waitgroup v0.1.2
8922026-09-06T23:56:28.567Z Downloaded zerovec v0.11.5
8932026-09-06T23:56:28.570Z Downloaded backoff v0.4.0
8942026-09-06T23:56:28.570Z Downloaded assert_matches v1.5.0
8952026-09-06T23:56:28.573Z Downloaded base16ct v0.2.0
8962026-09-06T23:56:28.573Z Downloaded bit-set v0.8.0
8972026-09-06T23:56:28.573Z Downloaded cipher v0.5.2
8982026-09-06T23:56:28.577Z Downloaded crc-any v2.5.0
8992026-09-06T23:56:28.577Z Downloaded digest v0.10.7
9002026-09-06T23:56:28.577Z Downloaded rayon v1.11.0
9012026-09-06T23:56:28.581Z Downloaded sha2 v0.11.0
9022026-09-06T23:56:28.584Z Downloaded illumos-nvpair-sys v0.2.0
9032026-09-06T23:56:28.584Z Downloaded p384 v0.13.1
9042026-09-06T23:56:28.587Z Downloaded camino v1.2.5
9052026-09-06T23:56:28.587Z Downloaded zerocopy v0.7.35
9062026-09-06T23:56:28.595Z Downloaded headers v0.4.1
9072026-09-06T23:56:28.598Z Downloaded darling_core v0.13.4
9082026-09-06T23:56:28.603Z Downloaded prefix-trie v0.7.0
9092026-09-06T23:56:28.606Z Downloaded block-padding v0.4.2
9102026-09-06T23:56:28.606Z Downloaded compression-core v0.4.31
9112026-09-06T23:56:28.606Z Downloaded primefield v0.14.0
9122026-09-06T23:56:28.606Z Downloaded serde_urlencoded v0.7.1
9132026-09-06T23:56:28.606Z Downloaded downcast-rs v2.0.2
9142026-09-06T23:56:28.606Z Downloaded snafu-derive v0.8.9
9152026-09-06T23:56:28.606Z Downloaded ron v0.8.1
9162026-09-06T23:56:28.609Z Downloaded serde_with_macros v1.5.2
9172026-09-06T23:56:28.609Z Downloaded derive-where v1.6.0
9182026-09-06T23:56:28.612Z Downloaded shell-words v1.1.1
9192026-09-06T23:56:28.612Z Downloaded serde_core v1.0.228
9202026-09-06T23:56:28.615Z Downloaded dof v0.4.0
9212026-09-06T23:56:28.615Z Downloaded sapling-renderdag v0.1.0
9222026-09-06T23:56:28.615Z Downloaded serde_json v1.0.151
9232026-09-06T23:56:28.619Z Downloaded hashbrown v0.15.5
9242026-09-06T23:56:28.623Z Downloaded thiserror-no-std v2.0.2
9252026-09-06T23:56:28.626Z Downloaded heapless v0.7.17
9262026-09-06T23:56:28.630Z Downloaded steno v0.4.1
9272026-09-06T23:56:28.630Z Downloaded toml_writer v1.1.1+spec-1.1.0
9282026-09-06T23:56:28.633Z Downloaded usdt-impl v0.5.0
9292026-09-06T23:56:28.633Z Downloaded walkdir v2.5.0
9302026-09-06T23:56:28.633Z Downloaded itertools v0.15.0
9312026-09-06T23:56:28.637Z Downloaded object v0.30.4
9322026-09-06T23:56:28.643Z Downloaded itertools v0.10.5
9332026-09-06T23:56:28.646Z Downloaded argon2 v0.6.0-rc.8
9342026-09-06T23:56:28.649Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9352026-09-06T23:56:28.649Z Downloaded vergen-gitcl v1.0.8
9362026-09-06T23:56:28.649Z Downloaded usdt-macro v0.5.0
9372026-09-06T23:56:28.652Z Downloaded hashbrown v0.14.5
9382026-09-06T23:56:28.656Z Downloaded blake2b_simd v1.0.4
9392026-09-06T23:56:28.656Z Downloaded crc32fast v1.5.0
9402026-09-06T23:56:28.656Z Downloaded toml v0.7.8
9412026-09-06T23:56:28.660Z Downloaded console v0.16.2
9422026-09-06T23:56:28.660Z Downloaded owo-colors v3.5.0
9432026-09-06T23:56:28.660Z Downloaded pbkdf2 v0.13.0
9442026-09-06T23:56:28.664Z Downloaded approx v0.5.1
9452026-09-06T23:56:28.664Z Downloaded serde-big-array v0.5.1
9462026-09-06T23:56:28.665Z Downloaded pem v3.0.6
9472026-09-06T23:56:28.665Z Downloaded postgres-types v0.2.12
9482026-09-06T23:56:28.668Z Downloaded crossbeam-deque v0.8.6
9492026-09-06T23:56:28.668Z Downloaded debug-ignore v1.0.5
9502026-09-06T23:56:28.668Z Downloaded digest v0.11.3
9512026-09-06T23:56:28.668Z Downloaded potential_utf v0.1.4
9522026-09-06T23:56:28.668Z Downloaded phf_shared v0.11.3
9532026-09-06T23:56:28.671Z Downloaded chacha20 v0.9.1
9542026-09-06T23:56:28.671Z Downloaded slog-async v2.8.0
9552026-09-06T23:56:28.671Z Downloaded structmeta-derive v0.3.0
9562026-09-06T23:56:28.674Z Downloaded serde-hex v0.1.0
9572026-09-06T23:56:28.674Z Downloaded ssh-cipher v0.3.0
9582026-09-06T23:56:28.677Z Downloaded strum_macros v0.26.4
9592026-09-06T23:56:28.680Z Downloaded unicode-xid v0.2.6
9602026-09-06T23:56:28.684Z Downloaded goblin v0.10.5
9612026-09-06T23:56:28.689Z Downloaded unicode-properties v0.1.4
9622026-09-06T23:56:28.692Z Downloaded usdt v0.6.0
9632026-09-06T23:56:28.692Z Downloaded indoc v1.0.9
9642026-09-06T23:56:28.697Z Downloaded universal-hash v0.5.1
9652026-09-06T23:56:28.697Z Downloaded yoke-derive v0.8.1
9662026-09-06T23:56:28.697Z Downloaded base16ct v1.0.0
9672026-09-06T23:56:28.700Z Downloaded phf_shared v0.12.1
9682026-09-06T23:56:28.700Z Downloaded sigpipe v0.1.3
9692026-09-06T23:56:28.700Z Downloaded hickory-client v0.25.2
9702026-09-06T23:56:28.700Z Downloaded unicode-linebreak v0.1.5
9712026-09-06T23:56:28.703Z Downloaded crypto-common v0.1.7
9722026-09-06T23:56:28.710Z Downloaded progenitor-macro v0.14.0
9732026-09-06T23:56:28.713Z Downloaded packed_struct_codegen v0.10.1
9742026-09-06T23:56:28.713Z Downloaded unicode-bidi v0.3.18
9752026-09-06T23:56:28.716Z Downloaded ar_archive_writer v0.5.1
9762026-09-06T23:56:28.726Z Downloaded diff v0.1.13
9772026-09-06T23:56:28.729Z Downloaded knus-derive v3.4.0
9782026-09-06T23:56:28.729Z Downloaded instability v0.3.11
9792026-09-06T23:56:28.732Z Downloaded oxide-tokio-rt v0.1.4
9802026-09-06T23:56:28.732Z Downloaded bcs v0.1.6
9812026-09-06T23:56:28.732Z Downloaded cbc v0.2.1
9822026-09-06T23:56:28.732Z Downloaded corncobs v0.1.4
9832026-09-06T23:56:28.735Z Downloaded port-file v0.1.0
9842026-09-06T23:56:28.735Z Downloaded pretty-hex v0.4.1
9852026-09-06T23:56:28.735Z Downloaded proc-macro-error-attr2 v2.0.0
9862026-09-06T23:56:28.736Z Downloaded parse-size v1.1.0
9872026-09-06T23:56:28.739Z Downloaded percent-encoding v2.3.2
9882026-09-06T23:56:28.739Z Downloaded data-encoding v2.10.0
9892026-09-06T23:56:28.741Z Downloaded shlex v1.3.0
9902026-09-06T23:56:28.741Z Downloaded smallvec v0.6.14
9912026-09-06T23:56:28.744Z Downloaded socket2 v0.6.3
9922026-09-06T23:56:28.744Z Downloaded icu_normalizer v2.1.1
9932026-09-06T23:56:28.748Z Downloaded tinytemplate v1.2.1
9942026-09-06T23:56:28.751Z Downloaded hubpack_derive v0.1.1
9952026-09-06T23:56:28.751Z Downloaded cfg_aliases v0.1.1
9962026-09-06T23:56:28.754Z Downloaded is_terminal_polyfill v1.70.2
9972026-09-06T23:56:28.757Z Downloaded tower v0.5.3
9982026-09-06T23:56:28.764Z Downloaded byte-wrapper v0.1.0
9992026-09-06T23:56:28.769Z Downloaded trybuild v1.0.116
10002026-09-06T23:56:28.773Z Downloaded vergen-git2 v9.1.0
10012026-09-06T23:56:28.773Z Downloaded zerocopy-derive v0.7.35
10022026-09-06T23:56:28.773Z Downloaded whoami v1.6.1
10032026-09-06T23:56:28.775Z Downloaded camino-tempfile-ext v0.3.3
10042026-09-06T23:56:28.776Z Downloaded tokio-stream v0.1.18
10052026-09-06T23:56:28.780Z Downloaded string_cache v0.8.9
10062026-09-06T23:56:28.783Z Downloaded parse-display v0.10.0
10072026-09-06T23:56:28.783Z Downloaded subtle v2.6.1
10082026-09-06T23:56:28.783Z Downloaded hostname v0.4.2
10092026-09-06T23:56:28.787Z Downloaded progenitor v0.13.0
10102026-09-06T23:56:28.789Z Downloaded zstd-safe v7.2.4
10112026-09-06T23:56:28.789Z Downloaded target-lexicon v0.13.3
10122026-09-06T23:56:28.789Z Downloaded termcolor v1.4.1
10132026-09-06T23:56:28.792Z Downloaded tokio-test v0.4.5
10142026-09-06T23:56:28.792Z Downloaded iri-string v0.7.10
10152026-09-06T23:56:28.796Z Downloaded serde_with v3.21.0
10162026-09-06T23:56:28.802Z Downloaded backon v1.6.0
10172026-09-06T23:56:28.805Z Downloaded colored v2.2.0
10182026-09-06T23:56:28.805Z Downloaded async-recursion v1.1.1
10192026-09-06T23:56:28.808Z Downloaded predicates-core v1.0.10
10202026-09-06T23:56:28.812Z Downloaded tokio-util v0.7.18
10212026-09-06T23:56:28.815Z Downloaded pest v2.8.6
10222026-09-06T23:56:28.818Z Downloaded rstest v0.25.0
10232026-09-06T23:56:28.821Z Downloaded spki v0.7.3
10242026-09-06T23:56:28.821Z Downloaded zerocopy-derive v0.8.55
10252026-09-06T23:56:28.825Z Downloaded tui-tree-widget v0.23.1
10262026-09-06T23:56:28.828Z Downloaded zeroize v1.9.0
10272026-09-06T23:56:28.829Z Downloaded serde_spanned v1.1.1
10282026-09-06T23:56:28.829Z Downloaded zlib-rs v0.6.2
10292026-09-06T23:56:28.832Z Downloaded zeroize_derive v1.5.0
10302026-09-06T23:56:28.832Z Downloaded rlimit v0.10.2
10312026-09-06T23:56:28.835Z Downloaded textwrap v0.16.2
10322026-09-06T23:56:28.840Z Downloaded indoc v2.0.7
10332026-09-06T23:56:28.843Z Downloaded russh v0.62.4
10342026-09-06T23:56:28.846Z Downloaded indicatif v0.18.4
10352026-09-06T23:56:28.849Z Downloaded httparse v1.10.1
10362026-09-06T23:56:28.852Z Downloaded time-macros v0.2.27
10372026-09-06T23:56:28.852Z Downloaded clap_builder v4.6.0
10382026-09-06T23:56:28.856Z Downloaded serde_repr v0.1.20
10392026-09-06T23:56:28.856Z Downloaded p256 v0.14.0
10402026-09-06T23:56:28.859Z Downloaded nix v0.27.1
10412026-09-06T23:56:28.863Z Downloaded rust-argon2 v2.1.0
10422026-09-06T23:56:28.867Z Downloaded icu_properties v2.1.2
10432026-09-06T23:56:28.867Z Downloaded anyhow v1.0.104
10442026-09-06T23:56:28.870Z Downloaded schemars v1.2.1
10452026-09-06T23:56:28.875Z Downloaded darling_core v0.20.11
10462026-09-06T23:56:28.878Z Downloaded progenitor-impl v0.14.0
10472026-09-06T23:56:28.878Z Downloaded oxide-update-engine v0.1.2
10482026-09-06T23:56:28.881Z Downloaded home v0.5.12
10492026-09-06T23:56:28.881Z Downloaded blowfish v0.10.0
10502026-09-06T23:56:28.881Z Downloaded rustls-webpki v0.103.13
10512026-09-06T23:56:28.884Z Downloaded smoltcp v0.9.1
10522026-09-06T23:56:28.889Z Downloaded tinyvec v1.11.0
10532026-09-06T23:56:28.892Z Downloaded ssh-encoding v0.3.0
10542026-09-06T23:56:28.892Z Downloaded pkcs1 v0.7.5
10552026-09-06T23:56:28.895Z Downloaded unicode-normalization v0.1.25
10562026-09-06T23:56:28.900Z Downloaded cexpr v0.6.0
10572026-09-06T23:56:28.903Z Downloaded zstd v0.13.3
10582026-09-06T23:56:28.906Z Downloaded hmac v0.12.1
10592026-09-06T23:56:28.906Z Downloaded keccak v0.2.0
10602026-09-06T23:56:28.909Z Downloaded crossbeam-channel v0.5.15
10612026-09-06T23:56:28.909Z Downloaded regex v1.12.3
10622026-09-06T23:56:28.912Z Downloaded argon2 v0.5.3
10632026-09-06T23:56:28.915Z Downloaded serde_tokenstream v0.3.0
10642026-09-06T23:56:28.915Z Downloaded ryu v1.0.23
10652026-09-06T23:56:28.918Z Downloaded clap_derive v4.6.1
10662026-09-06T23:56:28.918Z Downloaded petname v2.0.2
10672026-09-06T23:56:28.921Z Downloaded uuid v1.23.4
10682026-09-06T23:56:28.924Z Downloaded ipnet v2.12.0
10692026-09-06T23:56:28.924Z Downloaded hkdf v0.13.0
10702026-09-06T23:56:28.927Z Downloaded hkdf v0.12.4
10712026-09-06T23:56:28.927Z Downloaded unicode-ident v1.0.24
10722026-09-06T23:56:28.929Z Downloaded unicode-width v0.1.14
10732026-09-06T23:56:28.932Z Downloaded crypto-primes v0.7.2
10742026-09-06T23:56:28.936Z Downloaded oso v0.27.3
10752026-09-06T23:56:28.936Z Downloaded qorb v0.4.1
10762026-09-06T23:56:28.939Z Downloaded des v0.9.0
10772026-09-06T23:56:28.942Z Downloaded darling v0.23.0
10782026-09-06T23:56:28.942Z Downloaded p521 v0.14.0
10792026-09-06T23:56:28.945Z Downloaded diesel_derives v2.3.7
10802026-09-06T23:56:28.948Z Downloaded signal-hook v0.3.18
10812026-09-06T23:56:28.951Z Downloaded gimli v0.32.3
10822026-09-06T23:56:28.954Z Downloaded openssl v0.10.80
10832026-09-06T23:56:28.959Z Downloaded textwrap v0.15.2
10842026-09-06T23:56:28.963Z Downloaded zerocopy v0.8.55
10852026-09-06T23:56:28.972Z Downloaded syn v2.0.117
10862026-09-06T23:56:28.976Z Downloaded syn v3.0.3
10872026-09-06T23:56:28.983Z Downloaded yansi v1.0.1
10882026-09-06T23:56:28.985Z Downloaded datatest-stable v0.3.3
10892026-09-06T23:56:28.988Z Downloaded p521 v0.13.3
10902026-09-06T23:56:28.988Z Downloaded unicode-width v0.2.0
10912026-09-06T23:56:28.991Z Downloaded winnow v0.5.40
10922026-09-06T23:56:28.996Z Downloaded syn v1.0.109
10932026-09-06T23:56:29.001Z Downloaded clang-sys v1.8.1
10942026-09-06T23:56:29.004Z Downloaded nix v0.28.0
10952026-09-06T23:56:29.008Z Downloaded toml v1.1.2+spec-1.1.0
10962026-09-06T23:56:29.011Z Downloaded bitvec v1.0.1
10972026-09-06T23:56:29.019Z Downloaded hashbrown v0.17.0
10982026-09-06T23:56:29.023Z Downloaded ssh-key v0.6.7
10992026-09-06T23:56:29.026Z Downloaded polar-core v0.27.3
11002026-09-06T23:56:29.031Z Downloaded rand_distr v0.5.1
11012026-09-06T23:56:29.034Z Downloaded aws-lc-rs v1.16.3
11022026-09-06T23:56:29.038Z Downloaded cookie_store v0.22.1
11032026-09-06T23:56:29.041Z Downloaded allocator-api2 v0.2.21
11042026-09-06T23:56:29.041Z Downloaded bstr v1.12.1
11052026-09-06T23:56:29.045Z Downloaded darling_core v0.23.0
11062026-09-06T23:56:29.048Z Downloaded jiff-core v0.1.0
11072026-09-06T23:56:29.051Z Downloaded subprocess v0.2.15
11082026-09-06T23:56:29.054Z Downloaded x509-cert v0.2.5
11092026-09-06T23:56:29.057Z Downloaded papergrid v0.18.0
11102026-09-06T23:56:29.060Z Downloaded hickory-server v0.25.2
11112026-09-06T23:56:29.060Z Downloaded icu_normalizer_data v2.1.1
11122026-09-06T23:56:29.063Z Downloaded schemars v0.9.0
11132026-09-06T23:56:29.068Z Downloaded derive_more v0.99.20
11142026-09-06T23:56:29.071Z Downloaded internal-russh-num-bigint v0.5.0
11152026-09-06T23:56:29.074Z Downloaded crypto-bigint v0.5.5
11162026-09-06T23:56:29.077Z Downloaded rayon-core v1.13.0
11172026-09-06T23:56:29.080Z Downloaded smoltcp v0.11.0
11182026-09-06T23:56:29.086Z Downloaded tungstenite v0.23.0
11192026-09-06T23:56:29.089Z Downloaded portable-atomic v1.13.1
11202026-09-06T23:56:29.094Z Downloaded base64 v0.21.7
11212026-09-06T23:56:29.097Z Downloaded vcpkg v0.2.15
11222026-09-06T23:56:29.116Z Downloaded curve25519-dalek v4.1.3
11232026-09-06T23:56:29.121Z Downloaded radix_trie v0.2.1
11242026-09-06T23:56:29.124Z Downloaded rawzip v0.4.4
11252026-09-06T23:56:29.127Z Downloaded salty v0.3.0
11262026-09-06T23:56:29.130Z Downloaded serde v1.0.228
11272026-09-06T23:56:29.134Z Downloaded time v0.3.47
11282026-09-06T23:56:29.138Z Downloaded lalrpop v0.19.12
11292026-09-06T23:56:29.145Z Downloaded nix v0.31.2
11302026-09-06T23:56:29.152Z Downloaded curve25519-dalek v5.0.0
11312026-09-06T23:56:29.157Z Downloaded crypto-bigint v0.7.5
11322026-09-06T23:56:29.165Z Downloaded async-compression v0.4.41
11332026-09-06T23:56:29.170Z Downloaded const_format v0.2.35
11342026-09-06T23:56:29.173Z Downloaded reqwest v0.13.2
11352026-09-06T23:56:29.175Z Downloaded winnow v0.7.14
11362026-09-06T23:56:29.181Z Downloaded rsa v0.10.0-rc.18
11372026-09-06T23:56:29.184Z Downloaded object v0.37.3
11382026-09-06T23:56:29.213Z Downloaded winnow v1.0.3
11392026-09-06T23:56:29.219Z Downloaded reedline v0.40.0
11402026-09-06T23:56:29.219Z Downloaded openapiv3 v2.2.0
11412026-09-06T23:56:29.220Z Downloaded hashbrown v0.16.1
11422026-09-06T23:56:29.220Z Downloaded regex-syntax v0.8.10
11432026-09-06T23:56:29.220Z Downloaded regex-syntax v0.6.29
11442026-09-06T23:56:29.220Z Downloaded blake3 v1.8.5
11452026-09-06T23:56:29.223Z Downloaded regress v0.10.5
11462026-09-06T23:56:29.227Z Downloaded plotters v0.3.7
11472026-09-06T23:56:29.231Z Downloaded aes-gcm v0.11.0
11482026-09-06T23:56:29.234Z Downloaded chrono v0.4.45
11492026-09-06T23:56:29.245Z Downloaded quick-xml v0.37.5
11502026-09-06T23:56:29.253Z Downloaded bindgen v0.71.1
11512026-09-06T23:56:29.256Z Downloaded tabled v0.21.0
11522026-09-06T23:56:29.267Z Downloaded quinn-proto v0.11.16
11532026-09-06T23:56:29.271Z Downloaded tabled v0.15.0
11542026-09-06T23:56:29.280Z Downloaded typify-impl v0.6.2
11552026-09-06T23:56:29.290Z Downloaded hickory-proto v0.24.4
11562026-09-06T23:56:29.299Z Downloaded regress v0.11.1
11572026-09-06T23:56:29.304Z Downloaded rustls v0.23.41
11582026-09-06T23:56:29.312Z Downloaded dropshot v0.17.1
11592026-09-06T23:56:29.325Z Downloaded diesel v2.3.7
11602026-09-06T23:56:29.338Z Downloaded rustix v0.38.44
11612026-09-06T23:56:29.351Z Downloaded rustix v1.1.4
11622026-09-06T23:56:29.367Z Downloaded sha3 v0.11.0
11632026-09-06T23:56:29.370Z Downloaded zerocopy-derive v0.6.6
11642026-09-06T23:56:29.374Z Downloaded sled v0.34.7
11652026-09-06T23:56:29.381Z Downloaded sqlparser v0.61.0
11662026-09-06T23:56:29.387Z Downloaded hickory-proto v0.25.2
11672026-09-06T23:56:29.396Z Downloaded bzip2-sys v0.1.13+1.0.8
11682026-09-06T23:56:29.405Z Downloaded chrono-tz v0.10.4
11692026-09-06T23:56:29.417Z Downloaded petgraph v0.6.5
11702026-09-06T23:56:29.430Z Downloaded regex-automata v0.4.14
11712026-09-06T23:56:29.438Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11722026-09-06T23:56:29.449Z Downloaded tokio v1.52.1
11732026-09-06T23:56:29.474Z Downloaded tracing v0.1.44
11742026-09-06T23:56:29.488Z Downloaded ratatui v0.29.0
11752026-09-06T23:56:29.500Z Downloaded libc v0.2.185
11762026-09-06T23:56:29.521Z Downloaded petgraph v0.8.3
11772026-09-06T23:56:29.535Z Downloaded libz-sys v1.1.24
11782026-09-06T23:56:29.548Z Downloaded encoding_rs v0.8.35
11792026-09-06T23:56:29.562Z Downloaded jiff v0.2.34
11802026-09-06T23:56:29.573Z Downloaded csv v1.4.0
11812026-09-06T23:56:29.586Z Downloaded sha3 v0.10.8
11822026-09-06T23:56:29.590Z Downloaded httpmock v0.8.3
11832026-09-06T23:56:29.666Z Downloaded libgit2-sys v0.18.3+1.9.2
11842026-09-06T23:56:29.701Z Downloaded ring v0.17.14
11852026-09-06T23:56:29.822Z Downloaded dsi-bitstream v0.10.1
11862026-09-06T23:56:30.135Z Downloaded aws-lc-sys v0.40.0
11872026-09-06T23:56:30.566Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11882026-09-06T23:56:32.638Z Startup: Refreshing catalog 'helios' ... Done
11892026-09-06T23:56:33.071Z Startup: Caching catalogs ... Done
11902026-09-06T23:56:35.698ZPlanning: Solver setup ... Done (2.455s)
11912026-09-06T23:56:35.766ZPlanning: Running solver ... Done (0.068s)
11922026-09-06T23:56:35.819ZPlanning: Finding local manifests ... Done (0.003s)
11932026-09-06T23:56:35.833ZPlanning: Fetching manifests: 0/2 0% complete
11942026-09-06T23:56:35.855ZPlanning: Fetching manifests: 2/2 100% complete
11952026-09-06T23:56:35.869ZPlanning: Package planning ... Done (0.014s)
11962026-09-06T23:56:35.872ZPlanning: Merging actions ... Done (0.001s)
11972026-09-06T23:56:36.036ZPlanning: Checking for conflicting actions ... Done (0.165s)
11982026-09-06T23:56:36.039ZPlanning: Consolidating action changes ... Done (0.001s)
11992026-09-06T23:56:36.911ZPlanning: Evaluating mediators ... Done (0.874s)
12002026-09-06T23:56:36.914ZPlanning: Planning completed in 3.80 seconds
12012026-09-06T23:56:36.924Z Packages to install: 2
12022026-09-06T23:56:36.924Z Estimated space available: 155.60 GB
12032026-09-06T23:56:36.924ZEstimated space to be consumed: 86.48 MB
12042026-09-06T23:56:36.924Z Create boot environment: No
12052026-09-06T23:56:36.924ZCreate backup boot environment: No
12062026-09-06T23:56:36.928Z Rebuild boot archive: No
12072026-09-06T23:56:36.928Z
12082026-09-06T23:56:36.928ZChanged packages:
12092026-09-06T23:56:36.928Zhelios
12102026-09-06T23:56:36.928Z developer/build-essential
12112026-09-06T23:56:36.928Z None -> 11-3.0
12122026-09-06T23:56:36.928Z library/libxmlsec1
12132026-09-06T23:56:36.928Z None -> 1.2.35-3.0
12142026-09-06T23:56:36.949Z
12152026-09-06T23:56:36.949ZDownload: 0/214 items 0.0/1.3MB 0% complete
12162026-09-06T23:56:37.019ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
12172026-09-06T23:56:37.103Z Actions: 1/268 actions (Installing new actions)
12182026-09-06T23:56:37.142Z Actions: Completed 268 actions in 0.04 seconds.
12192026-09-06T23:56:37.177ZFinalize: Updating package state database ... Done (0.035s)
12202026-09-06T23:56:37.181ZFinalize: Updating package cache ... Done (0.000s)
12212026-09-06T23:56:37.278ZFinalize: Updating image state ... Done (0.099s)
12222026-09-06T23:56:40.004ZFinalize: Creating fast lookup database ... Done (2.672s)
12232026-09-06T23:56:40.073ZFinalize: Reading search index ... Done (0.012s)
12242026-09-06T23:56:40.076ZFinalize: Updating search index ... Done (0.000s)
12252026-09-06T23:56:40.159ZFinalize: Updating package cache ... Done (0.000s)
12262026-09-06T23:56:40.533ZPlanning: Evaluating mediator changes ... Done
12272026-09-06T23:56:40.646ZPlanning: Checking for conflicting actions ... Done
12282026-09-06T23:56:40.651ZPlanning: Consolidating action changes ... Done
12292026-09-06T23:56:40.797ZPlanning: Evaluating mediators ... Done
12302026-09-06T23:56:40.800ZPlanning: Planning completed in 0.26 seconds
12312026-09-06T23:56:40.820Z Mediators to change: 2
12322026-09-06T23:56:40.820Z Create boot environment: No
12332026-09-06T23:56:40.820ZCreate backup boot environment: No
12342026-09-06T23:56:40.886ZFinalize: Updating package state database ... Done
12352026-09-06T23:56:40.890ZFinalize: Updating package cache ... Done
12362026-09-06T23:56:40.943ZFinalize: Updating image state ... Done
12372026-09-06T23:56:42.901ZFinalize: Creating fast lookup database ... Done
12382026-09-06T23:56:42.965ZFinalize: Reading search index ... Done
12392026-09-06T23:56:42.968ZFinalize: Updating search index ... Done
12402026-09-06T23:56:43.064ZFinalize: Updating package cache ... Done
12412026-09-06T23:56:43.345ZPlanning: Evaluating mediator changes ... Done
12422026-09-06T23:56:43.453ZPlanning: Checking for conflicting actions ... Done
12432026-09-06T23:56:43.455ZPlanning: Consolidating action changes ... Done
12442026-09-06T23:56:43.612ZPlanning: Evaluating mediators ... Done
12452026-09-06T23:56:43.615ZPlanning: Planning completed in 0.27 seconds
12462026-09-06T23:56:43.637Z Mediators to change: 1
12472026-09-06T23:56:43.637Z Create boot environment: No
12482026-09-06T23:56:43.637ZCreate backup boot environment: No
12492026-09-06T23:56:43.701ZFinalize: Updating package state database ... Done
12502026-09-06T23:56:43.701ZFinalize: Updating package cache ... Done
12512026-09-06T23:56:43.763ZFinalize: Updating image state ... Done
12522026-09-06T23:56:45.688ZFinalize: Creating fast lookup database ... Done
12532026-09-06T23:56:45.754ZFinalize: Reading search index ... Done
12542026-09-06T23:56:45.769ZFinalize: Updating search index ... Done
12552026-09-06T23:56:45.836ZFinalize: Updating package cache ... Done
12562026-09-06T23:56:46.152ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12572026-09-06T23:56:46.152Zapache system 2.4 system
12582026-09-06T23:56:46.153Zclang system 15 system
12592026-09-06T23:56:46.153Zcsh system system illumos
12602026-09-06T23:56:46.153Zctags system system illumos
12612026-09-06T23:56:46.153Zfile vendor vendor darwinsys
12622026-09-06T23:56:46.153Zfile system system illumos
12632026-09-06T23:56:46.153Zgcc vendor 14 vendor
12642026-09-06T23:56:46.154Zgcc system 13 system
12652026-09-06T23:56:46.154Zgcc system 10 system
12662026-09-06T23:56:46.154Zgo system 1.25 system
12672026-09-06T23:56:46.154Zllvm system 15 system
12682026-09-06T23:56:46.154Zmariadb system 11.4 system
12692026-09-06T23:56:46.155Zmta vendor vendor dma
12702026-09-06T23:56:46.155Zopenjdk system 17 system
12712026-09-06T23:56:46.155Zopenjdk system 11 system
12722026-09-06T23:56:46.155Zopenssl vendor 3 vendor
12732026-09-06T23:56:46.156Zperl system 5.40 system
12742026-09-06T23:56:46.156Zpostgresql system 18 system
12752026-09-06T23:56:46.157Zpostgresql system 17 system
12762026-09-06T23:56:46.157Zpython vendor 3 vendor
12772026-09-06T23:56:46.157Zpython system 2 system
12782026-09-06T23:56:46.157Zpython3 vendor 3.13 vendor
12792026-09-06T23:56:46.157Zruby system 3.4 system
12802026-09-06T23:56:46.157Zruby system 3.0 system
12812026-09-06T23:56:46.157Zwords vendor vendor american-english
12822026-09-06T23:56:46.157Zwords system system australian-english
12832026-09-06T23:56:46.157Zwords system system british-english
12842026-09-06T23:56:46.157Zwords system system canadian-english
12852026-09-06T23:56:46.157Zwords system system french
12862026-09-06T23:56:46.157Zwords system system italian
12872026-09-06T23:56:46.158Zwords system system ngerman
12882026-09-06T23:56:46.158Zwords system system ogerman
12892026-09-06T23:56:46.158Zwords system system spanish
12902026-09-06T23:56:46.410ZPUBLISHER TYPE STATUS P LOCATION
12912026-09-06T23:56:46.410Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12922026-09-06T23:56:46.903ZFMRI IFO
12932026-09-06T23:56:46.903Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12942026-09-06T23:56:46.903Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12952026-09-06T23:56:46.903Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12962026-09-06T23:56:46.903Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12972026-09-06T23:56:46.903Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12982026-09-06T23:56:46.903Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12992026-09-06T23:56:46.903Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13002026-09-06T23:56:46.903Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13012026-09-06T23:56:46.903Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13022026-09-06T23:56:47.548Z Downloading crates ...
13032026-09-06T23:56:47.596Z Downloaded cargo_toml v0.21.0
13042026-09-06T23:56:47.637Z Compiling proc-macro2 v1.0.106
13052026-09-06T23:56:47.637Z Compiling quote v1.0.45
13062026-09-06T23:56:47.637Z Compiling unicode-ident v1.0.24
13072026-09-06T23:56:47.642Z Compiling serde_core v1.0.228
13082026-09-06T23:56:47.642Z Compiling libc v0.2.185
13092026-09-06T23:56:47.642Z Compiling version_check v0.9.5
13102026-09-06T23:56:47.642Z Compiling memchr v2.8.0
13112026-09-06T23:56:47.642Z Compiling serde v1.0.228
13122026-09-06T23:56:47.717Z Compiling zmij v1.0.21
13132026-09-06T23:56:47.720Z Compiling thiserror v1.0.69
13142026-09-06T23:56:47.720Z Compiling itoa v1.0.17
13152026-09-06T23:56:47.720Z Compiling ucd-trie v0.1.7
13162026-09-06T23:56:47.725Z Compiling byteorder v1.5.0
13172026-09-06T23:56:47.728Z Compiling rustix v1.1.4
13182026-09-06T23:56:47.866Z Compiling serde_json v1.0.151
13192026-09-06T23:56:48.037Z Compiling bitflags v2.11.0
13202026-09-06T23:56:48.128Z Compiling syn v1.0.109
13212026-09-06T23:56:48.254Z Compiling usdt-impl v0.5.0
13222026-09-06T23:56:48.258Z Compiling proc-macro-error-attr v1.0.4
13232026-09-06T23:56:48.347Z Compiling pest v2.8.6
13242026-09-06T23:56:48.373Z Compiling camino v1.2.5
13252026-09-06T23:56:48.387Z Compiling proc-macro-error v1.0.4
13262026-09-06T23:56:48.409Z Compiling utf8parse v0.2.2
13272026-09-06T23:56:48.470Z Compiling log v0.4.33
13282026-09-06T23:56:48.504Z Compiling plain v0.2.3
13292026-09-06T23:56:48.593Z Compiling hashbrown v0.17.0
13302026-09-06T23:56:48.610Z Compiling getrandom v0.4.3
13312026-09-06T23:56:48.620Z Compiling equivalent v1.0.2
13322026-09-06T23:56:48.620Z Compiling anstyle-parse v1.0.0
13332026-09-06T23:56:48.672Z Compiling winnow v0.7.14
13342026-09-06T23:56:48.683Z Compiling toml_write v0.1.2
13352026-09-06T23:56:48.698Z Compiling colorchoice v1.0.4
13362026-09-06T23:56:48.724Z Compiling anstyle-query v1.1.5
13372026-09-06T23:56:48.727Z Compiling cfg-if v1.0.4
13382026-09-06T23:56:48.775Z Compiling anstyle v1.0.14
13392026-09-06T23:56:48.800Z Compiling errno v0.3.14
13402026-09-06T23:56:48.811Z Compiling thread-id v4.2.2
13412026-09-06T23:56:48.823Z Compiling pretty-hex v0.4.1
13422026-09-06T23:56:48.835Z Compiling thiserror v2.0.18
13432026-09-06T23:56:48.848Z Compiling is_terminal_polyfill v1.70.2
13442026-09-06T23:56:48.860Z Compiling autocfg v1.5.0
13452026-09-06T23:56:48.921Z Compiling once_cell v1.21.3
13462026-09-06T23:56:48.957Z Compiling anstream v1.0.0
13472026-09-06T23:56:48.972Z Compiling unicode-width v0.1.14
13482026-09-06T23:56:48.976Z Compiling clap_lex v1.0.0
13492026-09-06T23:56:49.019Z Compiling anyhow v1.0.104
13502026-09-06T23:56:49.022Z Compiling strsim v0.11.1
13512026-09-06T23:56:49.182Z Compiling indexmap v2.14.0
13522026-09-06T23:56:49.200Z Compiling fnv v1.0.7
13532026-09-06T23:56:49.229Z Compiling heck v0.5.0
13542026-09-06T23:56:49.270Z Compiling bytecount v0.6.9
13552026-09-06T23:56:49.281Z Compiling heck v0.4.1
13562026-09-06T23:56:49.311Z Compiling fs-err v3.3.0
13572026-09-06T23:56:49.324Z Compiling syn v2.0.117
13582026-09-06T23:56:49.376Z Compiling fastrand v2.3.0
13592026-09-06T23:56:49.420Z Compiling papergrid v0.11.0
13602026-09-06T23:56:49.429Z Compiling memmap v0.7.0
13612026-09-06T23:56:49.442Z Compiling pest_meta v2.8.6
13622026-09-06T23:56:49.512Z Compiling unicode-width v0.2.0
13632026-09-06T23:56:49.625Z Compiling unicode-linebreak v0.1.5
13642026-09-06T23:56:49.628Z Compiling smawk v0.3.2
13652026-09-06T23:56:49.684Z Compiling swrite v0.1.0
13662026-09-06T23:56:49.792Z Compiling terminal_size v0.4.3
13672026-09-06T23:56:49.803Z Compiling tempfile v3.27.0
13682026-09-06T23:56:49.887Z Compiling clap_builder v4.6.0
13692026-09-06T23:56:49.887Z Compiling textwrap v0.16.2
13702026-09-06T23:56:50.215Z Compiling semver v1.0.28
13712026-09-06T23:56:50.220Z Compiling cargo-platform v0.3.2
13722026-09-06T23:56:50.449Z Compiling camino-tempfile v1.4.1
13732026-09-06T23:56:50.755Z Compiling tabled_derive v0.7.0
13742026-09-06T23:56:51.446Z Compiling pest_generator v2.8.6
13752026-09-06T23:56:51.480Z Compiling tabled v0.15.0
13762026-09-06T23:56:51.950Z Compiling serde_derive v1.0.228
13772026-09-06T23:56:51.951Z Compiling thiserror-impl v1.0.69
13782026-09-06T23:56:51.951Z Compiling zerocopy-derive v0.7.35
13792026-09-06T23:56:51.954Z Compiling scroll_derive v0.12.1
13802026-09-06T23:56:51.954Z Compiling thiserror-impl v2.0.18
13812026-09-06T23:56:51.954Z Compiling clap_derive v4.6.1
13822026-09-06T23:56:52.002Z Compiling pest_derive v2.8.6
13832026-09-06T23:56:52.575Z Compiling scroll v0.12.0
13842026-09-06T23:56:52.688Z Compiling zerocopy v0.7.35
13852026-09-06T23:56:52.776Z Compiling goblin v0.8.2
13862026-09-06T23:56:52.978Z Compiling dtrace-parser v0.2.0
13872026-09-06T23:56:53.258Z Compiling clap v4.6.1
13882026-09-06T23:56:54.284Z Compiling serde_spanned v0.6.9
13892026-09-06T23:56:54.284Z Compiling toml_datetime v0.6.11
13902026-09-06T23:56:54.287Z Compiling macaddr v1.0.1
13912026-09-06T23:56:54.288Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13922026-09-06T23:56:54.288Z Compiling cargo_metadata v0.23.1
13932026-09-06T23:56:54.294Z Compiling dof v0.3.0
13942026-09-06T23:56:54.296Z Compiling serde_tokenstream v0.2.3
13952026-09-06T23:56:54.446Z Compiling toml_edit v0.22.27
13962026-09-06T23:56:54.975Z Compiling usdt-attr-macro v0.5.0
13972026-09-06T23:56:54.975Z Compiling usdt-macro v0.5.0
13982026-09-06T23:56:55.592Z Compiling usdt v0.5.0
13992026-09-06T23:56:55.695Z Compiling toml v0.8.23
14002026-09-06T23:56:56.050Z Compiling cargo_toml v0.21.0
14012026-09-06T23:56:57.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14022026-09-06T23:56:59.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
14032026-09-06T23:56:59.451Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14042026-09-06T23:57:00.264Z Compiling serde_core v1.0.228
14052026-09-06T23:57:00.264Z Compiling libc v0.2.185
14062026-09-06T23:57:00.264Z Compiling serde v1.0.228
14072026-09-06T23:57:00.269Z Compiling smallvec v1.15.1
14082026-09-06T23:57:00.269Z Compiling subtle v2.6.1
14092026-09-06T23:57:00.269Z Compiling log v0.4.33
14102026-09-06T23:57:00.269Z Compiling zerocopy v0.8.55
14112026-09-06T23:57:00.269Z Compiling find-msvc-tools v0.1.9
14122026-09-06T23:57:00.450Z Compiling shlex v1.3.0
14132026-09-06T23:57:00.453Z Compiling typenum v1.20.1
14142026-09-06T23:57:00.453Z Compiling scopeguard v1.2.0
14152026-09-06T23:57:00.453Z Compiling portable-atomic v1.13.1
14162026-09-06T23:57:00.463Z Compiling const-oid v0.9.6
14172026-09-06T23:57:00.466Z Compiling generic-array v0.14.7
14182026-09-06T23:57:00.507Z Compiling stable_deref_trait v1.2.1
14192026-09-06T23:57:00.512Z Compiling syn v2.0.117
14202026-09-06T23:57:00.627Z Compiling critical-section v1.2.0
14212026-09-06T23:57:00.631Z Compiling libm v0.2.16
14222026-09-06T23:57:00.646Z Compiling num-traits v0.2.19
14232026-09-06T23:57:00.680Z Compiling lock_api v0.4.14
14242026-09-06T23:57:00.697Z Compiling serde_json v1.0.151
14252026-09-06T23:57:00.740Z Compiling allocator-api2 v0.2.21
14262026-09-06T23:57:00.785Z Compiling getrandom v0.4.3
14272026-09-06T23:57:00.790Z Compiling rustix v1.1.4
14282026-09-06T23:57:00.844Z Compiling rand_core v0.10.0
14292026-09-06T23:57:00.873Z Compiling getrandom v0.3.4
14302026-09-06T23:57:00.953Z Compiling parking_lot_core v0.9.12
14312026-09-06T23:57:00.956Z Compiling percent-encoding v2.3.2
14322026-09-06T23:57:00.981Z Compiling pin-project-lite v0.2.17
14332026-09-06T23:57:01.040Z Compiling litemap v0.8.1
14342026-09-06T23:57:01.089Z Compiling writeable v0.6.2
14352026-09-06T23:57:01.105Z Compiling pkg-config v0.3.32
14362026-09-06T23:57:01.105Z Compiling icu_normalizer_data v2.1.1
14372026-09-06T23:57:01.173Z Compiling icu_properties_data v2.1.2
14382026-09-06T23:57:01.185Z Compiling base64ct v1.8.3
14392026-09-06T23:57:01.258Z Compiling foldhash v0.2.0
14402026-09-06T23:57:01.258Z Compiling flagset v0.4.7
14412026-09-06T23:57:01.286Z Compiling futures-core v0.3.32
14422026-09-06T23:57:01.303Z Compiling utf8_iter v1.0.4
14432026-09-06T23:57:01.318Z Compiling form_urlencoded v1.2.2
14442026-09-06T23:57:01.355Z Compiling errno v0.3.14
14452026-09-06T23:57:01.398Z Compiling jobserver v0.1.34
14462026-09-06T23:57:01.418Z Compiling getrandom v0.2.17
14472026-09-06T23:57:01.479Z Compiling signal-hook-registry v1.4.8
14482026-09-06T23:57:01.494Z Compiling pem-rfc7468 v0.7.0
14492026-09-06T23:57:01.524Z Compiling mio v1.2.0
14502026-09-06T23:57:01.549Z Compiling socket2 v0.6.3
14512026-09-06T23:57:01.583Z Compiling rand_core v0.6.4
14522026-09-06T23:57:01.608Z Compiling cc v1.2.56
14532026-09-06T23:57:01.642Z Compiling once_cell v1.21.3
14542026-09-06T23:57:01.695Z Compiling parking_lot v0.12.5
14552026-09-06T23:57:01.710Z Compiling hashbrown v0.17.0
14562026-09-06T23:57:01.732Z Compiling rustversion v1.0.22
14572026-09-06T23:57:01.764Z Compiling base64 v0.22.1
14582026-09-06T23:57:01.779Z Compiling iana-time-zone v0.1.65
14592026-09-06T23:57:01.821Z Compiling futures-sink v0.3.32
14602026-09-06T23:57:01.873Z Compiling slab v0.4.12
14612026-09-06T23:57:01.891Z Compiling cpufeatures v0.2.17
14622026-09-06T23:57:01.917Z Compiling futures-io v0.3.32
14632026-09-06T23:57:01.945Z Compiling futures-channel v0.3.32
14642026-09-06T23:57:01.990Z Compiling ident_case v1.0.1
14652026-09-06T23:57:01.996Z Compiling futures-task v0.3.32
14662026-09-06T23:57:02.000Z Compiling simd-adler32 v0.3.8
14672026-09-06T23:57:02.018Z Compiling adler2 v2.0.1
14682026-09-06T23:57:02.066Z Compiling syn v1.0.109
14692026-09-06T23:57:02.088Z Compiling spin v0.9.8
14702026-09-06T23:57:02.104Z Compiling ahash v0.8.12
14712026-09-06T23:57:02.120Z Compiling fs_extra v1.3.0
14722026-09-06T23:57:02.124Z Compiling dunce v1.0.5
14732026-09-06T23:57:02.166Z Compiling dyn-clone v1.0.20
14742026-09-06T23:57:02.170Z Compiling miniz_oxide v0.8.9
14752026-09-06T23:57:02.170Z Compiling schemars v0.8.22
14762026-09-06T23:57:02.215Z Compiling regex-syntax v0.8.10
14772026-09-06T23:57:02.246Z Compiling rand_core v0.9.5
14782026-09-06T23:57:02.264Z Compiling object v0.37.3
14792026-09-06T23:57:02.313Z Compiling vcpkg v0.2.15
14802026-09-06T23:57:02.328Z Compiling num-integer v0.1.46
14812026-09-06T23:57:02.341Z Compiling cmake v0.1.57
14822026-09-06T23:57:02.407Z Compiling aws-lc-rs v1.16.3
14832026-09-06T23:57:02.419Z Compiling num-bigint-dig v0.8.6
14842026-09-06T23:57:02.450Z Compiling lazy_static v1.5.0
14852026-09-06T23:57:02.499Z Compiling tracing-core v0.1.36
14862026-09-06T23:57:02.548Z Compiling bitflags v2.11.0
14872026-09-06T23:57:02.578Z Compiling semver v1.0.28
14882026-09-06T23:57:02.689Z Compiling indexmap v2.14.0
14892026-09-06T23:57:02.714Z Compiling uuid v1.23.4
14902026-09-06T23:57:02.790Z Compiling num-iter v0.1.45
14912026-09-06T23:57:02.823Z Compiling rustc_version v0.4.1
14922026-09-06T23:57:02.840Z Compiling ff v0.13.1
14932026-09-06T23:57:02.851Z Compiling anyhow v1.0.104
14942026-09-06T23:57:02.876Z Compiling base16ct v0.2.0
14952026-09-06T23:57:02.924Z Compiling gimli v0.32.3
14962026-09-06T23:57:02.986Z Compiling group v0.13.0
14972026-09-06T23:57:03.073Z Compiling owo-colors v4.3.0
14982026-09-06T23:57:03.088Z Compiling crossbeam-utils v0.8.21
14992026-09-06T23:57:03.106Z Compiling openssl-probe v0.2.1
15002026-09-06T23:57:03.152Z Compiling rustc-demangle v0.1.27
15012026-09-06T23:57:03.181Z Compiling cmov v0.5.4
15022026-09-06T23:57:03.242Z Compiling aws-lc-sys v0.40.0
15032026-09-06T23:57:03.289Z Compiling openssl-sys v0.9.117
15042026-09-06T23:57:03.358Z Compiling crc32fast v1.5.0
15052026-09-06T23:57:03.406Z Compiling synstructure v0.13.2
15062026-09-06T23:57:03.425Z Compiling serde_derive_internals v0.29.1
15072026-09-06T23:57:03.429Z Compiling httparse v1.10.1
15082026-09-06T23:57:03.453Z Compiling untrusted v0.7.1
15092026-09-06T23:57:03.457Z Compiling tinyvec_macros v0.1.1
15102026-09-06T23:57:03.544Z Compiling tinyvec v1.11.0
15112026-09-06T23:57:03.649Z Compiling ctutils v0.4.2
15122026-09-06T23:57:03.718Z Compiling pest_generator v2.8.6
15132026-09-06T23:57:03.736Z Compiling darling_core v0.23.0
15142026-09-06T23:57:03.831Z Compiling terminal_size v0.4.3
15152026-09-06T23:57:03.869Z Compiling tempfile v3.27.0
15162026-09-06T23:57:03.938Z Compiling clap_builder v4.6.0
15172026-09-06T23:57:03.971Z Compiling curve25519-dalek v4.1.3
15182026-09-06T23:57:03.980Z Compiling camino v1.2.5
15192026-09-06T23:57:03.997Z Compiling proc-macro-error-attr2 v2.0.0
15202026-09-06T23:57:04.013Z Compiling aho-corasick v1.1.4
15212026-09-06T23:57:04.139Z Compiling radium v0.7.0
15222026-09-06T23:57:04.265Z Compiling try-lock v0.2.5
15232026-09-06T23:57:04.331Z Compiling tower-layer v0.3.3
15242026-09-06T23:57:04.345Z Compiling untrusted v0.9.0
15252026-09-06T23:57:04.395Z Compiling is_ci v1.2.0
15262026-09-06T23:57:04.408Z Compiling tower-service v0.3.3
15272026-09-06T23:57:04.424Z Compiling unicode-segmentation v1.12.0
15282026-09-06T23:57:04.440Z Compiling rustls v0.23.41
15292026-09-06T23:57:04.443Z Compiling atomic-waker v1.1.2
15302026-09-06T23:57:04.479Z Compiling textwrap v0.16.2
15312026-09-06T23:57:04.511Z Compiling supports-color v3.0.2
15322026-09-06T23:57:04.543Z Compiling proc-macro-error2 v2.0.1
15332026-09-06T23:57:04.558Z Compiling want v0.3.1
15342026-09-06T23:57:04.610Z Compiling addr2line v0.25.1
15352026-09-06T23:57:04.832Z Compiling darling_core v0.20.11
15362026-09-06T23:57:04.875Z Compiling regex-automata v0.4.14
15372026-09-06T23:57:04.890Z Compiling slog v2.8.2
15382026-09-06T23:57:04.911Z Compiling num-conv v0.2.0
15392026-09-06T23:57:04.958Z Compiling httpdate v1.0.3
15402026-09-06T23:57:04.973Z Compiling supports-unicode v3.0.0
15412026-09-06T23:57:04.979Z Compiling maybe-uninit v2.0.0
15422026-09-06T23:57:05.058Z Compiling time-core v0.1.8
15432026-09-06T23:57:05.119Z Compiling serde_derive v1.0.228
15442026-09-06T23:57:05.134Z Compiling zeroize_derive v1.5.0
15452026-09-06T23:57:05.151Z Compiling zerocopy-derive v0.8.55
15462026-09-06T23:57:05.211Z Compiling zerofrom-derive v0.1.6
15472026-09-06T23:57:05.226Z Compiling yoke-derive v0.8.1
15482026-09-06T23:57:05.253Z Compiling zerovec-derive v0.11.2
15492026-09-06T23:57:05.297Z Compiling displaydoc v0.2.5
15502026-09-06T23:57:05.440Z Compiling der_derive v0.7.3
15512026-09-06T23:57:05.745Z Compiling thiserror-impl v2.0.18
15522026-09-06T23:57:05.779Z Compiling tokio-macros v2.7.0
15532026-09-06T23:57:05.852Z Compiling futures-macro v0.3.32
15542026-09-06T23:57:06.091Z Compiling schemars_derive v0.8.22
15552026-09-06T23:57:06.324Z Compiling clap_derive v4.6.1
15562026-09-06T23:57:06.452Z Compiling tracing-attributes v0.1.31
15572026-09-06T23:57:06.474Z Compiling thiserror-impl v1.0.69
15582026-09-06T23:57:06.495Z Compiling backtrace v0.3.76
15592026-09-06T23:57:06.509Z Compiling darling_macro v0.23.0
15602026-09-06T23:57:06.621Z Compiling pest_derive v2.8.6
15612026-09-06T23:57:06.818Z Compiling futures-util v0.3.32
15622026-09-06T23:57:06.838Z Compiling zerofrom v0.1.6
15632026-09-06T23:57:06.913Z Compiling yoke v0.8.1
15642026-09-06T23:57:07.065Z Compiling backtrace-ext v0.2.1
15652026-09-06T23:57:07.068Z Compiling scroll_derive v0.13.1
15662026-09-06T23:57:07.115Z Compiling zerovec v0.11.5
15672026-09-06T23:57:07.130Z Compiling zerotrie v0.2.3
15682026-09-06T23:57:07.202Z Compiling thiserror v2.0.18
15692026-09-06T23:57:07.234Z Compiling miette-derive v7.6.0
15702026-09-06T23:57:07.253Z Compiling curve25519-dalek-derive v0.1.1
15712026-09-06T23:57:07.325Z Compiling powerfmt v0.2.0
15722026-09-06T23:57:07.413Z Compiling keccak v0.1.6
15732026-09-06T23:57:07.454Z Compiling openssl v0.10.80
15742026-09-06T23:57:07.550Z Compiling tap v1.0.1
15752026-09-06T23:57:07.658Z Compiling tinystr v0.8.2
15762026-09-06T23:57:07.674Z Compiling potential_utf v0.1.4
15772026-09-06T23:57:07.722Z Compiling foreign-types-shared v0.1.1
15782026-09-06T23:57:07.741Z Compiling supports-hyperlinks v3.2.0
15792026-09-06T23:57:07.826Z Compiling icu_collections v2.1.1
15802026-09-06T23:57:07.848Z Compiling icu_locale_core v2.1.1
15812026-09-06T23:57:07.873Z Compiling thiserror v1.0.69
15822026-09-06T23:57:07.891Z Compiling tracing v0.1.44
15832026-09-06T23:57:07.894Z Compiling foreign-types v0.3.2
15842026-09-06T23:57:07.948Z Compiling wyz v0.5.1
15852026-09-06T23:57:07.968Z Compiling scroll v0.13.0
15862026-09-06T23:57:07.985Z Compiling deranged v0.5.8
15872026-09-06T23:57:07.988Z Compiling darling_macro v0.20.11
15882026-09-06T23:57:08.013Z Compiling darling v0.23.0
15892026-09-06T23:57:08.149Z Compiling hubpack_derive v0.1.1
15902026-09-06T23:57:08.177Z Compiling time-macros v0.2.27
15912026-09-06T23:57:08.228Z Compiling openssl-macros v0.1.1
15922026-09-06T23:57:08.231Z Compiling clap v4.6.1
15932026-09-06T23:57:08.256Z Compiling knus-derive v3.4.0
15942026-09-06T23:57:08.349Z Compiling unicode-normalization v0.1.25
15952026-09-06T23:57:08.473Z Compiling miette v7.6.0
15962026-09-06T23:57:08.505Z Compiling icu_provider v2.1.1
15972026-09-06T23:57:08.545Z Compiling bzip2-sys v0.1.13+1.0.8
15982026-09-06T23:57:08.619Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15992026-09-06T23:57:08.679Z Compiling socket2 v0.5.10
16002026-09-06T23:57:08.795Z Compiling zeroize v1.9.0
16012026-09-06T23:57:08.810Z Compiling bytes v1.11.1
16022026-09-06T23:57:08.826Z Compiling icu_normalizer v2.1.1
16032026-09-06T23:57:08.842Z Compiling icu_properties v2.1.2
16042026-09-06T23:57:08.843Z Compiling chrono v0.4.45
16052026-09-06T23:57:08.908Z Compiling hex v0.4.3
16062026-09-06T23:57:09.073Z Compiling der v0.7.10
16072026-09-06T23:57:09.100Z Compiling ipnet v2.12.0
16082026-09-06T23:57:09.136Z Compiling rustls-pki-types v1.14.0
16092026-09-06T23:57:09.166Z Compiling hybrid-array v0.4.13
16102026-09-06T23:57:09.180Z Compiling toml_datetime v0.6.11
16112026-09-06T23:57:09.196Z Compiling serde_spanned v0.6.9
16122026-09-06T23:57:09.311Z Compiling tokio v1.52.1
16132026-09-06T23:57:09.356Z Compiling http v1.4.2
16142026-09-06T23:57:09.398Z Compiling erased-serde v0.3.31
16152026-09-06T23:57:09.459Z Compiling wait-timeout v0.2.1
16162026-09-06T23:57:09.478Z Compiling env_filter v2.0.0
16172026-09-06T23:57:09.605Z Compiling crypto-common v0.1.7
16182026-09-06T23:57:09.621Z Compiling block-buffer v0.10.4
16192026-09-06T23:57:09.627Z Compiling crypto-bigint v0.5.5
16202026-09-06T23:57:09.668Z Compiling packed_struct v0.10.1
16212026-09-06T23:57:09.748Z Compiling ppv-lite86 v0.2.21
16222026-09-06T23:57:09.775Z Compiling digest v0.10.7
16232026-09-06T23:57:09.791Z Compiling idna_adapter v1.2.1
16242026-09-06T23:57:09.821Z Compiling half v2.7.1
16252026-09-06T23:57:09.895Z Compiling spki v0.7.3
16262026-09-06T23:57:09.946Z Compiling idna v1.1.0
16272026-09-06T23:57:09.959Z Compiling num_threads v0.1.7
16282026-09-06T23:57:09.963Z Compiling funty v2.0.0
16292026-09-06T23:57:09.990Z Compiling hmac v0.12.1
16302026-09-06T23:57:10.011Z Compiling sha2 v0.10.9
16312026-09-06T23:57:10.043Z Compiling signature v2.2.0
16322026-09-06T23:57:10.054Z Compiling rand_chacha v0.3.1
16332026-09-06T23:57:10.075Z Compiling pkcs8 v0.10.2
16342026-09-06T23:57:10.098Z Compiling rand_chacha v0.9.0
16352026-09-06T23:57:10.129Z Compiling hkdf v0.12.4
16362026-09-06T23:57:10.143Z Compiling x509-cert v0.2.5
16372026-09-06T23:57:10.166Z Compiling http-body v1.0.1
16382026-09-06T23:57:10.245Z Compiling url v2.5.8
16392026-09-06T23:57:10.257Z Compiling sec1 v0.7.3
16402026-09-06T23:57:10.277Z Compiling rand v0.8.6
16412026-09-06T23:57:10.293Z Compiling pkcs1 v0.7.5
16422026-09-06T23:57:10.309Z Compiling rand v0.9.2
16432026-09-06T23:57:10.332Z Compiling rfc6979 v0.4.0
16442026-09-06T23:57:10.352Z Compiling hashbrown v0.14.5
16452026-09-06T23:57:10.474Z Compiling ed25519 v2.2.3
16462026-09-06T23:57:10.574Z Compiling sha3 v0.10.8
16472026-09-06T23:57:10.617Z Compiling elliptic-curve v0.13.8
16482026-09-06T23:57:10.702Z Compiling bit-vec v0.8.0
16492026-09-06T23:57:10.862Z Compiling ciborium-io v0.2.2
16502026-09-06T23:57:10.986Z Compiling chumsky v0.9.3
16512026-09-06T23:57:11.012Z Compiling quick-error v1.2.3
16522026-09-06T23:57:11.111Z Compiling primeorder v0.13.6
16532026-09-06T23:57:11.125Z Compiling ecdsa v0.16.9
16542026-09-06T23:57:11.128Z Compiling native-tls v0.2.18
16552026-09-06T23:57:11.153Z Compiling rusty-fork v0.3.1
16562026-09-06T23:57:11.157Z Compiling bit-set v0.8.0
16572026-09-06T23:57:11.183Z Compiling ciborium-ll v0.2.2
16582026-09-06T23:57:11.335Z Compiling bitvec v1.0.1
16592026-09-06T23:57:11.387Z Compiling time v0.3.47
16602026-09-06T23:57:11.403Z Compiling sha1 v0.10.6
16612026-09-06T23:57:11.453Z Compiling ed25519-dalek v2.2.0
16622026-09-06T23:57:11.467Z Compiling env_logger v0.11.11
16632026-09-06T23:57:11.505Z Compiling p384 v0.13.1
16642026-09-06T23:57:11.841Z Compiling hubpack v0.1.2
16652026-09-06T23:57:11.855Z Compiling darling v0.20.11
16662026-09-06T23:57:11.954Z Compiling goblin v0.10.5
16672026-09-06T23:57:11.992Z Compiling serde_with_macros v3.21.0
16682026-09-06T23:57:12.006Z Compiling rsa v0.9.10
16692026-09-06T23:57:12.077Z Compiling packed_struct_codegen v0.10.1
16702026-09-06T23:57:12.092Z Compiling async-trait v0.1.89
16712026-09-06T23:57:12.214Z Compiling knus v3.4.0
16722026-09-06T23:57:12.241Z Compiling bitfield-macros v0.19.4
16732026-09-06T23:57:12.416Z Compiling strum_macros v0.26.4
16742026-09-06T23:57:12.814Z Compiling zerocopy-derive v0.6.6
16752026-09-06T23:57:13.003Z Compiling rand_xorshift v0.4.0
16762026-09-06T23:57:13.031Z Compiling sync_wrapper v1.0.2
16772026-09-06T23:57:13.129Z Compiling indexmap v1.9.3
16782026-09-06T23:57:13.148Z Compiling paste v1.0.15
16792026-09-06T23:57:13.171Z Compiling siphasher v1.0.2
16802026-09-06T23:57:13.195Z Compiling crc-catalog v2.4.0
16812026-09-06T23:57:13.205Z Compiling tokio-util v0.7.18
16822026-09-06T23:57:13.223Z Compiling salty v0.3.0
16832026-09-06T23:57:13.298Z Compiling nodrop v0.1.14
16842026-09-06T23:57:13.357Z Compiling zlib-rs v0.6.2
16852026-09-06T23:57:13.374Z Compiling usdt-impl v0.6.0
16862026-09-06T23:57:13.406Z Compiling unarray v0.1.4
16872026-09-06T23:57:13.514Z Compiling proptest v1.11.0
16882026-09-06T23:57:13.541Z Compiling array-init v0.0.4
16892026-09-06T23:57:13.625Z Compiling crc v3.4.0
16902026-09-06T23:57:13.663Z Compiling tower v0.5.3
16912026-09-06T23:57:13.710Z Compiling zerocopy v0.6.6
16922026-09-06T23:57:13.787Z Compiling serde_with v3.21.0
16932026-09-06T23:57:13.905Z Compiling h2 v0.4.15
16942026-09-06T23:57:14.050Z Compiling bitfield v0.19.4
16952026-09-06T23:57:14.234Z Compiling strum v0.26.3
16962026-09-06T23:57:14.287Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16972026-09-06T23:57:14.371Z Compiling derive_builder_core v0.20.2
16982026-09-06T23:57:14.477Z Compiling smallvec v0.6.14
16992026-09-06T23:57:14.537Z Compiling ipnetwork v0.21.1
17002026-09-06T23:57:14.688Z Compiling dof v0.4.0
17012026-09-06T23:57:14.843Z Compiling ciborium v0.2.2
17022026-09-06T23:57:14.940Z Compiling http-body-util v0.1.3
17032026-09-06T23:57:15.000Z Compiling dtrace-parser v0.3.0
17042026-09-06T23:57:15.095Z Compiling scroll_derive v0.12.1
17052026-09-06T23:57:15.201Z Compiling structmeta-derive v0.3.0
17062026-09-06T23:57:15.216Z Compiling heapless v0.7.17
17072026-09-06T23:57:15.241Z Compiling thread-id v5.1.0
17082026-09-06T23:57:15.339Z Compiling syn v3.0.3
17092026-09-06T23:57:15.419Z Compiling cookie v0.18.1
17102026-09-06T23:57:15.490Z Compiling ryu v1.0.23
17112026-09-06T23:57:15.597Z Compiling rayon-core v1.13.0
17122026-09-06T23:57:15.642Z Compiling base64 v0.21.7
17132026-09-06T23:57:15.691Z Compiling signal-hook v0.3.18
17142026-09-06T23:57:15.729Z Compiling iri-string v0.7.10
17152026-09-06T23:57:15.847Z Compiling winnow v0.5.40
17162026-09-06T23:57:15.871Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17172026-09-06T23:57:15.921Z Compiling unicode-properties v0.1.4
17182026-09-06T23:57:15.963Z Compiling hashbrown v0.12.3
17192026-09-06T23:57:15.997Z Compiling zstd-safe v7.2.4
17202026-09-06T23:57:16.099Z Compiling static_assertions v1.1.0
17212026-09-06T23:57:16.174Z Compiling unicode-bidi v0.3.18
17222026-09-06T23:57:16.190Z Compiling newtype-uuid v1.3.2
17232026-09-06T23:57:16.257Z Compiling ron v0.8.1
17242026-09-06T23:57:16.284Z Compiling flate2 v1.1.9
17252026-09-06T23:57:16.348Z Compiling structmeta v0.3.0
17262026-09-06T23:57:16.428Z Compiling scroll v0.12.0
17272026-09-06T23:57:16.559Z Compiling stringprep v0.1.5
17282026-09-06T23:57:16.597Z Compiling serde_urlencoded v0.7.1
17292026-09-06T23:57:16.714Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17302026-09-06T23:57:16.718Z Compiling derive_builder_macro v0.20.2
17312026-09-06T23:57:16.758Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17322026-09-06T23:57:16.801Z Compiling oxnet v0.1.6
17332026-09-06T23:57:16.867Z Compiling serde-hex v0.1.0
17342026-09-06T23:57:17.010Z Compiling hyper v1.10.1
17352026-09-06T23:57:17.203Z Compiling toml_edit v0.19.15
17362026-09-06T23:57:17.251Z Compiling tower-http v0.6.8
17372026-09-06T23:57:17.266Z Compiling bzip2 v0.4.4
17382026-09-06T23:57:17.299Z Compiling tokio-native-tls v0.3.1
17392026-09-06T23:57:17.315Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17402026-09-06T23:57:17.501Z Compiling hashbrown v0.13.2
17412026-09-06T23:57:17.529Z Compiling md-5 v0.10.6
17422026-09-06T23:57:17.683Z Compiling block-buffer v0.12.1
17432026-09-06T23:57:17.713Z Compiling crypto-common v0.2.2
17442026-09-06T23:57:17.903Z Compiling block-padding v0.4.2
17452026-09-06T23:57:17.914Z Compiling rustls-native-certs v0.8.3
17462026-09-06T23:57:17.929Z Compiling serde_tokenstream v0.2.3
17472026-09-06T23:57:18.010Z Compiling serde-big-array v0.5.1
17482026-09-06T23:57:18.091Z Compiling bstr v1.12.1
17492026-09-06T23:57:18.096Z Compiling zerocopy-derive v0.7.35
17502026-09-06T23:57:18.168Z Compiling hyper-util v0.1.20
17512026-09-06T23:57:18.230Z Compiling pin-project-internal v1.1.11
17522026-09-06T23:57:18.256Z Compiling crossbeam-epoch v0.9.18
17532026-09-06T23:57:18.526Z Compiling heck v0.4.1
17542026-09-06T23:57:18.596Z Compiling vergen-lib v9.1.0
17552026-09-06T23:57:18.596Z Compiling hash32 v0.2.1
17562026-09-06T23:57:18.647Z Compiling memoffset v0.9.1
17572026-09-06T23:57:18.775Z Compiling encoding_rs v0.8.35
17582026-09-06T23:57:18.788Z Compiling thread_local v1.1.9
17592026-09-06T23:57:18.824Z Compiling mime v0.3.17
17602026-09-06T23:57:18.837Z Compiling fallible-iterator v0.2.0
17612026-09-06T23:57:18.865Z Compiling daft-derive v0.1.8
17622026-09-06T23:57:18.887Z Compiling crc-any v2.5.0
17632026-09-06T23:57:18.903Z Compiling psl-types v2.0.11
17642026-09-06T23:57:19.016Z Compiling litrs v1.0.0
17652026-09-06T23:57:19.048Z Compiling ref-cast v1.0.25
17662026-09-06T23:57:19.064Z Compiling smoltcp v0.9.1
17672026-09-06T23:57:19.068Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17682026-09-06T23:57:19.104Z Compiling slog-async v2.8.0
17692026-09-06T23:57:19.136Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17702026-09-06T23:57:19.173Z Compiling cfg_aliases v0.2.1
17712026-09-06T23:57:19.272Z Compiling rustix v0.38.44
17722026-09-06T23:57:19.395Z Compiling nix v0.31.2
17732026-09-06T23:57:19.425Z Compiling pin-project v1.1.11
17742026-09-06T23:57:19.482Z Compiling postgres-protocol v0.6.10
17752026-09-06T23:57:19.499Z Compiling toml_edit v0.22.27
17762026-09-06T23:57:19.515Z Compiling zerocopy v0.7.35
17772026-09-06T23:57:19.518Z Compiling publicsuffix v2.3.0
17782026-09-06T23:57:19.547Z Compiling document-features v0.2.12
17792026-09-06T23:57:19.645Z Compiling daft v0.1.8
17802026-09-06T23:57:19.679Z Compiling hyper-tls v0.6.0
17812026-09-06T23:57:19.777Z Compiling snafu-derive v0.8.9
17822026-09-06T23:57:19.903Z Compiling toml v0.7.8
17832026-09-06T23:57:19.939Z Compiling crossbeam-deque v0.8.6
17842026-09-06T23:57:19.957Z Compiling inout v0.2.2
17852026-09-06T23:57:19.972Z Compiling object v0.30.4
17862026-09-06T23:57:19.976Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17872026-09-06T23:57:20.065Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17882026-09-06T23:57:20.096Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17892026-09-06T23:57:20.148Z Compiling zip v0.6.6
17902026-09-06T23:57:20.163Z Compiling derive_builder v0.20.2
17912026-09-06T23:57:20.234Z Compiling goblin v0.8.2
17922026-09-06T23:57:20.309Z Compiling derive-ex v0.1.8
17932026-09-06T23:57:20.398Z Compiling phf_shared v0.13.1
17942026-09-06T23:57:20.515Z Compiling futures-executor v0.3.32
17952026-09-06T23:57:20.530Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17962026-09-06T23:57:20.545Z Compiling regex v1.12.3
17972026-09-06T23:57:20.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17982026-09-06T23:57:20.660Z Compiling strum_macros v0.27.2
17992026-09-06T23:57:20.734Z Compiling ref-cast-impl v1.0.25
18002026-09-06T23:57:20.752Z Compiling crossbeam-channel v0.5.15
18012026-09-06T23:57:20.819Z Compiling convert_case v0.10.0
18022026-09-06T23:57:20.907Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18032026-09-06T23:57:21.029Z Compiling blake3 v1.8.5
18042026-09-06T23:57:21.121Z Compiling vergen v9.1.0
18052026-09-06T23:57:21.145Z Compiling cargo-platform v0.3.2
18062026-09-06T23:57:21.160Z Compiling memmap2 v0.9.10
18072026-09-06T23:57:21.235Z Compiling is-terminal v0.4.17
18082026-09-06T23:57:21.332Z Compiling fs-err v3.3.0
18092026-09-06T23:57:21.347Z Compiling take_mut v0.2.2
18102026-09-06T23:57:21.362Z Compiling foldhash v0.1.5
18112026-09-06T23:57:21.407Z Compiling jiff-core v0.1.0
18122026-09-06T23:57:21.431Z Compiling corncobs v0.1.4
18132026-09-06T23:57:21.446Z Compiling same-file v1.0.6
18142026-09-06T23:57:21.474Z Compiling path-slash v0.1.5
18152026-09-06T23:57:21.487Z Compiling term v1.2.1
18162026-09-06T23:57:21.555Z Compiling managed v0.8.0
18172026-09-06T23:57:21.595Z Compiling libbz2-rs-sys v0.2.2
18182026-09-06T23:57:21.621Z Compiling bumpalo v3.20.2
18192026-09-06T23:57:21.636Z Compiling bitflags v1.3.2
18202026-09-06T23:57:21.639Z Compiling cpufeatures v0.3.0
18212026-09-06T23:57:21.726Z Compiling walkdir v2.5.0
18222026-09-06T23:57:21.788Z Compiling slog-term v2.9.2
18232026-09-06T23:57:21.810Z Compiling snafu v0.8.9
18242026-09-06T23:57:21.889Z Compiling zopfli v0.8.3
18252026-09-06T23:57:22.063Z Compiling bzip2 v0.6.1
18262026-09-06T23:57:22.107Z Compiling test-strategy v0.4.5
18272026-09-06T23:57:22.197Z Compiling jiff v0.2.34
18282026-09-06T23:57:22.212Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18292026-09-06T23:57:22.284Z Compiling hashbrown v0.15.5
18302026-09-06T23:57:22.375Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18312026-09-06T23:57:22.574Z Compiling dof v0.3.0
18322026-09-06T23:57:22.589Z Compiling cargo_metadata v0.23.1
18332026-09-06T23:57:22.623Z Compiling derive_more-impl v2.1.1
18342026-09-06T23:57:22.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18352026-09-06T23:57:22.731Z Compiling strum v0.27.2
18362026-09-06T23:57:22.794Z Compiling toml v0.8.23
18372026-09-06T23:57:22.832Z Compiling futures v0.3.32
18382026-09-06T23:57:22.866Z Compiling phf v0.13.1
18392026-09-06T23:57:22.869Z Compiling signal-hook-mio v0.2.5
18402026-09-06T23:57:22.928Z Compiling cookie_store v0.22.1
18412026-09-06T23:57:23.047Z Compiling cipher v0.5.2
18422026-09-06T23:57:23.331Z Compiling zstd v0.13.3
18432026-09-06T23:57:23.360Z Compiling postgres-types v0.2.12
18442026-09-06T23:57:23.376Z Compiling reqwest v0.12.28
18452026-09-06T23:57:23.639Z Compiling globset v0.4.18
18462026-09-06T23:57:23.682Z Compiling usdt-macro v0.6.0
18472026-09-06T23:57:23.711Z Compiling usdt-attr-macro v0.6.0
18482026-09-06T23:57:23.839Z Compiling phf_shared v0.11.3
18492026-09-06T23:57:23.853Z Compiling byte-wrapper v0.1.0
18502026-09-06T23:57:23.856Z Compiling secrecy v0.8.0
18512026-09-06T23:57:23.882Z Compiling olpc-cjson v0.1.4
18522026-09-06T23:57:23.940Z Compiling serde_plain v1.0.2
18532026-09-06T23:57:23.969Z Compiling dtrace-parser v0.2.0
18542026-09-06T23:57:24.026Z Compiling enum-as-inner v0.6.1
18552026-09-06T23:57:24.047Z Compiling async-recursion v1.1.1
18562026-09-06T23:57:24.061Z Compiling serde_repr v0.1.20
18572026-09-06T23:57:24.155Z Compiling float-cmp v0.10.0
18582026-09-06T23:57:24.195Z Compiling pem v3.0.6
18592026-09-06T23:57:24.211Z Compiling hashbrown v0.16.1
18602026-09-06T23:57:24.322Z Compiling thread-id v4.2.2
18612026-09-06T23:57:24.349Z Compiling arrayref v0.3.9
18622026-09-06T23:57:24.422Z Compiling data-encoding v2.10.0
18632026-09-06T23:57:24.438Z Compiling fixedbitset v0.5.7
18642026-09-06T23:57:24.519Z Compiling constant_time_eq v0.4.2
18652026-09-06T23:57:24.543Z Compiling new_debug_unreachable v1.0.6
18662026-09-06T23:57:24.590Z Compiling precomputed-hash v0.1.1
18672026-09-06T23:57:24.611Z Compiling fixedbitset v0.4.2
18682026-09-06T23:57:24.629Z Compiling either v1.15.0
18692026-09-06T23:57:24.667Z Compiling const-oid v0.10.2
18702026-09-06T23:57:24.667Z Compiling winnow v1.0.3
18712026-09-06T23:57:24.701Z Compiling typed-path v0.9.3
18722026-09-06T23:57:24.754Z Compiling arrayvec v0.7.6
18732026-09-06T23:57:24.784Z Compiling whoami v2.1.0
18742026-09-06T23:57:24.800Z Compiling difflib v0.4.0
18752026-09-06T23:57:24.803Z Compiling normalize-line-endings v0.3.0
18762026-09-06T23:57:24.814Z Compiling predicates-core v1.0.10
18772026-09-06T23:57:24.845Z Compiling itertools v0.13.0
18782026-09-06T23:57:24.861Z Compiling digest v0.11.3
18792026-09-06T23:57:24.875Z Compiling petgraph v0.6.5
18802026-09-06T23:57:24.889Z Compiling iddqd v0.4.2
18812026-09-06T23:57:24.929Z Compiling hickory-proto v0.25.2
18822026-09-06T23:57:25.027Z Compiling tokio-postgres v0.7.16
18832026-09-06T23:57:25.106Z Compiling predicates v3.1.4
18842026-09-06T23:57:25.147Z Compiling string_cache v0.8.9
18852026-09-06T23:57:25.179Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18862026-09-06T23:57:25.389Z Compiling usdt v0.6.0
18872026-09-06T23:57:25.404Z Compiling petgraph v0.8.3
18882026-09-06T23:57:25.518Z Compiling zip v4.6.1
18892026-09-06T23:57:25.674Z Compiling toml_parser v1.1.2+spec-1.1.0
18902026-09-06T23:57:25.762Z Compiling usdt-impl v0.5.0
18912026-09-06T23:57:25.786Z Compiling crossterm v0.28.1
18922026-09-06T23:57:25.837Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18932026-09-06T23:57:26.003Z Compiling derive_more v2.1.1
18942026-09-06T23:57:26.225Z Compiling chacha20 v0.10.0
18952026-09-06T23:57:26.395Z Compiling similar v2.7.0
18962026-09-06T23:57:26.429Z Compiling tokio-stream v0.1.18
18972026-09-06T23:57:26.551Z Compiling buf-list v1.1.2
18982026-09-06T23:57:26.596Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18992026-09-06T23:57:26.632Z Compiling openapiv3 v2.2.0
19002026-09-06T23:57:26.817Z Compiling peg-runtime v0.8.5
19012026-09-06T23:57:26.847Z Compiling lalrpop-util v0.19.12
19022026-09-06T23:57:26.922Z Compiling filetime v0.2.27
19032026-09-06T23:57:26.936Z Compiling xattr v1.6.1
19042026-09-06T23:57:27.078Z Compiling camino-tempfile v1.4.1
19052026-09-06T23:57:27.143Z Compiling tar v0.4.46
19062026-09-06T23:57:44.552Z Compiling rustls-webpki v0.103.13
19072026-09-06T23:57:47.261Z Compiling tokio-rustls v0.26.4
19082026-09-06T23:57:47.261Z Compiling rustls-platform-verifier v0.6.2
19092026-09-06T23:57:47.269Z Compiling tough v0.22.0
19102026-09-06T23:57:47.459Z Compiling hyper-rustls v0.27.7
19112026-09-06T23:57:47.666Z Compiling reqwest v0.13.2
19122026-09-06T23:57:49.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19132026-09-06T23:57:50.116Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19142026-09-06T23:57:53.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.56s
19152026-09-06T23:57:53.051Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19162026-09-06T23:57:53.051Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19172026-09-06T23:57:53.189Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19182026-09-06T23:57:53.243ZSep 06 23:57:52.477 INFO Starting download, target: Cockroach
19192026-09-06T23:57:53.243ZSep 06 23:57:52.478 INFO Starting download, target: Clickhouse
19202026-09-06T23:57:53.244ZSep 06 23:57:52.478 INFO Starting download, target: Console
19212026-09-06T23:57:53.244ZSep 06 23:57:52.478 INFO Starting download, target: DendriteStub
19222026-09-06T23:57:53.244ZSep 06 23:57:52.478 INFO Starting download, target: MaghemiteMgd
19232026-09-06T23:57:53.244ZSep 06 23:57:52.478 INFO Starting download, target: MaghemiteDdmd
19242026-09-06T23:57:53.250ZSep 06 23:57:52.478 INFO Starting download, target: TransceiverControl
19252026-09-06T23:57:53.250ZSep 06 23:57:52.478 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19262026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19272026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19282026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19292026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19302026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19312026-09-06T23:57:53.251ZSep 06 23:57:52.478 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19322026-09-06T23:57:53.717ZSep 06 23:57:52.926 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19332026-09-06T23:57:53.882ZSep 06 23:57:53.102 INFO Download complete, target: TransceiverControl
19342026-09-06T23:57:54.429ZSep 06 23:57:53.648 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19352026-09-06T23:57:55.120ZSep 06 23:57:54.341 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19362026-09-06T23:57:55.309ZSep 06 23:57:54.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19372026-09-06T23:57:55.531ZSep 06 23:57:54.766 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19382026-09-06T23:57:55.531ZSep 06 23:57:54.766 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19392026-09-06T23:57:55.587ZSep 06 23:57:54.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19402026-09-06T23:57:55.756ZSep 06 23:57:54.982 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19412026-09-06T23:57:55.825ZSep 06 23:57:55.059 INFO Download complete, target: Console
19422026-09-06T23:57:56.445ZSep 06 23:57:55.679 INFO Download complete, target: DendriteStub
19432026-09-06T23:57:56.904ZSep 06 23:57:56.139 INFO Download complete, target: MaghemiteDdmd
19442026-09-06T23:57:57.451ZSep 06 23:57:56.685 INFO Download complete, target: MaghemiteMgd
19452026-09-06T23:57:59.502ZSep 06 23:57:58.729 INFO Checking that binary works, target: Cockroach
19462026-09-06T23:57:59.628ZSep 06 23:57:58.853 INFO Download complete, target: Cockroach
19472026-09-06T23:58:01.275ZSep 06 23:58:00.499 INFO Checking that binary works, target: Clickhouse
19482026-09-06T23:58:01.348ZSep 06 23:58:00.581 INFO Download complete, target: Clickhouse
19492026-09-06T23:58:01.353ZAll prerequisites installed successfully
19502026-09-06T23:58:01.356Z
19512026-09-06T23:58:01.356Zreal 1:30.784107638
19522026-09-06T23:58:01.356Zuser 7:34.480190629
19532026-09-06T23:58:01.356Zsys 1:53.146742303
19542026-09-06T23:58:01.356Ztrap 0.274706733
19552026-09-06T23:58:01.356Ztflt 0.860016842
19562026-09-06T23:58:01.356Zdflt 1.445153518
19572026-09-06T23:58:01.356Zkflt 0.024187825
19582026-09-06T23:58:01.356Zlock 28:06.037480770
19592026-09-06T23:58:01.356Zslp 20:49.843369061
19602026-09-06T23:58:01.356Zlat 28.311801926
19612026-09-06T23:58:01.356Zstop 3:13.802693430
19622026-09-06T23:58:01.356Z+ source ./tools/include/force-git-over-https.sh
19632026-09-06T23:58:01.356Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19642026-09-06T23:58:01.356Z++ (( i = 0 ))
19652026-09-06T23:58:01.356Z++ (( i < 5 ))
19662026-09-06T23:58:01.356Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19672026-09-06T23:58:01.359Z++ (( i++ ))
19682026-09-06T23:58:01.359Z++ (( i < 5 ))
19692026-09-06T23:58:01.359Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19702026-09-06T23:58:01.364Z++ (( i++ ))
19712026-09-06T23:58:01.364Z++ (( i < 5 ))
19722026-09-06T23:58:01.364Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19732026-09-06T23:58:01.367Z++ (( i++ ))
19742026-09-06T23:58:01.367Z++ (( i < 5 ))
19752026-09-06T23:58:01.367Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19762026-09-06T23:58:01.367Z++ (( i++ ))
19772026-09-06T23:58:01.367Z++ (( i < 5 ))
19782026-09-06T23:58:01.367Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19792026-09-06T23:58:01.373Z++ (( i++ ))
19802026-09-06T23:58:01.373Z++ (( i < 5 ))
19812026-09-06T23:58:01.373Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19822026-09-06T23:58:01.373Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19832026-09-06T23:58:01.373Z+ rc=0
19842026-09-06T23:58:01.373Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19852026-09-06T23:58:09.271Z+ case $rc in
19862026-09-06T23:58:09.271Z+ pfexec zfs create -p rpool/images/build/host
19872026-09-06T23:58:09.515Z+ pfexec zfs create -p rpool/images/build/recovery
19882026-09-06T23:58:09.578Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19892026-09-06T23:58:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19902026-09-06T23:58:10.071Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19912026-09-06T23:58:10.924Z Compiling proc-macro2 v1.0.106
19922026-09-06T23:58:10.924Z Compiling quote v1.0.45
19932026-09-06T23:58:10.928Z Compiling unicode-ident v1.0.24
19942026-09-06T23:58:10.928Z Compiling serde_core v1.0.228
19952026-09-06T23:58:10.928Z Compiling libc v0.2.185
19962026-09-06T23:58:10.928Z Compiling serde v1.0.228
19972026-09-06T23:58:10.928Z Compiling cfg-if v1.0.4
19982026-09-06T23:58:11.058Z Compiling version_check v0.9.5
19992026-09-06T23:58:11.062Z Compiling autocfg v1.5.0
20002026-09-06T23:58:11.062Z Compiling zerocopy v0.8.55
20012026-09-06T23:58:11.062Z Compiling shlex v1.3.0
20022026-09-06T23:58:11.063Z Compiling find-msvc-tools v0.1.9
20032026-09-06T23:58:11.063Z Compiling memchr v2.8.0
20042026-09-06T23:58:11.063Z Compiling portable-atomic v1.13.1
20052026-09-06T23:58:11.063Z Compiling libm v0.2.16
20062026-09-06T23:58:11.236Z Compiling zmij v1.0.21
20072026-09-06T23:58:11.239Z Compiling serde_json v1.0.151
20082026-09-06T23:58:11.456Z Compiling generic-array v0.14.7
20092026-09-06T23:58:11.460Z Compiling getrandom v0.4.3
20102026-09-06T23:58:11.460Z Compiling rustix v1.1.4
20112026-09-06T23:58:11.460Z Compiling icu_normalizer_data v2.1.1
20122026-09-06T23:58:11.520Z Compiling icu_properties_data v2.1.2
20132026-09-06T23:58:11.622Z Compiling num-traits v0.2.19
20142026-09-06T23:58:11.628Z Compiling parking_lot_core v0.9.12
20152026-09-06T23:58:11.650Z Compiling getrandom v0.3.4
20162026-09-06T23:58:11.744Z Compiling smallvec v1.15.1
20172026-09-06T23:58:11.758Z Compiling subtle v2.6.1
20182026-09-06T23:58:11.807Z Compiling pkg-config v0.3.32
20192026-09-06T23:58:11.807Z Compiling thiserror v2.0.18
20202026-09-06T23:58:11.853Z Compiling itoa v1.0.17
20212026-09-06T23:58:11.905Z Compiling log v0.4.33
20222026-09-06T23:58:11.992Z Compiling typenum v1.20.1
20232026-09-06T23:58:12.021Z Compiling heck v0.5.0
20242026-09-06T23:58:12.041Z Compiling stable_deref_trait v1.2.1
20252026-09-06T23:58:12.069Z Compiling scopeguard v1.2.0
20262026-09-06T23:58:12.192Z Compiling jobserver v0.1.34
20272026-09-06T23:58:12.208Z Compiling errno v0.3.14
20282026-09-06T23:58:12.208Z Compiling lock_api v0.4.14
20292026-09-06T23:58:12.208Z Compiling getrandom v0.2.17
20302026-09-06T23:58:12.221Z Compiling const-oid v0.9.6
20312026-09-06T23:58:12.316Z Compiling critical-section v1.2.0
20322026-09-06T23:58:12.344Z Compiling cc v1.2.56
20332026-09-06T23:58:12.367Z Compiling rand_core v0.6.4
20342026-09-06T23:58:12.422Z Compiling syn v2.0.117
20352026-09-06T23:58:12.470Z Compiling rand_core v0.10.0
20362026-09-06T23:58:12.483Z Compiling rustversion v1.0.22
20372026-09-06T23:58:12.783Z Compiling once_cell v1.21.3
20382026-09-06T23:58:12.907Z Compiling strsim v0.11.1
20392026-09-06T23:58:12.907Z Compiling allocator-api2 v0.2.21
20402026-09-06T23:58:12.966Z Compiling schemars v0.8.22
20412026-09-06T23:58:13.086Z Compiling writeable v0.6.2
20422026-09-06T23:58:13.116Z Compiling percent-encoding v2.3.2
20432026-09-06T23:58:13.134Z Compiling litemap v0.8.1
20442026-09-06T23:58:13.167Z Compiling cmake v0.1.57
20452026-09-06T23:58:13.248Z Compiling bitflags v2.11.0
20462026-09-06T23:58:13.273Z Compiling semver v1.0.28
20472026-09-06T23:58:13.298Z Compiling dunce v1.0.5
20482026-09-06T23:58:13.349Z Compiling fs_extra v1.3.0
20492026-09-06T23:58:13.489Z Compiling syn v1.0.109
20502026-09-06T23:58:13.643Z Compiling pin-project-lite v0.2.17
20512026-09-06T23:58:13.702Z Compiling aws-lc-sys v0.40.0
20522026-09-06T23:58:13.723Z Compiling ahash v0.8.12
20532026-09-06T23:58:13.743Z Compiling base64ct v1.8.3
20542026-09-06T23:58:13.789Z Compiling utf8_iter v1.0.4
20552026-09-06T23:58:13.854Z Compiling equivalent v1.0.2
20562026-09-06T23:58:13.883Z Compiling thiserror v1.0.69
20572026-09-06T23:58:13.958Z Compiling form_urlencoded v1.2.2
20582026-09-06T23:58:13.990Z Compiling pem-rfc7468 v0.7.0
20592026-09-06T23:58:14.043Z Compiling signal-hook-registry v1.4.8
20602026-09-06T23:58:14.238Z Compiling flagset v0.4.7
20612026-09-06T23:58:14.302Z Compiling foldhash v0.2.0
20622026-09-06T23:58:14.302Z Compiling aws-lc-rs v1.16.3
20632026-09-06T23:58:14.341Z Compiling parking_lot v0.12.5
20642026-09-06T23:58:14.374Z Compiling rustc_version v0.4.1
20652026-09-06T23:58:14.396Z Compiling mio v1.2.0
20662026-09-06T23:58:14.519Z Compiling ident_case v1.0.1
20672026-09-06T23:58:14.523Z Compiling num-bigint-dig v0.8.6
20682026-09-06T23:58:14.568Z Compiling futures-core v0.3.32
20692026-09-06T23:58:14.761Z Compiling hashbrown v0.17.0
20702026-09-06T23:58:14.793Z Compiling socket2 v0.6.3
20712026-09-06T23:58:14.850Z Compiling iana-time-zone v0.1.65
20722026-09-06T23:58:14.850Z Compiling crc32fast v1.5.0
20732026-09-06T23:58:15.049Z Compiling byteorder v1.5.0
20742026-09-06T23:58:15.091Z Compiling fnv v1.0.7
20752026-09-06T23:58:15.107Z Compiling vcpkg v0.2.15
20762026-09-06T23:58:15.191Z Compiling base64 v0.22.1
20772026-09-06T23:58:15.298Z Compiling synstructure v0.13.2
20782026-09-06T23:58:15.324Z Compiling serde_derive_internals v0.29.1
20792026-09-06T23:58:15.350Z Compiling uuid v1.23.4
20802026-09-06T23:58:15.350Z Compiling radium v0.7.0
20812026-09-06T23:58:15.387Z Compiling rustls v0.23.41
20822026-09-06T23:58:15.504Z Compiling httparse v1.10.1
20832026-09-06T23:58:15.524Z Compiling cpufeatures v0.2.17
20842026-09-06T23:58:15.546Z Compiling indexmap v2.14.0
20852026-09-06T23:58:15.568Z Compiling futures-sink v0.3.32
20862026-09-06T23:58:15.588Z Compiling camino v1.2.5
20872026-09-06T23:58:15.610Z Compiling terminal_size v0.4.3
20882026-09-06T23:58:15.627Z Compiling object v0.37.3
20892026-09-06T23:58:15.665Z Compiling crossbeam-utils v0.8.21
20902026-09-06T23:58:15.703Z Compiling openssl-sys v0.9.117
20912026-09-06T23:58:15.703Z Compiling utf8parse v0.2.2
20922026-09-06T23:58:15.745Z Compiling futures-channel v0.3.32
20932026-09-06T23:58:15.774Z Compiling futures-task v0.3.32
20942026-09-06T23:58:15.838Z Compiling futures-io v0.3.32
20952026-09-06T23:58:15.851Z Compiling dyn-clone v1.0.20
20962026-09-06T23:58:15.851Z Compiling simd-adler32 v0.3.8
20972026-09-06T23:58:15.869Z Compiling anstyle v1.0.14
20982026-09-06T23:58:15.904Z Compiling slab v0.4.12
20992026-09-06T23:58:15.948Z Compiling anstyle-parse v1.0.0
21002026-09-06T23:58:15.967Z Compiling anyhow v1.0.104
21012026-09-06T23:58:16.065Z Compiling anstyle-query v1.1.5
21022026-09-06T23:58:16.069Z Compiling is_terminal_polyfill v1.70.2
21032026-09-06T23:58:16.098Z Compiling colorchoice v1.0.4
21042026-09-06T23:58:16.131Z Compiling maybe-uninit v2.0.0
21052026-09-06T23:58:16.136Z Compiling adler2 v2.0.1
21062026-09-06T23:58:16.191Z Compiling slog v2.8.2
21072026-09-06T23:58:16.219Z Compiling anstream v1.0.0
21082026-09-06T23:58:16.219Z Compiling spin v0.9.8
21092026-09-06T23:58:16.248Z Compiling miniz_oxide v0.8.9
21102026-09-06T23:58:16.263Z Compiling fastrand v2.3.0
21112026-09-06T23:58:16.434Z Compiling bzip2-sys v0.1.13+1.0.8
21122026-09-06T23:58:16.452Z Compiling regex-syntax v0.8.10
21132026-09-06T23:58:16.470Z Compiling packed_struct v0.10.1
21142026-09-06T23:58:16.515Z Compiling tempfile v3.27.0
21152026-09-06T23:58:16.519Z Compiling clap_lex v1.0.0
21162026-09-06T23:58:16.563Z Compiling ucd-trie v0.1.7
21172026-09-06T23:58:16.570Z Compiling rand_core v0.9.5
21182026-09-06T23:58:16.570Z Compiling darling_core v0.23.0
21192026-09-06T23:58:16.647Z Compiling serde_derive v1.0.228
21202026-09-06T23:58:16.675Z Compiling zeroize_derive v1.5.0
21212026-09-06T23:58:16.767Z Compiling zerocopy-derive v0.8.55
21222026-09-06T23:58:16.781Z Compiling zerofrom-derive v0.1.6
21232026-09-06T23:58:16.881Z Compiling yoke-derive v0.8.1
21242026-09-06T23:58:16.883Z Compiling zerovec-derive v0.11.2
21252026-09-06T23:58:16.883Z Compiling displaydoc v0.2.5
21262026-09-06T23:58:16.883Z Compiling der_derive v0.7.3
21272026-09-06T23:58:16.883Z Compiling thiserror-impl v2.0.18
21282026-09-06T23:58:16.883Z Compiling tokio-macros v2.7.0
21292026-09-06T23:58:16.897Z Compiling futures-macro v0.3.32
21302026-09-06T23:58:17.073Z Compiling schemars_derive v0.8.22
21312026-09-06T23:58:17.352Z Compiling clap_derive v4.6.1
21322026-09-06T23:58:17.395Z Compiling thiserror-impl v1.0.69
21332026-09-06T23:58:17.556Z Compiling tracing-attributes v0.1.31
21342026-09-06T23:58:17.591Z Compiling pest v2.8.6
21352026-09-06T23:58:17.711Z Compiling futures-util v0.3.32
21362026-09-06T23:58:17.895Z Compiling clap_builder v4.6.0
21372026-09-06T23:58:17.922Z Compiling strum_macros v0.26.4
21382026-09-06T23:58:17.942Z Compiling zerofrom v0.1.6
21392026-09-06T23:58:18.091Z Compiling yoke v0.8.1
21402026-09-06T23:58:18.309Z Compiling zerovec v0.11.5
21412026-09-06T23:58:18.356Z Compiling zerotrie v0.2.3
21422026-09-06T23:58:18.837Z Compiling tinystr v0.8.2
21432026-09-06T23:58:18.851Z Compiling potential_utf v0.1.4
21442026-09-06T23:58:18.880Z Compiling openssl v0.10.80
21452026-09-06T23:58:19.033Z Compiling icu_locale_core v2.1.1
21462026-09-06T23:58:19.051Z Compiling icu_collections v2.1.1
21472026-09-06T23:58:19.163Z Compiling owo-colors v4.3.0
21482026-09-06T23:58:19.179Z Compiling darling_macro v0.23.0
21492026-09-06T23:58:19.234Z Compiling pest_meta v2.8.6
21502026-09-06T23:58:19.664Z Compiling clap v4.6.1
21512026-09-06T23:58:19.677Z Compiling packed_struct_codegen v0.10.1
21522026-09-06T23:58:19.773Z Compiling async-trait v0.1.89
21532026-09-06T23:58:19.804Z Compiling zeroize v1.9.0
21542026-09-06T23:58:19.871Z Compiling bytes v1.11.1
21552026-09-06T23:58:20.219Z Compiling icu_provider v2.1.1
21562026-09-06T23:58:20.241Z Compiling der v0.7.10
21572026-09-06T23:58:20.300Z Compiling chrono v0.4.45
21582026-09-06T23:58:20.509Z Compiling icu_normalizer v2.1.1
21592026-09-06T23:58:20.560Z Compiling icu_properties v2.1.2
21602026-09-06T23:58:20.586Z Compiling tokio v1.52.1
21612026-09-06T23:58:20.720Z Compiling crypto-common v0.1.7
21622026-09-06T23:58:20.737Z Compiling block-buffer v0.10.4
21632026-09-06T23:58:20.875Z Compiling digest v0.10.7
21642026-09-06T23:58:20.943Z Compiling hex v0.4.3
21652026-09-06T23:58:21.127Z Compiling spki v0.7.3
21662026-09-06T23:58:21.204Z Compiling ppv-lite86 v0.2.21
21672026-09-06T23:58:21.336Z Compiling hmac v0.12.1
21682026-09-06T23:58:21.353Z Compiling sha2 v0.10.9
21692026-09-06T23:58:21.354Z Compiling signature v2.2.0
21702026-09-06T23:58:21.366Z Compiling pkcs8 v0.10.2
21712026-09-06T23:58:21.456Z Compiling idna_adapter v1.2.1
21722026-09-06T23:58:21.589Z Compiling idna v1.1.0
21732026-09-06T23:58:21.634Z Compiling ipnet v2.12.0
21742026-09-06T23:58:21.638Z Compiling rand_chacha v0.3.1
21752026-09-06T23:58:21.743Z Compiling bitfield-macros v0.19.4
21762026-09-06T23:58:21.764Z Compiling zerocopy-derive v0.6.6
21772026-09-06T23:58:21.881Z Compiling curve25519-dalek v4.1.3
21782026-09-06T23:58:21.899Z Compiling num-integer v0.1.46
21792026-09-06T23:58:22.035Z Compiling url v2.5.8
21802026-09-06T23:58:22.067Z Compiling indexmap v1.9.3
21812026-09-06T23:58:22.112Z Compiling time-core v0.1.8
21822026-09-06T23:58:22.242Z Compiling unicode-segmentation v1.12.0
21832026-09-06T23:58:22.259Z Compiling num-conv v0.2.0
21842026-09-06T23:58:22.294Z Compiling num-iter v0.1.45
21852026-09-06T23:58:22.300Z Compiling rand v0.8.6
21862026-09-06T23:58:22.311Z Compiling rand_chacha v0.9.0
21872026-09-06T23:58:22.404Z Compiling time-macros v0.2.27
21882026-09-06T23:58:22.408Z Compiling pest_generator v2.8.6
21892026-09-06T23:58:22.432Z Compiling darling v0.23.0
21902026-09-06T23:58:22.450Z Compiling openssl-macros v0.1.1
21912026-09-06T23:58:22.485Z Compiling lazy_static v1.5.0
21922026-09-06T23:58:22.603Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21932026-09-06T23:58:22.635Z Compiling ff v0.13.1
21942026-09-06T23:58:22.741Z Compiling gimli v0.32.3
21952026-09-06T23:58:22.800Z Compiling native-tls v0.2.18
21962026-09-06T23:58:22.912Z Compiling paste v1.0.15
21972026-09-06T23:58:22.930Z Compiling base16ct v0.2.0
21982026-09-06T23:58:23.061Z Compiling pest_derive v2.8.6
21992026-09-06T23:58:23.201Z Compiling sec1 v0.7.3
22002026-09-06T23:58:23.221Z Compiling group v0.13.0
22012026-09-06T23:58:23.427Z Compiling serde_with_macros v3.21.0
22022026-09-06T23:58:23.446Z Compiling rand v0.9.2
22032026-09-06T23:58:23.486Z Compiling pkcs1 v0.7.5
22042026-09-06T23:58:23.502Z Compiling hkdf v0.12.4
22052026-09-06T23:58:23.572Z Compiling x509-cert v0.2.5
22062026-09-06T23:58:23.664Z Compiling crypto-bigint v0.5.5
22072026-09-06T23:58:23.761Z Compiling rustls-pki-types v1.14.0
22082026-09-06T23:58:23.872Z Compiling hubpack_derive v0.1.1
22092026-09-06T23:58:24.222Z Compiling curve25519-dalek-derive v0.1.1
22102026-09-06T23:58:24.240Z Compiling scroll_derive v0.13.1
22112026-09-06T23:58:24.421Z Compiling addr2line v0.25.1
22122026-09-06T23:58:24.488Z Compiling syn v3.0.3
22132026-09-06T23:58:24.750Z Compiling rustc-demangle v0.1.27
22142026-09-06T23:58:24.897Z Compiling elliptic-curve v0.13.8
22152026-09-06T23:58:24.905Z Compiling rsa v0.9.10
22162026-09-06T23:58:24.933Z Compiling http v1.4.2
22172026-09-06T23:58:24.981Z Compiling tokio-util v0.7.18
22182026-09-06T23:58:25.122Z Compiling miette-derive v7.6.0
22192026-09-06T23:58:25.329Z Compiling proc-macro-error-attr2 v2.0.0
22202026-09-06T23:58:25.438Z Compiling untrusted v0.7.1
22212026-09-06T23:58:25.513Z Compiling unicode-linebreak v0.1.5
22222026-09-06T23:58:25.544Z Compiling is_ci v1.2.0
22232026-09-06T23:58:25.591Z Compiling tinyvec_macros v0.1.1
22242026-09-06T23:58:25.712Z Compiling smawk v0.3.2
22252026-09-06T23:58:25.759Z Compiling unicode-width v0.2.0
22262026-09-06T23:58:25.759Z Compiling proc-macro-error2 v2.0.1
22272026-09-06T23:58:25.787Z Compiling tinyvec v1.11.0
22282026-09-06T23:58:25.787Z Compiling supports-color v3.0.2
22292026-09-06T23:58:25.949Z Compiling textwrap v0.16.2
22302026-09-06T23:58:25.996Z Compiling backtrace v0.3.76
22312026-09-06T23:58:26.232Z Compiling hashbrown v0.14.5
22322026-09-06T23:58:26.252Z Compiling rfc6979 v0.4.0
22332026-09-06T23:58:26.279Z Compiling serde_spanned v0.6.9
22342026-09-06T23:58:26.299Z Compiling toml_datetime v0.6.11
22352026-09-06T23:58:26.349Z Compiling structmeta-derive v0.3.0
22362026-09-06T23:58:26.450Z Compiling tracing-core v0.1.36
22372026-09-06T23:58:26.462Z Compiling backtrace-ext v0.2.1
22382026-09-06T23:58:26.663Z Compiling plain v0.2.3
22392026-09-06T23:58:26.738Z Compiling unicode-width v0.1.14
22402026-09-06T23:58:26.739Z Compiling supports-hyperlinks v3.2.0
22412026-09-06T23:58:26.776Z Compiling supports-unicode v3.0.0
22422026-09-06T23:58:26.777Z Compiling untrusted v0.9.0
22432026-09-06T23:58:26.810Z Compiling cmov v0.5.4
22442026-09-06T23:58:26.832Z Compiling keccak v0.1.6
22452026-09-06T23:58:26.919Z Compiling salty v0.3.0
22462026-09-06T23:58:26.950Z Compiling miette v7.6.0
22472026-09-06T23:58:26.950Z Compiling tracing v0.1.44
22482026-09-06T23:58:26.982Z Compiling sha3 v0.10.8
22492026-09-06T23:58:27.006Z Compiling ctutils v0.4.2
22502026-09-06T23:58:27.036Z Compiling chumsky v0.9.3
22512026-09-06T23:58:27.154Z Compiling ecdsa v0.16.9
22522026-09-06T23:58:27.227Z Compiling knus-derive v3.4.0
22532026-09-06T23:58:27.325Z Compiling http-body v1.0.1
22542026-09-06T23:58:27.419Z Compiling primeorder v0.13.6
22552026-09-06T23:58:27.440Z Compiling ed25519 v2.2.3
22562026-09-06T23:58:27.440Z Compiling structmeta v0.3.0
22572026-09-06T23:58:27.480Z Compiling pin-project-internal v1.1.11
22582026-09-06T23:58:27.600Z Compiling wait-timeout v0.2.1
22592026-09-06T23:58:27.618Z Compiling cookie v0.18.1
22602026-09-06T23:58:27.636Z Compiling quick-error v1.2.3
22612026-09-06T23:58:27.642Z Compiling bit-vec v0.8.0
22622026-09-06T23:58:27.681Z Compiling daft-derive v0.1.8
22632026-09-06T23:58:27.883Z Compiling rayon-core v1.13.0
22642026-09-06T23:58:27.914Z Compiling openssl-probe v0.2.1
22652026-09-06T23:58:27.914Z Compiling tap v1.0.1
22662026-09-06T23:58:27.915Z Compiling zstd-safe v7.2.4
22672026-09-06T23:58:27.986Z Compiling wyz v0.5.1
22682026-09-06T23:58:28.009Z Compiling ed25519-dalek v2.2.0
22692026-09-06T23:58:28.009Z Compiling bit-set v0.8.0
22702026-09-06T23:58:28.093Z Compiling rusty-fork v0.3.1
22712026-09-06T23:58:28.190Z Compiling derive-ex v0.1.8
22722026-09-06T23:58:28.195Z Compiling p384 v0.13.1
22732026-09-06T23:58:28.195Z Compiling hybrid-array v0.4.13
22742026-09-06T23:58:28.352Z Compiling unicode-normalization v0.1.25
22752026-09-06T23:58:28.363Z Compiling heck v0.4.1
22762026-09-06T23:58:28.397Z Compiling sha1 v0.10.6
22772026-09-06T23:58:28.428Z Compiling rand_xorshift v0.4.0
22782026-09-06T23:58:28.436Z Compiling scroll_derive v0.12.1
22792026-09-06T23:58:28.594Z Compiling heapless v0.7.17
22802026-09-06T23:58:28.631Z Compiling knus v3.4.0
22812026-09-06T23:58:28.644Z Compiling env_filter v2.0.0
22822026-09-06T23:58:28.644Z Compiling aho-corasick v1.1.4
22832026-09-06T23:58:28.680Z Compiling atomic-waker v1.1.2
22842026-09-06T23:58:28.742Z Compiling try-lock v0.2.5
22852026-09-06T23:58:28.835Z Compiling usdt-impl v0.6.0
22862026-09-06T23:58:28.864Z Compiling rustix v0.38.44
22872026-09-06T23:58:28.886Z Compiling tower-service v0.3.3
22882026-09-06T23:58:28.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
22892026-09-06T23:58:29.031Z Compiling signal-hook v0.3.18
22902026-09-06T23:58:29.058Z Compiling unarray v0.1.4
22912026-09-06T23:58:29.094Z Compiling funty v2.0.0
22922026-09-06T23:58:29.142Z Compiling tower-layer v0.3.3
22932026-09-06T23:58:29.146Z Compiling zlib-rs v0.6.2
22942026-09-06T23:58:29.146Z Compiling pretty-hex v0.4.1
22952026-09-06T23:58:29.197Z Compiling proptest v1.11.0
22962026-09-06T23:58:29.216Z Compiling h2 v0.4.15
22972026-09-06T23:58:29.221Z Compiling want v0.3.1
22982026-09-06T23:58:29.302Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
22992026-09-06T23:58:29.380Z Compiling env_logger v0.11.11
23002026-09-06T23:58:29.453Z Compiling bitvec v1.0.1
23012026-09-06T23:58:29.559Z Compiling regex-automata v0.4.14
23022026-09-06T23:58:29.747Z Compiling test-strategy v0.4.5
23032026-09-06T23:58:30.112Z Compiling snafu-derive v0.8.9
23042026-09-06T23:58:30.964Z Compiling scroll v0.13.0
23052026-09-06T23:58:31.014Z Compiling ipnetwork v0.21.1
23062026-09-06T23:58:31.091Z Compiling erased-serde v0.3.31
23072026-09-06T23:58:31.385Z Compiling flate2 v1.1.9
23082026-09-06T23:58:31.681Z Compiling strum v0.26.3
23092026-09-06T23:58:31.877Z Compiling darling_core v0.20.11
23102026-09-06T23:58:31.913Z Compiling httpdate v1.0.3
23112026-09-06T23:58:31.934Z Compiling powerfmt v0.2.0
23122026-09-06T23:58:31.963Z Compiling crc-catalog v2.4.0
23132026-09-06T23:58:32.056Z Compiling winnow v0.5.40
23142026-09-06T23:58:32.073Z Compiling nodrop v0.1.14
23152026-09-06T23:58:32.213Z Compiling foreign-types-shared v0.1.1
23162026-09-06T23:58:32.218Z Compiling array-init v0.0.4
23172026-09-06T23:58:32.218Z Compiling deranged v0.5.8
23182026-09-06T23:58:32.272Z Compiling foreign-types v0.3.2
23192026-09-06T23:58:32.325Z Compiling crc v3.4.0
23202026-09-06T23:58:32.520Z Compiling hyper v1.10.1
23212026-09-06T23:58:33.146Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23222026-09-06T23:58:33.220Z Compiling newtype-uuid v1.3.2
23232026-09-06T23:58:33.247Z Compiling oxnet v0.1.6
23242026-09-06T23:58:33.310Z Compiling goblin v0.10.5
23252026-09-06T23:58:33.710Z Compiling toml_edit v0.19.15
23262026-09-06T23:58:33.826Z Compiling smallvec v0.6.14
23272026-09-06T23:58:33.896Z Compiling darling_macro v0.20.11
23282026-09-06T23:58:34.245Z Compiling zerocopy v0.6.6
23292026-09-06T23:58:34.260Z Compiling bitfield v0.19.4
23302026-09-06T23:58:34.404Z Compiling half v2.7.1
23312026-09-06T23:58:34.559Z Compiling zerocopy-derive v0.7.35
23322026-09-06T23:58:34.640Z Compiling socket2 v0.5.10
23332026-09-06T23:58:34.828Z Compiling memoffset v0.9.1
23342026-09-06T23:58:34.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23352026-09-06T23:58:34.920Z Compiling litrs v1.0.0
23362026-09-06T23:58:34.932Z Compiling base64 v0.21.7
23372026-09-06T23:58:35.072Z Compiling ciborium-io v0.2.2
23382026-09-06T23:58:35.110Z Compiling slog-async v2.8.0
23392026-09-06T23:58:35.133Z Compiling smoltcp v0.9.1
23402026-09-06T23:58:35.191Z Compiling ref-cast v1.0.25
23412026-09-06T23:58:35.245Z Compiling num_threads v0.1.7
23422026-09-06T23:58:35.296Z Compiling hashbrown v0.12.3
23432026-09-06T23:58:35.348Z Compiling time v0.3.47
23442026-09-06T23:58:35.383Z Compiling toml v0.7.8
23452026-09-06T23:58:35.402Z Compiling ciborium-ll v0.2.2
23462026-09-06T23:58:35.416Z Compiling document-features v0.2.12
23472026-09-06T23:58:35.523Z Compiling ron v0.8.1
23482026-09-06T23:58:35.669Z Compiling hyper-util v0.1.20
23492026-09-06T23:58:36.067Z Compiling bzip2 v0.4.4
23502026-09-06T23:58:36.224Z Compiling dof v0.4.0
23512026-09-06T23:58:36.387Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23522026-09-06T23:58:36.604Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23532026-09-06T23:58:36.690Z Compiling darling v0.20.11
23542026-09-06T23:58:36.736Z Compiling serde-hex v0.1.0
23552026-09-06T23:58:37.338Z Compiling daft v0.1.8
23562026-09-06T23:58:37.419Z Compiling hashbrown v0.13.2
23572026-09-06T23:58:37.419Z Compiling hubpack v0.1.2
23582026-09-06T23:58:37.420Z Compiling dtrace-parser v0.3.0
23592026-09-06T23:58:37.420Z Compiling async-recursion v1.1.1
23602026-09-06T23:58:37.420Z Compiling sync_wrapper v1.0.2
23612026-09-06T23:58:37.442Z Compiling blake3 v1.8.5
23622026-09-06T23:58:37.508Z Compiling thread-id v5.1.0
23632026-09-06T23:58:37.529Z Compiling crc-any v2.5.0
23642026-09-06T23:58:37.818Z Compiling cfg_aliases v0.2.1
23652026-09-06T23:58:37.949Z Compiling siphasher v1.0.2
23662026-09-06T23:58:37.980Z Compiling nix v0.31.2
23672026-09-06T23:58:38.313Z Compiling tower v0.5.3
23682026-09-06T23:58:38.377Z Compiling object v0.30.4
23692026-09-06T23:58:38.832Z Compiling derive_builder_core v0.20.2
23702026-09-06T23:58:38.906Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23712026-09-06T23:58:39.000Z Compiling zip v0.6.6
23722026-09-06T23:58:39.035Z Compiling ciborium v0.2.2
23732026-09-06T23:58:39.176Z Compiling bstr v1.12.1
23742026-09-06T23:58:39.216Z Compiling crypto-common v0.2.2
23752026-09-06T23:58:39.588Z Compiling block-buffer v0.12.1
23762026-09-06T23:58:39.851Z Compiling http-body-util v0.1.3
23772026-09-06T23:58:39.914Z Compiling serde_with v3.21.0
23782026-09-06T23:58:40.099Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
23792026-09-06T23:58:40.345Z Compiling futures-executor v0.3.32
23802026-09-06T23:58:40.386Z Compiling serde_tokenstream v0.2.3
23812026-09-06T23:58:40.483Z Compiling ref-cast-impl v1.0.25
23822026-09-06T23:58:40.646Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-09-06T23:58:40.729Z Compiling strum_macros v0.27.2
23842026-09-06T23:58:40.729Z Compiling fs-err v3.3.0
23852026-09-06T23:58:40.752Z Compiling usdt-impl v0.5.0
23862026-09-06T23:58:40.912Z Compiling unicode-properties v0.1.4
23872026-09-06T23:58:40.965Z Compiling iri-string v0.7.10
23882026-09-06T23:58:41.482Z Compiling same-file v1.0.6
23892026-09-06T23:58:41.499Z Compiling ryu v1.0.23
23902026-09-06T23:58:41.499Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23912026-09-06T23:58:41.593Z Compiling path-slash v0.1.5
23922026-09-06T23:58:41.613Z Compiling static_assertions v1.1.0
23932026-09-06T23:58:41.690Z Compiling unicode-bidi v0.3.18
23942026-09-06T23:58:41.973Z Compiling serde_urlencoded v0.7.1
23952026-09-06T23:58:42.177Z Compiling tower-http v0.6.8
23962026-09-06T23:58:42.387Z Compiling stringprep v0.1.5
23972026-09-06T23:58:42.416Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
23982026-09-06T23:58:42.694Z Compiling walkdir v2.5.0
23992026-09-06T23:58:42.889Z Compiling futures v0.3.32
24002026-09-06T23:58:43.176Z Compiling derive_builder_macro v0.20.2
24012026-09-06T23:58:43.260Z Compiling tokio-native-tls v0.3.1
24022026-09-06T23:58:43.455Z Compiling block-padding v0.4.2
24032026-09-06T23:58:43.621Z Compiling crossbeam-epoch v0.9.18
24042026-09-06T23:58:43.813Z Compiling scroll v0.12.0
24052026-09-06T23:58:43.832Z Compiling pin-project v1.1.11
24062026-09-06T23:58:43.843Z Compiling rustls-native-certs v0.8.3
24072026-09-06T23:58:43.877Z Compiling convert_case v0.10.0
24082026-09-06T23:58:43.923Z Compiling md-5 v0.10.6
24092026-09-06T23:58:43.936Z Compiling serde-big-array v0.5.1
24102026-09-06T23:58:44.016Z Compiling hash32 v0.2.1
24112026-09-06T23:58:44.032Z Compiling vergen-lib v9.1.0
24122026-09-06T23:58:44.095Z Compiling encoding_rs v0.8.35
24132026-09-06T23:58:44.125Z Compiling thread_local v1.1.9
24142026-09-06T23:58:44.148Z Compiling mime v0.3.17
24152026-09-06T23:58:44.159Z Compiling psl-types v2.0.11
24162026-09-06T23:58:44.287Z Compiling cpufeatures v0.3.0
24172026-09-06T23:58:44.387Z Compiling fallible-iterator v0.2.0
24182026-09-06T23:58:44.391Z Compiling jiff-core v0.1.0
24192026-09-06T23:58:44.421Z Compiling winnow v0.7.14
24202026-09-06T23:58:44.437Z Compiling toml_write v0.1.2
24212026-09-06T23:58:44.501Z Compiling publicsuffix v2.3.0
24222026-09-06T23:58:44.685Z Compiling derive_more-impl v2.1.1
24232026-09-06T23:58:44.701Z Compiling postgres-protocol v0.6.10
24242026-09-06T23:58:44.983Z Compiling goblin v0.8.2
24252026-09-06T23:58:45.159Z Compiling snafu v0.8.9
24262026-09-06T23:58:45.216Z Compiling crossbeam-deque v0.8.6
24272026-09-06T23:58:45.288Z Compiling jiff v0.2.34
24282026-09-06T23:58:45.585Z Compiling derive_builder v0.20.2
24292026-09-06T23:58:45.641Z Compiling inout v0.2.2
24302026-09-06T23:58:45.670Z Compiling hyper-tls v0.6.0
24312026-09-06T23:58:45.731Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24322026-09-06T23:58:45.803Z Compiling toml_edit v0.22.27
24332026-09-06T23:58:45.911Z Compiling usdt-macro v0.6.0
24342026-09-06T23:58:45.945Z Compiling usdt-attr-macro v0.6.0
24352026-09-06T23:58:46.030Z Compiling globset v0.4.18
24362026-09-06T23:58:46.059Z Compiling phf_shared v0.13.1
24372026-09-06T23:58:46.194Z Compiling zerocopy v0.7.35
24382026-09-06T23:58:46.403Z Compiling regex v1.12.3
24392026-09-06T23:58:46.426Z Compiling crossbeam-channel v0.5.15
24402026-09-06T23:58:46.920Z Compiling serde_plain v1.0.2
24412026-09-06T23:58:46.975Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24422026-09-06T23:58:47.005Z Compiling enum-as-inner v0.6.1
24432026-09-06T23:58:47.158Z Compiling serde_repr v0.1.20
24442026-09-06T23:58:47.178Z Compiling pem v3.0.6
24452026-09-06T23:58:47.212Z Compiling vergen v9.1.0
24462026-09-06T23:58:47.268Z Compiling cargo-platform v0.3.2
24472026-09-06T23:58:47.283Z Compiling filetime v0.2.27
24482026-09-06T23:58:47.315Z Compiling memmap2 v0.9.10
24492026-09-06T23:58:47.315Z Compiling is-terminal v0.4.17
24502026-09-06T23:58:47.561Z Compiling term v1.2.1
24512026-09-06T23:58:47.614Z Compiling take_mut v0.2.2
24522026-09-06T23:58:47.614Z Compiling managed v0.8.0
24532026-09-06T23:58:47.614Z Compiling xattr v1.6.1
24542026-09-06T23:58:47.614Z Compiling foldhash v0.1.5
24552026-09-06T23:58:47.752Z Compiling bumpalo v3.20.2
24562026-09-06T23:58:47.769Z Compiling corncobs v0.1.4
24572026-09-06T23:58:47.872Z Compiling bitflags v1.3.2
24582026-09-06T23:58:47.905Z Compiling typed-path v0.9.3
24592026-09-06T23:58:47.932Z Compiling const-oid v0.10.2
24602026-09-06T23:58:47.961Z Compiling libbz2-rs-sys v0.2.2
24612026-09-06T23:58:47.981Z Compiling zopfli v0.8.3
24622026-09-06T23:58:48.088Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24632026-09-06T23:58:48.136Z Compiling digest v0.11.3
24642026-09-06T23:58:48.185Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24652026-09-06T23:58:48.380Z Compiling bzip2 v0.6.1
24662026-09-06T23:58:48.553Z Compiling slog-term v2.9.2
24672026-09-06T23:58:48.553Z Compiling hashbrown v0.15.5
24682026-09-06T23:58:48.705Z Compiling tar v0.4.46
24692026-09-06T23:58:48.950Z Compiling cargo_metadata v0.23.1
24702026-09-06T23:58:49.062Z Compiling toml v0.8.23
24712026-09-06T23:58:49.222Z Compiling dof v0.3.0
24722026-09-06T23:58:50.311Z Compiling phf v0.13.1
24732026-09-06T23:58:50.499Z Compiling reqwest v0.12.28
24742026-09-06T23:58:50.563Z Compiling cipher v0.5.2
24752026-09-06T23:58:50.832Z Compiling signal-hook-mio v0.2.5
24762026-09-06T23:58:50.895Z Compiling zstd v0.13.3
24772026-09-06T23:58:50.909Z Compiling cookie_store v0.22.1
24782026-09-06T23:58:51.010Z Compiling postgres-types v0.2.12
24792026-09-06T23:58:51.351Z Compiling strum v0.27.2
24802026-09-06T23:58:51.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-09-06T23:58:51.661Z Compiling phf_shared v0.11.3
24822026-09-06T23:58:51.688Z Compiling olpc-cjson v0.1.4
24832026-09-06T23:58:51.814Z Compiling dtrace-parser v0.2.0
24842026-09-06T23:58:51.862Z Compiling byte-wrapper v0.1.0
24852026-09-06T23:58:52.028Z Compiling secrecy v0.8.0
24862026-09-06T23:58:52.416Z Compiling hashbrown v0.16.1
24872026-09-06T23:58:52.441Z Compiling float-cmp v0.10.0
24882026-09-06T23:58:52.490Z Compiling thread-id v4.2.2
24892026-09-06T23:58:52.536Z Compiling normalize-line-endings v0.3.0
24902026-09-06T23:58:52.584Z Compiling data-encoding v2.10.0
24912026-09-06T23:58:52.695Z Compiling whoami v2.1.0
24922026-09-06T23:58:52.781Z Compiling arrayref v0.3.9
24932026-09-06T23:58:52.869Z Compiling difflib v0.4.0
24942026-09-06T23:58:52.990Z Compiling new_debug_unreachable v1.0.6
24952026-09-06T23:58:53.053Z Compiling constant_time_eq v0.4.2
24962026-09-06T23:58:53.062Z Compiling either v1.15.0
24972026-09-06T23:58:53.078Z Compiling fixedbitset v0.5.7
24982026-09-06T23:58:53.203Z Compiling winnow v1.0.3
24992026-09-06T23:58:53.223Z Compiling fixedbitset v0.4.2
25002026-09-06T23:58:53.285Z Compiling predicates-core v1.0.10
25012026-09-06T23:58:53.434Z Compiling arrayvec v0.7.6
25022026-09-06T23:58:53.488Z Compiling precomputed-hash v0.1.1
25032026-09-06T23:58:53.509Z Compiling predicates v3.1.4
25042026-09-06T23:58:53.594Z Compiling string_cache v0.8.9
25052026-09-06T23:58:53.627Z Compiling petgraph v0.6.5
25062026-09-06T23:58:53.834Z Compiling petgraph v0.8.3
25072026-09-06T23:58:54.002Z Compiling itertools v0.13.0
25082026-09-06T23:58:54.138Z Compiling toml_parser v1.1.2+spec-1.1.0
25092026-09-06T23:58:54.201Z Compiling iddqd v0.4.2
25102026-09-06T23:58:54.248Z Compiling tokio-postgres v0.7.16
25112026-09-06T23:58:54.277Z Compiling hickory-proto v0.25.2
25122026-09-06T23:58:55.223Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25132026-09-06T23:58:56.151Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25142026-09-06T23:58:56.243Z Compiling zip v4.6.1
25152026-09-06T23:58:56.613Z Compiling crossterm v0.28.1
25162026-09-06T23:58:56.657Z Compiling chacha20 v0.10.0
25172026-09-06T23:58:57.112Z Compiling usdt v0.6.0
25182026-09-06T23:58:57.380Z Compiling derive_more v2.1.1
25192026-09-06T23:58:57.519Z Compiling similar v2.7.0
25202026-09-06T23:58:58.031Z Compiling tokio-stream v0.1.18
25212026-09-06T23:58:58.031Z Compiling buf-list v1.1.2
25222026-09-06T23:58:58.142Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25232026-09-06T23:58:58.223Z Compiling openapiv3 v2.2.0
25242026-09-06T23:58:58.759Z Compiling lalrpop-util v0.19.12
25252026-09-06T23:58:58.919Z Compiling peg-runtime v0.8.5
25262026-09-06T23:59:00.299Z Compiling camino-tempfile v1.4.1
25272026-09-06T23:59:00.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25282026-09-06T23:59:00.643Z Compiling fs-err v2.11.0
25292026-09-06T23:59:02.511Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25302026-09-06T23:59:03.251Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25312026-09-06T23:59:03.877Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25322026-09-06T23:59:03.928Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25332026-09-06T23:59:04.006Z Compiling atomicwrites v0.4.4
25342026-09-06T23:59:04.100Z Compiling digest-io v0.1.0
25352026-09-06T23:59:04.145Z Compiling sha2 v0.11.0
25362026-09-06T23:59:04.181Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25372026-09-06T23:59:04.235Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25382026-09-06T23:59:04.239Z Compiling serde_path_to_error v0.1.20
25392026-09-06T23:59:04.258Z Compiling debug-ignore v1.0.5
25402026-09-06T23:59:04.267Z Compiling indent_write v2.2.0
25412026-09-06T23:59:04.388Z Compiling topological-sort v0.2.2
25422026-09-06T23:59:04.461Z Compiling rawzip v0.4.4
25432026-09-06T23:59:04.600Z Compiling parse-size v1.1.0
25442026-09-06T23:59:04.680Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25452026-09-06T23:59:04.718Z Compiling shell-words v1.1.1
25462026-09-06T23:59:07.761Z Compiling rustls-webpki v0.103.13
25472026-09-06T23:59:10.496Z Compiling tokio-rustls v0.26.4
25482026-09-06T23:59:10.496Z Compiling rustls-platform-verifier v0.6.2
25492026-09-06T23:59:10.496Z Compiling tough v0.22.0
25502026-09-06T23:59:10.728Z Compiling hyper-rustls v0.27.7
25512026-09-06T23:59:10.938Z Compiling reqwest v0.13.2
25522026-09-06T23:59:12.385Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25532026-09-06T23:59:13.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25542026-09-06T23:59:14.452Z Compiling omicron-zone-package v0.12.3
25552026-09-06T23:59:14.695Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25562026-09-06T23:59:15.216Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25572026-09-06T23:59:15.235Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25582026-09-06T23:59:17.704Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25592026-09-06T23:59:37.192Z Finished `release` profile [optimized] target(s) in 1m 27s
25602026-09-06T23:59:37.200Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25612026-09-06T23:59:37.200Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25622026-09-06T23:59:37.336Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25632026-09-06T23:59:37.394ZSep 06 23:59:36.626 DEBG changing working directory to /work/oxidecomputer/omicron
25642026-09-06T23:59:37.488ZSep 06 23:59:36.722 DEBG running: git rev-parse HEAD
25652026-09-06T23:59:37.492ZSep 06 23:59:36.724 DEBG process exited with exit status: 0 (2.518991ms)
25662026-09-06T23:59:37.492ZSep 06 23:59:36.724 INFO version: 23.0.0-0.ci+git01f98ba88b7
25672026-09-06T23:59:37.504ZSep 06 23:59:36.733 INFO cloning helios to /work/oxidecomputer/helios
25682026-09-06T23:59:37.504ZSep 06 23:59:36.733 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25692026-09-06T23:59:37.510ZCloning into '/work/oxidecomputer/helios'...
25702026-09-06T23:59:38.083ZSep 06 23:59:37.317 DEBG process exited with exit status: 0 (584.026503ms)
25712026-09-06T23:59:38.083ZSep 06 23:59:37.317 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25722026-09-06T23:59:38.087ZSep 06 23:59:37.319 DEBG process exited with exit status: 0 (2.291001ms)
25732026-09-06T23:59:38.087ZSep 06 23:59:37.319 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25742026-09-06T23:59:38.462ZSep 06 23:59:37.689 DEBG process exited with exit status: 0 (369.985096ms)
25752026-09-06T23:59:38.462ZSep 06 23:59:37.689 DEBG running: zfs list rpool/images/build/host
25762026-09-06T23:59:38.471ZNAME USED AVAIL REFER MOUNTPOINT
25772026-09-06T23:59:38.471Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25782026-09-06T23:59:38.471ZSep 06 23:59:37.694 DEBG process exited with exit status: 0 (4.427361ms)
25792026-09-06T23:59:38.471ZSep 06 23:59:37.694 DEBG running: zfs list rpool/images/build/recovery
25802026-09-06T23:59:38.471ZNAME USED AVAIL REFER MOUNTPOINT
25812026-09-06T23:59:38.471Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25822026-09-06T23:59:38.471ZSep 06 23:59:37.697 DEBG process exited with exit status: 0 (3.255132ms)
25832026-09-06T23:59:38.472ZSep 06 23:59:37.697 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
25842026-09-06T23:59:38.476ZSep 06 23:59:37.709 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
25852026-09-06T23:59:38.481ZSep 06 23:59:37.710 INFO [hubris-staging] running task
25862026-09-06T23:59:38.481ZSep 06 23:59:37.710 INFO [incorp-manifest] running task
25872026-09-06T23:59:38.481ZSep 06 23:59:37.710 INFO [hubris-production] running task
25882026-09-06T23:59:38.481ZSep 06 23:59:37.710 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25892026-09-06T23:59:38.481ZSep 06 23:59:37.711 INFO [incorp-create] running: pkgrepo create /work/incorporation
25902026-09-06T23:59:38.481ZSep 06 23:59:37.712 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25912026-09-06T23:59:38.482ZSep 06 23:59:37.712 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25922026-09-06T23:59:38.520Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25932026-09-06T23:59:38.585Z[ omicron-package] Blocking waiting for file lock on package cache
25942026-09-06T23:59:38.706ZSep 06 23:59:37.940 INFO [incorp-create] process exited with exit status: 0 (228.984803ms)
25952026-09-06T23:59:38.711ZSep 06 23:59:37.940 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25962026-09-06T23:59:38.927ZSep 06 23:59:38.161 INFO [incorp-publisher] process exited with exit status: 0 (221.013551ms)
25972026-09-06T23:59:39.352Z[ omicron-package] Blocking waiting for file lock on package cache
25982026-09-06T23:59:39.622ZSep 06 23:59:38.855 INFO [hubris-production] task succeeded (1.145370499s)
25992026-09-06T23:59:40.505Z[ omicron-package] Compiling macaddr v1.0.1
26002026-09-06T23:59:40.509Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26012026-09-06T23:59:40.664Z[ omicron-package] Compiling itertools v0.15.0
26022026-09-06T23:59:40.669Z[ omicron-package] Compiling secrecy v0.10.3
26032026-09-06T23:59:40.669Z[ omicron-package] Compiling heapless v0.8.0
26042026-09-06T23:59:40.669Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26052026-09-06T23:59:40.815ZSep 06 23:59:40.049 DEBG process exited with exit status: 0 (2.338478556s)
26062026-09-06T23:59:40.818ZSep 06 23:59:40.051 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26072026-09-06T23:59:40.834Z[ omicron-package] Compiling hash32 v0.3.1
26082026-09-06T23:59:40.834Z[ omicron-package] Compiling inout v0.1.4
26092026-09-06T23:59:40.865Z[ omicron-package] Compiling multer v3.1.0
26102026-09-06T23:59:40.865Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26112026-09-06T23:59:40.865Z[ omicron-package] Compiling smoltcp v0.11.0
26122026-09-06T23:59:40.870Z[ omicron-package] Compiling match_cfg v0.1.0
26132026-09-06T23:59:40.870Z[ omicron-package] Compiling compression-core v0.4.31
26142026-09-06T23:59:40.908Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26152026-09-06T23:59:40.944Z[ omicron-package] Compiling slog-json v2.6.1
26162026-09-06T23:59:40.947Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26172026-09-06T23:59:40.953Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26182026-09-06T23:59:41.510Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26192026-09-06T23:59:41.586Z[ omicron-package] Compiling hostname v0.3.1
26202026-09-06T23:59:41.586Z[ omicron-package] Compiling cobs v0.3.0
26212026-09-06T23:59:41.737Z[ omicron-package] Compiling cipher v0.4.4
26222026-09-06T23:59:41.791Z[ omicron-package] Compiling universal-hash v0.5.1
26232026-09-06T23:59:41.842Z[ omicron-package] Compiling compression-codecs v0.4.37
26242026-09-06T23:59:41.850Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26252026-09-06T23:59:41.850Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26262026-09-06T23:59:41.850Z[ omicron-package] Compiling dropshot v0.17.1
26272026-09-06T23:59:41.956Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26282026-09-06T23:59:41.974Z[ omicron-package] Compiling serde_spanned v1.1.1
26292026-09-06T23:59:41.979Z[ omicron-package] Compiling async-stream-impl v0.3.6
26302026-09-06T23:59:42.011Z[ omicron-package] Compiling opaque-debug v0.3.1
26312026-09-06T23:59:42.011Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26322026-09-06T23:59:42.076Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26332026-09-06T23:59:42.079Z[ omicron-package] Compiling convert_case v0.4.0
26342026-09-06T23:59:42.238Z[ omicron-package] Compiling async-compression v0.4.41
26352026-09-06T23:59:42.269Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26362026-09-06T23:59:42.352Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26372026-09-06T23:59:42.352Z[ omicron-package] Compiling ingot-macros v0.2.0
26382026-09-06T23:59:42.458Z[ omicron-package] Compiling poly1305 v0.8.0
26392026-09-06T23:59:42.638Z[ omicron-package] Compiling derive_more v0.99.20
26402026-09-06T23:59:42.648Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26412026-09-06T23:59:42.701Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26422026-09-06T23:59:42.733Z[ omicron-package] Compiling async-stream v0.3.6
26432026-09-06T23:59:42.781Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26442026-09-06T23:59:42.840Z[ omicron-package] Compiling chacha20 v0.9.1
26452026-09-06T23:59:42.843Z[ omicron-package] Compiling postcard v1.1.3
26462026-09-06T23:59:42.843Z[ omicron-package] Compiling slog-bunyan v2.5.0
26472026-09-06T23:59:42.880Z[ omicron-package] Compiling num_enum_derive v0.7.6
26482026-09-06T23:59:43.088Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26492026-09-06T23:59:43.109Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26502026-09-06T23:59:43.109Z[ omicron-package] Compiling sha1 v0.11.0
26512026-09-06T23:59:43.173Z[ omicron-package] Compiling progenitor-client v0.14.0
26522026-09-06T23:59:43.176Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26532026-09-06T23:59:43.313Z[ omicron-package] Compiling oxide-generation v0.1.3
26542026-09-06T23:59:43.382Z[ omicron-package] Compiling parse-display-derive v0.10.0
26552026-09-06T23:59:43.433Z[ omicron-package] Compiling waitgroup v0.1.2
26562026-09-06T23:59:43.470Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26572026-09-06T23:59:43.504Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26582026-09-06T23:59:43.551Z[ omicron-package] Compiling backon v1.6.0
26592026-09-06T23:59:43.555Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26602026-09-06T23:59:43.732Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26612026-09-06T23:59:43.828Z[ omicron-package] Compiling password-hash v0.5.0
26622026-09-06T23:59:43.833Z[ omicron-package] Compiling blake2 v0.10.6
26632026-09-06T23:59:43.846ZSep 06 23:59:43.079 DEBG process exited with exit status: 0 (3.028256818s)
26642026-09-06T23:59:43.852ZSep 06 23:59:43.086 INFO [incorp-manifest] task succeeded (5.371899116s)
26652026-09-06T23:59:43.853ZSep 06 23:59:43.086 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26662026-09-06T23:59:43.877Z[ omicron-package] Compiling aead v0.5.2
26672026-09-06T23:59:43.883Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26682026-09-06T23:59:43.943Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26692026-09-06T23:59:44.062Z[ omicron-package] Compiling proc-macro-error v1.0.4
26702026-09-06T23:59:44.072ZSep 06 23:59:43.305 INFO [incorp-fmt] process exited with exit status: 0 (223.436872ms)
26712026-09-06T23:59:44.075ZSep 06 23:59:43.306 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26722026-09-06T23:59:44.089Z[ omicron-package] Compiling hostname v0.4.2
26732026-09-06T23:59:44.145Z[ omicron-package] Compiling instant v0.1.13
26742026-09-06T23:59:44.145Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26752026-09-06T23:59:44.294Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26762026-09-06T23:59:44.387Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26772026-09-06T23:59:44.400Z[ omicron-package] Compiling backoff v0.4.0
26782026-09-06T23:59:44.408Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260906T235943Z
26792026-09-06T23:59:44.413Z[ incorp-pkgsend] PUBLISHED
26802026-09-06T23:59:44.425Z[ omicron-package] Compiling argon2 v0.5.3
26812026-09-06T23:59:44.443Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26822026-09-06T23:59:44.444Z[ omicron-package] Compiling num_enum v0.7.6
26832026-09-06T23:59:44.448Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26842026-09-06T23:59:44.466ZSep 06 23:59:43.699 INFO [incorp-pkgsend] process exited with exit status: 0 (393.324304ms)
26852026-09-06T23:59:44.469ZSep 06 23:59:43.700 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26862026-09-06T23:59:44.505Z[ omicron-package] Compiling num_enum_derive v0.5.11
26872026-09-06T23:59:44.605Z[ omicron-package] Compiling progenitor-extras v0.2.0
26882026-09-06T23:59:44.697Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26892026-09-06T23:59:44.741Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-09-06T23:59:44.747Z[ helios-incorp] Retrieving packages for publisher helios ...
26912026-09-06T23:59:44.752Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26922026-09-06T23:59:44.775Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26932026-09-06T23:59:44.775Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26942026-09-06T23:59:44.775Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26952026-09-06T23:59:44.782Z[ helios-incorp]
26962026-09-06T23:59:44.782Z[ helios-incorp] Archiving packages ...
26972026-09-06T23:59:44.785Z[ helios-incorp] Packages to add: 1
26982026-09-06T23:59:44.785Z[ helios-incorp] Files to retrieve: 0
26992026-09-06T23:59:44.785Z[ helios-incorp] Estimated transfer size: 0.00 B
27002026-09-06T23:59:44.785Z[ helios-incorp]
27012026-09-06T23:59:44.785Z[ helios-incorp] Packages to archive:
27022026-09-06T23:59:44.785Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260906T235943Z
27032026-09-06T23:59:44.785Z[ helios-incorp]
27042026-09-06T23:59:44.785Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27052026-09-06T23:59:44.786Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27062026-09-06T23:59:44.786Z[ omicron-package] Compiling vsss-rs v3.3.4
27072026-09-06T23:59:44.852ZSep 06 23:59:44.085 INFO [helios-incorp] process exited with exit status: 0 (384.73529ms)
27082026-09-06T23:59:44.973Z[ omicron-package] Compiling foreign-types v0.5.0
27092026-09-06T23:59:45.016Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27102026-09-06T23:59:45.019Z[ omicron-package] Compiling regress v0.10.5
27112026-09-06T23:59:45.109Z[ omicron-package] Compiling itertools v0.14.0
27122026-09-06T23:59:45.166Z[ omicron-package] Compiling parse-display v0.10.0
27132026-09-06T23:59:45.171Z[ omicron-package] Compiling tabwriter v1.4.1
27142026-09-06T23:59:45.211Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27152026-09-06T23:59:45.322Z[ omicron-package] Compiling cstr-argument v0.1.2
27162026-09-06T23:59:45.373Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27172026-09-06T23:59:45.436Z[ omicron-package] Compiling humantime v2.3.0
27182026-09-06T23:59:45.550Z[ omicron-package] Compiling ingot-types v0.2.0
27192026-09-06T23:59:45.645Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27202026-09-06T23:59:45.786Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27212026-09-06T23:59:45.826Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27222026-09-06T23:59:45.878Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27232026-09-06T23:59:45.909Z[ omicron-package] Compiling num_enum v0.5.11
27242026-09-06T23:59:45.958Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27252026-09-06T23:59:45.977Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27262026-09-06T23:59:46.027Z[ omicron-package] Compiling rand v0.10.1
27272026-09-06T23:59:46.067Z[ omicron-package] Compiling ingot v0.2.1
27282026-09-06T23:59:46.101Z[ omicron-package] Compiling rayon v1.11.0
27292026-09-06T23:59:46.242Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27302026-09-06T23:59:46.242Z[ omicron-package] Compiling colored v3.1.1
27312026-09-06T23:59:46.265Z[ omicron-package] Compiling libefi-sys v0.1.0
27322026-09-06T23:59:46.285Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27332026-09-06T23:59:46.341Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27342026-09-06T23:59:46.394Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27352026-09-06T23:59:46.487Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27362026-09-06T23:59:46.587Z[ omicron-package] Compiling itertools v0.12.1
27372026-09-06T23:59:46.652Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27382026-09-06T23:59:46.677Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
27392026-09-06T23:59:46.734Z[ omicron-package] Compiling usdt-macro v0.5.0
27402026-09-06T23:59:46.848Z[ omicron-package] Compiling sigpipe v0.1.3
27412026-09-06T23:59:46.893Z[ omicron-package] Compiling memmap v0.7.0
27422026-09-06T23:59:46.969Z[ omicron-package] Compiling bitfield-struct v0.6.2
27432026-09-06T23:59:46.994Z[ omicron-package] Compiling num-derive v0.4.2
27442026-09-06T23:59:47.043Z[ omicron-package] Compiling glob v0.3.3
27452026-09-06T23:59:47.237Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27462026-09-06T23:59:47.305Z[ omicron-package] Compiling swrite v0.1.0
27472026-09-06T23:59:47.420Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27482026-09-06T23:59:47.533Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27492026-09-06T23:59:47.707Z[ omicron-package] Compiling usdt v0.5.0
27502026-09-06T23:59:47.708Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27512026-09-06T23:59:47.825Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27522026-09-06T23:59:47.921Z[ omicron-package] Compiling smf v0.2.3
27532026-09-06T23:59:47.924Z[ omicron-package] Compiling whoami v1.6.1
27542026-09-06T23:59:48.066Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27552026-09-06T23:59:48.079Z[ omicron-package] Compiling zone v0.3.1
27562026-09-06T23:59:48.104Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27572026-09-06T23:59:48.175Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27582026-09-06T23:59:48.219Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27592026-09-06T23:59:48.264Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27602026-09-06T23:59:48.359Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612026-09-06T23:59:48.359Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27622026-09-06T23:59:48.362Z[ omicron-package] Compiling gethostname v0.5.0
27632026-09-06T23:59:48.563Z[ omicron-package] Compiling console v0.16.2
27642026-09-06T23:59:48.644Z[ omicron-package] Compiling unit-prefix v0.5.2
27652026-09-06T23:59:48.716Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27662026-09-06T23:59:49.122Z[ omicron-package] Compiling indicatif v0.18.4
27672026-09-06T23:59:49.434Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27682026-09-06T23:59:49.908Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27692026-09-06T23:59:51.251Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27702026-09-06T23:59:52.863Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27712026-09-06T23:59:53.321Z[ helios-setup] Sep 06 23:59:52.553 INFO helios repository root is: /work/oxidecomputer/helios
27722026-09-06T23:59:53.324Z[ helios-setup] Sep 06 23:59:52.554 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
27732026-09-06T23:59:53.324Z[ helios-setup] Sep 06 23:59:52.554 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
27742026-09-06T23:59:53.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27752026-09-06T23:59:54.091Z[ helios-setup] Sep 06 23:59:53.324 INFO clone ok!, project: amd-host-image-builder
27762026-09-06T23:59:54.095Z[ helios-setup] Sep 06 23:59:53.324 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
27772026-09-06T23:59:54.095Z[ helios-setup] Sep 06 23:59:53.324 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27782026-09-06T23:59:54.096Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27792026-09-06T23:59:54.740Z[ helios-setup] Sep 06 23:59:53.973 INFO clone ok!, project: dmar-report
27802026-09-06T23:59:54.740Z[ helios-setup] Sep 06 23:59:53.973 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
27812026-09-06T23:59:54.743Z[ helios-setup] Sep 06 23:59:53.973 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27822026-09-06T23:59:54.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27832026-09-06T23:59:55.023ZSep 06 23:59:54.252 INFO [hubris-staging] task succeeded (16.542202205s)
27842026-09-06T23:59:55.277Z[ helios-setup] Sep 06 23:59:54.510 INFO clone ok!, project: bootserver
27852026-09-06T23:59:55.277Z[ helios-setup] Sep 06 23:59:54.510 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27862026-09-06T23:59:55.280Z[ helios-setup] Sep 06 23:59:54.510 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
27872026-09-06T23:59:55.280Z[ helios-setup] Sep 06 23:59:54.510 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27882026-09-06T23:59:55.280Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27892026-09-06T23:59:55.865Z[ helios-setup] Sep 06 23:59:55.096 INFO clone ok!, project: image-builder
27902026-09-06T23:59:55.868Z[ helios-setup] Sep 06 23:59:55.096 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
27912026-09-06T23:59:55.868Z[ helios-setup] Sep 06 23:59:55.096 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27922026-09-06T23:59:55.868Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27932026-09-06T23:59:56.611Z[ helios-setup] Sep 06 23:59:55.845 INFO clone ok!, project: pilot
27942026-09-06T23:59:56.614Z[ helios-setup] Sep 06 23:59:55.845 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
27952026-09-06T23:59:56.614Z[ helios-setup] Sep 06 23:59:55.845 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27962026-09-06T23:59:56.614Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27972026-09-06T23:59:57.158Z[ helios-setup] Sep 06 23:59:56.391 INFO clone ok!, project: phbl
27982026-09-06T23:59:57.161Z[ helios-setup] Sep 06 23:59:56.391 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27992026-09-06T23:59:57.161Z[ helios-setup] Sep 06 23:59:56.391 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
28002026-09-06T23:59:57.161Z[ helios-setup] Sep 06 23:59:56.391 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
28012026-09-06T23:59:57.161Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
28022026-09-07T00:00:02.621Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28032026-09-07T00:00:05.725Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28042026-09-07T00:00:06.767Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28052026-09-07T00:00:07.921Z[ helios-setup] Sep 07 00:00:07.154 INFO clone ok!, project: amd-firmware
28062026-09-07T00:00:07.921Z[ helios-setup] Sep 07 00:00:07.154 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28072026-09-07T00:00:07.924Z[ helios-setup] Sep 07 00:00:07.154 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
28082026-09-07T00:00:07.924Z[ helios-setup] Sep 07 00:00:07.154 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28092026-09-07T00:00:07.924Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28102026-09-07T00:00:08.734Z[ helios-setup] Sep 07 00:00:07.968 INFO clone ok!, project: chelsio-t6-roms
28112026-09-07T00:00:08.734Z[ helios-setup] Sep 07 00:00:07.968 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
28122026-09-07T00:00:08.734Z[ helios-setup] Sep 07 00:00:07.968 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28132026-09-07T00:00:08.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28142026-09-07T00:00:09.216Z[ helios-setup] Sep 07 00:00:08.449 INFO clone ok!, project: pinprick
28152026-09-07T00:00:09.219Z[ helios-setup] Sep 07 00:00:08.449 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28162026-09-07T00:00:09.443Z[ helios-setup] Sep 07 00:00:08.662 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28172026-09-07T00:00:09.662Z[ helios-setup] Sep 07 00:00:08.895 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28182026-09-07T00:00:09.662Z[ helios-setup] Sep 07 00:00:08.895 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28192026-09-07T00:00:09.909Z[ helios-setup] Sep 07 00:00:09.142 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28202026-09-07T00:00:10.159Z[ helios-setup] Sep 07 00:00:09.392 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28212026-09-07T00:00:10.160Z[ helios-setup] Sep 07 00:00:09.393 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28222026-09-07T00:00:10.402Z[ helios-setup] Sep 07 00:00:09.635 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28232026-09-07T00:00:10.618Z[ helios-setup] Sep 07 00:00:09.851 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28242026-09-07T00:00:10.618Z[ helios-setup] Sep 07 00:00:09.851 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28252026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28262026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO ok!
28272026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28282026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28292026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO ok!
28302026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28312026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28322026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO ok!
28332026-09-07T00:00:10.622Z[ helios-setup] Sep 07 00:00:09.851 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28342026-09-07T00:00:10.708Z[ helios-setup] Sep 07 00:00:09.885 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.98.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28352026-09-07T00:00:10.708Z[ helios-setup] Sep 07 00:00:09.885 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28362026-09-07T00:00:10.708Z[ helios-setup] Sep 07 00:00:09.885 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28372026-09-07T00:00:10.760Z[ helios-setup] Sep 07 00:00:09.993 INFO E| Updating crates.io index
28382026-09-07T00:00:10.763Z[ helios-setup] Sep 07 00:00:09.994 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28392026-09-07T00:00:11.284Z[ helios-setup] Sep 07 00:00:10.517 INFO E| From https://github.com/oxidecomputer/amd-apcb
28402026-09-07T00:00:11.284Z[ helios-setup] Sep 07 00:00:10.517 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28412026-09-07T00:00:11.297Z[ helios-setup] Sep 07 00:00:10.530 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28422026-09-07T00:00:11.707Z[ helios-setup] Sep 07 00:00:10.938 INFO E| From https://github.com/oxidecomputer/amd-efs
28432026-09-07T00:00:11.707Z[ helios-setup] Sep 07 00:00:10.938 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28442026-09-07T00:00:11.930Z[ helios-setup] Sep 07 00:00:11.164 INFO E| Downloading crates ...
28452026-09-07T00:00:11.994Z[ helios-setup] Sep 07 00:00:11.228 INFO E| Downloaded thiserror-impl v2.0.12
28462026-09-07T00:00:12.001Z[ helios-setup] Sep 07 00:00:11.234 INFO E| Downloaded autocfg v1.4.0
28472026-09-07T00:00:12.004Z[ helios-setup] Sep 07 00:00:11.235 INFO E| Downloaded itoa v1.0.15
28482026-09-07T00:00:12.008Z[ helios-setup] Sep 07 00:00:11.238 INFO E| Downloaded ansi_term v0.12.1
28492026-09-07T00:00:12.008Z[ helios-setup] Sep 07 00:00:11.240 INFO E| Downloaded heck v0.3.3
28502026-09-07T00:00:12.008Z[ helios-setup] Sep 07 00:00:11.240 INFO E| Downloaded unic-common v0.9.0
28512026-09-07T00:00:12.021Z[ helios-setup] Sep 07 00:00:11.254 INFO E| Downloaded structopt-derive v0.4.18
28522026-09-07T00:00:12.024Z[ helios-setup] Sep 07 00:00:11.257 INFO E| Downloaded unic-char-property v0.9.0
28532026-09-07T00:00:12.029Z[ helios-setup] Sep 07 00:00:11.263 INFO E| Downloaded unic-char-range v0.9.0
28542026-09-07T00:00:12.033Z[ helios-setup] Sep 07 00:00:11.264 INFO E| Downloaded unic-ucd-version v0.9.0
28552026-09-07T00:00:12.033Z[ helios-setup] Sep 07 00:00:11.266 INFO E| Downloaded dyn-clone v1.0.19
28562026-09-07T00:00:12.040Z[ helios-setup] Sep 07 00:00:11.273 INFO E| Downloaded four-cc v0.4.0
28572026-09-07T00:00:12.043Z[ helios-setup] Sep 07 00:00:11.274 INFO E| Downloaded fletcher v1.0.0
28582026-09-07T00:00:12.047Z[ helios-setup] Sep 07 00:00:11.278 INFO E| Downloaded unic-ucd-ident v0.9.0
28592026-09-07T00:00:12.051Z[ helios-setup] Sep 07 00:00:11.280 INFO E| Downloaded parse_int v0.9.0
28602026-09-07T00:00:12.051Z[ helios-setup] Sep 07 00:00:11.282 INFO E| Downloaded strum_macros v0.27.1
28612026-09-07T00:00:12.058Z[ helios-setup] Sep 07 00:00:11.291 INFO E| Downloaded strum v0.27.1
28622026-09-07T00:00:12.065Z[ helios-setup] Sep 07 00:00:11.298 INFO E| Downloaded bytesize v2.0.1
28632026-09-07T00:00:12.068Z[ helios-setup] Sep 07 00:00:11.300 INFO E| Downloaded textwrap v0.11.0
28642026-09-07T00:00:12.069Z[ helios-setup] Sep 07 00:00:11.301 INFO E| Downloaded vec_map v0.8.2
28652026-09-07T00:00:12.069Z[ helios-setup] Sep 07 00:00:11.301 INFO E| Downloaded modular-bitfield-impl v0.13.1
28662026-09-07T00:00:12.075Z[ helios-setup] Sep 07 00:00:11.302 INFO E| Downloaded pest_generator v2.8.0
28672026-09-07T00:00:12.080Z[ helios-setup] Sep 07 00:00:11.309 INFO E| Downloaded rustversion v1.0.20
28682026-09-07T00:00:12.080Z[ helios-setup] Sep 07 00:00:11.310 INFO E| Downloaded pest_meta v2.8.0
28692026-09-07T00:00:12.084Z[ helios-setup] Sep 07 00:00:11.317 INFO E| Downloaded modular-bitfield-impl v0.11.2
28702026-09-07T00:00:12.087Z[ helios-setup] Sep 07 00:00:11.318 INFO E| Downloaded strsim v0.8.0
28712026-09-07T00:00:12.087Z[ helios-setup] Sep 07 00:00:11.321 INFO E| Downloaded unicode-ident v1.0.18
28722026-09-07T00:00:12.091Z[ helios-setup] Sep 07 00:00:11.324 INFO E| Downloaded modular-bitfield v0.13.1
28732026-09-07T00:00:12.095Z[ helios-setup] Sep 07 00:00:11.329 INFO E| Downloaded pest_derive v2.8.0
28742026-09-07T00:00:12.099Z[ helios-setup] Sep 07 00:00:11.330 INFO E| Downloaded modular-bitfield v0.11.2
28752026-09-07T00:00:12.117Z[ helios-setup] Sep 07 00:00:11.351 INFO E| Downloaded quote v1.0.40
28762026-09-07T00:00:12.121Z[ helios-setup] Sep 07 00:00:11.352 INFO E| Downloaded structopt v0.3.26
28772026-09-07T00:00:12.125Z[ helios-setup] Sep 07 00:00:11.356 INFO E| Downloaded log v0.4.27
28782026-09-07T00:00:12.125Z[ helios-setup] Sep 07 00:00:11.358 INFO E| Downloaded thiserror v2.0.12
28792026-09-07T00:00:12.128Z[ helios-setup] Sep 07 00:00:11.361 INFO E| Downloaded ryu v1.0.20
28802026-09-07T00:00:12.131Z[ helios-setup] Sep 07 00:00:11.362 INFO E| Downloaded proc-macro2 v1.0.95
28812026-09-07T00:00:12.132Z[ helios-setup] Sep 07 00:00:11.364 INFO E| Downloaded serde v1.0.219
28822026-09-07T00:00:12.135Z[ helios-setup] Sep 07 00:00:11.369 INFO E| Downloaded serde_derive v1.0.219
28832026-09-07T00:00:12.142Z[ helios-setup] Sep 07 00:00:11.370 INFO E| Downloaded typenum v1.18.0
28842026-09-07T00:00:12.148Z[ helios-setup] Sep 07 00:00:11.372 INFO E| Downloaded zerocopy-derive v0.8.25
28852026-09-07T00:00:12.148Z[ helios-setup] Sep 07 00:00:11.376 INFO E| Downloaded memchr v2.7.4
28862026-09-07T00:00:12.164Z[ helios-setup] Sep 07 00:00:11.397 INFO E| Downloaded serde_json v1.0.140
28872026-09-07T00:00:12.168Z[ helios-setup] Sep 07 00:00:11.402 INFO E| Downloaded pest v2.8.0
28882026-09-07T00:00:12.264Z[ helios-setup] Sep 07 00:00:11.416 INFO E| Downloaded goblin v0.9.3
28892026-09-07T00:00:12.274Z[ helios-setup] Sep 07 00:00:11.420 INFO E| Downloaded clap v2.34.0
28902026-09-07T00:00:12.274Z[ helios-setup] Sep 07 00:00:11.423 INFO E| Downloaded zerocopy v0.8.25
28912026-09-07T00:00:12.274Z[ helios-setup] Sep 07 00:00:11.438 INFO E| Downloaded syn v2.0.101
28922026-09-07T00:00:12.274Z[ helios-setup] Sep 07 00:00:11.478 INFO E| Downloaded libc v0.2.172
28932026-09-07T00:00:12.322Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling proc-macro2 v1.0.95
28942026-09-07T00:00:12.322Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling unicode-ident v1.0.18
28952026-09-07T00:00:12.322Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling memchr v2.7.4
28962026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling thiserror v2.0.12
28972026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling autocfg v1.4.0
28982026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling syn v1.0.109
28992026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling serde v1.0.219
29002026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling version_check v0.9.5
29012026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling serde_json v1.0.140
29022026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling schemars v0.8.22
29032026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling itoa v1.0.15
29042026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.555 INFO E| Compiling ryu v1.0.20
29052026-09-07T00:00:12.326Z[ helios-setup] Sep 07 00:00:11.556 INFO E| Compiling static_assertions v1.1.0
29062026-09-07T00:00:12.530Z[ helios-setup] Sep 07 00:00:11.762 INFO E| Compiling ucd-trie v0.1.7
29072026-09-07T00:00:12.795Z[ helios-setup] Sep 07 00:00:12.028 INFO E| Compiling zerocopy v0.8.25
29082026-09-07T00:00:12.795Z[ helios-setup] Sep 07 00:00:12.028 INFO E| Compiling paste v1.0.15
29092026-09-07T00:00:12.821Z[ helios-setup] Sep 07 00:00:12.054 INFO E| Compiling libc v0.2.172
29102026-09-07T00:00:12.821Z[ helios-setup] Sep 07 00:00:12.054 INFO E| Compiling rustversion v1.0.20
29112026-09-07T00:00:12.960Z[ helios-setup] Sep 07 00:00:12.193 INFO E| Compiling dyn-clone v1.0.19
29122026-09-07T00:00:13.255Z[ helios-setup] Sep 07 00:00:12.488 INFO E| Compiling once_cell v1.21.3
29132026-09-07T00:00:13.382Z[ helios-setup] Sep 07 00:00:12.614 INFO E| Compiling unicode-segmentation v1.12.0
29142026-09-07T00:00:13.407Z[ helios-setup] Sep 07 00:00:12.640 INFO E| Compiling heck v0.5.0
29152026-09-07T00:00:13.473Z[ helios-setup] Sep 07 00:00:12.707 INFO E| Compiling proc-macro-error-attr v1.0.4
29162026-09-07T00:00:13.522Z[ helios-setup] Sep 07 00:00:12.755 INFO E| Compiling proc-macro-error v1.0.4
29172026-09-07T00:00:13.622Z[ helios-setup] Sep 07 00:00:12.855 INFO E| Compiling unicode-width v0.1.14
29182026-09-07T00:00:13.695Z[ helios-setup] Sep 07 00:00:12.928 INFO E| Compiling strsim v0.8.0
29192026-09-07T00:00:13.721Z[ helios-setup] Sep 07 00:00:12.953 INFO E| Compiling byteorder v1.5.0
29202026-09-07T00:00:13.793Z[ helios-setup] Sep 07 00:00:13.022 INFO E| Compiling unic-char-range v0.9.0
29212026-09-07T00:00:13.881Z[ helios-setup] Sep 07 00:00:13.113 INFO E| Compiling fletcher v1.0.0
29222026-09-07T00:00:13.884Z[ helios-setup] Sep 07 00:00:13.113 INFO E| Compiling unic-common v0.9.0
29232026-09-07T00:00:13.976Z[ helios-setup] Sep 07 00:00:13.210 INFO E| Compiling strum v0.27.1
29242026-09-07T00:00:13.982Z[ helios-setup] Sep 07 00:00:13.215 INFO E| Compiling num-traits v0.2.19
29252026-09-07T00:00:13.998Z[ helios-setup] Sep 07 00:00:13.231 INFO E| Compiling memoffset v0.9.1
29262026-09-07T00:00:14.058Z[ helios-setup] Sep 07 00:00:13.287 INFO E| Compiling heck v0.3.3
29272026-09-07T00:00:14.075Z[ helios-setup] Sep 07 00:00:13.309 INFO E| Compiling textwrap v0.11.0
29282026-09-07T00:00:14.082Z[ helios-setup] Sep 07 00:00:13.315 INFO E| Compiling ansi_term v0.12.1
29292026-09-07T00:00:14.113Z[ helios-setup] Sep 07 00:00:13.346 INFO E| Compiling vec_map v0.8.2
29302026-09-07T00:00:14.159Z[ helios-setup] Sep 07 00:00:13.392 INFO E| Compiling bitflags v1.3.2
29312026-09-07T00:00:14.237Z[ helios-setup] Sep 07 00:00:13.424 INFO E| Compiling unic-ucd-version v0.9.0
29322026-09-07T00:00:14.250Z[ helios-setup] Sep 07 00:00:13.460 INFO E| Compiling unic-char-property v0.9.0
29332026-09-07T00:00:14.265Z[ helios-setup] Sep 07 00:00:13.493 INFO E| Compiling plain v0.2.3
29342026-09-07T00:00:14.275Z[ helios-setup] Sep 07 00:00:13.503 INFO E| Compiling lazy_static v1.5.0
29352026-09-07T00:00:14.287Z[ helios-setup] Sep 07 00:00:13.520 INFO E| Compiling log v0.4.27
29362026-09-07T00:00:14.306Z[ helios-setup] Sep 07 00:00:13.538 INFO E| Compiling bytesize v2.0.1
29372026-09-07T00:00:14.345Z[ helios-setup] Sep 07 00:00:13.577 INFO E| Compiling unic-ucd-ident v0.9.0
29382026-09-07T00:00:14.511Z[ helios-setup] Sep 07 00:00:13.742 INFO E| Compiling quote v1.0.40
29392026-09-07T00:00:14.599Z[ helios-setup] Sep 07 00:00:13.828 INFO E| Compiling atty v0.2.14
29402026-09-07T00:00:14.662Z[ helios-setup] Sep 07 00:00:13.895 INFO E| Compiling clap v2.34.0
29412026-09-07T00:00:14.904Z[ helios-setup] Sep 07 00:00:14.135 INFO E| Compiling syn v2.0.101
29422026-09-07T00:00:15.338Z[ helios-setup] Sep 07 00:00:14.571 INFO E| Compiling parse_int v0.9.0
29432026-09-07T00:00:17.286Z[ helios-setup] Sep 07 00:00:16.519 INFO E| Compiling modular-bitfield-impl v0.11.2
29442026-09-07T00:00:17.286Z[ helios-setup] Sep 07 00:00:16.519 INFO E| Compiling structopt-derive v0.4.18
29452026-09-07T00:00:17.756Z[ helios-setup] Sep 07 00:00:16.989 INFO E| Compiling serde_derive_internals v0.29.1
29462026-09-07T00:00:18.604Z[ helios-setup] Sep 07 00:00:17.836 INFO E| Compiling thiserror-impl v2.0.12
29472026-09-07T00:00:18.604Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling serde_derive v1.0.219
29482026-09-07T00:00:18.604Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling zerocopy-derive v0.8.25
29492026-09-07T00:00:18.607Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling modular-bitfield-impl v0.13.1
29502026-09-07T00:00:18.607Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling num-derive v0.4.2
29512026-09-07T00:00:18.607Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling strum_macros v0.27.1
29522026-09-07T00:00:18.607Z[ helios-setup] Sep 07 00:00:17.837 INFO E| Compiling scroll_derive v0.12.1
29532026-09-07T00:00:19.043Z[ helios-setup] Sep 07 00:00:18.224 INFO E| Compiling structopt v0.3.26
29542026-09-07T00:00:19.060Z[ helios-setup] Sep 07 00:00:18.278 INFO E| Compiling schemars_derive v0.8.22
29552026-09-07T00:00:19.152Z[ helios-setup] Sep 07 00:00:18.385 INFO E| Compiling modular-bitfield v0.11.2
29562026-09-07T00:00:19.768Z[ helios-setup] Sep 07 00:00:19.001 INFO E| Compiling scroll v0.12.0
29572026-09-07T00:00:19.970Z[ helios-setup] Sep 07 00:00:19.203 INFO E| Compiling goblin v0.9.3
29582026-09-07T00:00:20.276Z[ helios-setup] Sep 07 00:00:19.509 INFO E| Compiling modular-bitfield v0.13.1
29592026-09-07T00:00:20.323Z[ helios-setup] Sep 07 00:00:19.556 INFO E| Compiling pest v2.8.0
29602026-09-07T00:00:20.992Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.50s
29612026-09-07T00:00:20.996Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29622026-09-07T00:00:20.996Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29632026-09-07T00:00:21.242Z[ omicron-package]
29642026-09-07T00:00:21.242Z[ omicron-package] real 42.689705164
29652026-09-07T00:00:21.242Z[ omicron-package] user 4:02.197058233
29662026-09-07T00:00:21.245Z[ omicron-package] sys 29.362989135
29672026-09-07T00:00:21.245Z[ omicron-package] trap 0.416032770
29682026-09-07T00:00:21.245Z[ omicron-package] tflt 0.295525149
29692026-09-07T00:00:21.245Z[ omicron-package] dflt 2.678311366
29702026-09-07T00:00:21.245Z[ omicron-package] kflt 0.015361875
29712026-09-07T00:00:21.245Z[ omicron-package] lock 8:31.896873855
29722026-09-07T00:00:21.245Z[ omicron-package] slp 4:34.612997478
29732026-09-07T00:00:21.245Z[ omicron-package] lat 1:16.768062426
29742026-09-07T00:00:21.245Z[ omicron-package] stop 1:43.882705610
29752026-09-07T00:00:21.245ZSep 07 00:00:20.476 INFO [omicron-package] process exited with exit status: 0 (42.763241832s)
29762026-09-07T00:00:21.245ZSep 07 00:00:20.476 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29772026-09-07T00:00:21.245ZSep 07 00:00:20.476 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29782026-09-07T00:00:21.250Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29792026-09-07T00:00:21.254Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29802026-09-07T00:00:21.254Z[ recovery-target] Created new build target 'recovery' and set it as active
29812026-09-07T00:00:21.254Z[ host-target] Created new build target 'host' and set it as active
29822026-09-07T00:00:21.254ZSep 07 00:00:20.487 INFO [host-target] process exited with exit status: 0 (11.271454ms)
29832026-09-07T00:00:21.254ZSep 07 00:00:20.487 INFO [recovery-target] process exited with exit status: 0 (10.847384ms)
29842026-09-07T00:00:21.254ZSep 07 00:00:20.487 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29852026-09-07T00:00:21.259Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29862026-09-07T00:00:21.284Z[ helios-setup] Sep 07 00:00:20.517 INFO E| Compiling pest_meta v2.8.0
29872026-09-07T00:00:21.788Z[ helios-setup] Sep 07 00:00:21.020 INFO E| Compiling pest_generator v2.8.0
29882026-09-07T00:00:22.253Z[ helios-setup] Sep 07 00:00:21.486 INFO E| Compiling pest_derive v2.8.0
29892026-09-07T00:00:22.885Z[ helios-setup] Sep 07 00:00:22.118 INFO E| Compiling json5 v0.4.1
29902026-09-07T00:00:22.913Z[ host-package] Compiling cfg-if v1.0.4
29912026-09-07T00:00:23.139Z[ host-package] Compiling serde_core v1.0.228
29922026-09-07T00:00:23.139Z[ host-package] Compiling libc v0.2.185
29932026-09-07T00:00:23.143Z[ host-package] Compiling memchr v2.8.0
29942026-09-07T00:00:23.204Z[ host-package] Compiling smallvec v1.15.1
29952026-09-07T00:00:23.240Z[ host-package] Compiling stable_deref_trait v1.2.1
29962026-09-07T00:00:23.269Z[ host-package] Compiling scopeguard v1.2.0
29972026-09-07T00:00:23.272Z[ host-package] Compiling zerofrom v0.1.6
29982026-09-07T00:00:23.319Z[ host-package] Compiling libm v0.2.16
29992026-09-07T00:00:23.348Z[ host-package] Compiling rand_core v0.10.0
30002026-09-07T00:00:23.375Z[ host-package] Compiling lock_api v0.4.14
30012026-09-07T00:00:23.397Z[ host-package] Compiling percent-encoding v2.3.2
30022026-09-07T00:00:23.397Z[ host-package] Compiling litemap v0.8.1
30032026-09-07T00:00:23.449Z[ host-package] Compiling writeable v0.6.2
30042026-09-07T00:00:23.476Z[ host-package] Compiling yoke v0.8.1
30052026-09-07T00:00:23.499Z[ host-package] Compiling icu_normalizer_data v2.1.1
30062026-09-07T00:00:23.525Z[ host-package] Compiling icu_properties_data v2.1.2
30072026-09-07T00:00:23.550Z[ host-package] Compiling utf8_iter v1.0.4
30082026-09-07T00:00:23.576Z[ host-package] Compiling form_urlencoded v1.2.2
30092026-09-07T00:00:23.583Z[ host-package] Compiling errno v0.3.14
30102026-09-07T00:00:23.583Z[ host-package] Compiling getrandom v0.4.3
30112026-09-07T00:00:23.710Z[ host-package] Compiling zerovec v0.11.5
30122026-09-07T00:00:23.713Z[ host-package] Compiling zerotrie v0.2.3
30132026-09-07T00:00:23.762Z[ host-package] Compiling parking_lot_core v0.9.12
30142026-09-07T00:00:23.788Z[ host-package] Compiling zerocopy v0.8.55
30152026-09-07T00:00:23.809Z[ host-package] Compiling iana-time-zone v0.1.65
30162026-09-07T00:00:23.837Z[ host-package] Compiling signal-hook-registry v1.4.8
30172026-09-07T00:00:23.862Z[ host-package] Compiling mio v1.2.0
30182026-09-07T00:00:23.894Z[ host-package] Compiling socket2 v0.6.3
30192026-09-07T00:00:23.930Z[ host-package] Compiling thiserror v2.0.18
30202026-09-07T00:00:23.966Z[ host-package] Compiling getrandom v0.2.17
30212026-09-07T00:00:23.991Z[ host-package] Compiling parking_lot v0.12.5
30222026-09-07T00:00:24.041Z[ host-package] Compiling futures-util v0.3.32
30232026-09-07T00:00:24.044Z[ host-package] Compiling getrandom v0.3.4
30242026-09-07T00:00:24.103Z[ host-package] Compiling base64 v0.22.1
30252026-09-07T00:00:24.107Z[ host-package] Compiling num-traits v0.2.19
30262026-09-07T00:00:24.225Z[ host-package] Compiling rand_core v0.6.4
30272026-09-07T00:00:24.234Z[ host-package] Compiling time v0.3.47
30282026-09-07T00:00:24.234Z[ host-package] Compiling aho-corasick v1.1.4
30292026-09-07T00:00:24.234Z[ helios-setup] Sep 07 00:00:23.449 INFO E| Compiling four-cc v0.4.0
30302026-09-07T00:00:24.234Z[ helios-setup] Sep 07 00:00:23.449 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30312026-09-07T00:00:24.324Z[ host-package] Compiling tinystr v0.8.2
30322026-09-07T00:00:24.330Z[ helios-setup] Sep 07 00:00:23.563 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30332026-09-07T00:00:24.410Z[ host-package] Compiling potential_utf v0.1.4
30342026-09-07T00:00:24.410Z[ host-package] Compiling rand_core v0.9.5
30352026-09-07T00:00:24.470Z[ host-package] Compiling spin v0.9.8
30362026-09-07T00:00:24.474Z[ host-package] Compiling socket2 v0.5.10
30372026-09-07T00:00:24.603Z[ host-package] Compiling icu_collections v2.1.1
30382026-09-07T00:00:24.733Z[ host-package] Compiling icu_locale_core v2.1.1
30392026-09-07T00:00:24.733Z[ host-package] Compiling encoding_rs v0.8.35
30402026-09-07T00:00:24.737Z[ host-package] Compiling pest v2.8.6
30412026-09-07T00:00:24.737Z[ host-package] Compiling simd-adler32 v0.3.8
30422026-09-07T00:00:24.817Z[ host-package] Compiling adler2 v2.0.1
30432026-09-07T00:00:24.821Z[ host-package] Compiling crc32fast v1.5.0
30442026-09-07T00:00:24.845Z[ host-package] Compiling wait-timeout v0.2.1
30452026-09-07T00:00:25.038Z[ host-package] Compiling serde v1.0.228
30462026-09-07T00:00:25.105Z[ host-package] Compiling serde_json v1.0.151
30472026-09-07T00:00:25.174Z[ host-package] Compiling bitflags v2.11.0
30482026-09-07T00:00:25.177Z[ host-package] Compiling uuid v1.23.4
30492026-09-07T00:00:25.281Z[ host-package] Compiling semver v1.0.28
30502026-09-07T00:00:25.346Z[ host-package] Compiling indexmap v2.14.0
30512026-09-07T00:00:25.477Z[ host-package] Compiling rustix v1.1.4
30522026-09-07T00:00:25.618Z[ host-package] Compiling icu_provider v2.1.1
30532026-09-07T00:00:25.676Z[ host-package] Compiling bytes v1.11.1
30542026-09-07T00:00:25.731Z[ host-package] Compiling zeroize v1.9.0
30552026-09-07T00:00:25.810Z[ host-package] Compiling chrono v0.4.45
30562026-09-07T00:00:25.840Z[ host-package] Compiling erased-serde v0.3.31
30572026-09-07T00:00:25.988Z[ host-package] Compiling icu_properties v2.1.2
30582026-09-07T00:00:26.111Z[ host-package] Compiling icu_normalizer v2.1.1
30592026-09-07T00:00:26.298Z[ host-package] Compiling generic-array v0.14.7
30602026-09-07T00:00:26.404Z[ host-package] Compiling tokio v1.52.1
30612026-09-07T00:00:26.457Z[ host-package] Compiling http v1.4.2
30622026-09-07T00:00:26.571Z[ host-package] Compiling slog v2.8.2
30632026-09-07T00:00:26.582Z[ host-package] Compiling rustls-pki-types v1.14.0
30642026-09-07T00:00:26.796Z[ host-package] Compiling ipnet v2.12.0
30652026-09-07T00:00:26.911Z[ host-package] Compiling crypto-common v0.1.7
30662026-09-07T00:00:26.962Z[ host-package] Compiling block-buffer v0.10.4
30672026-09-07T00:00:26.996Z[ host-package] Compiling idna_adapter v1.2.1
30682026-09-07T00:00:27.000Z[ host-package] Compiling terminal_size v0.4.3
30692026-09-07T00:00:27.104Z[ host-package] Compiling ppv-lite86 v0.2.21
30702026-09-07T00:00:27.154Z[ host-package] Compiling aws-lc-rs v1.16.3
30712026-09-07T00:00:27.154Z[ host-package] Compiling digest v0.10.7
30722026-09-07T00:00:27.180Z[ host-package] Compiling idna v1.1.0
30732026-09-07T00:00:27.181Z[ host-package] Compiling regex-automata v0.4.14
30742026-09-07T00:00:27.229Z[ host-package] Compiling clap_builder v4.6.0
30752026-09-07T00:00:27.281Z[ host-package] Compiling http-body v1.0.1
30762026-09-07T00:00:27.310Z[ host-package] Compiling tempfile v3.27.0
30772026-09-07T00:00:27.339Z[ host-package] Compiling der v0.7.10
30782026-09-07T00:00:27.344Z[ host-package] Compiling serde_urlencoded v0.7.1
30792026-09-07T00:00:27.385Z[ host-package] Compiling futures-executor v0.3.32
30802026-09-07T00:00:27.450Z[ host-package] Compiling http-body-util v0.1.3
30812026-09-07T00:00:27.512Z[ host-package] Compiling rand_chacha v0.9.0
30822026-09-07T00:00:27.539Z[ host-package] Compiling rand_chacha v0.3.1
30832026-09-07T00:00:27.621Z[ host-package] Compiling url v2.5.8
30842026-09-07T00:00:27.691Z[ host-package] Compiling sha2 v0.10.9
30852026-09-07T00:00:27.691Z[ host-package] Compiling hex v0.4.3
30862026-09-07T00:00:27.790Z[ host-package] Compiling rand v0.9.2
30872026-09-07T00:00:27.818Z[ host-package] Compiling rand v0.8.6
30882026-09-07T00:00:27.845Z[ host-package] Compiling miniz_oxide v0.8.9
30892026-09-07T00:00:27.900Z[ host-package] Compiling futures v0.3.32
30902026-09-07T00:00:28.073Z[ host-package] Compiling rustls-native-certs v0.8.3
30912026-09-07T00:00:28.117Z[ host-package] Compiling hybrid-array v0.4.13
30922026-09-07T00:00:28.121Z[ host-package] Compiling hubpack v0.1.2
30932026-09-07T00:00:28.140Z[ host-package] Compiling publicsuffix v2.3.0
30942026-09-07T00:00:28.369Z[ host-package] Compiling schemars v0.8.22
30952026-09-07T00:00:28.472Z[ host-package] Compiling rustls-webpki v0.103.13
30962026-09-07T00:00:28.510Z[ host-package] Compiling spki v0.7.3
30972026-09-07T00:00:28.565Z[ host-package] Compiling openapiv3 v2.2.0
30982026-09-07T00:00:28.568Z[ host-package] Compiling cookie v0.18.1
30992026-09-07T00:00:28.684Z[ host-package] Compiling signature v2.2.0
31002026-09-07T00:00:28.853Z[ host-package] Compiling pkcs8 v0.10.2
31012026-09-07T00:00:28.932Z[ host-package] Compiling thread_local v1.1.9
31022026-09-07T00:00:28.988Z[ host-package] Compiling cookie_store v0.22.1
31032026-09-07T00:00:28.992Z[ host-package] Compiling zlib-rs v0.6.2
31042026-09-07T00:00:29.063Z[ host-package] Compiling rustls v0.23.41
31052026-09-07T00:00:29.274Z[ host-package] Compiling clap v4.6.1
31062026-09-07T00:00:29.355Z[ host-package] Compiling rusty-fork v0.3.1
31072026-09-07T00:00:29.399Z[ host-package] Compiling hmac v0.12.1
31082026-09-07T00:00:29.427Z[ host-package] Compiling ipnetwork v0.21.1
31092026-09-07T00:00:29.452Z[ host-package] Compiling rand_xorshift v0.4.0
31102026-09-07T00:00:29.456Z[ host-package] Compiling is-terminal v0.4.17
31112026-09-07T00:00:29.602Z[ host-package] Compiling data-encoding v2.10.0
31122026-09-07T00:00:29.666Z[ host-package] Compiling slog-term v2.9.2
31132026-09-07T00:00:29.666Z[ host-package] Compiling proptest v1.11.0
31142026-09-07T00:00:29.714Z[ host-package] Compiling slog-async v2.8.0
31152026-09-07T00:00:29.879Z[ host-package] Compiling oxnet v0.1.6
31162026-09-07T00:00:29.936Z[ host-package] Compiling crypto-common v0.2.2
31172026-09-07T00:00:30.189Z[ host-package] Compiling regex v1.12.3
31182026-09-07T00:00:30.306Z[ host-package] Compiling block-buffer v0.12.1
31192026-09-07T00:00:30.337Z[ host-package] Compiling lazy_static v1.5.0
31202026-09-07T00:00:30.521Z[ host-package] Compiling memmap2 v0.9.10
31212026-09-07T00:00:30.562Z[ host-package] Compiling camino v1.2.5
31222026-09-07T00:00:30.562Z[ host-package] Compiling dof v0.4.0
31232026-09-07T00:00:30.612Z[ host-package] Compiling dtrace-parser v0.3.0
31242026-09-07T00:00:30.616Z[ host-package] Compiling thread-id v5.1.0
31252026-09-07T00:00:30.763Z[ host-package] Compiling half v2.7.1
31262026-09-07T00:00:30.775Z[ host-package] Compiling num-integer v0.1.46
31272026-09-07T00:00:30.832Z[ host-package] Compiling ff v0.13.1
31282026-09-07T00:00:30.882Z[ host-package] Compiling tokio-util v0.7.18
31292026-09-07T00:00:30.971Z[ host-package] Compiling tower v0.5.3
31302026-09-07T00:00:31.065Z[ host-package] Compiling ciborium-ll v0.2.2
31312026-09-07T00:00:31.091Z[ host-package] Compiling sec1 v0.7.3
31322026-09-07T00:00:31.095Z[ host-package] Compiling rustix v0.38.44
31332026-09-07T00:00:31.201Z[ host-package] Compiling group v0.13.0
31342026-09-07T00:00:31.291Z[ host-package] Compiling flate2 v1.1.9
31352026-09-07T00:00:31.368Z[ host-package] Compiling hkdf v0.12.4
31362026-09-07T00:00:31.496Z[ host-package] Compiling tower-http v0.6.8
31372026-09-07T00:00:31.593Z[ host-package] Compiling usdt-impl v0.6.0
31382026-09-07T00:00:31.677Z[ host-package] Compiling x509-cert v0.2.5
31392026-09-07T00:00:31.748Z[ host-package] Compiling h2 v0.4.15
31402026-09-07T00:00:31.950Z[ host-package] Compiling crypto-bigint v0.5.5
31412026-09-07T00:00:32.101Z[ host-package] Compiling usdt v0.6.0
31422026-09-07T00:00:32.269Z[ host-package] Compiling newtype-uuid v1.3.2
31432026-09-07T00:00:32.326Z[ host-package] Compiling toml_datetime v0.6.11
31442026-09-07T00:00:32.445Z[ host-package] Compiling serde_spanned v0.6.9
31452026-09-07T00:00:32.530Z[ host-package] Compiling dof v0.3.0
31462026-09-07T00:00:32.531Z[ host-package] Compiling ciborium v0.2.2
31472026-09-07T00:00:32.611Z[ host-package] Compiling num-iter v0.1.45
31482026-09-07T00:00:32.654Z[ host-package] Compiling tokio-rustls v0.26.4
31492026-09-07T00:00:32.789Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31502026-09-07T00:00:32.798Z[ host-package] Compiling daft v0.1.8
31512026-09-07T00:00:32.798Z[ host-package] Compiling bstr v1.12.1
31522026-09-07T00:00:32.937Z[ host-package] Compiling dtrace-parser v0.2.0
31532026-09-07T00:00:33.031Z[ host-package] Compiling elliptic-curve v0.13.8
31542026-09-07T00:00:33.147Z[ host-package] Compiling thread-id v4.2.2
31552026-09-07T00:00:33.206Z[ host-package] Compiling digest v0.11.3
31562026-09-07T00:00:33.298Z[ host-package] Compiling usdt-impl v0.5.0
31572026-09-07T00:00:33.345Z[ host-package] Compiling signal-hook v0.3.18
31582026-09-07T00:00:33.345Z[ host-package] Compiling nix v0.31.2
31592026-09-07T00:00:33.452Z[ host-package] Compiling serde_with v3.21.0
31602026-09-07T00:00:33.506Z[ host-package] Compiling foreign-types-shared v0.1.1
31612026-09-07T00:00:33.515Z[ host-package] Compiling ahash v0.8.12
31622026-09-07T00:00:33.626Z[ host-package] Compiling foreign-types v0.3.2
31632026-09-07T00:00:33.670Z[ host-package] Compiling num-bigint-dig v0.8.6
31642026-09-07T00:00:33.742Z[ host-package] Compiling packed_struct v0.10.1
31652026-09-07T00:00:33.801Z[ host-package] Compiling openssl-sys v0.9.117
31662026-09-07T00:00:33.856Z[ host-package] Compiling rfc6979 v0.4.0
31672026-09-07T00:00:33.888Z[ host-package] Compiling pkcs1 v0.7.5
31682026-09-07T00:00:33.913Z[ host-package] Compiling toml_edit v0.19.15
31692026-09-07T00:00:34.047Z[ host-package] Compiling ecdsa v0.16.9
31702026-09-07T00:00:34.347Z[ host-package] Compiling openssl v0.10.80
31712026-09-07T00:00:34.393Z[ host-package] Compiling curve25519-dalek v4.1.3
31722026-09-07T00:00:34.449Z[ host-package] Compiling serde-hex v0.1.0
31732026-09-07T00:00:34.487Z[ host-package] Compiling hashbrown v0.13.2
31742026-09-07T00:00:34.793Z[ host-package] Compiling rsa v0.9.10
31752026-09-07T00:00:34.801Z[ host-package] Compiling bzip2 v0.4.4
31762026-09-07T00:00:34.802Z[ host-package] Compiling signal-hook-mio v0.2.5
31772026-09-07T00:00:34.892Z[ host-package] Compiling primeorder v0.13.6
31782026-09-07T00:00:34.968Z[ host-package] Compiling globset v0.4.18
31792026-09-07T00:00:35.066Z[ host-package] Compiling ron v0.8.1
31802026-09-07T00:00:35.184Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31812026-09-07T00:00:35.226Z[ host-package] Compiling block-padding v0.4.2
31822026-09-07T00:00:35.256Z[ host-package] Compiling sha3 v0.10.8
31832026-09-07T00:00:35.330Z[ host-package] Compiling salty v0.3.0
31842026-09-07T00:00:35.432Z[ host-package] Compiling inout v0.2.2
31852026-09-07T00:00:35.641Z[ host-package] Compiling hyper v1.10.1
31862026-09-07T00:00:35.681Z[ host-package] Compiling toml v0.7.8
31872026-09-07T00:00:35.681Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31882026-09-07T00:00:35.782Z[ host-package] Compiling zip v0.6.6
31892026-09-07T00:00:35.997Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31902026-09-07T00:00:36.049Z[ host-package] Compiling object v0.30.4
31912026-09-07T00:00:36.086Z[ host-package] Compiling ed25519 v2.2.3
31922026-09-07T00:00:36.159Z[ host-package] Compiling jiff v0.2.34
31932026-09-07T00:00:36.418Z[ host-package] Compiling ed25519-dalek v2.2.0
31942026-09-07T00:00:36.493Z[ host-package] Compiling cipher v0.5.2
31952026-09-07T00:00:36.542Z[ host-package] Compiling crossterm v0.28.1
31962026-09-07T00:00:36.716Z[ host-package] Compiling serde-big-array v0.5.1
31972026-09-07T00:00:36.758Z[ host-package] Compiling pem v3.0.6
31982026-09-07T00:00:36.852Z[ host-package] Compiling petgraph v0.8.3
31992026-09-07T00:00:36.858Z[ host-package] Compiling chacha20 v0.10.0
32002026-09-07T00:00:36.859Z[ host-package] Compiling object v0.37.3
32012026-09-07T00:00:36.885Z[ host-package] Compiling heapless v0.7.17
32022026-09-07T00:00:36.918Z[ host-package] Compiling native-tls v0.2.18
32032026-09-07T00:00:37.270Z[ host-package] Compiling hyper-util v0.1.20
32042026-09-07T00:00:37.302Z[ host-package] Compiling tokio-native-tls v0.3.1
32052026-09-07T00:00:37.309Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32062026-09-07T00:00:37.476Z[ host-package] Compiling p384 v0.13.1
32072026-09-07T00:00:37.527Z[ host-package] Compiling byte-wrapper v0.1.0
32082026-09-07T00:00:37.594Z[ host-package] Compiling md-5 v0.10.6
32092026-09-07T00:00:37.660Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32102026-09-07T00:00:37.825Z[ host-package] Compiling serde_plain v1.0.2
32112026-09-07T00:00:37.858Z[ host-package] Compiling toml_edit v0.22.27
32122026-09-07T00:00:37.965Z[ host-package] Compiling postgres-protocol v0.6.10
32132026-09-07T00:00:38.053Z[ helios-setup] Sep 07 00:00:37.285 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32142026-09-07T00:00:38.097Z[ host-package] Compiling zopfli v0.8.3
32152026-09-07T00:00:38.298Z[ host-package] Compiling smoltcp v0.9.1
32162026-09-07T00:00:38.491Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32172026-09-07T00:00:38.712Z[ host-package] Compiling tokio-stream v0.1.18
32182026-09-07T00:00:39.054Z[ host-package] Compiling hickory-proto v0.25.2
32192026-09-07T00:00:39.081Z[ host-package] Compiling hyper-rustls v0.27.7
32202026-09-07T00:00:39.227Z[ host-package] Compiling hyper-tls v0.6.0
32212026-09-07T00:00:39.249Z[ host-package] Compiling float-cmp v0.10.0
32222026-09-07T00:00:39.353Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32232026-09-07T00:00:39.456Z[ host-package] Compiling reqwest v0.13.2
32242026-09-07T00:00:39.488Z[ host-package] Compiling textwrap v0.16.2
32252026-09-07T00:00:39.489Z[ host-package] Compiling string_cache v0.8.9
32262026-09-07T00:00:39.628Z[ host-package] Compiling reqwest v0.12.28
32272026-09-07T00:00:39.640Z[ host-package] Compiling blake3 v1.8.5
32282026-09-07T00:00:39.735Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32292026-09-07T00:00:39.852Z[ host-package] Compiling toml v0.8.23
32302026-09-07T00:00:39.940Z[ host-package] Compiling predicates v3.1.4
32312026-09-07T00:00:40.025Z[ host-package] Compiling petgraph v0.6.5
32322026-09-07T00:00:40.056Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32332026-09-07T00:00:40.277Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32342026-09-07T00:00:40.363Z[ host-package] Compiling backtrace v0.3.76
32352026-09-07T00:00:40.435Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32362026-09-07T00:00:40.532Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32372026-09-07T00:00:40.833Z[ host-package] Compiling zip v4.6.1
32382026-09-07T00:00:41.340Z[ host-package] Compiling backtrace-ext v0.2.1
32392026-09-07T00:00:41.391Z[ host-package] Compiling postgres-types v0.2.12
32402026-09-07T00:00:41.434Z[ host-package] Compiling iddqd v0.4.2
32412026-09-07T00:00:41.601Z[ host-package] Compiling similar v2.7.0
32422026-09-07T00:00:41.673Z[ host-package] Compiling olpc-cjson v0.1.4
32432026-09-07T00:00:41.787Z[ helios-setup] Sep 07 00:00:41.018 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32442026-09-07T00:00:41.973Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32452026-09-07T00:00:42.237Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32462026-09-07T00:00:42.404Z[ host-package] Compiling secrecy v0.8.0
32472026-09-07T00:00:42.449Z[ host-package] Compiling tokio-postgres v0.7.16
32482026-09-07T00:00:42.490Z[ host-package] Compiling miette v7.6.0
32492026-09-07T00:00:42.585Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
32502026-09-07T00:00:42.667Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32512026-09-07T00:00:42.955Z[ host-package] Compiling fs-err v3.3.0
32522026-09-07T00:00:43.145Z[ host-package] Compiling tough v0.22.0
32532026-09-07T00:00:43.215Z[ host-package] Compiling buf-list v1.1.2
32542026-09-07T00:00:43.343Z[ host-package] Compiling hostname v0.3.1
32552026-09-07T00:00:43.391Z[ host-package] Compiling slog-json v2.6.1
32562026-09-07T00:00:43.539Z[ host-package] Compiling compression-codecs v0.4.37
32572026-09-07T00:00:43.602Z[ host-package] Compiling serde_spanned v1.1.1
32582026-09-07T00:00:43.649Z[ host-package] Compiling slog-bunyan v2.5.0
32592026-09-07T00:00:43.710Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32602026-09-07T00:00:43.787Z[ host-package] Compiling async-compression v0.4.41
32612026-09-07T00:00:43.838Z[ host-package] Compiling multer v3.1.0
32622026-09-07T00:00:43.843Z[ host-package] Compiling sha1 v0.11.0
32632026-09-07T00:00:43.891Z[ host-package] Compiling rustls-pemfile v2.2.0
32642026-09-07T00:00:43.943Z[ host-package] Compiling serde_path_to_error v0.1.20
32652026-09-07T00:00:44.105Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32662026-09-07T00:00:44.195Z[ host-package] Compiling hostname v0.4.2
32672026-09-07T00:00:44.195Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32682026-09-07T00:00:44.314Z[ host-package] Compiling progenitor-client v0.14.0
32692026-09-07T00:00:44.314Z[ host-package] Compiling atomicwrites v0.4.4
32702026-09-07T00:00:44.455Z[ host-package] Compiling macaddr v1.0.1
32712026-09-07T00:00:44.490Z[ host-package] Compiling instant v0.1.13
32722026-09-07T00:00:44.673Z[ host-package] Compiling oxide-generation v0.1.3
32732026-09-07T00:00:44.705Z[ host-package] Compiling regress v0.10.5
32742026-09-07T00:00:44.755Z[ host-package] Compiling backoff v0.4.0
32752026-09-07T00:00:44.781Z[ host-package] Compiling progenitor-extras v0.2.0
32762026-09-07T00:00:44.781Z[ host-package] Compiling parse-display v0.10.0
32772026-09-07T00:00:44.845Z[ host-package] Compiling heck v0.5.0
32782026-09-07T00:00:44.848Z[ host-package] Compiling regress v0.11.1
32792026-09-07T00:00:45.016Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32802026-09-07T00:00:45.118Z[ host-package] Compiling dropshot v0.17.1
32812026-09-07T00:00:45.159Z[ host-package] Compiling inout v0.1.4
32822026-09-07T00:00:45.369Z[ host-package] Compiling cipher v0.4.4
32832026-09-07T00:00:45.396Z[ host-package] Compiling secrecy v0.10.3
32842026-09-07T00:00:45.430Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32852026-09-07T00:00:45.470Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32862026-09-07T00:00:45.616Z[ host-package] Compiling universal-hash v0.5.1
32872026-09-07T00:00:45.665Z[ host-package] Compiling unsafe-libyaml v0.2.11
32882026-09-07T00:00:45.665Z[ host-package] Compiling chacha20 v0.9.1
32892026-09-07T00:00:45.742Z[ host-package] Compiling blake2 v0.10.6
32902026-09-07T00:00:45.843Z[ host-package] Compiling poly1305 v0.8.0
32912026-09-07T00:00:46.011Z[ host-package] Compiling aead v0.5.2
32922026-09-07T00:00:46.184Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32932026-09-07T00:00:46.260Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32942026-09-07T00:00:46.307Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32952026-09-07T00:00:46.339Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32962026-09-07T00:00:46.342Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32972026-09-07T00:00:46.396Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32982026-09-07T00:00:46.492Z[ host-package] Compiling password-hash v0.5.0
32992026-09-07T00:00:46.532Z[ host-package] Compiling chacha20poly1305 v0.10.1
33002026-09-07T00:00:46.535Z[ host-package] Compiling vsss-rs v3.3.4
33012026-09-07T00:00:46.677Z[ host-package] Compiling typify-impl v0.6.2
33022026-09-07T00:00:46.717Z[ host-package] Compiling camino-tempfile v1.4.1
33032026-09-07T00:00:46.817Z[ host-package] Compiling argon2 v0.5.3
33042026-09-07T00:00:47.091Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33052026-09-07T00:00:47.185Z[ host-package] Compiling heapless v0.8.0
33062026-09-07T00:00:47.189Z[ host-package] Compiling ingot-types v0.2.0
33072026-09-07T00:00:47.189Z[ host-package] Compiling cobs v0.3.0
33082026-09-07T00:00:47.354Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33092026-09-07T00:00:47.658Z[ host-package] Compiling postcard v1.1.3
33102026-09-07T00:00:47.719Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33112026-09-07T00:00:47.796Z[ host-package] Compiling smoltcp v0.11.0
33122026-09-07T00:00:47.865Z[ host-package] Compiling ingot v0.2.1
33132026-09-07T00:00:47.912Z[ host-package] Compiling cstr-argument v0.1.2
33142026-09-07T00:00:47.916Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33152026-09-07T00:00:47.916Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33162026-09-07T00:00:48.159Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33172026-09-07T00:00:48.248Z[ host-package] Compiling rand v0.10.1
33182026-09-07T00:00:48.305Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33192026-09-07T00:00:48.314Z[ host-package] Compiling memmap v0.7.0
33202026-09-07T00:00:48.314Z[ host-package] Compiling sigpipe v0.1.3
33212026-09-07T00:00:48.585Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33222026-09-07T00:00:48.687Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33232026-09-07T00:00:48.777Z[ host-package] Compiling usdt v0.5.0
33242026-09-07T00:00:48.806Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33252026-09-07T00:00:48.871Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-09-07T00:00:48.995Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33272026-09-07T00:00:49.062Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33282026-09-07T00:00:49.112Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33292026-09-07T00:00:49.166Z[ host-package] Compiling zone v0.3.1
33302026-09-07T00:00:49.247Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33312026-09-07T00:00:49.286Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33322026-09-07T00:00:49.324Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33332026-09-07T00:00:49.425Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33342026-09-07T00:00:49.603Z[ host-package] Compiling derive-where v1.6.0
33352026-09-07T00:00:49.727Z[ host-package] Compiling bytecount v0.6.9
33362026-09-07T00:00:49.785Z[ host-package] Compiling tokio-dtrace v0.1.1
33372026-09-07T00:00:49.929Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-09-07T00:00:50.093Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33392026-09-07T00:00:50.128Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33402026-09-07T00:00:50.174Z[ host-package] Compiling prettyplease v0.2.37
33412026-09-07T00:00:50.285Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-09-07T00:00:50.327Z[ host-package] Compiling newline-converter v0.3.0
33432026-09-07T00:00:50.363Z[ host-package] Compiling gethostname v0.5.0
33442026-09-07T00:00:50.508Z[ host-package] Compiling console v0.15.11
33452026-09-07T00:00:50.558Z[ host-package] Compiling slog-dtrace v0.3.0
33462026-09-07T00:00:50.585Z[ host-package] Compiling cancel-safe-futures v0.1.5
33472026-09-07T00:00:50.594Z[ host-package] Compiling resolv-conf v0.7.6
33482026-09-07T00:00:50.635Z[ host-package] Compiling typify-macro v0.6.2
33492026-09-07T00:00:50.717Z[ host-package] Compiling num-rational v0.4.2
33502026-09-07T00:00:50.902Z[ host-package] Compiling num-complex v0.4.6
33512026-09-07T00:00:50.961Z[ host-package] Compiling expectorate v1.2.0
33522026-09-07T00:00:51.032Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33532026-09-07T00:00:51.132Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33542026-09-07T00:00:51.237Z[ host-package] Compiling match_cfg v0.1.0
33552026-09-07T00:00:51.352Z[ host-package] Compiling compression-core v0.4.31
33562026-09-07T00:00:51.462Z[ host-package] Compiling num v0.4.3
33572026-09-07T00:00:51.636Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-09-07T00:00:51.684Z[ host-package] Compiling float-ord v0.3.2
33592026-09-07T00:00:51.776Z[ host-package] Compiling linear-map v1.2.0
33602026-09-07T00:00:51.844Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
33612026-09-07T00:00:51.870Z[ host-package] Compiling linked-hash-map v0.5.6
33622026-09-07T00:00:52.070Z[ host-package] Compiling async-stream v0.3.6
33632026-09-07T00:00:52.117Z[ host-package] Compiling lru-cache v0.1.2
33642026-09-07T00:00:52.293Z[ host-package] Compiling oxide-update-engine v0.1.2
33652026-09-07T00:00:52.300Z[ host-package] Compiling typify v0.6.2
33662026-09-07T00:00:52.419Z[ host-package] Compiling waitgroup v0.1.2
33672026-09-07T00:00:52.460Z[ host-package] Compiling progenitor-impl v0.14.0
33682026-09-07T00:00:52.549Z[ host-package] Compiling backon v1.6.0
33692026-09-07T00:00:52.813Z[ host-package] Compiling minimal-lexical v0.2.1
33702026-09-07T00:00:52.843Z[ host-package] Compiling debug-ignore v1.0.5
33712026-09-07T00:00:52.907Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33722026-09-07T00:00:52.950Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33732026-09-07T00:00:52.992Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33742026-09-07T00:00:53.095Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33752026-09-07T00:00:53.215Z[ host-package] Compiling nom v7.1.3
33762026-09-07T00:00:53.434Z[ helios-setup] Sep 07 00:00:52.667 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.74s
33772026-09-07T00:00:53.469Z[ helios-setup] Sep 07 00:00:52.701 INFO building project "amd-host-image-builder" ok (42 seconds)
33782026-09-07T00:00:53.469Z[ helios-setup] Sep 07 00:00:52.701 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33792026-09-07T00:00:53.478Z[ helios-setup] Sep 07 00:00:52.709 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
33802026-09-07T00:00:53.478Z[ helios-setup] Sep 07 00:00:52.709 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33812026-09-07T00:00:53.481Z[ helios-setup] Sep 07 00:00:52.709 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33822026-09-07T00:00:53.667Z[ helios-setup] Sep 07 00:00:52.900 INFO E| Downloading crates ...
33832026-09-07T00:00:53.743Z[ helios-setup] Sep 07 00:00:52.975 INFO E| Downloaded anyhow v1.0.98
33842026-09-07T00:00:53.746Z[ helios-setup] Sep 07 00:00:52.978 INFO E| Downloaded bitflags v2.9.1
33852026-09-07T00:00:53.758Z[ helios-setup] Sep 07 00:00:52.990 INFO E| Downloaded chrono v0.4.41
33862026-09-07T00:00:53.762Z[ helios-setup] Sep 07 00:00:52.995 INFO E| Downloaded deranged v0.4.0
33872026-09-07T00:00:53.767Z[ helios-setup] Sep 07 00:00:52.996 INFO E| Downloaded errno v0.3.12
33882026-09-07T00:00:53.767Z[ helios-setup] Sep 07 00:00:52.997 INFO E| Downloaded getrandom v0.3.3
33892026-09-07T00:00:53.774Z[ helios-setup] Sep 07 00:00:53.000 INFO E| Downloaded iana-time-zone v0.1.63
33902026-09-07T00:00:53.774Z[ helios-setup] Sep 07 00:00:53.003 INFO E| Downloaded hashbrown v0.15.3
33912026-09-07T00:00:53.779Z[ helios-setup] Sep 07 00:00:53.009 INFO E| Downloaded indexmap v2.9.0
33922026-09-07T00:00:53.784Z[ helios-setup] Sep 07 00:00:53.017 INFO E| Downloaded serde_with v3.12.0
33932026-09-07T00:00:53.796Z[ helios-setup] Sep 07 00:00:53.029 INFO E| Downloaded serde_with_macros v3.12.0
33942026-09-07T00:00:53.817Z[ host-package] Compiling hickory-proto v0.24.4
33952026-09-07T00:00:53.820Z[ helios-setup] Sep 07 00:00:53.050 INFO E| Downloaded tempfile v3.20.0
33962026-09-07T00:00:53.823Z[ helios-setup] Sep 07 00:00:53.055 INFO E| Downloaded time v0.3.41
33972026-09-07T00:00:53.827Z[ helios-setup] Sep 07 00:00:53.060 INFO E| Downloaded time-core v0.1.4
33982026-09-07T00:00:53.830Z[ helios-setup] Sep 07 00:00:53.061 INFO E| Downloaded time-macros v0.2.22
33992026-09-07T00:00:53.830Z[ helios-setup] Sep 07 00:00:53.062 INFO E| Downloaded rustix v1.0.7
34002026-09-07T00:00:53.891Z[ helios-setup] Sep 07 00:00:53.124 INFO E| Compiling proc-macro2 v1.0.95
34012026-09-07T00:00:53.912Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling unicode-ident v1.0.18
34022026-09-07T00:00:53.912Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling libc v0.2.172
34032026-09-07T00:00:53.912Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling strsim v0.11.1
34042026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling ident_case v1.0.1
34052026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling fnv v1.0.7
34062026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling serde v1.0.219
34072026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling getrandom v0.3.3
34082026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling rustix v1.0.7
34092026-09-07T00:00:53.915Z[ helios-setup] Sep 07 00:00:53.145 INFO E| Compiling anyhow v1.0.98
34102026-09-07T00:00:53.920Z[ helios-setup] Sep 07 00:00:53.149 INFO E| Compiling bitflags v2.9.1
34112026-09-07T00:00:53.920Z[ helios-setup] Sep 07 00:00:53.149 INFO E| Compiling cfg-if v1.0.0
34122026-09-07T00:00:53.939Z[ helios-setup] Sep 07 00:00:53.169 INFO E| Compiling thiserror v2.0.12
34132026-09-07T00:00:53.943Z[ helios-setup] Sep 07 00:00:53.170 INFO E| Compiling serde_json v1.0.140
34142026-09-07T00:00:53.943Z[ helios-setup] Sep 07 00:00:53.175 INFO E| Compiling fastrand v2.3.0
34152026-09-07T00:00:53.943Z[ helios-setup] Sep 07 00:00:53.175 INFO E| Compiling ryu v1.0.20
34162026-09-07T00:00:53.971Z[ host-package] Compiling itertools v0.14.0
34172026-09-07T00:00:54.053Z[ helios-setup] Sep 07 00:00:53.286 INFO E| Compiling itoa v1.0.15
34182026-09-07T00:00:54.106Z[ helios-setup] Sep 07 00:00:53.316 INFO E| Compiling memchr v2.7.4
34192026-09-07T00:00:54.313Z[ helios-setup] Sep 07 00:00:53.546 INFO E| Compiling once_cell v1.21.3
34202026-09-07T00:00:54.372Z[ helios-setup] Sep 07 00:00:53.605 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34212026-09-07T00:00:55.030Z[ host-package] Compiling progenitor-macro v0.14.0
34222026-09-07T00:00:55.240Z[ helios-setup] Sep 07 00:00:54.472 INFO E| Compiling errno v0.3.12
34232026-09-07T00:00:55.279Z[ host-package] Compiling unicode-xid v0.2.6
34242026-09-07T00:00:55.461Z[ helios-setup] Sep 07 00:00:54.693 INFO E| Compiling quote v1.0.40
34252026-09-07T00:00:55.517Z[ host-package] Compiling humantime v2.3.0
34262026-09-07T00:00:55.656Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34272026-09-07T00:00:55.685Z[ helios-setup] Sep 07 00:00:54.917 INFO E| Compiling syn v2.0.101
34282026-09-07T00:00:55.820Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34292026-09-07T00:00:55.898Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34302026-09-07T00:00:56.022Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34312026-09-07T00:00:56.167Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34322026-09-07T00:00:56.199Z[ helios-setup] Sep 07 00:00:55.431 INFO E| Compiling tempfile v3.20.0
34332026-09-07T00:00:56.373Z[ host-package] Compiling papergrid v0.11.0
34342026-09-07T00:00:56.556Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34352026-09-07T00:00:57.512Z[ host-package] Compiling hickory-resolver v0.24.4
34362026-09-07T00:00:57.604Z[ host-package] Compiling tabled_derive v0.7.0
34372026-09-07T00:00:57.771Z[ host-package] Compiling termtree v0.5.1
34382026-09-07T00:00:58.064Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34392026-09-07T00:00:58.137Z[ host-package] Compiling crossterm v0.29.0
34402026-09-07T00:00:58.163Z[ host-package] Compiling phf_shared v0.12.1
34412026-09-07T00:00:58.319Z[ helios-setup] Sep 07 00:00:57.544 INFO E| Compiling darling_core v0.20.11
34422026-09-07T00:00:58.330Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34432026-09-07T00:00:58.520Z[ host-package] Compiling csv-core v0.1.13
34442026-09-07T00:00:58.627Z[ host-package] Compiling vte v0.14.1
34452026-09-07T00:00:58.709Z[ host-package] Compiling tabled v0.15.0
34462026-09-07T00:00:58.874Z[ host-package] Compiling qorb v0.4.1
34472026-09-07T00:00:58.952Z[ host-package] Compiling chrono-tz v0.10.4
34482026-09-07T00:00:59.014Z[ host-package] Compiling highway v1.3.0
34492026-09-07T00:00:59.110Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34502026-09-07T00:00:59.331Z[ helios-setup] Sep 07 00:00:58.564 INFO E| Compiling serde_derive v1.0.219
34512026-09-07T00:00:59.335Z[ helios-setup] Sep 07 00:00:58.564 INFO E| Compiling thiserror-impl v2.0.12
34522026-09-07T00:00:59.502Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34532026-09-07T00:00:59.610Z[ host-package] Compiling csv v1.4.0
34542026-09-07T00:00:59.681Z[ host-package] Compiling phf v0.12.1
34552026-09-07T00:00:59.786Z[ host-package] Compiling const_format_proc_macros v0.2.34
34562026-09-07T00:00:59.917Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34572026-09-07T00:01:00.052Z[ host-package] Compiling fd-lock v4.0.4
34582026-09-07T00:01:00.162Z[ host-package] Compiling progenitor v0.14.0
34592026-09-07T00:01:00.212Z[ host-package] Compiling peg-macros v0.8.5
34602026-09-07T00:01:00.356Z[ helios-setup] Sep 07 00:00:59.589 INFO E| Compiling darling_macro v0.20.11
34612026-09-07T00:01:00.385Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34622026-09-07T00:01:00.505Z[ host-package] Compiling nu-ansi-term v0.50.3
34632026-09-07T00:01:00.675Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34642026-09-07T00:01:00.844Z[ host-package] Compiling reedline v0.40.0
34652026-09-07T00:01:00.925Z[ host-package] Compiling const_format v0.2.35
34662026-09-07T00:01:00.982Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34672026-09-07T00:01:01.064Z[ host-package] Compiling bcs v0.1.6
34682026-09-07T00:01:01.082Z[ helios-setup] Sep 07 00:01:00.313 INFO E| Compiling darling v0.20.11
34692026-09-07T00:01:01.169Z[ helios-setup] Sep 07 00:01:00.401 INFO E| Compiling serde_with_macros v3.12.0
34702026-09-07T00:01:01.538Z[ host-package] Compiling nom v8.0.0
34712026-09-07T00:01:01.654Z[ host-package] Compiling semver v0.1.20
34722026-09-07T00:01:01.756Z[ host-package] Compiling peg v0.8.5
34732026-09-07T00:01:01.885Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34742026-09-07T00:01:02.062Z[ host-package] Compiling rustc_version v0.1.7
34752026-09-07T00:01:02.238Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34762026-09-07T00:01:02.356Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34772026-09-07T00:01:02.415Z[ host-package] Compiling newtype_derive v0.1.6
34782026-09-07T00:01:02.488Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34792026-09-07T00:01:02.554Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34802026-09-07T00:01:02.558Z[ host-package] Compiling sha1 v0.10.6
34812026-09-07T00:01:02.617Z[ host-package] Compiling utf-8 v0.7.6
34822026-09-07T00:01:02.695Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34832026-09-07T00:01:02.871Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34842026-09-07T00:01:02.909Z[ host-package] Compiling tagptr v0.2.0
34852026-09-07T00:01:02.914Z[ host-package] Compiling tungstenite v0.21.0
34862026-09-07T00:01:02.982Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34872026-09-07T00:01:03.104Z[ host-package] Compiling steno v0.4.1
34882026-09-07T00:01:03.174Z[ host-package] Compiling moka v0.12.13
34892026-09-07T00:01:03.220Z[ host-package] Compiling darling_core v0.21.3
34902026-09-07T00:01:03.278Z[ host-package] Compiling display-error-chain v0.2.2
34912026-09-07T00:01:03.278Z[ host-package] Compiling vergen-lib v0.1.6
34922026-09-07T00:01:03.480Z[ host-package] Compiling diesel_derives v2.3.7
34932026-09-07T00:01:03.768Z[ host-package] Compiling tokio-tungstenite v0.21.0
34942026-09-07T00:01:03.910Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34952026-09-07T00:01:04.090Z[ helios-setup] Sep 07 00:01:03.322 INFO E| Compiling serde_with v3.12.0
34962026-09-07T00:01:04.228Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34972026-09-07T00:01:04.273Z[ host-package] Compiling hickory-resolver v0.25.2
34982026-09-07T00:01:04.376Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34992026-09-07T00:01:04.415Z[ host-package] Compiling vergen-gitcl v1.0.8
35002026-09-07T00:01:04.419Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35012026-09-07T00:01:04.419Z[ host-package] Compiling dirs-sys-next v0.1.2
35022026-09-07T00:01:04.491Z[ host-package] Compiling glob v0.3.3
35032026-09-07T00:01:04.494Z[ host-package] Compiling crunchy v0.2.4
35042026-09-07T00:01:04.588Z[ host-package] Compiling maplit v1.0.2
35052026-09-07T00:01:04.614Z[ host-package] Compiling r2d2 v0.8.10
35062026-09-07T00:01:04.744Z[ host-package] Compiling dirs-next v2.0.0
35072026-09-07T00:01:04.786Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35082026-09-07T00:01:04.906Z[ host-package] Compiling clang-sys v1.8.1
35092026-09-07T00:01:04.909Z[ host-package] Compiling libscf-sys v1.2.0
35102026-09-07T00:01:04.934Z[ host-package] Compiling xshell-macros v0.2.7
35112026-09-07T00:01:04.970Z[ host-package] Compiling downcast-rs v2.0.2
35122026-09-07T00:01:04.975Z[ host-package] Compiling tiny-keccak v2.0.2
35132026-09-07T00:01:05.146Z[ host-package] Compiling term v0.7.0
35142026-09-07T00:01:05.258Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35152026-09-07T00:01:05.343Z[ host-package] Compiling papergrid v0.18.0
35162026-09-07T00:01:05.495Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35172026-09-07T00:01:05.588Z[ host-package] Compiling darling_macro v0.21.3
35182026-09-07T00:01:05.592Z[ host-package] Compiling bit-vec v0.6.3
35192026-09-07T00:01:05.682Z[ host-package] Compiling xshell v0.2.7
35202026-09-07T00:01:05.815Z[ host-package] Compiling ascii-canvas v3.0.0
35212026-09-07T00:01:05.871Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35222026-09-07T00:01:05.906Z[ host-package] Compiling bit-set v0.5.3
35232026-09-07T00:01:06.065Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35242026-09-07T00:01:06.111Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35252026-09-07T00:01:06.144Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35262026-09-07T00:01:06.184Z[ host-package] Compiling darling v0.21.3
35272026-09-07T00:01:06.207Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35282026-09-07T00:01:06.318Z[ host-package] Compiling dsl_auto_type v0.2.0
35292026-09-07T00:01:06.497Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35302026-09-07T00:01:06.525Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35312026-09-07T00:01:06.553Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35322026-09-07T00:01:06.616Z[ host-package] Compiling tabled v0.21.0
35332026-09-07T00:01:06.725Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35342026-09-07T00:01:06.809Z[ host-package] Compiling itertools v0.15.0
35352026-09-07T00:01:07.010Z[ host-package] Compiling itertools v0.10.5
35362026-09-07T00:01:07.199Z[ host-package] Compiling ena v0.14.4
35372026-09-07T00:01:07.682Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35382026-09-07T00:01:07.767Z[ host-package] Compiling libloading v0.8.9
35392026-09-07T00:01:07.984Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35402026-09-07T00:01:08.014Z[ helios-setup] Sep 07 00:01:07.247 INFO E| Finished `release` profile [optimized] target(s) in 14.52s
35412026-09-07T00:01:08.037Z[ helios-setup] Sep 07 00:01:07.269 INFO building project "dmar-report" ok (14 seconds)
35422026-09-07T00:01:08.037Z[ helios-setup] Sep 07 00:01:07.269 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35432026-09-07T00:01:08.053Z[ helios-setup] Sep 07 00:01:07.282 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
35442026-09-07T00:01:08.053Z[ helios-setup] Sep 07 00:01:07.282 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35452026-09-07T00:01:08.053Z[ helios-setup] Sep 07 00:01:07.282 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35462026-09-07T00:01:08.071Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35472026-09-07T00:01:08.118Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35482026-09-07T00:01:08.175Z[ helios-setup] Sep 07 00:01:07.407 INFO E| Downloading crates ...
35492026-09-07T00:01:08.222Z[ helios-setup] Sep 07 00:01:07.455 INFO E| Downloaded block-buffer v0.10.3
35502026-09-07T00:01:08.226Z[ helios-setup] Sep 07 00:01:07.459 INFO E| Downloaded cpufeatures v0.2.5
35512026-09-07T00:01:08.238Z[ helios-setup] Sep 07 00:01:07.470 INFO E| Downloaded miniz_oxide v0.6.2
35522026-09-07T00:01:08.242Z[ helios-setup] Sep 07 00:01:07.474 INFO E| Downloaded digest v0.10.3
35532026-09-07T00:01:08.245Z[ helios-setup] Sep 07 00:01:07.477 INFO E| Downloaded typenum v1.15.0
35542026-09-07T00:01:08.251Z[ helios-setup] Sep 07 00:01:07.482 INFO E| Downloaded flate2 v1.0.25
35552026-09-07T00:01:08.255Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35562026-09-07T00:01:08.255Z[ helios-setup] Sep 07 00:01:07.485 INFO E| Downloaded sha2 v0.10.5
35572026-09-07T00:01:08.255Z[ helios-setup] Sep 07 00:01:07.486 INFO E| Downloaded unicode-width v0.1.10
35582026-09-07T00:01:08.255Z[ helios-setup] Sep 07 00:01:07.487 INFO E| Downloaded anyhow v1.0.62
35592026-09-07T00:01:08.259Z[ helios-setup] Sep 07 00:01:07.489 INFO E| Downloaded bytes v1.2.1
35602026-09-07T00:01:08.263Z[ helios-setup] Sep 07 00:01:07.491 INFO E| Downloaded generic-array v0.14.6
35612026-09-07T00:01:08.294Z[ host-package] Compiling regex-syntax v0.6.29
35622026-09-07T00:01:08.303Z[ helios-setup] Sep 07 00:01:07.536 INFO E| Compiling typenum v1.15.0
35632026-09-07T00:01:08.303Z[ helios-setup] Sep 07 00:01:07.536 INFO E| Compiling version_check v0.9.4
35642026-09-07T00:01:08.309Z[ helios-setup] Sep 07 00:01:07.542 INFO E| Compiling cfg-if v1.0.0
35652026-09-07T00:01:08.309Z[ helios-setup] Sep 07 00:01:07.542 INFO E| Compiling crc32fast v1.3.2
35662026-09-07T00:01:08.312Z[ helios-setup] Sep 07 00:01:07.542 INFO E| Compiling anyhow v1.0.62
35672026-09-07T00:01:08.323Z[ host-package] Compiling unicase v2.9.0
35682026-09-07T00:01:08.326Z[ helios-setup] Sep 07 00:01:07.558 INFO E| Compiling adler v1.0.2
35692026-09-07T00:01:08.336Z[ helios-setup] Sep 07 00:01:07.569 INFO E| Compiling unicode-width v0.1.10
35702026-09-07T00:01:08.336Z[ helios-setup] Sep 07 00:01:07.569 INFO E| Compiling cpufeatures v0.2.5
35712026-09-07T00:01:08.373Z[ helios-setup] Sep 07 00:01:07.602 INFO E| Compiling bytes v1.2.1
35722026-09-07T00:01:08.373Z[ helios-setup] Sep 07 00:01:07.602 INFO E| Compiling bitflags v1.3.2
35732026-09-07T00:01:08.682Z[ host-package] Compiling diff v0.1.13
35742026-09-07T00:01:08.829Z[ helios-setup] Sep 07 00:01:08.054 INFO E| Compiling miniz_oxide v0.6.2
35752026-09-07T00:01:08.833Z[ helios-setup] Sep 07 00:01:08.055 INFO E| Compiling getopts v0.2.21
35762026-09-07T00:01:08.867Z[ helios-setup] Sep 07 00:01:08.097 INFO E| Compiling generic-array v0.14.6
35772026-09-07T00:01:08.871Z[ host-package] Compiling bindgen v0.71.1
35782026-09-07T00:01:09.178Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35792026-09-07T00:01:09.536Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35802026-09-07T00:01:09.578Z[ helios-setup] Sep 07 00:01:08.811 INFO E| Compiling flate2 v1.0.25
35812026-09-07T00:01:09.880Z[ host-package] Compiling cexpr v0.6.0
35822026-09-07T00:01:09.939Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35832026-09-07T00:01:10.213Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35842026-09-07T00:01:10.322Z[ host-package] Compiling lalrpop v0.19.12
35852026-09-07T00:01:10.362Z[ helios-setup] Sep 07 00:01:09.595 INFO E| Compiling block-buffer v0.10.3
35862026-09-07T00:01:10.362Z[ helios-setup] Sep 07 00:01:09.595 INFO E| Compiling crypto-common v0.1.6
35872026-09-07T00:01:10.484Z[ helios-setup] Sep 07 00:01:09.716 INFO E| Compiling digest v0.10.3
35882026-09-07T00:01:10.590Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35892026-09-07T00:01:10.702Z[ helios-setup] Sep 07 00:01:09.934 INFO E| Compiling sha2 v0.10.5
35902026-09-07T00:01:10.780Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35912026-09-07T00:01:10.859Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35922026-09-07T00:01:10.946Z[ host-package] Compiling rustc-hash v2.1.1
35932026-09-07T00:01:10.951Z[ helios-setup] Sep 07 00:01:10.175 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35942026-09-07T00:01:12.095Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35952026-09-07T00:01:12.575Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35962026-09-07T00:01:12.579Z[ host-package] Compiling diesel v2.3.7
35972026-09-07T00:01:12.741Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35982026-09-07T00:01:12.897Z[ host-package] Compiling headers-core v0.3.0
35992026-09-07T00:01:13.191Z[ host-package] Compiling libxml v0.3.3
36002026-09-07T00:01:13.447Z[ host-package] Compiling crc8 v0.1.1
36012026-09-07T00:01:13.521Z[ helios-setup] Sep 07 00:01:12.754 INFO E| Finished `release` profile [optimized] target(s) in 5.44s
36022026-09-07T00:01:13.536Z[ helios-setup] Sep 07 00:01:12.768 INFO building project "bootserver" ok (5 seconds)
36032026-09-07T00:01:13.536Z[ helios-setup] Sep 07 00:01:12.769 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36042026-09-07T00:01:13.553Z[ helios-setup] Sep 07 00:01:12.782 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
36052026-09-07T00:01:13.553Z[ helios-setup] Sep 07 00:01:12.782 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36062026-09-07T00:01:13.557Z[ helios-setup] Sep 07 00:01:12.782 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36072026-09-07T00:01:13.610Z[ host-package] Compiling headers v0.4.1
36082026-09-07T00:01:13.656Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36092026-09-07T00:01:13.659Z[ helios-setup] Sep 07 00:01:12.890 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36102026-09-07T00:01:13.718Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36112026-09-07T00:01:13.945Z[ helios-setup] Sep 07 00:01:13.170 INFO E| From https://github.com/jclulow/rust-jmclib
36122026-09-07T00:01:13.945Z[ helios-setup] Sep 07 00:01:13.170 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36132026-09-07T00:01:13.948Z[ helios-setup] Sep 07 00:01:13.181 INFO E| Updating crates.io index
36142026-09-07T00:01:13.965Z[ host-package] Compiling strum_macros v0.24.3
36152026-09-07T00:01:13.994Z[ helios-setup] Sep 07 00:01:13.226 INFO E| Downloading crates ...
36162026-09-07T00:01:13.997Z[ host-package] Compiling indoc v1.0.9
36172026-09-07T00:01:14.063Z[ helios-setup] Sep 07 00:01:13.295 INFO E| Downloaded itoa v1.0.9
36182026-09-07T00:01:14.067Z[ helios-setup] Sep 07 00:01:13.298 INFO E| Downloaded errno v0.3.1
36192026-09-07T00:01:14.070Z[ helios-setup] Sep 07 00:01:13.302 INFO E| Downloaded digest v0.9.0
36202026-09-07T00:01:14.070Z[ helios-setup] Sep 07 00:01:13.303 INFO E| Downloaded cpufeatures v0.2.9
36212026-09-07T00:01:14.073Z[ helios-setup] Sep 07 00:01:13.304 INFO E| Downloaded block-buffer v0.9.0
36222026-09-07T00:01:14.076Z[ helios-setup] Sep 07 00:01:13.306 INFO E| Downloaded glob v0.3.1
36232026-09-07T00:01:14.079Z[ helios-setup] Sep 07 00:01:13.311 INFO E| Downloaded fastrand v2.0.0
36242026-09-07T00:01:14.080Z[ helios-setup] Sep 07 00:01:13.312 INFO E| Downloaded libdevinfo-sys v1.0.0
36252026-09-07T00:01:14.083Z[ helios-setup] Sep 07 00:01:13.315 INFO E| Downloaded opaque-debug v0.3.0
36262026-09-07T00:01:14.086Z[ helios-setup] Sep 07 00:01:13.319 INFO E| Downloaded md-5 v0.9.1
36272026-09-07T00:01:14.092Z[ helios-setup] Sep 07 00:01:13.322 INFO E| Downloaded sha-1 v0.9.8
36282026-09-07T00:01:14.092Z[ helios-setup] Sep 07 00:01:13.324 INFO E| Downloaded quote v1.0.31
36292026-09-07T00:01:14.095Z[ helios-setup] Sep 07 00:01:13.326 INFO E| Downloaded uuid v0.8.2
36302026-09-07T00:01:14.100Z[ helios-setup] Sep 07 00:01:13.332 INFO E| Downloaded tempfile v3.7.0
36312026-09-07T00:01:14.109Z[ helios-setup] Sep 07 00:01:13.341 INFO E| Downloaded once_cell v1.18.0
36322026-09-07T00:01:14.112Z[ helios-setup] Sep 07 00:01:13.343 INFO E| Downloaded typenum v1.16.0
36332026-09-07T00:01:14.115Z[ helios-setup] Sep 07 00:01:13.345 INFO E| Downloaded walkdir v2.3.3
36342026-09-07T00:01:14.115Z[ helios-setup] Sep 07 00:01:13.346 INFO E| Downloaded getrandom v0.2.10
36352026-09-07T00:01:14.118Z[ helios-setup] Sep 07 00:01:13.348 INFO E| Downloaded unicode-ident v1.0.11
36362026-09-07T00:01:14.118Z[ helios-setup] Sep 07 00:01:13.350 INFO E| Downloaded bitflags v2.3.3
36372026-09-07T00:01:14.121Z[ helios-setup] Sep 07 00:01:13.352 INFO E| Downloaded anyhow v1.0.72
36382026-09-07T00:01:14.124Z[ helios-setup] Sep 07 00:01:13.355 INFO E| Downloaded toml v0.5.11
36392026-09-07T00:01:14.124Z[ helios-setup] Sep 07 00:01:13.356 INFO E| Downloaded serde_derive v1.0.193
36402026-09-07T00:01:14.127Z[ helios-setup] Sep 07 00:01:13.358 INFO E| Downloaded ryu v1.0.15
36412026-09-07T00:01:14.130Z[ helios-setup] Sep 07 00:01:13.362 INFO E| Downloaded proc-macro2 v1.0.66
36422026-09-07T00:01:14.133Z[ helios-setup] Sep 07 00:01:13.364 INFO E| Downloaded serde v1.0.193
36432026-09-07T00:01:14.142Z[ helios-setup] Sep 07 00:01:13.374 INFO E| Downloaded syn v2.0.32
36442026-09-07T00:01:14.149Z[ helios-setup] Sep 07 00:01:13.380 INFO E| Downloaded serde_json v1.0.103
36452026-09-07T00:01:14.173Z[ helios-setup] Sep 07 00:01:13.405 INFO E| Downloaded rustix v0.38.4
36462026-09-07T00:01:14.201Z[ helios-setup] Sep 07 00:01:13.433 INFO E| Downloaded libc v0.2.147
36472026-09-07T00:01:14.282Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling libc v0.2.147
36482026-09-07T00:01:14.282Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling proc-macro2 v1.0.66
36492026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling unicode-ident v1.0.11
36502026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling cfg-if v1.0.0
36512026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling typenum v1.16.0
36522026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling version_check v0.9.4
36532026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling serde v1.0.193
36542026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling rustix v0.38.4
36552026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling powerfmt v0.2.0
36562026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling num-conv v0.1.0
36572026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling itoa v1.0.9
36582026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling time-core v0.1.2
36592026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling slog v2.7.0
36602026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling once_cell v1.18.0
36612026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling bitflags v2.3.3
36622026-09-07T00:01:14.286Z[ helios-setup] Sep 07 00:01:13.515 INFO E| Compiling num_threads v0.1.6
36632026-09-07T00:01:14.821Z[ helios-setup] Sep 07 00:01:14.054 INFO E| Compiling fastrand v2.0.0
36642026-09-07T00:01:14.855Z[ helios-setup] Sep 07 00:01:14.088 INFO E| Compiling generic-array v0.14.7
36652026-09-07T00:01:14.920Z[ helios-setup] Sep 07 00:01:14.152 INFO E| Compiling opaque-debug v0.3.0
36662026-09-07T00:01:14.963Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36672026-09-07T00:01:14.998Z[ helios-setup] Sep 07 00:01:14.230 INFO E| Compiling anyhow v1.0.72
36682026-09-07T00:01:15.023Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36692026-09-07T00:01:15.032Z[ helios-setup] Sep 07 00:01:14.264 INFO E| Compiling serde_json v1.0.103
36702026-09-07T00:01:15.076Z[ helios-setup] Sep 07 00:01:14.309 INFO E| Compiling same-file v1.0.6
36712026-09-07T00:01:15.113Z[ helios-setup] Sep 07 00:01:14.346 INFO E| Compiling time-macros v0.2.18
36722026-09-07T00:01:15.298Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36732026-09-07T00:01:15.301Z[ helios-setup] Sep 07 00:01:14.532 INFO E| Compiling deranged v0.3.11
36742026-09-07T00:01:15.342Z[ helios-setup] Sep 07 00:01:14.574 INFO E| Compiling thread_local v1.1.7
36752026-09-07T00:01:15.446Z[ helios-setup] Sep 07 00:01:14.678 INFO E| Compiling unicode-width v0.1.10
36762026-09-07T00:01:15.579Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36772026-09-07T00:01:15.587Z[ helios-setup] Sep 07 00:01:14.819 INFO E| Compiling cpufeatures v0.2.9
36782026-09-07T00:01:15.622Z[ helios-setup] Sep 07 00:01:14.855 INFO E| Compiling ryu v1.0.15
36792026-09-07T00:01:15.637Z[ helios-setup] Sep 07 00:01:14.870 INFO E| Compiling getopts v0.2.21
36802026-09-07T00:01:15.648Z[ helios-setup] Sep 07 00:01:14.880 INFO E| Compiling walkdir v2.3.3
36812026-09-07T00:01:15.654Z[ host-package] Compiling quick-xml v0.37.5
36822026-09-07T00:01:15.680Z[ helios-setup] Sep 07 00:01:14.912 INFO E| Compiling glob v0.3.1
36832026-09-07T00:01:15.693Z[ helios-setup] Sep 07 00:01:14.925 INFO E| Compiling libdevinfo-sys v1.0.0
36842026-09-07T00:01:15.926Z[ host-package] Compiling derive_builder v0.20.2
36852026-09-07T00:01:15.930Z[ host-package] Compiling oso-derive v0.27.3
36862026-09-07T00:01:15.997Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36872026-09-07T00:01:16.145Z[ helios-setup] Sep 07 00:01:15.377 INFO E| Compiling dirs-sys-next v0.1.2
36882026-09-07T00:01:16.145Z[ helios-setup] Sep 07 00:01:15.377 INFO E| Compiling errno v0.3.1
36892026-09-07T00:01:16.145Z[ helios-setup] Sep 07 00:01:15.377 INFO E| Compiling atty v0.2.14
36902026-09-07T00:01:16.188Z[ helios-setup] Sep 07 00:01:15.420 INFO E| Compiling getrandom v0.2.10
36912026-09-07T00:01:16.400Z[ helios-setup] Sep 07 00:01:15.632 INFO E| Compiling quote v1.0.31
36922026-09-07T00:01:16.420Z[ helios-setup] Sep 07 00:01:15.652 INFO E| Compiling dirs-next v2.0.0
36932026-09-07T00:01:16.498Z[ helios-setup] Sep 07 00:01:15.730 INFO E| Compiling term v0.7.0
36942026-09-07T00:01:16.553Z[ host-package] Compiling openssl-probe v0.1.6
36952026-09-07T00:01:16.557Z[ helios-setup] Sep 07 00:01:15.788 INFO E| Compiling time v0.3.36
36962026-09-07T00:01:16.652Z[ helios-setup] Sep 07 00:01:15.884 INFO E| Compiling syn v2.0.32
36972026-09-07T00:01:16.895Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36982026-09-07T00:01:16.971Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36992026-09-07T00:01:17.111Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37002026-09-07T00:01:17.112Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37012026-09-07T00:01:17.115Z[ host-package] Compiling samael v0.0.19
37022026-09-07T00:01:17.119Z[ helios-setup] Sep 07 00:01:16.351 INFO E| Compiling block-buffer v0.9.0
37032026-09-07T00:01:17.119Z[ helios-setup] Sep 07 00:01:16.351 INFO E| Compiling digest v0.9.0
37042026-09-07T00:01:17.191Z[ helios-setup] Sep 07 00:01:16.423 INFO E| Compiling tempfile v3.7.0
37052026-09-07T00:01:17.228Z[ helios-setup] Sep 07 00:01:16.458 INFO E| Compiling sha-1 v0.9.8
37062026-09-07T00:01:17.228Z[ helios-setup] Sep 07 00:01:16.458 INFO E| Compiling md-5 v0.9.1
37072026-09-07T00:01:17.509Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37082026-09-07T00:01:17.622Z[ host-package] Compiling bb8 v0.8.6
37092026-09-07T00:01:17.681Z[ helios-setup] Sep 07 00:01:16.914 INFO E| Compiling slog-term v2.9.0
37102026-09-07T00:01:17.887Z[ host-package] Compiling filetime v0.2.27
37112026-09-07T00:01:17.985Z[ host-package] Compiling trait-variant v0.1.2
37122026-09-07T00:01:18.030Z[ host-package] Compiling half v1.8.3
37132026-09-07T00:01:18.230Z[ host-package] Compiling tar v0.4.46
37142026-09-07T00:01:18.285Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37152026-09-07T00:01:18.285Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37162026-09-07T00:01:18.289Z[ host-package] Compiling nonempty v0.12.0
37172026-09-07T00:01:18.488Z[ host-package] Compiling serde_cbor v0.11.2
37182026-09-07T00:01:18.587Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-09-07T00:01:18.660Z[ host-package] Compiling fxhash v0.2.1
37202026-09-07T00:01:18.700Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37212026-09-07T00:01:18.767Z[ helios-setup] Sep 07 00:01:17.999 INFO E| Compiling serde_derive v1.0.193
37222026-09-07T00:01:18.873Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
37232026-09-07T00:01:19.002Z[ host-package] Compiling libz-sys v1.1.24
37242026-09-07T00:01:19.048Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37252026-09-07T00:01:19.265Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37262026-09-07T00:01:19.289Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37272026-09-07T00:01:19.321Z[ host-package] Compiling polar-core v0.27.3
37282026-09-07T00:01:19.561Z[ host-package] Compiling kstat-rs v0.2.5
37292026-09-07T00:01:19.639Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37302026-09-07T00:01:19.683Z[ host-package] Compiling nanorand v0.7.0
37312026-09-07T00:01:19.844Z[ host-package] Compiling mime_guess v2.0.5
37322026-09-07T00:01:19.981Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37332026-09-07T00:01:20.006Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
37342026-09-07T00:01:20.033Z[ host-package] Compiling parking_lot_core v0.8.6
37352026-09-07T00:01:20.397Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37362026-09-07T00:01:20.603Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37372026-09-07T00:01:20.906Z[ host-package] Compiling flume v0.11.1
37382026-09-07T00:01:21.077Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-09-07T00:01:21.104Z[ host-package] Compiling git-stub v1.0.0
37402026-09-07T00:01:21.306Z[ host-package] Compiling seq-macro v0.3.6
37412026-09-07T00:01:21.382Z[ host-package] Compiling strsim v0.10.0
37422026-09-07T00:01:21.432Z[ host-package] Compiling instability v0.3.11
37432026-09-07T00:01:21.689Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37442026-09-07T00:01:21.714Z[ host-package] Compiling dashu-int v0.5.1
37452026-09-07T00:01:21.740Z[ host-package] Compiling http-range v0.1.5
37462026-09-07T00:01:21.897Z[ host-package] Compiling darling_core v0.13.4
37472026-09-07T00:01:21.922Z[ host-package] Compiling git-stub-vcs v0.1.0
37482026-09-07T00:01:22.018Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37492026-09-07T00:01:22.133Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37502026-09-07T00:01:22.289Z[ host-package] Compiling progenitor-impl v0.13.0
37512026-09-07T00:01:22.426Z[ host-package] Compiling ignore v0.4.25
37522026-09-07T00:01:22.784Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37532026-09-07T00:01:22.814Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37542026-09-07T00:01:23.036Z[ host-package] Compiling ssh-encoding v0.2.0
37552026-09-07T00:01:23.086Z[ helios-setup] Sep 07 00:01:22.318 INFO E| Compiling toml v0.5.11
37562026-09-07T00:01:23.086Z[ helios-setup] Sep 07 00:01:22.318 INFO E| Compiling uuid v0.8.2
37572026-09-07T00:01:23.538Z[ host-package] Compiling anstyle-parse v0.2.7
37582026-09-07T00:01:23.813Z[ host-package] Compiling castaway v0.2.4
37592026-09-07T00:01:23.881Z[ helios-setup] Sep 07 00:01:23.078 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37602026-09-07T00:01:23.991Z[ host-package] Compiling vergen-git2 v9.1.0
37612026-09-07T00:01:24.120Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37622026-09-07T00:01:24.220Z[ host-package] Compiling indoc v2.0.7
37632026-09-07T00:01:24.408Z[ host-package] Compiling num-modular v0.6.5
37642026-09-07T00:01:24.479Z[ helios-setup] Sep 07 00:01:23.711 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37652026-09-07T00:01:24.482Z[ host-package] Compiling dashu-base v0.5.1
37662026-09-07T00:01:24.522Z[ host-package] Compiling rlimit v0.10.2
37672026-09-07T00:01:24.793Z[ host-package] Compiling compact_str v0.8.1
37682026-09-07T00:01:24.874Z[ host-package] Compiling darling_macro v0.13.4
37692026-09-07T00:01:24.916Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37702026-09-07T00:01:24.920Z[ host-package] Compiling progenitor-macro v0.13.0
37712026-09-07T00:01:25.214Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37722026-09-07T00:01:25.514Z[ host-package] Compiling anstream v0.6.21
37732026-09-07T00:01:25.552Z[ host-package] Compiling ssh-cipher v0.2.0
37742026-09-07T00:01:25.671Z[ host-package] Compiling globwalk v0.9.1
37752026-09-07T00:01:25.760Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37762026-09-07T00:01:25.981Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37772026-09-07T00:01:26.243Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37782026-09-07T00:01:26.671Z[ host-package] Compiling hyper-staticfile v0.10.1
37792026-09-07T00:01:27.421Z[ host-package] Compiling parking_lot v0.11.2
37802026-09-07T00:01:27.600Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37812026-09-07T00:01:27.772Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37822026-09-07T00:01:27.802Z[ host-package] Compiling tungstenite v0.28.0
37832026-09-07T00:01:28.088Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37842026-09-07T00:01:28.177Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37852026-09-07T00:01:28.250Z[ host-package] Compiling predicates-tree v1.0.13
37862026-09-07T00:01:28.653Z[ host-package] Compiling oso v0.27.3
37872026-09-07T00:01:28.826Z[ helios-setup] Sep 07 00:01:28.053 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s
37882026-09-07T00:01:28.848Z[ helios-setup] Sep 07 00:01:28.080 INFO building project "image-builder" ok (15 seconds)
37892026-09-07T00:01:28.848Z[ helios-setup] Sep 07 00:01:28.081 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
37902026-09-07T00:01:28.856Z[ helios-setup] Sep 07 00:01:28.089 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
37912026-09-07T00:01:28.856Z[ helios-setup] Sep 07 00:01:28.089 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
37922026-09-07T00:01:28.856Z[ helios-setup] Sep 07 00:01:28.089 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
37932026-09-07T00:01:28.969Z[ helios-setup] Sep 07 00:01:28.201 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
37942026-09-07T00:01:29.295Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37952026-09-07T00:01:29.322Z[ helios-setup] Sep 07 00:01:28.555 INFO E| From https://github.com/jclulow/hiercmd
37962026-09-07T00:01:29.322Z[ helios-setup] Sep 07 00:01:28.555 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
37972026-09-07T00:01:29.339Z[ helios-setup] Sep 07 00:01:28.571 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
37982026-09-07T00:01:29.384Z[ host-package] Compiling progenitor-client v0.13.0
37992026-09-07T00:01:29.433Z[ host-package] Compiling unicode-truncate v1.1.0
38002026-09-07T00:01:29.586Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38012026-09-07T00:01:29.647Z[ host-package] Compiling p256 v0.13.2
38022026-09-07T00:01:29.788Z[ helios-setup] Sep 07 00:01:29.020 INFO E| From https://github.com/oxidecomputer/network-interface
38032026-09-07T00:01:29.788Z[ helios-setup] Sep 07 00:01:29.020 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38042026-09-07T00:01:29.802Z[ helios-setup] Sep 07 00:01:29.034 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38052026-09-07T00:01:29.858Z[ host-package] Compiling digest-io v0.1.0
38062026-09-07T00:01:29.881Z[ host-package] Compiling sha2 v0.11.0
38072026-09-07T00:01:30.041Z[ host-package] Compiling lru v0.12.5
38082026-09-07T00:01:30.100Z[ helios-setup] Sep 07 00:01:29.333 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38092026-09-07T00:01:30.101Z[ helios-setup] Sep 07 00:01:29.333 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38102026-09-07T00:01:30.119Z[ helios-setup] Sep 07 00:01:29.350 INFO E| Updating crates.io index
38112026-09-07T00:01:30.178Z[ helios-setup] Sep 07 00:01:29.411 INFO E| Downloading crates ...
38122026-09-07T00:01:30.221Z[ helios-setup] Sep 07 00:01:29.454 INFO E| Downloaded bitfield-macros v0.19.3
38132026-09-07T00:01:30.235Z[ helios-setup] Sep 07 00:01:29.467 INFO E| Downloaded cc v1.2.44
38142026-09-07T00:01:30.239Z[ helios-setup] Sep 07 00:01:29.469 INFO E| Downloaded futures-io v0.3.31
38152026-09-07T00:01:30.243Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38162026-09-07T00:01:30.246Z[ helios-setup] Sep 07 00:01:29.476 INFO E| Downloaded futures-sink v0.3.31
38172026-09-07T00:01:30.247Z[ helios-setup] Sep 07 00:01:29.477 INFO E| Downloaded futures-channel v0.3.31
38182026-09-07T00:01:30.247Z[ helios-setup] Sep 07 00:01:29.478 INFO E| Downloaded futures-core v0.3.31
38192026-09-07T00:01:30.251Z[ helios-setup] Sep 07 00:01:29.484 INFO E| Downloaded anyhow v1.0.100
38202026-09-07T00:01:30.255Z[ helios-setup] Sep 07 00:01:29.487 INFO E| Downloaded quote v1.0.41
38212026-09-07T00:01:30.258Z[ helios-setup] Sep 07 00:01:29.488 INFO E| Downloaded toml_datetime v0.7.3
38222026-09-07T00:01:30.258Z[ helios-setup] Sep 07 00:01:29.489 INFO E| Downloaded devinfo v0.1.0
38232026-09-07T00:01:30.261Z[ helios-setup] Sep 07 00:01:29.491 INFO E| Downloaded signal-hook-registry v1.4.6
38242026-09-07T00:01:30.261Z[ helios-setup] Sep 07 00:01:29.492 INFO E| Downloaded generic-array v0.14.9
38252026-09-07T00:01:30.261Z[ helios-setup] Sep 07 00:01:29.493 INFO E| Downloaded futures-executor v0.3.31
38262026-09-07T00:01:30.272Z[ helios-setup] Sep 07 00:01:29.505 INFO E| Downloaded anstyle-query v1.1.4
38272026-09-07T00:01:30.275Z[ helios-setup] Sep 07 00:01:29.506 INFO E| Downloaded clap_lex v0.7.6
38282026-09-07T00:01:30.275Z[ helios-setup] Sep 07 00:01:29.507 INFO E| Downloaded libdevinfo-sys v1.1.0
38292026-09-07T00:01:30.275Z[ helios-setup] Sep 07 00:01:29.507 INFO E| Downloaded env_logger v0.11.8
38302026-09-07T00:01:30.279Z[ helios-setup] Sep 07 00:01:29.509 INFO E| Downloaded iana-time-zone v0.1.64
38312026-09-07T00:01:30.282Z[ helios-setup] Sep 07 00:01:29.512 INFO E| Downloaded pin-utils v0.1.0
38322026-09-07T00:01:30.286Z[ helios-setup] Sep 07 00:01:29.519 INFO E| Downloaded serde_spanned v1.0.3
38332026-09-07T00:01:30.290Z[ helios-setup] Sep 07 00:01:29.520 INFO E| Downloaded futures-task v0.3.31
38342026-09-07T00:01:30.290Z[ helios-setup] Sep 07 00:01:29.521 INFO E| Downloaded bitfield v0.19.3
38352026-09-07T00:01:30.290Z[ helios-setup] Sep 07 00:01:29.522 INFO E| Downloaded deranged v0.5.5
38362026-09-07T00:01:30.293Z[ helios-setup] Sep 07 00:01:29.523 INFO E| Downloaded futures-macro v0.3.31
38372026-09-07T00:01:30.294Z[ helios-setup] Sep 07 00:01:29.524 INFO E| Downloaded pin-project-lite v0.2.16
38382026-09-07T00:01:30.297Z[ helios-setup] Sep 07 00:01:29.528 INFO E| Downloaded zeroize v1.8.2
38392026-09-07T00:01:30.301Z[ helios-setup] Sep 07 00:01:29.533 INFO E| Downloaded crc v3.3.0
38402026-09-07T00:01:30.310Z[ helios-setup] Sep 07 00:01:29.542 INFO E| Downloaded time-core v0.1.6
38412026-09-07T00:01:30.314Z[ helios-setup] Sep 07 00:01:29.547 INFO E| Downloaded zeroize_derive v1.4.2
38422026-09-07T00:01:30.319Z[ helios-setup] Sep 07 00:01:29.548 INFO E| Downloaded simd-adler32 v0.3.7
38432026-09-07T00:01:30.322Z[ host-package] Compiling prefix-trie v0.7.0
38442026-09-07T00:01:30.322Z[ helios-setup] Sep 07 00:01:29.554 INFO E| Downloaded flate2 v1.1.5
38452026-09-07T00:01:30.328Z[ helios-setup] Sep 07 00:01:29.560 INFO E| Downloaded num_enum v0.7.5
38462026-09-07T00:01:30.341Z[ helios-setup] Sep 07 00:01:29.564 INFO E| Downloaded thiserror v2.0.17
38472026-09-07T00:01:30.341Z[ helios-setup] Sep 07 00:01:29.569 INFO E| Downloaded getopts v0.2.24
38482026-09-07T00:01:30.341Z[ helios-setup] Sep 07 00:01:29.570 INFO E| Downloaded env_filter v0.1.4
38492026-09-07T00:01:30.347Z[ host-package] Compiling rand_seeder v0.4.0
38502026-09-07T00:01:30.350Z[ helios-setup] Sep 07 00:01:29.581 INFO E| Downloaded time-macros v0.2.24
38512026-09-07T00:01:30.353Z[ helios-setup] Sep 07 00:01:29.583 INFO E| Downloaded anstyle v1.0.13
38522026-09-07T00:01:30.353Z[ helios-setup] Sep 07 00:01:29.584 INFO E| Downloaded slab v0.4.11
38532026-09-07T00:01:30.353Z[ helios-setup] Sep 07 00:01:29.585 INFO E| Downloaded thiserror-impl v2.0.17
38542026-09-07T00:01:30.354Z[ helios-setup] Sep 07 00:01:29.586 INFO E| Downloaded tokio-macros v2.6.0
38552026-09-07T00:01:30.359Z[ helios-setup] Sep 07 00:01:29.587 INFO E| Downloaded num_enum_derive v0.7.5
38562026-09-07T00:01:30.364Z[ helios-setup] Sep 07 00:01:29.593 INFO E| Downloaded memchr v2.7.6
38572026-09-07T00:01:30.364Z[ helios-setup] Sep 07 00:01:29.597 INFO E| Downloaded getrandom v0.2.16
38582026-09-07T00:01:30.367Z[ helios-setup] Sep 07 00:01:29.599 INFO E| Downloaded bitflags v2.10.0
38592026-09-07T00:01:30.370Z[ helios-setup] Sep 07 00:01:29.602 INFO E| Downloaded toml_writer v1.0.4
38602026-09-07T00:01:30.373Z[ helios-setup] Sep 07 00:01:29.603 INFO E| Downloaded toml_parser v1.0.4
38612026-09-07T00:01:30.379Z[ helios-setup] Sep 07 00:01:29.611 INFO E| Downloaded base64ct v1.8.0
38622026-09-07T00:01:30.384Z[ helios-setup] Sep 07 00:01:29.617 INFO E| Downloaded find-msvc-tools v0.1.4
38632026-09-07T00:01:30.387Z[ helios-setup] Sep 07 00:01:29.618 INFO E| Downloaded term v1.2.0
38642026-09-07T00:01:30.416Z[ helios-setup] Sep 07 00:01:29.649 INFO E| Downloaded unicode-ident v1.0.22
38652026-09-07T00:01:30.419Z[ helios-setup] Sep 07 00:01:29.651 INFO E| Downloaded proc-macro2 v1.0.103
38662026-09-07T00:01:30.422Z[ helios-setup] Sep 07 00:01:29.653 INFO E| Downloaded futures v0.3.31
38672026-09-07T00:01:30.425Z[ helios-setup] Sep 07 00:01:29.656 INFO E| Downloaded clap v4.5.51
38682026-09-07T00:01:30.429Z[ helios-setup] Sep 07 00:01:29.661 INFO E| Downloaded clap_derive v4.5.49
38692026-09-07T00:01:30.432Z[ helios-setup] Sep 07 00:01:29.663 INFO E| Downloaded toml v0.9.8
38702026-09-07T00:01:30.435Z[ helios-setup] Sep 07 00:01:29.665 INFO E| Downloaded log v0.4.28
38712026-09-07T00:01:30.435Z[ helios-setup] Sep 07 00:01:29.667 INFO E| Downloaded socket2 v0.6.1
38722026-09-07T00:01:30.438Z[ helios-setup] Sep 07 00:01:29.668 INFO E| Downloaded uuid v1.18.1
38732026-09-07T00:01:30.438Z[ helios-setup] Sep 07 00:01:29.670 INFO E| Downloaded bytes v1.10.1
38742026-09-07T00:01:30.441Z[ helios-setup] Sep 07 00:01:29.673 INFO E| Downloaded rsa v0.9.8
38752026-09-07T00:01:30.444Z[ helios-setup] Sep 07 00:01:29.676 INFO E| Downloaded typenum v1.19.0
38762026-09-07T00:01:30.447Z[ helios-setup] Sep 07 00:01:29.678 INFO E| Downloaded rand v0.8.5
38772026-09-07T00:01:30.450Z[ helios-setup] Sep 07 00:01:29.680 INFO E| Downloaded num-bigint-dig v0.8.4
38782026-09-07T00:01:30.453Z[ helios-setup] Sep 07 00:01:29.683 INFO E| Downloaded toml_edit v0.23.7
38792026-09-07T00:01:30.453Z[ helios-setup] Sep 07 00:01:29.685 INFO E| Downloaded zerocopy-derive v0.8.27
38802026-09-07T00:01:30.457Z[ helios-setup] Sep 07 00:01:29.689 INFO E| Downloaded mio v1.1.0
38812026-09-07T00:01:30.460Z[ helios-setup] Sep 07 00:01:29.693 INFO E| Downloaded indexmap v2.12.0
38822026-09-07T00:01:30.463Z[ helios-setup] Sep 07 00:01:29.696 INFO E| Downloaded libm v0.2.15
38832026-09-07T00:01:30.470Z[ helios-setup] Sep 07 00:01:29.702 INFO E| Downloaded iddqd v0.3.14
38842026-09-07T00:01:30.504Z[ helios-setup] Sep 07 00:01:29.737 INFO E| Downloaded time v0.3.44
38852026-09-07T00:01:30.509Z[ helios-setup] Sep 07 00:01:29.742 INFO E| Downloaded serde_json v1.0.145
38862026-09-07T00:01:30.514Z[ helios-setup] Sep 07 00:01:29.746 INFO E| Downloaded clap_builder v4.5.51
38872026-09-07T00:01:30.519Z[ helios-setup] Sep 07 00:01:29.750 INFO E| Downloaded hashbrown v0.16.0
38882026-09-07T00:01:30.522Z[ helios-setup] Sep 07 00:01:29.754 INFO E| Downloaded futures-util v0.3.31
38892026-09-07T00:01:30.528Z[ helios-setup] Sep 07 00:01:29.761 INFO E| Downloaded winnow v0.7.13
38902026-09-07T00:01:30.537Z[ helios-setup] Sep 07 00:01:29.767 INFO E| Downloaded zerocopy v0.8.27
38912026-09-07T00:01:30.548Z[ helios-setup] Sep 07 00:01:29.780 INFO E| Downloaded chrono v0.4.42
38922026-09-07T00:01:30.552Z[ helios-setup] Sep 07 00:01:29.784 INFO E| Downloaded syn v2.0.108
38932026-09-07T00:01:30.559Z[ helios-setup] Sep 07 00:01:29.791 INFO E| Downloaded unicode-width v0.2.2
38942026-09-07T00:01:30.565Z[ helios-setup] Sep 07 00:01:29.798 INFO E| Downloaded rustix v1.1.2
38952026-09-07T00:01:30.587Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
38962026-09-07T00:01:30.592Z[ helios-setup] Sep 07 00:01:29.825 INFO E| Downloaded libc v0.2.177
38972026-09-07T00:01:30.607Z[ helios-setup] Sep 07 00:01:29.840 INFO E| Downloaded tokio v1.48.0
38982026-09-07T00:01:30.709Z[ helios-setup] Sep 07 00:01:29.941 INFO E| Compiling proc-macro2 v1.0.103
38992026-09-07T00:01:30.709Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling unicode-ident v1.0.22
39002026-09-07T00:01:30.709Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling quote v1.0.41
39012026-09-07T00:01:30.712Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling libc v0.2.177
39022026-09-07T00:01:30.712Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling serde_core v1.0.228
39032026-09-07T00:01:30.712Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling cfg-if v1.0.4
39042026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling serde v1.0.228
39052026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling version_check v0.9.5
39062026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling autocfg v1.5.0
39072026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling typenum v1.19.0
39082026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling const-oid v0.9.6
39092026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling libm v0.2.15
39102026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling zerocopy v0.8.27
39112026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling rustversion v1.0.22
39122026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling zeroize v1.8.2
39132026-09-07T00:01:30.713Z[ helios-setup] Sep 07 00:01:29.942 INFO E| Compiling smallvec v1.15.1
39142026-09-07T00:01:30.870Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
39152026-09-07T00:01:30.932Z[ host-package] Compiling cassowary v0.3.0
39162026-09-07T00:01:31.033Z[ helios-setup] Sep 07 00:01:30.265 INFO E| Compiling base64ct v1.8.0
39172026-09-07T00:01:31.133Z[ host-package] Compiling num-primitive v0.2.1
39182026-09-07T00:01:31.154Z[ helios-setup] Sep 07 00:01:30.386 INFO E| Compiling crc32fast v1.5.0
39192026-09-07T00:01:31.277Z[ helios-setup] Sep 07 00:01:30.509 INFO E| Compiling rustix v1.1.2
39202026-09-07T00:01:31.524Z[ helios-setup] Sep 07 00:01:30.755 INFO E| Compiling pem-rfc7468 v0.7.0
39212026-09-07T00:01:31.560Z[ helios-setup] Sep 07 00:01:30.792 INFO E| Compiling hashbrown v0.16.0
39222026-09-07T00:01:31.565Z[ helios-setup] Sep 07 00:01:30.798 INFO E| Compiling flagset v0.4.7
39232026-09-07T00:01:31.579Z[ helios-setup] Sep 07 00:01:30.811 INFO E| Compiling num-traits v0.2.19
39242026-09-07T00:01:31.608Z[ helios-setup] Sep 07 00:01:30.840 INFO E| Compiling generic-array v0.14.9
39252026-09-07T00:01:31.850Z[ helios-setup] Sep 07 00:01:31.082 INFO E| Compiling memchr v2.7.6
39262026-09-07T00:01:31.879Z[ helios-setup] Sep 07 00:01:31.112 INFO E| Compiling byteorder v1.5.0
39272026-09-07T00:01:31.900Z[ helios-setup] Sep 07 00:01:31.133 INFO E| Compiling winnow v0.7.13
39282026-09-07T00:01:31.995Z[ host-package] Compiling ratatui v0.29.0
39292026-09-07T00:01:32.023Z[ helios-setup] Sep 07 00:01:31.256 INFO E| Compiling utf8parse v0.2.2
39302026-09-07T00:01:32.177Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39312026-09-07T00:01:32.241Z[ helios-setup] Sep 07 00:01:31.473 INFO E| Compiling anyhow v1.0.100
39322026-09-07T00:01:32.326Z[ helios-setup] Sep 07 00:01:31.559 INFO E| Compiling equivalent v1.0.2
39332026-09-07T00:01:32.435Z[ helios-setup] Sep 07 00:01:31.667 INFO E| Compiling getrandom v0.2.16
39342026-09-07T00:01:32.462Z[ helios-setup] Sep 07 00:01:31.694 INFO E| Compiling errno v0.3.14
39352026-09-07T00:01:32.471Z[ helios-setup] Sep 07 00:01:31.703 INFO E| Compiling anstyle-parse v0.2.7
39362026-09-07T00:01:32.530Z[ host-package] Compiling dsi-bitstream v0.10.1
39372026-09-07T00:01:32.635Z[ helios-setup] Sep 07 00:01:31.866 INFO E| Compiling indexmap v2.12.0
39382026-09-07T00:01:32.641Z[ helios-setup] Sep 07 00:01:31.873 INFO E| Compiling rand_core v0.6.4
39392026-09-07T00:01:32.797Z[ host-package] Compiling hickory-server v0.25.2
39402026-09-07T00:01:32.849Z[ helios-setup] Sep 07 00:01:32.082 INFO E| Compiling syn v1.0.109
39412026-09-07T00:01:32.856Z[ helios-setup] Sep 07 00:01:32.088 INFO E| Compiling is_terminal_polyfill v1.70.2
39422026-09-07T00:01:32.901Z[ helios-setup] Sep 07 00:01:32.133 INFO E| Compiling allocator-api2 v0.2.21
39432026-09-07T00:01:32.993Z[ helios-setup] Sep 07 00:01:32.223 INFO E| Compiling syn v2.0.108
39442026-09-07T00:01:33.029Z[ helios-setup] Sep 07 00:01:32.262 INFO E| Compiling radium v0.7.0
39452026-09-07T00:01:33.034Z[ helios-setup] Sep 07 00:01:32.262 INFO E| Compiling toml_datetime v0.7.3
39462026-09-07T00:01:33.114Z[ helios-setup] Sep 07 00:01:32.346 INFO E| Compiling shlex v1.3.0
39472026-09-07T00:01:33.182Z[ helios-setup] Sep 07 00:01:32.415 INFO E| Compiling cpufeatures v0.2.17
39482026-09-07T00:01:33.221Z[ helios-setup] Sep 07 00:01:32.453 INFO E| Compiling anstyle-query v1.1.4
39492026-09-07T00:01:33.249Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39502026-09-07T00:01:33.268Z[ helios-setup] Sep 07 00:01:32.500 INFO E| Compiling find-msvc-tools v0.1.4
39512026-09-07T00:01:33.357Z[ helios-setup] Sep 07 00:01:32.586 INFO E| Compiling anstyle v1.0.13
39522026-09-07T00:01:33.395Z[ helios-setup] Sep 07 00:01:32.626 INFO E| Compiling colorchoice v1.0.4
39532026-09-07T00:01:33.512Z[ helios-setup] Sep 07 00:01:32.744 INFO E| Compiling slog v2.8.2
39542026-09-07T00:01:33.516Z[ host-package] Compiling progenitor v0.13.0
39552026-09-07T00:01:33.593Z[ helios-setup] Sep 07 00:01:32.825 INFO E| Compiling cc v1.2.44
39562026-09-07T00:01:33.862Z[ helios-setup] Sep 07 00:01:33.094 INFO E| Compiling block-buffer v0.10.4
39572026-09-07T00:01:33.896Z[ helios-setup] Sep 07 00:01:33.128 INFO E| Compiling crypto-common v0.1.6
39582026-09-07T00:01:33.937Z[ helios-setup] Sep 07 00:01:33.168 INFO E| Compiling anstream v0.6.21
39592026-09-07T00:01:34.018Z[ helios-setup] Sep 07 00:01:33.246 INFO E| Compiling pin-project-lite v0.2.16
39602026-09-07T00:01:34.022Z[ host-package] Compiling async-bb8-diesel v0.2.1
39612026-09-07T00:01:34.099Z[ helios-setup] Sep 07 00:01:33.331 INFO E| Compiling digest v0.10.7
39622026-09-07T00:01:34.194Z[ helios-setup] Sep 07 00:01:33.421 INFO E| Compiling futures-core v0.3.31
39632026-09-07T00:01:34.246Z[ helios-setup] Sep 07 00:01:33.479 INFO E| Compiling tap v1.0.1
39642026-09-07T00:01:34.306Z[ helios-setup] Sep 07 00:01:33.538 INFO E| Compiling pkg-config v0.3.32
39652026-09-07T00:01:34.328Z[ helios-setup] Sep 07 00:01:33.560 INFO E| Compiling maybe-uninit v2.0.0
39662026-09-07T00:01:34.391Z[ host-package] Compiling diesel-dtrace v0.5.0
39672026-09-07T00:01:34.446Z[ helios-setup] Sep 07 00:01:33.676 INFO E| Compiling futures-sink v0.3.31
39682026-09-07T00:01:34.609Z[ helios-setup] Sep 07 00:01:33.841 INFO E| Compiling toml_parser v1.0.4
39692026-09-07T00:01:34.669Z[ helios-setup] Sep 07 00:01:33.901 INFO E| Compiling sha2 v0.10.9
39702026-09-07T00:01:34.793Z[ helios-setup] Sep 07 00:01:34.021 INFO E| Compiling parking_lot_core v0.9.12
39712026-09-07T00:01:34.806Z[ helios-setup] Sep 07 00:01:34.038 INFO E| Compiling unicode-width v0.2.2
39722026-09-07T00:01:34.876Z[ helios-setup] Sep 07 00:01:34.108 INFO E| Compiling num-integer v0.1.46
39732026-09-07T00:01:34.899Z[ helios-setup] Sep 07 00:01:34.131 INFO E| Compiling futures-channel v0.3.31
39742026-09-07T00:01:34.924Z[ helios-setup] Sep 07 00:01:34.156 INFO E| Compiling wyz v0.5.1
39752026-09-07T00:01:35.164Z[ helios-setup] Sep 07 00:01:34.396 INFO E| Compiling ahash v0.8.12
39762026-09-07T00:01:35.190Z[ host-package] Compiling ssh-key v0.6.7
39772026-09-07T00:01:35.318Z[ helios-setup] Sep 07 00:01:34.550 INFO E| Compiling getopts v0.2.24
39782026-09-07T00:01:35.326Z[ helios-setup] Sep 07 00:01:34.558 INFO E| Compiling clap_lex v0.7.6
39792026-09-07T00:01:35.414Z[ helios-setup] Sep 07 00:01:34.646 INFO E| Compiling toml_edit v0.23.7
39802026-09-07T00:01:35.426Z[ helios-setup] Sep 07 00:01:34.658 INFO E| Compiling powerfmt v0.2.0
39812026-09-07T00:01:35.526Z[ helios-setup] Sep 07 00:01:34.750 INFO E| Compiling slab v0.4.11
39822026-09-07T00:01:35.618Z[ host-package] Compiling tokio-tungstenite v0.28.0
39832026-09-07T00:01:35.633Z[ helios-setup] Sep 07 00:01:34.864 INFO E| Compiling thiserror v1.0.69
39842026-09-07T00:01:35.656Z[ helios-setup] Sep 07 00:01:34.889 INFO E| Compiling spin v0.9.8
39852026-09-07T00:01:35.736Z[ helios-setup] Sep 07 00:01:34.968 INFO E| Compiling bytes v1.10.1
39862026-09-07T00:01:35.768Z[ helios-setup] Sep 07 00:01:34.999 INFO E| Compiling strsim v0.11.1
39872026-09-07T00:01:35.865Z[ helios-setup] Sep 07 00:01:35.079 INFO E| Compiling packed_struct v0.10.1
39882026-09-07T00:01:35.910Z[ helios-setup] Sep 07 00:01:35.142 INFO E| Compiling futures-io v0.3.31
39892026-09-07T00:01:36.003Z[ helios-setup] Sep 07 00:01:35.233 INFO E| Compiling funty v2.0.0
39902026-09-07T00:01:36.004Z[ helios-setup] Sep 07 00:01:35.233 INFO E| Compiling scopeguard v1.2.0
39912026-09-07T00:01:36.135Z[ helios-setup] Sep 07 00:01:35.367 INFO E| Compiling itoa v1.0.15
39922026-09-07T00:01:36.174Z[ helios-setup] Sep 07 00:01:35.406 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
39932026-09-07T00:01:36.234Z[ helios-setup] Sep 07 00:01:35.467 INFO E| Compiling heck v0.5.0
39942026-09-07T00:01:36.276Z[ helios-setup] Sep 07 00:01:35.508 INFO E| Compiling time-core v0.1.6
39952026-09-07T00:01:36.293Z[ helios-setup] Sep 07 00:01:35.526 INFO E| Compiling pin-utils v0.1.0
39962026-09-07T00:01:36.388Z[ helios-setup] Sep 07 00:01:35.621 INFO E| Compiling bitflags v2.10.0
39972026-09-07T00:01:36.424Z[ helios-setup] Sep 07 00:01:35.656 INFO E| Compiling proc-macro-crate v3.4.0
39982026-09-07T00:01:36.577Z[ helios-setup] Sep 07 00:01:35.800 INFO E| Compiling getrandom v0.3.4
39992026-09-07T00:01:36.620Z[ helios-setup] Sep 07 00:01:35.853 INFO E| Compiling futures-task v0.3.31
40002026-09-07T00:01:36.658Z[ helios-setup] Sep 07 00:01:35.891 INFO E| Compiling num-conv v0.1.0
40012026-09-07T00:01:36.707Z[ host-package] Compiling camino-tempfile-ext v0.3.3
40022026-09-07T00:01:36.866Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
40032026-09-07T00:01:36.894Z[ helios-setup] Sep 07 00:01:36.125 INFO E| Compiling num-bigint-dig v0.8.4
40042026-09-07T00:01:36.968Z[ helios-setup] Sep 07 00:01:36.200 INFO E| Compiling time-macros v0.2.24
40052026-09-07T00:01:36.997Z[ helios-setup] Sep 07 00:01:36.230 INFO E| Compiling bitvec v1.0.1
40062026-09-07T00:01:37.155Z[ helios-setup] Sep 07 00:01:36.387 INFO E| Compiling lock_api v0.4.14
40072026-09-07T00:01:37.277Z[ helios-setup] Sep 07 00:01:36.509 INFO E| Compiling lazy_static v1.5.0
40082026-09-07T00:01:37.386Z[ helios-setup] Sep 07 00:01:36.618 INFO E| Compiling deranged v0.5.5
40092026-09-07T00:01:37.456Z[ helios-setup] Sep 07 00:01:36.688 INFO E| Compiling num-iter v0.1.45
40102026-09-07T00:01:37.589Z[ helios-setup] Sep 07 00:01:36.821 INFO E| Compiling terminal_size v0.4.3
40112026-09-07T00:01:37.618Z[ host-package] Compiling sled v0.34.7
40122026-09-07T00:01:37.632Z[ helios-setup] Sep 07 00:01:36.863 INFO E| Compiling indexmap v1.9.3
40132026-09-07T00:01:37.707Z[ helios-setup] Sep 07 00:01:36.939 INFO E| Compiling adler2 v2.0.1
40142026-09-07T00:01:37.738Z[ helios-setup] Sep 07 00:01:36.969 INFO E| Compiling once_cell v1.21.3
40152026-09-07T00:01:37.778Z[ helios-setup] Sep 07 00:01:37.004 INFO E| Compiling clap_builder v4.5.51
40162026-09-07T00:01:37.855Z[ helios-setup] Sep 07 00:01:37.087 INFO E| Compiling nodrop v0.1.14
40172026-09-07T00:01:37.888Z[ helios-setup] Sep 07 00:01:37.120 INFO E| Compiling serde_json v1.0.145
40182026-09-07T00:01:37.979Z[ helios-setup] Sep 07 00:01:37.211 INFO E| Compiling log v0.4.28
40192026-09-07T00:01:38.078Z[ helios-setup] Sep 07 00:01:37.310 INFO E| Compiling crc-catalog v2.4.0
40202026-09-07T00:01:38.151Z[ helios-setup] Sep 07 00:01:37.384 INFO E| Compiling iana-time-zone v0.1.64
40212026-09-07T00:01:38.310Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40222026-09-07T00:01:38.333Z[ helios-setup] Sep 07 00:01:37.559 INFO E| Compiling simd-adler32 v0.3.7
40232026-09-07T00:01:38.399Z[ helios-setup] Sep 07 00:01:37.589 INFO E| Compiling thiserror v2.0.17
40242026-09-07T00:01:38.411Z[ helios-setup] Sep 07 00:01:37.629 INFO E| Compiling env_filter v0.1.4
40252026-09-07T00:01:38.514Z[ helios-setup] Sep 07 00:01:37.746 INFO E| Compiling chrono v0.4.42
40262026-09-07T00:01:38.650Z[ helios-setup] Sep 07 00:01:37.882 INFO E| Compiling miniz_oxide v0.8.9
40272026-09-07T00:01:38.665Z[ helios-setup] Sep 07 00:01:37.891 INFO E| Compiling crc v3.3.0
40282026-09-07T00:01:38.755Z[ helios-setup] Sep 07 00:01:37.988 INFO E| Compiling array-init v0.0.4
40292026-09-07T00:01:38.847Z[ host-package] Compiling darling v0.13.4
40302026-09-07T00:01:38.965Z[ helios-setup] Sep 07 00:01:38.196 INFO E| Compiling parking_lot v0.12.5
40312026-09-07T00:01:39.048Z[ helios-setup] Sep 07 00:01:38.280 INFO E| Compiling smallvec v0.6.14
40322026-09-07T00:01:39.561Z[ helios-setup] Sep 07 00:01:38.793 INFO E| Compiling time v0.3.44
40332026-09-07T00:01:39.581Z[ helios-setup] Sep 07 00:01:38.811 INFO E| Compiling serde_spanned v1.0.3
40342026-09-07T00:01:39.781Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
40352026-09-07T00:01:39.847Z[ helios-setup] Sep 07 00:01:39.079 INFO E| Compiling signature v2.2.0
40362026-09-07T00:01:39.879Z[ helios-setup] Sep 07 00:01:39.111 INFO E| Compiling socket2 v0.6.1
40372026-09-07T00:01:39.885Z[ helios-setup] Sep 07 00:01:39.118 INFO E| Compiling signal-hook-registry v1.4.6
40382026-09-07T00:01:39.923Z[ helios-setup] Sep 07 00:01:39.155 INFO E| Compiling mio v1.1.0
40392026-09-07T00:01:39.928Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40402026-09-07T00:01:39.978Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40412026-09-07T00:01:40.114Z[ helios-setup] Sep 07 00:01:39.346 INFO E| Compiling serde_derive v1.0.228
40422026-09-07T00:01:40.316Z[ helios-setup] Sep 07 00:01:39.548 INFO E| Compiling zerocopy-derive v0.8.27
40432026-09-07T00:01:40.324Z[ helios-setup] Sep 07 00:01:39.556 INFO E| Compiling der_derive v0.7.3
40442026-09-07T00:01:40.536Z[ helios-setup] Sep 07 00:01:39.768 INFO E| Compiling futures-macro v0.3.31
40452026-09-07T00:01:40.698Z[ helios-setup] Sep 07 00:01:39.930 INFO E| Compiling packed_struct_codegen v0.10.1
40462026-09-07T00:01:40.821Z[ helios-setup] Sep 07 00:01:40.053 INFO E| Compiling thiserror-impl v1.0.69
40472026-09-07T00:01:40.844Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40482026-09-07T00:01:41.035Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40492026-09-07T00:01:41.368Z[ helios-setup] Sep 07 00:01:40.600 INFO E| Compiling bitfield-macros v0.19.3
40502026-09-07T00:01:41.402Z[ helios-setup] Sep 07 00:01:40.634 INFO E| Compiling num_enum_derive v0.7.5
40512026-09-07T00:01:41.432Z[ helios-setup] Sep 07 00:01:40.665 INFO E| Compiling zerocopy-derive v0.6.6
40522026-09-07T00:01:41.439Z[ helios-setup] Sep 07 00:01:40.672 INFO E| Compiling clap_derive v4.5.49
40532026-09-07T00:01:41.681Z[ helios-setup] Sep 07 00:01:40.913 INFO E| Compiling thiserror-impl v2.0.17
40542026-09-07T00:01:41.692Z[ helios-setup] Sep 07 00:01:40.924 INFO E| Compiling tokio-macros v2.6.0
40552026-09-07T00:01:41.849Z[ host-package] Compiling http-range-header v0.4.2
40562026-09-07T00:01:41.932Z[ host-package] Compiling bytesize v2.7.0
40572026-09-07T00:01:42.257Z[ helios-setup] Sep 07 00:01:41.489 INFO E| Compiling futures-util v0.3.31
40582026-09-07T00:01:42.888Z[ helios-setup] Sep 07 00:01:42.120 INFO E| Compiling der v0.7.10
40592026-09-07T00:01:42.895Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
40602026-09-07T00:01:42.939Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
40612026-09-07T00:01:42.951Z[ helios-setup] Sep 07 00:01:42.183 INFO E| Compiling is-terminal v0.4.17
40622026-09-07T00:01:42.965Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40632026-09-07T00:01:43.058Z[ helios-setup] Sep 07 00:01:42.290 INFO E| Compiling thread_local v1.1.9
40642026-09-07T00:01:43.358Z[ helios-setup] Sep 07 00:01:42.590 INFO E| Compiling zerocopy v0.6.6
40652026-09-07T00:01:43.412Z[ helios-setup] Sep 07 00:01:42.644 INFO E| Compiling hashbrown v0.12.3
40662026-09-07T00:01:43.431Z[ helios-setup] Sep 07 00:01:42.662 INFO E| Compiling base64 v0.21.7
40672026-09-07T00:01:43.681Z[ helios-setup] Sep 07 00:01:42.912 INFO E| Compiling toml_writer v1.0.4
40682026-09-07T00:01:43.717Z[ helios-setup] Sep 07 00:01:42.950 INFO E| Compiling bitfield v0.19.3
40692026-09-07T00:01:43.827Z[ host-package] Compiling serde_with_macros v1.5.2
40702026-09-07T00:01:43.947Z[ helios-setup] Sep 07 00:01:43.179 INFO E| Compiling term v1.2.0
40712026-09-07T00:01:43.982Z[ helios-setup] Sep 07 00:01:43.214 INFO E| Compiling num_enum v0.7.5
40722026-09-07T00:01:43.999Z[ helios-setup] Sep 07 00:01:43.231 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40732026-09-07T00:01:44.228Z[ helios-setup] Sep 07 00:01:43.433 INFO E| Compiling subtle v2.6.1
40742026-09-07T00:01:44.266Z[ helios-setup] Sep 07 00:01:43.493 INFO E| Compiling ryu v1.0.20
40752026-09-07T00:01:44.364Z[ helios-setup] Sep 07 00:01:43.596 INFO E| Compiling winnow v0.5.40
40762026-09-07T00:01:44.491Z[ helios-setup] Sep 07 00:01:43.723 INFO E| Compiling libdevinfo-sys v1.1.0
40772026-09-07T00:01:44.814Z[ helios-setup] Sep 07 00:01:44.046 INFO E| Compiling devinfo v0.1.0
40782026-09-07T00:01:44.814Z[ helios-setup] Sep 07 00:01:44.046 INFO E| Compiling toml v0.9.8
40792026-09-07T00:01:44.966Z[ helios-setup] Sep 07 00:01:44.195 INFO E| Compiling tokio v1.48.0
40802026-09-07T00:01:44.975Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40812026-09-07T00:01:45.003Z[ helios-setup] Sep 07 00:01:44.235 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40822026-09-07T00:01:45.021Z[ helios-setup] Sep 07 00:01:44.254 INFO E| Compiling bzip2 v0.4.4
40832026-09-07T00:01:45.374Z[ helios-setup] Sep 07 00:01:44.606 INFO E| Compiling spki v0.7.3
40842026-09-07T00:01:45.515Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40852026-09-07T00:01:45.578Z[ helios-setup] Sep 07 00:01:44.810 INFO E| Compiling clap v4.5.51
40862026-09-07T00:01:45.675Z[ helios-setup] Sep 07 00:01:44.907 INFO E| Compiling uuid v1.18.1
40872026-09-07T00:01:45.682Z[ helios-setup] Sep 07 00:01:44.914 INFO E| Compiling flate2 v1.1.5
40882026-09-07T00:01:45.810Z[ helios-setup] Sep 07 00:01:45.041 INFO E| Compiling pkcs8 v0.10.2
40892026-09-07T00:01:45.901Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
40902026-09-07T00:01:45.940Z[ helios-setup] Sep 07 00:01:45.172 INFO E| Compiling x509-cert v0.2.5
40912026-09-07T00:01:46.053Z[ helios-setup] Sep 07 00:01:45.286 INFO E| Compiling env_logger v0.11.8
40922026-09-07T00:01:46.201Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40932026-09-07T00:01:46.251Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
40942026-09-07T00:01:46.434Z[ helios-setup] Sep 07 00:01:45.666 INFO E| Compiling ppv-lite86 v0.2.21
40952026-09-07T00:01:46.474Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
40962026-09-07T00:01:46.548Z[ helios-setup] Sep 07 00:01:45.780 INFO E| Compiling erased-serde v0.3.31
40972026-09-07T00:01:46.672Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40982026-09-07T00:01:46.717Z[ helios-setup] Sep 07 00:01:45.949 INFO E| Compiling toml_datetime v0.6.11
40992026-09-07T00:01:46.879Z[ helios-setup] Sep 07 00:01:46.111 INFO E| Compiling serde_spanned v0.6.9
41002026-09-07T00:01:46.945Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
41012026-09-07T00:01:47.008Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
41022026-09-07T00:01:47.028Z[ helios-setup] Sep 07 00:01:46.260 INFO E| Compiling futures-executor v0.3.31
41032026-09-07T00:01:47.244Z[ host-package] Compiling arc-swap v1.8.2
41042026-09-07T00:01:47.323Z[ helios-setup] Sep 07 00:01:46.554 INFO E| Compiling rand_chacha v0.3.1
41052026-09-07T00:01:47.357Z[ host-package] Compiling void v1.0.2
41062026-09-07T00:01:47.358Z[ helios-setup] Sep 07 00:01:46.588 INFO E| Compiling pkcs1 v0.7.5
41072026-09-07T00:01:47.506Z[ helios-setup] Sep 07 00:01:46.738 INFO E| Compiling futures v0.3.31
41082026-09-07T00:01:47.585Z[ helios-setup] Sep 07 00:01:46.817 INFO E| Compiling ron v0.8.1
41092026-09-07T00:01:47.607Z[ helios-setup] Sep 07 00:01:46.839 INFO E| Compiling rand v0.8.5
41102026-09-07T00:01:47.956Z[ host-package] Compiling lzss v0.8.2
41112026-09-07T00:01:47.956Z[ host-package] Compiling slog-scope v4.4.1
41122026-09-07T00:01:47.979Z[ helios-setup] Sep 07 00:01:47.211 INFO E| Compiling hashbrown v0.13.2
41132026-09-07T00:01:47.993Z[ helios-setup] Sep 07 00:01:47.223 INFO E| Compiling serde-hex v0.1.0
41142026-09-07T00:01:48.084Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
41152026-09-07T00:01:48.105Z[ helios-setup] Sep 07 00:01:47.337 INFO E| Compiling bitflags v1.3.2
41162026-09-07T00:01:48.122Z[ helios-setup] Sep 07 00:01:47.354 INFO E| Compiling crc-any v2.5.0
41172026-09-07T00:01:48.195Z[ helios-setup] Sep 07 00:01:47.427 INFO E| Compiling toml_edit v0.19.15
41182026-09-07T00:01:48.647Z[ helios-setup] Sep 07 00:01:47.879 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41192026-09-07T00:01:48.751Z[ helios-setup] Sep 07 00:01:47.983 INFO E| Compiling slog-term v2.9.2
41202026-09-07T00:01:48.864Z[ helios-setup] Sep 07 00:01:48.096 INFO E| Compiling rustc-hash v2.1.1
41212026-09-07T00:01:48.877Z[ helios-setup] Sep 07 00:01:48.109 INFO E| Compiling hex v0.4.3
41222026-09-07T00:01:49.015Z[ host-package] Compiling serde_with v1.14.0
41232026-09-07T00:01:49.019Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
41242026-09-07T00:01:49.079Z[ helios-setup] Sep 07 00:01:48.311 INFO E| Compiling foldhash v0.2.0
41252026-09-07T00:01:49.202Z[ helios-setup] Sep 07 00:01:48.434 INFO E| Compiling object v0.30.4
41262026-09-07T00:01:49.392Z[ host-package] Compiling scuffle v0.1.0
41272026-09-07T00:01:49.456Z[ helios-setup] Sep 07 00:01:48.688 INFO E| Compiling iddqd v0.3.14
41282026-09-07T00:01:49.475Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41292026-09-07T00:01:49.744Z[ host-package] Compiling git2 v0.20.4
41302026-09-07T00:01:49.771Z[ helios-setup] Sep 07 00:01:49.003 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41312026-09-07T00:01:49.868Z[ host-package] Compiling tungstenite v0.23.0
41322026-09-07T00:01:49.907Z[ helios-setup] Sep 07 00:01:49.139 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41332026-09-07T00:01:49.915Z[ helios-setup] Sep 07 00:01:49.146 INFO E| Compiling rsa v0.9.8
41342026-09-07T00:01:50.270Z[ helios-setup] Sep 07 00:01:49.503 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41352026-09-07T00:01:50.532Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41362026-09-07T00:01:50.738Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41372026-09-07T00:01:50.892Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41382026-09-07T00:01:50.912Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41392026-09-07T00:01:51.271Z[ helios-setup] Sep 07 00:01:50.504 INFO E| Compiling toml v0.7.8
41402026-09-07T00:01:51.393Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41412026-09-07T00:01:51.457Z[ helios-setup] Sep 07 00:01:50.690 INFO E| Compiling zip v0.6.6
41422026-09-07T00:01:51.486Z[ helios-setup] Sep 07 00:01:50.718 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41432026-09-07T00:01:51.618Z[ host-package] Compiling libsw-core v0.3.2
41442026-09-07T00:01:51.741Z[ host-package] Compiling nix v0.27.1
41452026-09-07T00:01:51.765Z[ helios-setup] Sep 07 00:01:50.997 INFO E| Compiling path-slash v0.1.5
41462026-09-07T00:01:52.135Z[ host-package] Compiling twox-hash v2.1.2
41472026-09-07T00:01:52.155Z[ host-package] Compiling serde_bytes v0.11.19
41482026-09-07T00:01:52.197Z[ host-package] Compiling pwd v1.4.0
41492026-09-07T00:01:52.428Z[ host-package] Compiling lru v0.18.3
41502026-09-07T00:01:52.622Z[ host-package] Compiling atty v0.2.14
41512026-09-07T00:01:53.049Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
41522026-09-07T00:01:53.052Z[ host-package] Compiling libsw v3.5.0
41532026-09-07T00:01:53.055Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-09-07T00:01:53.468Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
41552026-09-07T00:01:53.638Z[ host-package] Compiling tokio-tungstenite v0.23.1
41562026-09-07T00:01:53.819Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41572026-09-07T00:01:53.884Z[ host-package] Compiling slog-stdlog v4.1.1
41582026-09-07T00:01:53.887Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41592026-09-07T00:01:54.023Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41602026-09-07T00:01:54.159Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41612026-09-07T00:01:54.201Z[ helios-setup] Sep 07 00:01:53.433 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41622026-09-07T00:01:54.212Z[ helios-setup] Sep 07 00:01:53.444 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41632026-09-07T00:01:54.277Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41642026-09-07T00:01:54.690Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-09-07T00:01:55.781Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41662026-09-07T00:01:55.904Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41672026-09-07T00:01:56.051Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-09-07T00:01:56.141Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41692026-09-07T00:01:56.805Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41702026-09-07T00:01:56.952Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41712026-09-07T00:01:57.601Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41722026-09-07T00:01:58.783Z[ helios-setup] Sep 07 00:01:58.015 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41732026-09-07T00:01:59.074Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41742026-09-07T00:02:00.070Z[ helios-setup] Sep 07 00:01:59.302 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
41752026-09-07T00:02:00.716Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41762026-09-07T00:02:01.113Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
41772026-09-07T00:02:01.374Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41782026-09-07T00:02:01.459Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41792026-09-07T00:02:02.198Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41802026-09-07T00:02:02.875Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
41812026-09-07T00:02:02.906Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-09-07T00:02:04.339Z[ helios-setup] Sep 07 00:02:03.570 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
41832026-09-07T00:02:04.961Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41842026-09-07T00:02:05.318Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-09-07T00:02:05.517Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-09-07T00:02:05.718Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41872026-09-07T00:02:06.233Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41882026-09-07T00:02:07.841Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41892026-09-07T00:02:08.929Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41902026-09-07T00:02:09.052Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41912026-09-07T00:02:12.557Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41922026-09-07T00:02:12.611Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41932026-09-07T00:02:12.888Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41942026-09-07T00:02:13.370Z[ host-package] Compiling signal-hook-tokio v0.3.1
41952026-09-07T00:02:13.611Z[ host-package] Compiling fatfs v0.3.6
41962026-09-07T00:02:13.891Z[ host-package] Compiling yasna v0.5.2
41972026-09-07T00:02:14.607Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41982026-09-07T00:02:14.786Z[ host-package] Compiling console v0.16.2
41992026-09-07T00:02:14.892Z[ host-package] Compiling assert_matches v1.5.0
42002026-09-07T00:02:15.041Z[ host-package] Compiling rcgen v0.12.1
42012026-09-07T00:02:15.065Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42022026-09-07T00:02:15.417Z[ host-package] Compiling indicatif v0.18.4
42032026-09-07T00:02:16.126Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42042026-09-07T00:02:16.222Z[ helios-setup] Sep 07 00:02:15.453 INFO E| Finished `release` profile [optimized] target(s) in 47.35s
42052026-09-07T00:02:16.225Z[ helios-setup] Sep 07 00:02:15.454 INFO E| Blocking waiting for file lock on package cache
42062026-09-07T00:02:17.196Z[ host-package] Compiling slog-envlogger v2.2.0
42072026-09-07T00:02:17.234Z[ host-package] Compiling oxide-update-engine-display v0.1.2
42082026-09-07T00:02:17.807Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42092026-09-07T00:02:17.897Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42102026-09-07T00:02:17.966Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42112026-09-07T00:02:18.120Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
42122026-09-07T00:02:18.225Z[ host-package] Compiling port-file v0.1.0
42132026-09-07T00:02:18.251Z[ host-package] Compiling subprocess v0.2.15
42142026-09-07T00:02:18.366Z[ host-package] Compiling rtoolbox v0.0.3
42152026-09-07T00:02:18.496Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42162026-09-07T00:02:18.722Z[ host-package] Compiling rpassword v7.5.4
42172026-09-07T00:02:19.163Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42182026-09-07T00:02:19.241Z[ helios-setup] Sep 07 00:02:18.472 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
42192026-09-07T00:02:19.241Z[ helios-setup] Sep 07 00:02:18.472 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42202026-09-07T00:02:19.302Z[ helios-setup] Sep 07 00:02:18.534 INFO building project "pilot" ok (50 seconds)
42212026-09-07T00:02:19.302Z[ helios-setup] Sep 07 00:02:18.534 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
42222026-09-07T00:02:19.572Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
42232026-09-07T00:02:19.699Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42242026-09-07T00:02:19.728Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42252026-09-07T00:02:19.818Z[ host-package] Compiling tui-tree-widget v0.23.1
42262026-09-07T00:02:20.230Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42272026-09-07T00:02:20.977Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
42282026-09-07T00:02:21.331Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42292026-09-07T00:02:22.576Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42302026-09-07T00:02:23.042Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42312026-09-07T00:02:23.065Z[ host-package] Compiling uzers v0.12.2
42322026-09-07T00:02:23.274Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42332026-09-07T00:02:23.434Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42342026-09-07T00:02:23.484Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42352026-09-07T00:02:23.647Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42362026-09-07T00:02:23.968Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
42372026-09-07T00:02:24.011Z[ host-package] Compiling support-bundle-viewer v0.1.2
42382026-09-07T00:02:24.110Z[ host-package] Compiling multimap v0.10.1
42392026-09-07T00:02:25.248Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
42402026-09-07T00:02:34.396Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
42412026-09-07T00:02:42.976Z[ helios-setup] Sep 07 00:02:42.207 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')"
42422026-09-07T00:02:42.976Z[ helios-setup] Sep 07 00:02:42.208 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
42432026-09-07T00:02:42.985Z[ helios-setup] Sep 07 00:02:42.216 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
42442026-09-07T00:02:42.985Z[ helios-setup] Sep 07 00:02:42.216 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
42452026-09-07T00:02:42.989Z[ helios-setup] Sep 07 00:02:42.217 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
42462026-09-07T00:02:43.183Z[ helios-setup] Sep 07 00:02:42.414 INFO E| Downloading crates ...
42472026-09-07T00:02:43.224Z[ helios-setup] Sep 07 00:02:42.455 INFO E| Downloaded adler2 v2.0.0
42482026-09-07T00:02:43.233Z[ helios-setup] Sep 07 00:02:42.464 INFO E| Downloaded miniz_oxide v0.8.8
42492026-09-07T00:02:43.275Z[ helios-setup] Sep 07 00:02:42.507 INFO E| Compiling adler2 v2.0.0
42502026-09-07T00:02:43.383Z[ helios-setup] Sep 07 00:02:42.614 INFO E| Compiling miniz_oxide v0.8.8
42512026-09-07T00:02:44.564Z[ helios-setup] Sep 07 00:02:43.795 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
42522026-09-07T00:02:45.215Z[ helios-setup] Sep 07 00:02:44.446 INFO E| Finished `release` profile [optimized] target(s) in 2.21s
42532026-09-07T00:02:45.226Z[ helios-setup] Sep 07 00:02:44.457 INFO building project "pinprick" ok (2 seconds)
42542026-09-07T00:02:45.231Z[ helios-setup] rm -f helios-build
42552026-09-07T00:02:45.231Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
42562026-09-07T00:02:45.235Z[ helios-setup]
42572026-09-07T00:02:45.235Z[ helios-setup] Setup complete! ./helios-build is now available.
42582026-09-07T00:02:45.239Z[ helios-setup]
42592026-09-07T00:02:45.239Z[ helios-setup]
42602026-09-07T00:02:45.239Z[ helios-setup] real 3:06.752021391
42612026-09-07T00:02:45.239ZSep 07 00:02:44.469[ helios-setup] user 7:07.518994168
42622026-09-07T00:02:45.239Z INFO [helios-setup] process exited with exit status: 0 (186.757342793s)
42632026-09-07T00:02:45.239Z[ helios-setup] sys 1:21.801651531
42642026-09-07T00:02:45.239Z[ helios-setup] trap 0.538586245
42652026-09-07T00:02:45.239Z[ helios-setup] tflt 2.230242738
42662026-09-07T00:02:45.239Z[ helios-setup] dflt 6.638451572
42672026-09-07T00:02:45.239Z[ helios-setup] kflt 0.000749070
42682026-09-07T00:02:45.239Z[ helios-setup] lock 1:00:30.730627883
42692026-09-07T00:02:45.239Z[ helios-setup] slp 38:38.338265465
42702026-09-07T00:02:45.240Z[ helios-setup] lat 7:07.358396585
42712026-09-07T00:02:45.240Z[ helios-setup] stop 1:35.223147862
42722026-09-07T00:02:45.240ZSep 07 00:02:44.470 INFO [helios-record] running task
42732026-09-07T00:02:45.244ZSep 07 00:02:44.470 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42742026-09-07T00:02:45.244ZSep 07 00:02:44.475 DEBG process exited with exit status: 0 (4.806272ms)
42752026-09-07T00:02:45.244ZSep 07 00:02:44.475 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42762026-09-07T00:02:45.247ZSep 07 00:02:44.479 DEBG process exited with exit status: 0 (4.487082ms)
42772026-09-07T00:02:45.251ZSep 07 00:02:44.479 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42782026-09-07T00:02:45.254ZSep 07 00:02:44.483 DEBG process exited with exit status: 0 (3.448831ms)
42792026-09-07T00:02:45.254ZSep 07 00:02:44.483 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42802026-09-07T00:02:45.258ZSep 07 00:02:44.487 DEBG process exited with exit status: 0 (3.562522ms)
42812026-09-07T00:02:45.258ZSep 07 00:02:44.487 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42822026-09-07T00:02:45.261ZSep 07 00:02:44.490 DEBG process exited with exit status: 0 (3.246251ms)
42832026-09-07T00:02:45.261ZSep 07 00:02:44.490 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42842026-09-07T00:02:45.261ZSep 07 00:02:44.493 DEBG process exited with exit status: 0 (3.065871ms)
42852026-09-07T00:02:45.261ZSep 07 00:02:44.493 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
42862026-09-07T00:02:45.266ZSep 07 00:02:44.496 DEBG process exited with exit status: 0 (3.086081ms)
42872026-09-07T00:02:45.266ZSep 07 00:02:44.496 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42882026-09-07T00:02:45.269ZSep 07 00:02:44.499 DEBG process exited with exit status: 0 (3.189671ms)
42892026-09-07T00:02:45.269ZSep 07 00:02:44.499 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42902026-09-07T00:02:45.273ZSep 07 00:02:44.502 DEBG process exited with exit status: 0 (2.989111ms)
42912026-09-07T00:02:45.273ZSep 07 00:02:44.502 INFO [helios-record] task succeeded (32.584432ms)
42922026-09-07T00:02:51.168Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42932026-09-07T00:03:12.666Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42942026-09-07T00:11:11.075Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 49s
42952026-09-07T00:11:11.078Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42962026-09-07T00:11:11.078Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42972026-09-07T00:11:47.097ZSep 07 00:11:46.324 INFO [host-package] process exited with exit status: 0 (685.836410616s)
42982026-09-07T00:11:47.097ZSep 07 00:11:46.324 INFO [host-libraries] running task
42992026-09-07T00:11:47.098ZSep 07 00:11:46.324 INFO [host-stamp] running task
43002026-09-07T00:11:47.101ZSep 07 00:11:46.326 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+git01f98ba88b7
43012026-09-07T00:11:47.102ZSep 07 00:11:46.327 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+git01f98ba88b7
43022026-09-07T00:11:47.102ZSep 07 00:11:46.327 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+git01f98ba88b7
43032026-09-07T00:11:47.102ZSep 07 00:11:46.327 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+git01f98ba88b7
43042026-09-07T00:11:47.102ZSep 07 00:11:46.327 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+git01f98ba88b7
43052026-09-07T00:11:47.102ZSep 07 00:11:46.327 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+git01f98ba88b7
43062026-09-07T00:11:47.102ZSep 07 00:11:46.328 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+git01f98ba88b7
43072026-09-07T00:11:47.102ZSep 07 00:11:46.328 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+git01f98ba88b7
43082026-09-07T00:11:47.106Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
43092026-09-07T00:11:47.106Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
43102026-09-07T00:11:47.109Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
43112026-09-07T00:11:47.109Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43122026-09-07T00:11:47.109Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
43132026-09-07T00:11:47.109Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
43142026-09-07T00:11:47.109Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
43152026-09-07T00:11:47.109Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
43162026-09-07T00:11:47.109Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
43172026-09-07T00:11:47.112ZSep 07 00:11:46.337 INFO [stamp-overlay] process exited with exit status: 0 (10.547284ms)
43182026-09-07T00:11:47.112Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
43192026-09-07T00:11:47.115ZSep 07 00:11:46.341 INFO [stamp-oxlog] process exited with exit status: 0 (13.501905ms)
43202026-09-07T00:11:47.143Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
43212026-09-07T00:11:47.146ZSep 07 00:11:46.373 INFO [stamp-crucible-utils] process exited with exit status: 0 (44.631897ms)
43222026-09-07T00:11:47.155Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
43232026-09-07T00:11:47.158ZSep 07 00:11:46.384 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (55.832891ms)
43242026-09-07T00:11:47.339Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
43252026-09-07T00:11:47.342ZSep 07 00:11:46.568 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.100598ms)
43262026-09-07T00:11:47.386Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
43272026-09-07T00:11:47.389ZSep 07 00:11:46.615 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (288.468916ms)
43282026-09-07T00:11:47.629Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
43292026-09-07T00:11:47.632ZSep 07 00:11:46.858 INFO [stamp-propolis-server] process exited with exit status: 0 (530.191554ms)
43302026-09-07T00:11:47.916ZSep 07 00:11:47.141 INFO [host-libraries] task succeeded (817.827299ms)
43312026-09-07T00:11:47.918ZSep 07 00:11:47.142 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
43322026-09-07T00:11:47.921Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
43332026-09-07T00:11:48.955Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
43342026-09-07T00:11:49.082Z[recovery-package] Compiling regress v0.11.1
43352026-09-07T00:11:49.127Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
43362026-09-07T00:11:49.131Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43372026-09-07T00:11:49.165Z[recovery-package] Compiling slog-scope v4.4.1
43382026-09-07T00:11:49.181Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43392026-09-07T00:11:49.184Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43402026-09-07T00:11:49.197Z[recovery-package] Compiling cancel-safe-futures v0.1.5
43412026-09-07T00:11:49.313Z[recovery-package] Compiling slog-stdlog v4.1.1
43422026-09-07T00:11:49.350Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43432026-09-07T00:11:49.464Z[recovery-package] Compiling slog-envlogger v2.2.0
43442026-09-07T00:11:49.623Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43452026-09-07T00:11:50.104Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43462026-09-07T00:11:50.255Z[recovery-package] Compiling oxide-update-engine v0.1.2
43472026-09-07T00:11:50.703Z[recovery-package] Compiling typify-impl v0.6.2
43482026-09-07T00:11:52.008Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
43492026-09-07T00:11:52.011ZSep 07 00:11:51.238 INFO [stamp-switch-asic] process exited with exit status: 0 (4.910847357s)
43502026-09-07T00:11:52.011ZSep 07 00:11:51.238 INFO [host-stamp] task succeeded (4.914078898s)
43512026-09-07T00:11:52.011ZSep 07 00:11:51.238 INFO [host-proto] running task
43522026-09-07T00:11:52.362ZSep 07 00:11:51.588 INFO [host-proto] task succeeded (350.697179ms)
43532026-09-07T00:11:52.362ZSep 07 00:11:51.589 INFO [host-profile] running task
43542026-09-07T00:11:52.366ZSep 07 00:11:51.589 INFO [host-profile] task succeeded (265.13µs)
43552026-09-07T00:11:52.366ZSep 07 00:11:51.589 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/.tmpocBgrn/proto/host/root -N 'ci 01f98ba/${os_short_commit} 2026-09-06 23:59' -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/'
43562026-09-07T00:11:52.369Z[ host-image] Sep 07 00:11:51.595 INFO Checking files for board 'cosmo'
43572026-09-07T00:11:52.369Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
43582026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
43592026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO Checking files for board 'cosmo-mbist-noaggr'
43602026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43612026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO Checking files for board 'cosmo-mbist'
43622026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43632026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO Checking files for board 'gimlet'
43642026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43652026-09-07T00:11:52.372Z[ host-image] Sep 07 00:11:51.596 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
43662026-09-07T00:11:52.378Z[ host-image] Sep 07 00:11:51.604 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpocBgrn/proto/host/root"
43672026-09-07T00:11:52.383Z[ host-image] Sep 07 00:11:51.604 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
43682026-09-07T00:11:52.383Z[ host-image] Sep 07 00:11:51.604 INFO image builder template: ramdisk-01-os...
43692026-09-07T00:11:52.383Z[ host-image] Sep 07 00:11:51.604 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/.tmpocBgrn/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
43702026-09-07T00:11:52.392Z[ host-image] Sep 07 00:11:51.618 INFO O| Sep 07 00:11:51.618 INFO CREATE DATASET: rpool/images/build/host/output
43712026-09-07T00:11:52.439Z[recovery-package] Compiling typify v0.6.2
43722026-09-07T00:11:52.527Z[recovery-package] Compiling progenitor-impl v0.14.0
43732026-09-07T00:11:53.607Z[ host-image] Sep 07 00:11:52.830 INFO O| Sep 07 00:11:52.830 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43742026-09-07T00:11:53.610Z[ host-image] Sep 07 00:11:52.833 INFO O| Sep 07 00:11:52.833 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43752026-09-07T00:11:53.876Z[recovery-package] Compiling progenitor v0.14.0
43762026-09-07T00:11:53.914Z[ host-image] Sep 07 00:11:53.141 INFO O| Sep 07 00:11:53.140 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43772026-09-07T00:11:53.977Z[ host-image] Sep 07 00:11:53.203 INFO O| Sep 07 00:11:53.203 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43782026-09-07T00:11:53.977Z[ host-image] Sep 07 00:11:53.203 INFO O| Sep 07 00:11:53.203 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43792026-09-07T00:11:53.981Z[ host-image] Sep 07 00:11:53.203 INFO O| Sep 07 00:11:53.203 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43802026-09-07T00:11:53.981Z[ host-image] Sep 07 00:11:53.203 INFO O| Sep 07 00:11:53.203 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43812026-09-07T00:11:53.984Z[ host-image] Sep 07 00:11:53.208 INFO O| Sep 07 00:11:53.208 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43822026-09-07T00:11:53.988Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43832026-09-07T00:11:53.988Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43842026-09-07T00:11:54.284Z[ host-image] Sep 07 00:11:53.510 INFO O| Sep 07 00:11:53.510 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43852026-09-07T00:11:54.291Z[ host-image] Sep 07 00:11:53.517 INFO O| Sep 07 00:11:53.517 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
43862026-09-07T00:11:54.542Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43872026-09-07T00:11:54.577Z[ host-image] Sep 07 00:11:53.803 INFO O| Sep 07 00:11:53.803 INFO O| Caching catalogs ... Done
43882026-09-07T00:11:54.653Z[ host-image] Sep 07 00:11:53.879 INFO O| Sep 07 00:11:53.878 INFO STEP 0 (pkg_image_create) COMPLETE
43892026-09-07T00:11:54.653Z[ host-image] Sep 07 00:11:53.879 INFO O| Sep 07 00:11:53.878 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43902026-09-07T00:11:54.662Z[ host-image] Sep 07 00:11:53.887 INFO O| Sep 07 00:11:53.887 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"]
43912026-09-07T00:11:54.939Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO STEP 1 (pkg_set_publisher) COMPLETE
43922026-09-07T00:11:54.939Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43932026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO skip step because feature "publisher_1_name" is not enabled
43942026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO skip step because feature "publisher_2_name" is not enabled
43962026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO skip step because feature "publisher_3_name" is not enabled
43982026-09-07T00:11:54.943Z[ host-image] Sep 07 00:11:54.163 INFO O| Sep 07 00:11:54.163 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43992026-09-07T00:11:55.195Z[ host-image] Sep 07 00:11:54.421 INFO O| Sep 07 00:11:54.421 INFO variant opensolaris.zone is already global
44002026-09-07T00:11:55.195Z[ host-image] Sep 07 00:11:54.421 INFO O| Sep 07 00:11:54.421 INFO STEP 5 (pkg_change_variant) COMPLETE
44012026-09-07T00:11:55.198Z[ host-image] Sep 07 00:11:54.421 INFO O| Sep 07 00:11:54.421 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44022026-09-07T00:11:55.441Z[ host-image] Sep 07 00:11:54.667 INFO O| Sep 07 00:11:54.667 INFO variant opensolaris.imagetype is full; changing to partial
44032026-09-07T00:11:55.441Z[ host-image] Sep 07 00:11:54.667 INFO O| Sep 07 00:11:54.667 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
44042026-09-07T00:11:57.310Z[ host-image] Sep 07 00:11:56.536 INFO O| Sep 07 00:11:56.536 INFO O| Startup: Refreshing catalog 'helios' ... Done
44052026-09-07T00:11:57.754Z[ host-image] Sep 07 00:11:56.981 INFO O| Sep 07 00:11:56.981 INFO O| Startup: Caching catalogs ... Done
44062026-09-07T00:11:57.770Z[ host-image] Sep 07 00:11:56.996 INFO O| Sep 07 00:11:56.996 INFO O| Planning: Planning completed in 0.00 seconds
44072026-09-07T00:11:57.773Z[ host-image] Sep 07 00:11:56.996 INFO O| Sep 07 00:11:56.996 INFO O| Planning: Consolidating action changes ... Done
44082026-09-07T00:11:57.773Z[ host-image] Sep 07 00:11:56.996 INFO O| Sep 07 00:11:56.996 INFO O| Planning: Evaluating mediators ... Done
44092026-09-07T00:11:57.773Z[ host-image] Sep 07 00:11:56.997 INFO O| Sep 07 00:11:56.997 INFO O| Planning: Planning completed in 0.00 seconds
44102026-09-07T00:11:57.773Z[ host-image] Sep 07 00:11:56.997 INFO O| Sep 07 00:11:56.997 INFO O| Variants/Facets to change: 1
44112026-09-07T00:11:57.780Z[ host-image] Sep 07 00:11:57.006 INFO O| Sep 07 00:11:57.006 INFO O| Finalize: Updating package state database ... Done
44122026-09-07T00:11:57.780Z[ host-image] Sep 07 00:11:57.006 INFO O| Sep 07 00:11:57.006 INFO O| Finalize: Updating package cache ... Done
44132026-09-07T00:11:57.860Z[ host-image] Sep 07 00:11:57.085 INFO O| Sep 07 00:11:57.085 INFO O| Finalize: Updating image state ... Done
44142026-09-07T00:11:57.872Z[ host-image] Sep 07 00:11:57.098 INFO O| Sep 07 00:11:57.098 INFO O| Finalize: Creating fast lookup database ... Done
44152026-09-07T00:11:57.877Z[ host-image] Sep 07 00:11:57.098 INFO O| Sep 07 00:11:57.098 INFO O| Finalize: Reading search index ... Done
44162026-09-07T00:11:57.877Z[ host-image] Sep 07 00:11:57.098 INFO O| Sep 07 00:11:57.098 INFO O| Finalize: Updating search index ... Done
44172026-09-07T00:11:57.877Z[ host-image] Sep 07 00:11:57.099 INFO O| Sep 07 00:11:57.099 INFO O| Finalize: Updating package cache ... Done
44182026-09-07T00:11:58.063Z[ host-image] Sep 07 00:11:57.289 INFO O| Sep 07 00:11:57.289 INFO STEP 6 (pkg_change_variant) COMPLETE
44192026-09-07T00:11:58.063Z[ host-image] Sep 07 00:11:57.289 INFO O| Sep 07 00:11:57.289 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-09-07T00:11:58.063Z[ host-image] Sep 07 00:11:57.289 INFO O| Sep 07 00:11:57.289 INFO skip step because feature "debug_variant" is not enabled
44212026-09-07T00:11:58.063Z[ host-image] Sep 07 00:11:57.289 INFO O| Sep 07 00:11:57.289 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-09-07T00:11:58.306Z[ host-image] Sep 07 00:11:57.533 INFO O| Sep 07 00:11:57.533 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
44232026-09-07T00:12:00.064Z[ host-image] Sep 07 00:11:59.290 INFO O| Sep 07 00:11:59.290 INFO O| Startup: Refreshing catalog 'helios' ... Done
44242026-09-07T00:12:00.263Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44252026-09-07T00:12:00.509Z[ host-image] Sep 07 00:11:59.734 INFO O| Sep 07 00:11:59.734 INFO O| Startup: Caching catalogs ... Done
44262026-09-07T00:12:00.524Z[ host-image] Sep 07 00:11:59.750 INFO O| Sep 07 00:11:59.750 INFO O| Planning: Planning completed in 0.00 seconds
44272026-09-07T00:12:00.528Z[ host-image] Sep 07 00:11:59.751 INFO O| Sep 07 00:11:59.751 INFO O| Planning: Consolidating action changes ... Done
44282026-09-07T00:12:00.529Z[ host-image] Sep 07 00:11:59.751 INFO O| Sep 07 00:11:59.751 INFO O| Planning: Evaluating mediators ... Done
44292026-09-07T00:12:00.529Z[ host-image] Sep 07 00:11:59.751 INFO O| Sep 07 00:11:59.751 INFO O| Planning: Planning completed in 0.00 seconds
44302026-09-07T00:12:00.529Z[ host-image] Sep 07 00:11:59.751 INFO O| Sep 07 00:11:59.751 INFO O| Variants/Facets to change: 1
44312026-09-07T00:12:00.533Z[ host-image] Sep 07 00:11:59.760 INFO O| Sep 07 00:11:59.760 INFO O| Finalize: Updating package state database ... Done
44322026-09-07T00:12:00.533Z[ host-image] Sep 07 00:11:59.760 INFO O| Sep 07 00:11:59.760 INFO O| Finalize: Updating package cache ... Done
44332026-09-07T00:12:00.609Z[ host-image] Sep 07 00:11:59.835 INFO O| Sep 07 00:11:59.834 INFO O| Finalize: Updating image state ... Done
44342026-09-07T00:12:00.626Z[ host-image] Sep 07 00:11:59.852 INFO O| Sep 07 00:11:59.852 INFO O| Finalize: Creating fast lookup database ... Done
44352026-09-07T00:12:00.629Z[ host-image] Sep 07 00:11:59.852 INFO O| Sep 07 00:11:59.852 INFO O| Finalize: Reading search index ... Done
44362026-09-07T00:12:00.629Z[ host-image] Sep 07 00:11:59.853 INFO O| Sep 07 00:11:59.852 INFO O| Finalize: Updating search index ... Done
44372026-09-07T00:12:00.629Z[ host-image] Sep 07 00:11:59.853 INFO O| Sep 07 00:11:59.853 INFO O| Finalize: Updating package cache ... Done
44382026-09-07T00:12:00.903Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO STEP 8 (pkg_change_facet) COMPLETE
44392026-09-07T00:12:00.904Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-09-07T00:12:00.907Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO skip step because feature "recovery" is not enabled
44412026-09-07T00:12:00.907Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-09-07T00:12:00.907Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO skip step because feature "recovery" is not enabled
44432026-09-07T00:12:00.907Z[ host-image] Sep 07 00:12:00.130 INFO O| Sep 07 00:12:00.130 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44442026-09-07T00:12:00.912Z[ host-image] Sep 07 00:12:00.138 INFO O| Sep 07 00:12:00.138 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"]
44452026-09-07T00:12:01.254Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
44462026-09-07T00:12:01.254Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44472026-09-07T00:12:02.905Z[ host-image] Sep 07 00:12:02.131 INFO O| Sep 07 00:12:02.131 INFO O| Startup: Refreshing catalog 'helios' ... Done
44482026-09-07T00:12:03.346Z[ host-image] Sep 07 00:12:02.573 INFO O| Sep 07 00:12:02.572 INFO O| Startup: Caching catalogs ... Done
44492026-09-07T00:12:03.459Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44502026-09-07T00:12:03.459Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44512026-09-07T00:12:04.499Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44522026-09-07T00:12:05.077Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44532026-09-07T00:12:06.011Z[ host-image] Sep 07 00:12:05.237 INFO O| Sep 07 00:12:05.237 INFO O| Planning: Solver setup ... Done
44542026-09-07T00:12:06.297Z[ host-image] Sep 07 00:12:05.523 INFO O| Sep 07 00:12:05.523 INFO O| Planning: Running solver ... Done
44552026-09-07T00:12:06.349Z[ host-image] Sep 07 00:12:05.575 INFO O| Sep 07 00:12:05.575 INFO O| Planning: Finding local manifests ... Done
44562026-09-07T00:12:06.367Z[ host-image] Sep 07 00:12:05.593 INFO O| Sep 07 00:12:05.593 INFO O| Planning: Fetching manifests: 0/130 0% complete
44572026-09-07T00:12:08.016Z[ host-image] Sep 07 00:12:07.242 INFO O| Sep 07 00:12:07.242 INFO O| Planning: Fetching manifests: 130/130 100% complete
44582026-09-07T00:12:08.485Z[ host-image] Sep 07 00:12:07.710 INFO O| Sep 07 00:12:07.710 INFO O| Planning: Package planning ... Done
44592026-09-07T00:12:08.793Z[ host-image] Sep 07 00:12:08.019 INFO O| Sep 07 00:12:08.019 INFO O| Planning: Merging actions ... Done
44602026-09-07T00:12:08.894Z[ host-image] Sep 07 00:12:08.120 INFO O| Sep 07 00:12:08.120 INFO O| Planning: Checking for conflicting actions ... Done
44612026-09-07T00:12:08.992Z[ host-image] Sep 07 00:12:08.219 INFO O| Sep 07 00:12:08.218 INFO O| Planning: Consolidating action changes ... Done
44622026-09-07T00:12:09.324Z[ host-image] Sep 07 00:12:08.550 INFO O| Sep 07 00:12:08.550 INFO O| Planning: Evaluating mediators ... Done
44632026-09-07T00:12:10.742Z[ host-image] Sep 07 00:12:09.968 INFO O| Sep 07 00:12:09.968 INFO O| Planning: Planning completed in 7.38 seconds
44642026-09-07T00:12:10.746Z[ host-image] Sep 07 00:12:09.970 INFO O| Sep 07 00:12:09.970 INFO O| Packages to install: 130
44652026-09-07T00:12:10.746Z[ host-image] Sep 07 00:12:09.970 INFO O| Sep 07 00:12:09.970 INFO O| Mediators to change: 5
44662026-09-07T00:12:10.746Z[ host-image] Sep 07 00:12:09.970 INFO O| Sep 07 00:12:09.970 INFO O| Services to change: 6
44672026-09-07T00:12:10.774Z[ host-image] Sep 07 00:12:10.000 INFO O| Sep 07 00:12:10.000 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
44682026-09-07T00:12:15.774Z[ host-image] Sep 07 00:12:15.000 INFO O| Sep 07 00:12:15.000 INFO O| Download: 13003/23891 items 111.0/223.0MB 49% complete (22.2M/s)
44692026-09-07T00:12:20.448Z[ host-image] Sep 07 00:12:19.674 INFO O| Sep 07 00:12:19.674 INFO O| Download: Completed 223.04 MB in 9.67 seconds (23.0M/s)
44702026-09-07T00:12:21.243Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.20s
44712026-09-07T00:12:21.247Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44722026-09-07T00:12:21.247Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44732026-09-07T00:12:21.338Z[ host-image] Sep 07 00:12:20.564 INFO O| Sep 07 00:12:20.564 INFO O| Actions: 1/54206 actions (Installing new actions)
44742026-09-07T00:12:23.737ZSep 07 00:12:22.962 INFO [recovery-package] process exited with exit status: 0 (35.82029884s)
44752026-09-07T00:12:23.737ZSep 07 00:12:22.962 INFO [recovery-libraries] running task
44762026-09-07T00:12:23.737ZSep 07 00:12:22.962 INFO [recovery-stamp] running task
44772026-09-07T00:12:23.742ZSep 07 00:12:22.962 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+git01f98ba88b7
44782026-09-07T00:12:23.742ZSep 07 00:12:22.963 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git01f98ba88b7
44792026-09-07T00:12:23.747Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
44802026-09-07T00:12:23.747Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
44812026-09-07T00:12:23.766ZSep 07 00:12:22.982 INFO [recovery-libraries] task succeeded (20.493848ms)
44822026-09-07T00:12:23.770ZSep 07 00:12:22.982 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
44832026-09-07T00:12:23.784Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
44842026-09-07T00:12:23.793ZSep 07 00:12:23.011 INFO [stamp-installinator] process exited with exit status: 0 (48.508958ms)
44852026-09-07T00:12:23.897Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
44862026-09-07T00:12:23.911ZSep 07 00:12:23.117 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.362807ms)
44872026-09-07T00:12:23.911ZSep 07 00:12:23.117 INFO [recovery-stamp] task succeeded (154.766037ms)
44882026-09-07T00:12:23.912ZSep 07 00:12:23.117 INFO [recovery-proto] running task
44892026-09-07T00:12:23.912ZSep 07 00:12:23.117 INFO [tuf-stamp] running task
44902026-09-07T00:12:23.912ZSep 07 00:12:23.117 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+git01f98ba88b7
44912026-09-07T00:12:23.914ZSep 07 00:12:23.117 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+git01f98ba88b7
44922026-09-07T00:12:23.914ZSep 07 00:12:23.118 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+git01f98ba88b7
44932026-09-07T00:12:23.914ZSep 07 00:12:23.118 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+git01f98ba88b7
44942026-09-07T00:12:23.914ZSep 07 00:12:23.119 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+git01f98ba88b7
44952026-09-07T00:12:23.914ZSep 07 00:12:23.119 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+git01f98ba88b7
44962026-09-07T00:12:23.914ZSep 07 00:12:23.119 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+git01f98ba88b7
44972026-09-07T00:12:23.914ZSep 07 00:12:23.120 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+git01f98ba88b7
44982026-09-07T00:12:23.915ZSep 07 00:12:23.120 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+git01f98ba88b7
44992026-09-07T00:12:23.915ZSep 07 00:12:23.120 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+git01f98ba88b7
45002026-09-07T00:12:23.915ZSep 07 00:12:23.121 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+git01f98ba88b7
45012026-09-07T00:12:23.915ZSep 07 00:12:23.121 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+git01f98ba88b7
45022026-09-07T00:12:23.915Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45032026-09-07T00:12:23.915Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45042026-09-07T00:12:23.915Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45052026-09-07T00:12:23.915Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45062026-09-07T00:12:23.915Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45072026-09-07T00:12:23.916Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45082026-09-07T00:12:23.916Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45092026-09-07T00:12:23.916Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45102026-09-07T00:12:23.916Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45112026-09-07T00:12:23.916Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45122026-09-07T00:12:23.916Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45132026-09-07T00:12:23.916Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45142026-09-07T00:12:23.951Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45152026-09-07T00:12:23.961ZSep 07 00:12:23.177 INFO [stamp-probe] process exited with exit status: 0 (57.169541ms)
45162026-09-07T00:12:23.990ZSep 07 00:12:23.215 INFO [recovery-proto] task succeeded (97.869336ms)
45172026-09-07T00:12:23.997ZSep 07 00:12:23.215 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/.tmpocBgrn/proto/recovery/root -N 'recovery 01f98ba/${os_short_commit} 2026-09-06 23:59' -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/'
45182026-09-07T00:12:23.997Z[ recovery-image] Sep 07 00:12:23.221 INFO Checking files for board 'cosmo'
45192026-09-07T00:12:23.998Z[ recovery-image] Sep 07 00:12:23.221 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45202026-09-07T00:12:23.998Z[ recovery-image] Sep 07 00:12:23.221 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45212026-09-07T00:12:24.007Z[ recovery-image] Sep 07 00:12:23.222 INFO Checking files for board 'cosmo-mbist-noaggr'
45222026-09-07T00:12:24.007Z[ recovery-image] Sep 07 00:12:23.222 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45232026-09-07T00:12:24.008Z[ recovery-image] Sep 07 00:12:23.222 INFO Checking files for board 'gimlet'
45242026-09-07T00:12:24.008Z[ recovery-image] Sep 07 00:12:23.222 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45252026-09-07T00:12:24.008Z[ recovery-image] Sep 07 00:12:23.222 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45262026-09-07T00:12:24.008Z[ recovery-image] Sep 07 00:12:23.222 INFO Checking files for board 'cosmo-mbist'
45272026-09-07T00:12:24.008Z[ recovery-image] Sep 07 00:12:23.222 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45282026-09-07T00:12:24.016Z[ recovery-image] Sep 07 00:12:23.231 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpocBgrn/proto/recovery/root"
45292026-09-07T00:12:24.016Z[ recovery-image] Sep 07 00:12:23.231 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45302026-09-07T00:12:24.016Z[ recovery-image] Sep 07 00:12:23.231 INFO image builder template: ramdisk-01-os...
45312026-09-07T00:12:24.016Z[ recovery-image] Sep 07 00:12:23.231 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/.tmpocBgrn/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
45322026-09-07T00:12:24.016Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45332026-09-07T00:12:24.016ZSep 07 00:12:23.237 INFO [stamp-ntp] process exited with exit status: 0 (115.707043ms)
45342026-09-07T00:12:24.024Z[ recovery-image] Sep 07 00:12:23.247 INFO O| Sep 07 00:12:23.247 INFO CREATE DATASET: rpool/images/build/recovery/output
45352026-09-07T00:12:24.180Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45362026-09-07T00:12:24.190ZSep 07 00:12:23.405 INFO [stamp-internal-dns] process exited with exit status: 0 (283.465194ms)
45372026-09-07T00:12:24.190Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45382026-09-07T00:12:24.190ZSep 07 00:12:23.409 INFO [stamp-external-dns] process exited with exit status: 0 (288.406416ms)
45392026-09-07T00:12:24.242Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45402026-09-07T00:12:24.253ZSep 07 00:12:23.471 INFO [stamp-oximeter] process exited with exit status: 0 (353.45904ms)
45412026-09-07T00:12:24.309Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45422026-09-07T00:12:24.322ZSep 07 00:12:23.530 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (411.407181ms)
45432026-09-07T00:12:24.378Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45442026-09-07T00:12:24.398Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45452026-09-07T00:12:24.519Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45462026-09-07T00:12:24.553ZSep 07 00:12:23.744 INFO [stamp-crucible-zone] process exited with exit status: 0 (626.18638ms)
45472026-09-07T00:12:24.669Z[ recovery-image] Sep 07 00:12:23.894 INFO O| Sep 07 00:12:23.894 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45482026-09-07T00:12:24.674Z[ recovery-image] Sep 07 00:12:23.897 INFO O| Sep 07 00:12:23.897 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45492026-09-07T00:12:25.815Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
45502026-09-07T00:12:25.822ZSep 07 00:12:25.036 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.916579521s)
45512026-09-07T00:12:26.338Z[ host-image] Sep 07 00:12:25.564 INFO O| Sep 07 00:12:25.564 INFO O| Actions: 24738/54206 actions (Installing new actions)
45522026-09-07T00:12:26.959Z[ recovery-image] Sep 07 00:12:26.181 INFO O| Sep 07 00:12:26.181 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45532026-09-07T00:12:27.019Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
45542026-09-07T00:12:27.046ZSep 07 00:12:26.236 INFO [stamp-nexus] process exited with exit status: 0 (3.115999681s)
45552026-09-07T00:12:27.328Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
45562026-09-07T00:12:27.335ZSep 07 00:12:26.554 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.435357877s)
45572026-09-07T00:12:27.406Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
45582026-09-07T00:12:27.416ZSep 07 00:12:26.622 INFO [stamp-clickhouse] process exited with exit status: 0 (3.503396842s)
45592026-09-07T00:12:27.431Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
45602026-09-07T00:12:27.442ZSep 07 00:12:26.655 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.537426995s)
45612026-09-07T00:12:27.443ZSep 07 00:12:26.655 INFO [tuf-stamp] task succeeded (3.538617455s)
45622026-09-07T00:12:27.443ZSep 07 00:12:26.655 INFO [tuf-v2-zones] running task
45632026-09-07T00:12:27.492ZSep 07 00:12:26.713 INFO [tuf-v2-zones] task succeeded (58.121702ms)
45642026-09-07T00:12:28.365Z[ host-image] Sep 07 00:12:27.589 INFO O| Sep 07 00:12:27.589 INFO O| Actions: Completed 54206 actions in 7.02 seconds.
45652026-09-07T00:12:28.443Z[ host-image] Sep 07 00:12:27.664 INFO O| Sep 07 00:12:27.664 INFO O| Finalize: Updating package state database ... Done
45662026-09-07T00:12:28.443Z[ host-image] Sep 07 00:12:27.664 INFO O| Sep 07 00:12:27.664 INFO O| Finalize: Updating package cache ... Done
45672026-09-07T00:12:28.573Z[ host-image] Sep 07 00:12:27.797 INFO O| Sep 07 00:12:27.797 INFO O| Finalize: Updating image state ... Done
45682026-09-07T00:12:28.817Z[verify-libraries] Compiling match_cfg v0.1.0
45692026-09-07T00:12:28.825Z[verify-libraries] Compiling slog-json v2.6.1
45702026-09-07T00:12:28.825Z[verify-libraries] Compiling debug-ignore v1.0.5
45712026-09-07T00:12:28.827Z[verify-libraries] Compiling sha1 v0.11.0
45722026-09-07T00:12:28.827Z[verify-libraries] Compiling async-stream-impl v0.3.6
45732026-09-07T00:12:28.827Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45742026-09-07T00:12:28.828Z[verify-libraries] Compiling multer v3.1.0
45752026-09-07T00:12:29.015Z[verify-libraries] Compiling compression-core v0.4.31
45762026-09-07T00:12:29.030Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
45772026-09-07T00:12:29.030Z[verify-libraries] Compiling serde_spanned v1.1.1
45782026-09-07T00:12:29.030Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45792026-09-07T00:12:29.030Z[verify-libraries] Compiling dropshot v0.17.1
45802026-09-07T00:12:29.030Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45812026-09-07T00:12:29.125Z[verify-libraries] Compiling waitgroup v0.1.2
45822026-09-07T00:12:29.134Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45832026-09-07T00:12:29.337Z[verify-libraries] Compiling hostname v0.3.1
45842026-09-07T00:12:29.354Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45852026-09-07T00:12:29.372Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45862026-09-07T00:12:29.372Z[verify-libraries] Compiling hostname v0.4.2
45872026-09-07T00:12:29.384Z[ host-image] Sep 07 00:12:28.606 INFO O| Sep 07 00:12:28.606 INFO O| Finalize: Creating fast lookup database ... Done
45882026-09-07T00:12:29.417Z[ host-image] Sep 07 00:12:28.635 INFO O| Sep 07 00:12:28.635 INFO O| Finalize: Reading search index ... Done
45892026-09-07T00:12:29.449Z[verify-libraries] Compiling progenitor-client v0.14.0
45902026-09-07T00:12:29.472Z[verify-libraries] Compiling slog-bunyan v2.5.0
45912026-09-07T00:12:29.472Z[verify-libraries] Compiling compression-codecs v0.4.37
45922026-09-07T00:12:29.484Z[verify-libraries] Compiling atomicwrites v0.4.4
45932026-09-07T00:12:29.485Z[verify-libraries] Compiling macaddr v1.0.1
45942026-09-07T00:12:29.485Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45952026-09-07T00:12:29.485Z[verify-libraries] Compiling regress v0.10.5
45962026-09-07T00:12:29.601Z[verify-libraries] Compiling instant v0.1.13
45972026-09-07T00:12:29.638Z[verify-libraries] Compiling oxide-generation v0.1.3
45982026-09-07T00:12:29.682Z[verify-libraries] Compiling itertools v0.14.0
45992026-09-07T00:12:29.729Z[verify-libraries] Compiling parse-display-derive v0.10.0
46002026-09-07T00:12:29.737Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46012026-09-07T00:12:29.797Z[verify-libraries] Compiling backoff v0.4.0
46022026-09-07T00:12:29.830Z[verify-libraries] Compiling async-compression v0.4.41
46032026-09-07T00:12:29.865Z[verify-libraries] Compiling backon v1.6.0
46042026-09-07T00:12:29.888Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46052026-09-07T00:12:29.892Z[verify-libraries] Compiling async-stream v0.3.6
46062026-09-07T00:12:29.913Z[verify-libraries] Compiling humantime v2.3.0
46072026-09-07T00:12:29.978Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46082026-09-07T00:12:30.041Z[verify-libraries] Compiling convert_case v0.4.0
46092026-09-07T00:12:30.041Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46102026-09-07T00:12:30.121Z[verify-libraries] Compiling progenitor-extras v0.2.0
46112026-09-07T00:12:30.166Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46122026-09-07T00:12:30.193Z[verify-libraries] Compiling indent_write v2.2.0
46132026-09-07T00:12:30.193Z[verify-libraries] Compiling inout v0.1.4
46142026-09-07T00:12:30.275Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46152026-09-07T00:12:30.275Z[verify-libraries] Compiling regress v0.11.1
46162026-09-07T00:12:30.278Z[verify-libraries] Compiling secrecy v0.10.3
46172026-09-07T00:12:30.477Z[verify-libraries] Compiling cipher v0.4.4
46182026-09-07T00:12:30.540Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46192026-09-07T00:12:30.540Z[verify-libraries] Compiling universal-hash v0.5.1
46202026-09-07T00:12:30.540Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
46212026-09-07T00:12:30.543Z[verify-libraries] Compiling derive_more v0.99.20
46222026-09-07T00:12:30.543Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
46232026-09-07T00:12:30.551Z[ recovery-image] Sep 07 00:12:29.777 INFO O| Sep 07 00:12:29.777 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46242026-09-07T00:12:30.551Z[ recovery-image] Sep 07 00:12:29.777 INFO O| Sep 07 00:12:29.777 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46252026-09-07T00:12:30.554Z[ recovery-image] Sep 07 00:12:29.777 INFO O| Sep 07 00:12:29.777 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
46262026-09-07T00:12:30.554Z[ recovery-image] Sep 07 00:12:29.777 INFO O| Sep 07 00:12:29.777 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
46272026-09-07T00:12:30.558Z[ recovery-image] Sep 07 00:12:29.784 INFO O| Sep 07 00:12:29.784 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46282026-09-07T00:12:30.694Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46292026-09-07T00:12:30.805Z[verify-libraries] Compiling opaque-debug v0.3.1
46302026-09-07T00:12:30.871Z[ recovery-image] Sep 07 00:12:30.097 INFO O| Sep 07 00:12:30.096 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46312026-09-07T00:12:30.880Z[ recovery-image] Sep 07 00:12:30.106 INFO O| Sep 07 00:12:30.105 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
46322026-09-07T00:12:30.920Z[verify-libraries] Compiling chacha20 v0.9.1
46332026-09-07T00:12:30.965Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46342026-09-07T00:12:30.965Z[verify-libraries] Compiling blake2 v0.10.6
46352026-09-07T00:12:30.989Z[verify-libraries] Compiling poly1305 v0.8.0
46362026-09-07T00:12:30.992Z[verify-libraries] Compiling aead v0.5.2
46372026-09-07T00:12:31.014Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
46382026-09-07T00:12:31.144Z[verify-libraries] Compiling password-hash v0.5.0
46392026-09-07T00:12:31.193Z[ recovery-image] Sep 07 00:12:30.419 INFO O| Sep 07 00:12:30.419 INFO O| Caching catalogs ... Done
46402026-09-07T00:12:31.219Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
46412026-09-07T00:12:31.283Z[ recovery-image] Sep 07 00:12:30.509 INFO O| Sep 07 00:12:30.509 INFO STEP 0 (pkg_image_create) COMPLETE
46422026-09-07T00:12:31.283Z[ recovery-image] Sep 07 00:12:30.509 INFO O| Sep 07 00:12:30.509 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46432026-09-07T00:12:31.286Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46442026-09-07T00:12:31.293Z[ recovery-image] Sep 07 00:12:30.518 INFO O| Sep 07 00:12:30.518 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"]
46452026-09-07T00:12:31.390Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
46462026-09-07T00:12:31.439Z[verify-libraries] Compiling itertools v0.15.0
46472026-09-07T00:12:31.586Z[verify-libraries] Compiling argon2 v0.5.3
46482026-09-07T00:12:31.589Z[verify-libraries] Compiling num-derive v0.4.2
46492026-09-07T00:12:31.612Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO STEP 1 (pkg_set_publisher) COMPLETE
46502026-09-07T00:12:31.612Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46512026-09-07T00:12:31.617Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO skip step because feature "publisher_1_name" is not enabled
46522026-09-07T00:12:31.617Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46532026-09-07T00:12:31.618Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO skip step because feature "publisher_2_name" is not enabled
46542026-09-07T00:12:31.618Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46552026-09-07T00:12:31.618Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO skip step because feature "publisher_3_name" is not enabled
46562026-09-07T00:12:31.618Z[ recovery-image] Sep 07 00:12:30.835 INFO O| Sep 07 00:12:30.835 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46572026-09-07T00:12:31.638Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46582026-09-07T00:12:31.638Z[verify-libraries] Compiling glob v0.3.3
46592026-09-07T00:12:31.665Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46602026-09-07T00:12:31.801Z[verify-libraries] Compiling parse-display v0.10.0
46612026-09-07T00:12:31.873Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46622026-09-07T00:12:31.941Z[verify-libraries] Compiling usdt-macro v0.5.0
46632026-09-07T00:12:31.976Z[ recovery-image] Sep 07 00:12:31.202 INFO O| Sep 07 00:12:31.202 INFO variant opensolaris.zone is already global
46642026-09-07T00:12:31.977Z[ recovery-image] Sep 07 00:12:31.202 INFO O| Sep 07 00:12:31.202 INFO STEP 5 (pkg_change_variant) COMPLETE
46652026-09-07T00:12:31.980Z[ recovery-image] Sep 07 00:12:31.202 INFO O| Sep 07 00:12:31.202 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46662026-09-07T00:12:32.050Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46672026-09-07T00:12:32.189Z[verify-libraries] Compiling typify-impl v0.6.2
46682026-09-07T00:12:32.257Z[ host-image] Sep 07 00:12:31.469 INFO O| Sep 07 00:12:31.469 INFO O| Finalize: Building new search index ... Done
46692026-09-07T00:12:32.308Z[ recovery-image] Sep 07 00:12:31.533 INFO O| Sep 07 00:12:31.533 INFO variant opensolaris.imagetype is full; changing to partial
46702026-09-07T00:12:32.308Z[ recovery-image] Sep 07 00:12:31.533 INFO O| Sep 07 00:12:31.533 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46712026-09-07T00:12:32.312Z[verify-libraries] Compiling vsss-rs v3.3.4
46722026-09-07T00:12:32.384Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46732026-09-07T00:12:32.670Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46742026-09-07T00:12:32.689Z[ host-image] Sep 07 00:12:31.914 INFO O| Sep 07 00:12:31.914 INFO O| Finalize: Updating package cache ... Done
46752026-09-07T00:12:32.741Z[verify-libraries] Compiling memmap v0.7.0
46762026-09-07T00:12:32.794Z[verify-libraries] Compiling heapless v0.8.0
46772026-09-07T00:12:32.862Z[verify-libraries] Compiling proc-macro-error v1.0.4
46782026-09-07T00:12:32.915Z[verify-libraries] Compiling tabwriter v1.4.1
46792026-09-07T00:12:32.956Z[verify-libraries] Compiling hash32 v0.3.1
46802026-09-07T00:12:33.003Z[verify-libraries] Compiling usdt v0.5.0
46812026-09-07T00:12:33.045Z[verify-libraries] Compiling ingot-macros v0.2.0
46822026-09-07T00:12:33.088Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46832026-09-07T00:12:33.099Z[ host-image] Sep 07 00:12:32.324 INFO O| Sep 07 00:12:32.324 INFO STEP 11 (pkg_install) COMPLETE
46842026-09-07T00:12:33.099Z[ host-image] Sep 07 00:12:32.324 INFO O| Sep 07 00:12:32.324 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46852026-09-07T00:12:33.109Z[ host-image] Sep 07 00:12:32.334 INFO O| Sep 07 00:12:32.334 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"]
46862026-09-07T00:12:33.150Z[verify-libraries] Compiling smoltcp v0.11.0
46872026-09-07T00:12:33.236Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46882026-09-07T00:12:33.303Z[verify-libraries] Compiling cobs v0.3.0
46892026-09-07T00:12:33.339Z[verify-libraries] Compiling colored v3.1.1
46902026-09-07T00:12:33.380Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46912026-09-07T00:12:33.381Z[verify-libraries] Compiling rayon v1.11.0
46922026-09-07T00:12:33.406Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46932026-09-07T00:12:33.491Z[verify-libraries] Compiling num_enum_derive v0.7.6
46942026-09-07T00:12:33.517Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46952026-09-07T00:12:33.626Z[verify-libraries] Compiling postcard v1.1.3
46962026-09-07T00:12:33.630Z[verify-libraries] Compiling rand v0.10.1
46972026-09-07T00:12:33.792Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46982026-09-07T00:12:33.793Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46992026-09-07T00:12:33.868Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47002026-09-07T00:12:33.900Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47012026-09-07T00:12:34.052Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47022026-09-07T00:12:34.052Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47032026-09-07T00:12:34.240Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47042026-09-07T00:12:34.368Z[verify-libraries] Compiling num_enum_derive v0.5.11
47052026-09-07T00:12:34.472Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47062026-09-07T00:12:34.472Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47072026-09-07T00:12:34.549Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47082026-09-07T00:12:34.549Z[verify-libraries] Compiling cstr-argument v0.1.2
47092026-09-07T00:12:34.573Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47102026-09-07T00:12:34.576Z[verify-libraries] Compiling foreign-types v0.5.0
47112026-09-07T00:12:34.576Z[verify-libraries] Compiling itertools v0.12.1
47122026-09-07T00:12:34.594Z[ recovery-image] Sep 07 00:12:33.820 INFO O| Sep 07 00:12:33.820 INFO O| Startup: Refreshing catalog 'helios' ... Done
47132026-09-07T00:12:34.738Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47142026-09-07T00:12:34.742Z[verify-libraries] Compiling num_enum v0.7.6
47152026-09-07T00:12:34.820Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47162026-09-07T00:12:34.881Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47172026-09-07T00:12:34.933Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47182026-09-07T00:12:35.019Z[verify-libraries] Compiling sigpipe v0.1.3
47192026-09-07T00:12:35.069Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47202026-09-07T00:12:35.099Z[ recovery-image] Sep 07 00:12:34.325 INFO O| Sep 07 00:12:34.325 INFO O| Startup: Caching catalogs ... Done
47212026-09-07T00:12:35.115Z[ recovery-image] Sep 07 00:12:34.341 INFO O| Sep 07 00:12:34.341 INFO O| Planning: Planning completed in 0.00 seconds
47222026-09-07T00:12:35.119Z[ recovery-image] Sep 07 00:12:34.341 INFO O| Sep 07 00:12:34.341 INFO O| Planning: Consolidating action changes ... Done
47232026-09-07T00:12:35.119Z[ recovery-image] Sep 07 00:12:34.341 INFO O| Sep 07 00:12:34.341 INFO O| Planning: Evaluating mediators ... Done
47242026-09-07T00:12:35.119Z[ recovery-image] Sep 07 00:12:34.341 INFO O| Sep 07 00:12:34.341 INFO O| Planning: Planning completed in 0.00 seconds
47252026-09-07T00:12:35.119Z[ recovery-image] Sep 07 00:12:34.341 INFO O| Sep 07 00:12:34.341 INFO O| Variants/Facets to change: 1
47262026-09-07T00:12:35.142Z[ recovery-image] Sep 07 00:12:34.367 INFO O| Sep 07 00:12:34.367 INFO O| Finalize: Updating package state database ... Done
47272026-09-07T00:12:35.143Z[ recovery-image] Sep 07 00:12:34.367 INFO O| Sep 07 00:12:34.367 INFO O| Finalize: Updating package cache ... Done
47282026-09-07T00:12:35.153Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47292026-09-07T00:12:35.153Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47302026-09-07T00:12:35.222Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47312026-09-07T00:12:35.234Z[ recovery-image] Sep 07 00:12:34.460 INFO O| Sep 07 00:12:34.460 INFO O| Finalize: Updating image state ... Done
47322026-09-07T00:12:35.251Z[ host-image] Sep 07 00:12:34.477 INFO O| Sep 07 00:12:34.476 INFO O| Startup: Refreshing catalog 'helios' ... Done
47332026-09-07T00:12:35.254Z[ recovery-image] Sep 07 00:12:34.478 INFO O| Sep 07 00:12:34.478 INFO O| Finalize: Creating fast lookup database ... Done
47342026-09-07T00:12:35.254Z[ recovery-image] Sep 07 00:12:34.479 INFO O| Sep 07 00:12:34.479 INFO O| Finalize: Reading search index ... Done
47352026-09-07T00:12:35.254Z[ recovery-image] Sep 07 00:12:34.479 INFO O| Sep 07 00:12:34.479 INFO O| Finalize: Updating search index ... Done
47362026-09-07T00:12:35.254Z[ recovery-image] Sep 07 00:12:34.480 INFO O| Sep 07 00:12:34.480 INFO O| Finalize: Updating package cache ... Done
47372026-09-07T00:12:35.316Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47382026-09-07T00:12:35.320Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47392026-09-07T00:12:35.366Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47402026-09-07T00:12:35.411Z[verify-libraries] Compiling smf v0.2.3
47412026-09-07T00:12:35.573Z[ recovery-image] Sep 07 00:12:34.798 INFO O| Sep 07 00:12:34.798 INFO STEP 6 (pkg_change_variant) COMPLETE
47422026-09-07T00:12:35.573Z[ recovery-image] Sep 07 00:12:34.798 INFO O| Sep 07 00:12:34.798 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47432026-09-07T00:12:35.573Z[ recovery-image] Sep 07 00:12:34.798 INFO O| Sep 07 00:12:34.798 INFO skip step because feature "debug_variant" is not enabled
47442026-09-07T00:12:35.576Z[ recovery-image] Sep 07 00:12:34.798 INFO O| Sep 07 00:12:34.798 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47452026-09-07T00:12:35.576Z[verify-libraries] Compiling num_enum v0.5.11
47462026-09-07T00:12:35.624Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47472026-09-07T00:12:35.691Z[verify-libraries] Compiling whoami v1.6.1
47482026-09-07T00:12:35.754Z[ host-image] Sep 07 00:12:34.979 INFO O| Sep 07 00:12:34.979 INFO O| Startup: Caching catalogs ... Done
47492026-09-07T00:12:35.769Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
47502026-09-07T00:12:35.867Z[verify-libraries] Compiling tokio-dtrace v0.1.1
47512026-09-07T00:12:35.907Z[verify-libraries] Compiling derive-where v1.6.0
47522026-09-07T00:12:36.022Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47532026-09-07T00:12:36.058Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47542026-09-07T00:12:36.062Z[ recovery-image] Sep 07 00:12:35.279 INFO O| Sep 07 00:12:35.279 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47552026-09-07T00:12:36.069Z[verify-libraries] Compiling gethostname v0.5.0
47562026-09-07T00:12:36.163Z[verify-libraries] Compiling zone v0.3.1
47572026-09-07T00:12:36.163Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47582026-09-07T00:12:36.166Z[verify-libraries] Compiling ingot-types v0.2.0
47592026-09-07T00:12:36.269Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47602026-09-07T00:12:36.304Z[verify-libraries] Compiling newline-converter v0.3.0
47612026-09-07T00:12:36.307Z[verify-libraries] Compiling console v0.15.11
47622026-09-07T00:12:36.354Z[verify-libraries] Compiling resolv-conf v0.7.6
47632026-09-07T00:12:36.354Z[verify-libraries] Compiling linear-map v1.2.0
47642026-09-07T00:12:36.472Z[verify-libraries] Compiling num-rational v0.4.2
47652026-09-07T00:12:36.492Z[ host-image] Sep 07 00:12:35.715 INFO O| Sep 07 00:12:35.715 INFO O| Planning: Solver setup ... Done
47662026-09-07T00:12:36.496Z[ host-image] Sep 07 00:12:35.720 INFO O| Sep 07 00:12:35.720 INFO O| Planning: Running solver ... Done
47672026-09-07T00:12:36.512Z[ host-image] Sep 07 00:12:35.736 INFO O| Sep 07 00:12:35.736 INFO O| Planning: Finding local manifests ... Done
47682026-09-07T00:12:36.530Z[ host-image] Sep 07 00:12:35.755 INFO O| Sep 07 00:12:35.755 INFO O| Planning: Fetching manifests: 0/6 0% complete
47692026-09-07T00:12:36.556Z[verify-libraries] Compiling num-complex v0.4.6
47702026-09-07T00:12:36.615Z[ host-image] Sep 07 00:12:35.841 INFO O| Sep 07 00:12:35.840 INFO O| Planning: Fetching manifests: 6/6 100% complete
47712026-09-07T00:12:36.629Z[verify-libraries] Compiling ingot v0.2.1
47722026-09-07T00:12:36.647Z[ host-image] Sep 07 00:12:35.872 INFO O| Sep 07 00:12:35.870 INFO O| Planning: Package planning ... Done
47732026-09-07T00:12:36.650Z[ host-image] Sep 07 00:12:35.876 INFO O| Sep 07 00:12:35.876 INFO O| Planning: Merging actions ... Done
47742026-09-07T00:12:36.693Z[verify-libraries] Compiling slog-dtrace v0.3.0
47752026-09-07T00:12:36.696Z[verify-libraries] Compiling prettyplease v0.2.37
47762026-09-07T00:12:36.716Z[ host-image] Sep 07 00:12:35.938 INFO O| Sep 07 00:12:35.938 INFO O| Planning: Checking for conflicting actions ... Done
47772026-09-07T00:12:36.719Z[ host-image] Sep 07 00:12:35.941 INFO O| Sep 07 00:12:35.941 INFO O| Planning: Consolidating action changes ... Done
47782026-09-07T00:12:36.826Z[verify-libraries] Compiling expectorate v1.2.0
47792026-09-07T00:12:36.865Z[ host-image] Sep 07 00:12:36.091 INFO O| Sep 07 00:12:36.091 INFO O| Planning: Evaluating mediators ... Done
47802026-09-07T00:12:36.868Z[ host-image] Sep 07 00:12:36.092 INFO O| Sep 07 00:12:36.092 INFO O| Planning: Planning completed in 1.09 seconds
47812026-09-07T00:12:36.868Z[ host-image] Sep 07 00:12:36.092 INFO O| Sep 07 00:12:36.092 INFO O| Packages to install: 6
47822026-09-07T00:12:36.868Z[ host-image] Sep 07 00:12:36.092 INFO O| Sep 07 00:12:36.092 INFO O| Services to change: 2
47832026-09-07T00:12:36.877Z[ host-image] Sep 07 00:12:36.103 INFO O| Sep 07 00:12:36.103 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47842026-09-07T00:12:36.893Z[verify-libraries] Compiling float-ord v0.3.2
47852026-09-07T00:12:36.975Z[verify-libraries] Compiling num v0.4.3
47862026-09-07T00:12:37.009Z[verify-libraries] Compiling linked-hash-map v0.5.6
47872026-09-07T00:12:37.102Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47882026-09-07T00:12:37.110Z[ host-image] Sep 07 00:12:36.332 INFO O| Sep 07 00:12:36.332 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.7M/s)
47892026-09-07T00:12:37.128Z[ host-image] Sep 07 00:12:36.353 INFO O| Sep 07 00:12:36.353 INFO O| Actions: 1/391 actions (Installing new actions)
47902026-09-07T00:12:37.163Z[verify-libraries] Compiling hickory-proto v0.24.4
47912026-09-07T00:12:37.166Z[verify-libraries] Compiling typify-macro v0.6.2
47922026-09-07T00:12:37.166Z[verify-libraries] Compiling minimal-lexical v0.2.1
47932026-09-07T00:12:37.166Z[verify-libraries] Compiling unicode-xid v0.2.6
47942026-09-07T00:12:37.190Z[verify-libraries] Compiling tabled_derive v0.7.0
47952026-09-07T00:12:37.260Z[ host-image] Sep 07 00:12:36.486 INFO O| Sep 07 00:12:36.486 INFO O| Actions: Completed 391 actions in 0.13 seconds.
47962026-09-07T00:12:37.277Z[verify-libraries] Compiling lru-cache v0.1.2
47972026-09-07T00:12:37.310Z[ host-image] Sep 07 00:12:36.532 INFO O| Sep 07 00:12:36.532 INFO O| Finalize: Updating package state database ... Done
47982026-09-07T00:12:37.310Z[ host-image] Sep 07 00:12:36.532 INFO O| Sep 07 00:12:36.532 INFO O| Finalize: Updating package cache ... Done
47992026-09-07T00:12:37.325Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
48002026-09-07T00:12:37.414Z[ host-image] Sep 07 00:12:36.640 INFO O| Sep 07 00:12:36.640 INFO O| Finalize: Updating image state ... Done
48012026-09-07T00:12:37.427Z[verify-libraries] Compiling ar_archive_writer v0.5.1
48022026-09-07T00:12:37.468Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
48032026-09-07T00:12:37.468Z[verify-libraries] Compiling nom v7.1.3
48042026-09-07T00:12:37.581Z[verify-libraries] Compiling fd-lock v4.0.4
48052026-09-07T00:12:37.584Z[verify-libraries] Compiling vte v0.14.1
48062026-09-07T00:12:37.754Z[verify-libraries] Compiling display-error-chain v0.2.2
48072026-09-07T00:12:37.881Z[verify-libraries] Compiling crossterm v0.29.0
48082026-09-07T00:12:37.940Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
48092026-09-07T00:12:38.002Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48102026-09-07T00:12:38.126Z[verify-libraries] Compiling stacker v0.1.23
48112026-09-07T00:12:38.320Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48122026-09-07T00:12:38.349Z[ host-image] Sep 07 00:12:37.574 INFO O| Sep 07 00:12:37.574 INFO O| Finalize: Creating fast lookup database ... Done
48132026-09-07T00:12:38.364Z[verify-libraries] Compiling tabled v0.15.0
48142026-09-07T00:12:38.376Z[ host-image] Sep 07 00:12:37.602 INFO O| Sep 07 00:12:37.602 INFO O| Finalize: Reading search index ... Done
48152026-09-07T00:12:38.376Z[ host-image] Sep 07 00:12:37.602 INFO O| Sep 07 00:12:37.602 INFO O| Finalize: Updating search index ... Done
48162026-09-07T00:12:38.392Z[ host-image] Sep 07 00:12:37.617 INFO O| Sep 07 00:12:37.617 INFO O| Finalize: Updating package cache ... Done
48172026-09-07T00:12:38.399Z[verify-libraries] Compiling psm v0.1.30
48182026-09-07T00:12:38.399Z[verify-libraries] Compiling reedline v0.40.0
48192026-09-07T00:12:38.499Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48202026-09-07T00:12:38.560Z[ recovery-image] Sep 07 00:12:37.786 INFO O| Sep 07 00:12:37.786 INFO O| Startup: Refreshing catalog 'helios' ... Done
48212026-09-07T00:12:38.564Z[verify-libraries] Compiling oxide-update-engine v0.1.2
48222026-09-07T00:12:38.679Z[verify-libraries] Compiling cfg_aliases v0.1.1
48232026-09-07T00:12:38.715Z[ host-image] Sep 07 00:12:37.941 INFO O| Sep 07 00:12:37.941 INFO STEP 12 (pkg_install) COMPLETE
48242026-09-07T00:12:38.715Z[ host-image] Sep 07 00:12:37.941 INFO O| Sep 07 00:12:37.941 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-09-07T00:12:38.731Z[ host-image] Sep 07 00:12:37.952 INFO O| Sep 07 00:12:37.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48262026-09-07T00:12:38.767Z[verify-libraries] Compiling termtree v0.5.1
48272026-09-07T00:12:38.854Z[verify-libraries] Compiling nix v0.28.0
48282026-09-07T00:12:38.857Z[verify-libraries] Compiling semver v0.1.20
48292026-09-07T00:12:38.917Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48302026-09-07T00:12:38.989Z[verify-libraries] Compiling phf_shared v0.12.1
48312026-09-07T00:12:39.076Z[ recovery-image] Sep 07 00:12:38.301 INFO O| Sep 07 00:12:38.301 INFO O| Startup: Caching catalogs ... Done
48322026-09-07T00:12:39.093Z[ recovery-image] Sep 07 00:12:38.319 INFO O| Sep 07 00:12:38.319 INFO O| Planning: Planning completed in 0.00 seconds
48332026-09-07T00:12:39.097Z[ recovery-image] Sep 07 00:12:38.319 INFO O| Sep 07 00:12:38.319 INFO O| Planning: Consolidating action changes ... Done
48342026-09-07T00:12:39.097Z[ recovery-image] Sep 07 00:12:38.319 INFO O| Sep 07 00:12:38.319 INFO O| Planning: Evaluating mediators ... Done
48352026-09-07T00:12:39.097Z[ recovery-image] Sep 07 00:12:38.320 INFO O| Sep 07 00:12:38.320 INFO O| Planning: Planning completed in 0.00 seconds
48362026-09-07T00:12:39.097Z[ recovery-image] Sep 07 00:12:38.320 INFO O| Sep 07 00:12:38.320 INFO O| Variants/Facets to change: 1
48372026-09-07T00:12:39.097Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
48382026-09-07T00:12:39.106Z[ recovery-image] Sep 07 00:12:38.332 INFO O| Sep 07 00:12:38.332 INFO O| Finalize: Updating package state database ... Done
48392026-09-07T00:12:39.106Z[ recovery-image] Sep 07 00:12:38.332 INFO O| Sep 07 00:12:38.332 INFO O| Finalize: Updating package cache ... Done
48402026-09-07T00:12:39.123Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48412026-09-07T00:12:39.171Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48422026-09-07T00:12:39.184Z[ recovery-image] Sep 07 00:12:38.409 INFO O| Sep 07 00:12:38.409 INFO O| Finalize: Updating image state ... Done
48432026-09-07T00:12:39.202Z[ recovery-image] Sep 07 00:12:38.428 INFO O| Sep 07 00:12:38.428 INFO O| Finalize: Creating fast lookup database ... Done
48442026-09-07T00:12:39.228Z[ recovery-image] Sep 07 00:12:38.428 INFO O| Sep 07 00:12:38.428 INFO O| Finalize: Reading search index ... Done
48452026-09-07T00:12:39.228Z[ recovery-image] Sep 07 00:12:38.428 INFO O| Sep 07 00:12:38.428 INFO O| Finalize: Updating search index ... Done
48462026-09-07T00:12:39.228Z[ recovery-image] Sep 07 00:12:38.429 INFO O| Sep 07 00:12:38.429 INFO O| Finalize: Updating package cache ... Done
48472026-09-07T00:12:39.228Z[verify-libraries] Compiling typify v0.6.2
48482026-09-07T00:12:39.228Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48492026-09-07T00:12:39.228Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48502026-09-07T00:12:39.347Z[verify-libraries] Compiling rustc_version v0.1.7
48512026-09-07T00:12:39.381Z[verify-libraries] Compiling hickory-resolver v0.24.4
48522026-09-07T00:12:39.403Z[verify-libraries] Compiling progenitor-impl v0.14.0
48532026-09-07T00:12:39.566Z[ recovery-image] Sep 07 00:12:38.792 INFO O| Sep 07 00:12:38.792 INFO STEP 8 (pkg_change_facet) COMPLETE
48542026-09-07T00:12:39.566Z[ recovery-image] Sep 07 00:12:38.792 INFO O| Sep 07 00:12:38.792 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-09-07T00:12:39.669Z[verify-libraries] Compiling nibble_vec v0.1.0
48562026-09-07T00:12:39.764Z[verify-libraries] Compiling chrono-tz v0.10.4
48572026-09-07T00:12:39.799Z[verify-libraries] Compiling endian-type v0.1.2
48582026-09-07T00:12:39.799Z[verify-libraries] Compiling highway v1.3.0
48592026-09-07T00:12:39.891Z[ recovery-image] Sep 07 00:12:39.116 INFO O| Sep 07 00:12:39.116 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48602026-09-07T00:12:39.932Z[verify-libraries] Compiling newtype_derive v0.1.6
48612026-09-07T00:12:40.124Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48622026-09-07T00:12:40.152Z[verify-libraries] Compiling radix_trie v0.2.1
48632026-09-07T00:12:40.285Z[verify-libraries] Compiling recursive v0.1.1
48642026-09-07T00:12:40.432Z[verify-libraries] Compiling phf v0.12.1
48652026-09-07T00:12:40.493Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48662026-09-07T00:12:40.535Z[verify-libraries] Compiling qorb v0.4.1
48672026-09-07T00:12:40.569Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48682026-09-07T00:12:40.653Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48692026-09-07T00:12:40.731Z[verify-libraries] Compiling peg-macros v0.8.5
48702026-09-07T00:12:40.775Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48712026-09-07T00:12:41.291Z[verify-libraries] Compiling csv-core v0.1.13
48722026-09-07T00:12:41.298Z[ host-image] Sep 07 00:12:40.524 INFO O| Sep 07 00:12:40.524 INFO O| Startup: Refreshing catalog 'helios' ... Done
48732026-09-07T00:12:41.333Z[verify-libraries] Compiling winnow v0.6.26
48742026-09-07T00:12:41.662Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48752026-09-07T00:12:41.763Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48762026-09-07T00:12:41.787Z[ host-image] Sep 07 00:12:41.012 INFO O| Sep 07 00:12:41.012 INFO O| Startup: Caching catalogs ... Done
48772026-09-07T00:12:41.797Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48782026-09-07T00:12:41.797Z[verify-libraries] Compiling unicode_categories v0.1.1
48792026-09-07T00:12:41.894Z[verify-libraries] Compiling home v0.5.12
48802026-09-07T00:12:41.897Z[verify-libraries] Compiling sqlparser v0.61.0
48812026-09-07T00:12:41.990Z[verify-libraries] Compiling const_format v0.2.35
48822026-09-07T00:12:42.120Z[verify-libraries] Compiling rustyline v14.0.0
48832026-09-07T00:12:42.120Z[verify-libraries] Compiling csv v1.4.0
48842026-09-07T00:12:42.178Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48852026-09-07T00:12:42.241Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48862026-09-07T00:12:42.407Z[ host-image] Sep 07 00:12:41.632 INFO O| Sep 07 00:12:41.632 INFO O| Planning: Solver setup ... Done
48872026-09-07T00:12:42.410Z[verify-libraries] Compiling peg v0.8.5
48882026-09-07T00:12:42.413Z[ host-image] Sep 07 00:12:41.638 INFO O| Sep 07 00:12:41.638 INFO O| Planning: Running solver ... Done
48892026-09-07T00:12:42.429Z[ host-image] Sep 07 00:12:41.655 INFO O| Sep 07 00:12:41.654 INFO O| Planning: Finding local manifests ... Done
48902026-09-07T00:12:42.446Z[verify-libraries] Compiling progenitor-macro v0.14.0
48912026-09-07T00:12:42.457Z[ host-image] Sep 07 00:12:41.683 INFO O| Sep 07 00:12:41.683 INFO O| Planning: Fetching manifests: 0/6 0% complete
48922026-09-07T00:12:42.480Z[ recovery-image] Sep 07 00:12:41.706 INFO O| Sep 07 00:12:41.706 INFO O| Startup: Refreshing catalog 'helios' ... Done
48932026-09-07T00:12:42.533Z[verify-libraries] Compiling bcs v0.1.6
48942026-09-07T00:12:42.544Z[ host-image] Sep 07 00:12:41.770 INFO O| Sep 07 00:12:41.770 INFO O| Planning: Fetching manifests: 6/6 100% complete
48952026-09-07T00:12:42.573Z[ host-image] Sep 07 00:12:41.798 INFO O| Sep 07 00:12:41.798 INFO O| Planning: Package planning ... Done
48962026-09-07T00:12:42.581Z[ host-image] Sep 07 00:12:41.807 INFO O| Sep 07 00:12:41.807 INFO O| Planning: Merging actions ... Done
48972026-09-07T00:12:42.630Z[ host-image] Sep 07 00:12:41.856 INFO O| Sep 07 00:12:41.856 INFO O| Planning: Checking for conflicting actions ... Done
48982026-09-07T00:12:42.634Z[ host-image] Sep 07 00:12:41.859 INFO O| Sep 07 00:12:41.859 INFO O| Planning: Consolidating action changes ... Done
48992026-09-07T00:12:42.733Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49002026-09-07T00:12:42.770Z[ host-image] Sep 07 00:12:41.995 INFO O| Sep 07 00:12:41.995 INFO O| Planning: Evaluating mediators ... Done
49012026-09-07T00:12:42.773Z[ host-image] Sep 07 00:12:41.998 INFO O| Sep 07 00:12:41.998 INFO O| Planning: Planning completed in 0.97 seconds
49022026-09-07T00:12:42.773Z[ host-image] Sep 07 00:12:41.999 INFO O| Sep 07 00:12:41.999 INFO O| Packages to install: 6
49032026-09-07T00:12:42.776Z[ host-image] Sep 07 00:12:41.999 INFO O| Sep 07 00:12:41.999 INFO O| Mediators to change: 1
49042026-09-07T00:12:42.776Z[ host-image] Sep 07 00:12:41.999 INFO O| Sep 07 00:12:41.999 INFO O| Services to change: 1
49052026-09-07T00:12:42.784Z[ host-image] Sep 07 00:12:42.010 INFO O| Sep 07 00:12:42.010 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49062026-09-07T00:12:42.795Z[verify-libraries] Compiling sqlformat v0.3.5
49072026-09-07T00:12:42.820Z[verify-libraries] Compiling nom v8.0.0
49082026-09-07T00:12:42.852Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49092026-09-07T00:12:42.915Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49102026-09-07T00:12:42.975Z[verify-libraries] Compiling steno v0.4.1
49112026-09-07T00:12:42.987Z[ recovery-image] Sep 07 00:12:42.213 INFO O| Sep 07 00:12:42.213 INFO O| Startup: Caching catalogs ... Done
49122026-09-07T00:12:43.005Z[ recovery-image] Sep 07 00:12:42.230 INFO O| Sep 07 00:12:42.230 INFO O| Planning: Planning completed in 0.00 seconds
49132026-09-07T00:12:43.008Z[ recovery-image] Sep 07 00:12:42.231 INFO O| Sep 07 00:12:42.231 INFO O| Planning: Consolidating action changes ... Done
49142026-09-07T00:12:43.008Z[ recovery-image] Sep 07 00:12:42.231 INFO O| Sep 07 00:12:42.231 INFO O| Planning: Evaluating mediators ... Done
49152026-09-07T00:12:43.008Z[ recovery-image] Sep 07 00:12:42.231 INFO O| Sep 07 00:12:42.231 INFO O| Planning: Planning completed in 0.00 seconds
49162026-09-07T00:12:43.008Z[ recovery-image] Sep 07 00:12:42.231 INFO O| Sep 07 00:12:42.231 INFO O| Variants/Facets to change: 1
49172026-09-07T00:12:43.018Z[ recovery-image] Sep 07 00:12:42.244 INFO O| Sep 07 00:12:42.244 INFO O| Finalize: Updating package state database ... Done
49182026-09-07T00:12:43.018Z[ recovery-image] Sep 07 00:12:42.244 INFO O| Sep 07 00:12:42.244 INFO O| Finalize: Updating package cache ... Done
49192026-09-07T00:12:43.101Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
49202026-09-07T00:12:43.122Z[ recovery-image] Sep 07 00:12:42.348 INFO O| Sep 07 00:12:42.348 INFO O| Finalize: Updating image state ... Done
49212026-09-07T00:12:43.129Z[verify-libraries] Compiling utf-8 v0.7.6
49222026-09-07T00:12:43.139Z[ recovery-image] Sep 07 00:12:42.365 INFO O| Sep 07 00:12:42.365 INFO O| Finalize: Creating fast lookup database ... Done
49232026-09-07T00:12:43.142Z[ recovery-image] Sep 07 00:12:42.366 INFO O| Sep 07 00:12:42.366 INFO O| Finalize: Reading search index ... Done
49242026-09-07T00:12:43.142Z[ recovery-image] Sep 07 00:12:42.366 INFO O| Sep 07 00:12:42.366 INFO O| Finalize: Updating search index ... Done
49252026-09-07T00:12:43.142Z[ recovery-image] Sep 07 00:12:42.367 INFO O| Sep 07 00:12:42.367 INFO O| Finalize: Updating package cache ... Done
49262026-09-07T00:12:43.228Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49272026-09-07T00:12:43.397Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49282026-09-07T00:12:43.444Z[ recovery-image] Sep 07 00:12:42.669 INFO O| Sep 07 00:12:42.669 INFO STEP 9 (pkg_change_facet) COMPLETE
49292026-09-07T00:12:43.445Z[ recovery-image] Sep 07 00:12:42.669 INFO O| Sep 07 00:12:42.669 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49302026-09-07T00:12:43.566Z[ host-image] Sep 07 00:12:42.792 INFO O| Sep 07 00:12:42.791 INFO O| Download: Completed 7.84 MB in 0.78 seconds (10.0M/s)
49312026-09-07T00:12:43.624Z[ host-image] Sep 07 00:12:42.849 INFO O| Sep 07 00:12:42.848 INFO O| Actions: 1/1366 actions (Installing new actions)
49322026-09-07T00:12:43.645Z[verify-libraries] Compiling tagptr v0.2.0
49332026-09-07T00:12:43.761Z[ recovery-image] Sep 07 00:12:42.987 INFO O| Sep 07 00:12:42.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
49342026-09-07T00:12:43.841Z[verify-libraries] Compiling libefi-sys v0.1.0
49352026-09-07T00:12:43.852Z[ host-image] Sep 07 00:12:43.078 INFO O| Sep 07 00:12:43.078 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
49362026-09-07T00:12:43.894Z[verify-libraries] Compiling moka v0.12.13
49372026-09-07T00:12:43.906Z[ host-image] Sep 07 00:12:43.132 INFO O| Sep 07 00:12:43.131 INFO O| Finalize: Updating package state database ... Done
49382026-09-07T00:12:43.906Z[ host-image] Sep 07 00:12:43.132 INFO O| Sep 07 00:12:43.132 INFO O| Finalize: Updating package cache ... Done
49392026-09-07T00:12:43.919Z[verify-libraries] Compiling bitfield-struct v0.6.2
49402026-09-07T00:12:43.919Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49412026-09-07T00:12:43.980Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49422026-09-07T00:12:44.015Z[ host-image] Sep 07 00:12:43.241 INFO O| Sep 07 00:12:43.241 INFO O| Finalize: Updating image state ... Done
49432026-09-07T00:12:44.028Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49442026-09-07T00:12:44.075Z[verify-libraries] Compiling xshell-macros v0.2.7
49452026-09-07T00:12:44.120Z[verify-libraries] Compiling tungstenite v0.21.0
49462026-09-07T00:12:44.146Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49472026-09-07T00:12:44.246Z[verify-libraries] Compiling sha2 v0.11.0
49482026-09-07T00:12:44.277Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49492026-09-07T00:12:44.453Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49502026-09-07T00:12:44.588Z[verify-libraries] Compiling xshell v0.2.7
49512026-09-07T00:12:44.618Z[verify-libraries] Compiling half v1.8.3
49522026-09-07T00:12:44.739Z[verify-libraries] Compiling hickory-resolver v0.25.2
49532026-09-07T00:12:44.792Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49542026-09-07T00:12:44.842Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49552026-09-07T00:12:44.891Z[verify-libraries] Compiling serde_cbor v0.11.2
49562026-09-07T00:12:45.160Z[ host-image] Sep 07 00:12:44.384 INFO O| Sep 07 00:12:44.384 INFO O| Finalize: Creating fast lookup database ... Done
49572026-09-07T00:12:45.183Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49582026-09-07T00:12:45.192Z[ host-image] Sep 07 00:12:44.418 INFO O| Sep 07 00:12:44.417 INFO O| Finalize: Reading search index ... Done
49592026-09-07T00:12:45.192Z[ host-image] Sep 07 00:12:44.418 INFO O| Sep 07 00:12:44.418 INFO O| Finalize: Updating search index ... Done
49602026-09-07T00:12:45.225Z[ host-image] Sep 07 00:12:44.450 INFO O| Sep 07 00:12:44.448 INFO O| Finalize: Updating package cache ... Done
49612026-09-07T00:12:45.268Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49622026-09-07T00:12:45.294Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49632026-09-07T00:12:45.321Z[verify-libraries] Compiling libscf-sys v1.2.0
49642026-09-07T00:12:45.321Z[verify-libraries] Compiling subprocess v0.2.15
49652026-09-07T00:12:45.434Z[verify-libraries] Compiling papergrid v0.18.0
49662026-09-07T00:12:45.509Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49672026-09-07T00:12:45.512Z[ host-image] Sep 07 00:12:44.736 INFO O| Sep 07 00:12:44.736 INFO STEP 13 (pkg_install) COMPLETE
49682026-09-07T00:12:45.512Z[ host-image] Sep 07 00:12:44.736 INFO O| Sep 07 00:12:44.736 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49692026-09-07T00:12:45.519Z[ host-image] Sep 07 00:12:44.745 INFO O| Sep 07 00:12:44.745 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49702026-09-07T00:12:45.590Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49712026-09-07T00:12:45.703Z[verify-libraries] Compiling headers-core v0.3.0
49722026-09-07T00:12:45.707Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49732026-09-07T00:12:45.850Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49742026-09-07T00:12:46.024Z[verify-libraries] Compiling unicase v2.9.0
49752026-09-07T00:12:46.138Z[verify-libraries] Compiling headers v0.4.1
49762026-09-07T00:12:46.168Z[verify-libraries] Compiling darling_core v0.21.3
49772026-09-07T00:12:46.337Z[verify-libraries] Compiling maplit v1.0.2
49782026-09-07T00:12:46.359Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49792026-09-07T00:12:46.359Z[verify-libraries] Compiling yasna v0.5.2
49802026-09-07T00:12:46.511Z[verify-libraries] Compiling crc8 v0.1.1
49812026-09-07T00:12:46.630Z[ recovery-image] Sep 07 00:12:45.855 INFO O| Sep 07 00:12:45.855 INFO O| Startup: Refreshing catalog 'helios' ... Done
49822026-09-07T00:12:46.701Z[verify-libraries] Compiling tabled v0.21.0
49832026-09-07T00:12:46.804Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49842026-09-07T00:12:46.962Z[verify-libraries] Compiling rcgen v0.12.1
49852026-09-07T00:12:46.998Z[verify-libraries] Compiling vergen-lib v0.1.6
49862026-09-07T00:12:47.063Z[verify-libraries] Compiling diesel_derives v2.3.7
49872026-09-07T00:12:47.108Z[ recovery-image] Sep 07 00:12:46.333 INFO O| Sep 07 00:12:46.332 INFO O| Startup: Caching catalogs ... Done
49882026-09-07T00:12:47.124Z[ recovery-image] Sep 07 00:12:46.350 INFO O| Sep 07 00:12:46.350 INFO O| Planning: Planning completed in 0.00 seconds
49892026-09-07T00:12:47.127Z[ recovery-image] Sep 07 00:12:46.350 INFO O| Sep 07 00:12:46.350 INFO O| Planning: Consolidating action changes ... Done
49902026-09-07T00:12:47.127Z[ recovery-image] Sep 07 00:12:46.350 INFO O| Sep 07 00:12:46.350 INFO O| Planning: Evaluating mediators ... Done
49912026-09-07T00:12:47.127Z[ recovery-image] Sep 07 00:12:46.351 INFO O| Sep 07 00:12:46.351 INFO O| Planning: Planning completed in 0.00 seconds
49922026-09-07T00:12:47.128Z[ recovery-image] Sep 07 00:12:46.351 INFO O| Sep 07 00:12:46.351 INFO O| Variants/Facets to change: 1
49932026-09-07T00:12:47.152Z[ recovery-image] Sep 07 00:12:46.378 INFO O| Sep 07 00:12:46.378 INFO O| Finalize: Updating package state database ... Done
49942026-09-07T00:12:47.152Z[ recovery-image] Sep 07 00:12:46.378 INFO O| Sep 07 00:12:46.378 INFO O| Finalize: Updating package cache ... Done
49952026-09-07T00:12:47.175Z[verify-libraries] Compiling port-file v0.1.0
49962026-09-07T00:12:47.235Z[ recovery-image] Sep 07 00:12:46.459 INFO O| Sep 07 00:12:46.459 INFO O| Finalize: Updating image state ... Done
49972026-09-07T00:12:47.254Z[ recovery-image] Sep 07 00:12:46.479 INFO O| Sep 07 00:12:46.479 INFO O| Finalize: Creating fast lookup database ... Done
49982026-09-07T00:12:47.258Z[ recovery-image] Sep 07 00:12:46.479 INFO O| Sep 07 00:12:46.479 INFO O| Finalize: Reading search index ... Done
49992026-09-07T00:12:47.258Z[ recovery-image] Sep 07 00:12:46.479 INFO O| Sep 07 00:12:46.479 INFO O| Finalize: Updating search index ... Done
50002026-09-07T00:12:47.258Z[ recovery-image] Sep 07 00:12:46.480 INFO O| Sep 07 00:12:46.480 INFO O| Finalize: Updating package cache ... Done
50012026-09-07T00:12:47.329Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50022026-09-07T00:12:47.462Z[verify-libraries] Compiling vergen-gitcl v1.0.8
50032026-09-07T00:12:47.504Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
50042026-09-07T00:12:47.536Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
50052026-09-07T00:12:47.587Z[ recovery-image] Sep 07 00:12:46.807 INFO O| Sep 07 00:12:46.807 INFO STEP 10 (pkg_change_facet) COMPLETE
50062026-09-07T00:12:47.587Z[ recovery-image] Sep 07 00:12:46.808 INFO O| Sep 07 00:12:46.807 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-09-07T00:12:47.595Z[ recovery-image] Sep 07 00:12:46.817 INFO O| Sep 07 00:12:46.817 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"]
50082026-09-07T00:12:47.702Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50092026-09-07T00:12:47.853Z[verify-libraries] Compiling r2d2 v0.8.10
50102026-09-07T00:12:47.856Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50112026-09-07T00:12:47.932Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50122026-09-07T00:12:47.963Z[verify-libraries] Compiling digest-io v0.1.0
50132026-09-07T00:12:48.060Z[verify-libraries] Compiling progenitor v0.14.0
50142026-09-07T00:12:48.142Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50152026-09-07T00:12:48.194Z[verify-libraries] Compiling cpubits v0.1.1
50162026-09-07T00:12:48.249Z[verify-libraries] Compiling downcast-rs v2.0.2
50172026-09-07T00:12:48.314Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50182026-09-07T00:12:48.354Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50192026-09-07T00:12:48.423Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50202026-09-07T00:12:48.475Z[ host-image] Sep 07 00:12:47.700 INFO O| Sep 07 00:12:47.697 INFO O| Startup: Refreshing catalog 'helios' ... Done
50212026-09-07T00:12:48.553Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50222026-09-07T00:12:48.593Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50232026-09-07T00:12:48.785Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50242026-09-07T00:12:48.862Z[verify-libraries] Compiling darling_macro v0.21.3
50252026-09-07T00:12:48.997Z[ host-image] Sep 07 00:12:48.223 INFO O| Sep 07 00:12:48.223 INFO O| Startup: Caching catalogs ... Done
50262026-09-07T00:12:49.207Z[verify-libraries] Compiling rawzip v0.4.4
50272026-09-07T00:12:49.266Z[verify-libraries] Compiling crunchy v0.2.4
50282026-09-07T00:12:49.341Z[verify-libraries] Compiling dirs-next v2.0.0
50292026-09-07T00:12:49.470Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50302026-09-07T00:12:49.539Z[verify-libraries] Compiling darling v0.21.3
50312026-09-07T00:12:49.637Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50322026-09-07T00:12:49.650Z[ host-image] Sep 07 00:12:48.876 INFO O| Sep 07 00:12:48.876 INFO O| Planning: Solver setup ... Done
50332026-09-07T00:12:49.656Z[ host-image] Sep 07 00:12:48.882 INFO O| Sep 07 00:12:48.882 INFO O| Planning: Running solver ... Done
50342026-09-07T00:12:49.688Z[ host-image] Sep 07 00:12:48.912 INFO O| Sep 07 00:12:48.912 INFO O| Planning: Finding local manifests ... Done
50352026-09-07T00:12:49.704Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50362026-09-07T00:12:49.707Z[ host-image] Sep 07 00:12:48.933 INFO O| Sep 07 00:12:48.932 INFO O| Planning: Fetching manifests: 0/1 0% complete
50372026-09-07T00:12:49.731Z[ host-image] Sep 07 00:12:48.956 INFO O| Sep 07 00:12:48.956 INFO O| Planning: Fetching manifests: 1/1 100% complete
50382026-09-07T00:12:49.748Z[ host-image] Sep 07 00:12:48.972 INFO O| Sep 07 00:12:48.972 INFO O| Planning: Package planning ... Done
50392026-09-07T00:12:49.751Z[ host-image] Sep 07 00:12:48.972 INFO O| Sep 07 00:12:48.972 INFO O| Planning: Merging actions ... Done
50402026-09-07T00:12:49.758Z[ recovery-image] Sep 07 00:12:48.984 INFO O| Sep 07 00:12:48.984 INFO O| Startup: Refreshing catalog 'helios' ... Done
50412026-09-07T00:12:49.786Z[ host-image] Sep 07 00:12:49.012 INFO O| Sep 07 00:12:49.012 INFO O| Planning: Checking for conflicting actions ... Done
50422026-09-07T00:12:49.789Z[ host-image] Sep 07 00:12:49.012 INFO O| Sep 07 00:12:49.012 INFO O| Planning: Consolidating action changes ... Done
50432026-09-07T00:12:49.799Z[verify-libraries] Compiling clang-sys v1.8.1
50442026-09-07T00:12:49.910Z[verify-libraries] Compiling ignore v0.4.25
50452026-09-07T00:12:49.933Z[ host-image] Sep 07 00:12:49.155 INFO O| Sep 07 00:12:49.155 INFO O| Planning: Evaluating mediators ... Done
50462026-09-07T00:12:49.936Z[ host-image] Sep 07 00:12:49.155 INFO O| Sep 07 00:12:49.155 INFO O| Planning: Planning completed in 0.91 seconds
50472026-09-07T00:12:49.936Z[ host-image] Sep 07 00:12:49.156 INFO O| Sep 07 00:12:49.156 INFO O| Packages to install: 1
50482026-09-07T00:12:49.941Z[ host-image] Sep 07 00:12:49.166 INFO O| Sep 07 00:12:49.166 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50492026-09-07T00:12:49.982Z[verify-libraries] Compiling anstyle-parse v0.2.7
50502026-09-07T00:12:49.985Z[verify-libraries] Compiling tiny-keccak v2.0.2
50512026-09-07T00:12:50.179Z[verify-libraries] Compiling anstream v0.6.21
50522026-09-07T00:12:50.249Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50532026-09-07T00:12:50.326Z[verify-libraries] Compiling term v0.7.0
50542026-09-07T00:12:50.357Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50552026-09-07T00:12:50.363Z[ recovery-image] Sep 07 00:12:49.577 INFO O| Sep 07 00:12:49.577 INFO O| Startup: Caching catalogs ... Done
50562026-09-07T00:12:50.388Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50572026-09-07T00:12:50.402Z[ host-image] Sep 07 00:12:49.626 INFO O| Sep 07 00:12:49.626 INFO O| Download: Completed 13.27 MB in 0.46 seconds (28.9M/s)
50582026-09-07T00:12:50.536Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50592026-09-07T00:12:50.657Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50602026-09-07T00:12:50.684Z[ host-image] Sep 07 00:12:49.903 INFO O| Sep 07 00:12:49.903 INFO O| Actions: 1/22 actions (Installing new actions)
50612026-09-07T00:12:50.730Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50622026-09-07T00:12:50.756Z[verify-libraries] Compiling predicates-tree v1.0.13
50632026-09-07T00:12:50.959Z[ host-image] Sep 07 00:12:50.178 INFO O| Sep 07 00:12:50.177 INFO O| Actions: Completed 22 actions in 0.27 seconds.
50642026-09-07T00:12:50.967Z[verify-libraries] Compiling globwalk v0.9.1
50652026-09-07T00:12:51.000Z[ host-image] Sep 07 00:12:50.224 INFO O| Sep 07 00:12:50.223 INFO O| Finalize: Updating package state database ... Done
50662026-09-07T00:12:51.000Z[ host-image] Sep 07 00:12:50.224 INFO O| Sep 07 00:12:50.224 INFO O| Finalize: Updating package cache ... Done
50672026-09-07T00:12:51.042Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50682026-09-07T00:12:51.130Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50692026-09-07T00:12:51.152Z[ host-image] Sep 07 00:12:50.366 INFO O| Sep 07 00:12:50.366 INFO O| Finalize: Updating image state ... Done
50702026-09-07T00:12:51.201Z[verify-libraries] Compiling rand_seeder v0.4.0
50712026-09-07T00:12:51.328Z[verify-libraries] Compiling diff v0.1.13
50722026-09-07T00:12:51.360Z[verify-libraries] Compiling bit-vec v0.6.3
50732026-09-07T00:12:51.454Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50742026-09-07T00:12:51.542Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50752026-09-07T00:12:51.575Z[verify-libraries] Compiling bit-set v0.5.3
50762026-09-07T00:12:51.748Z[verify-libraries] Compiling ascii-canvas v3.0.0
50772026-09-07T00:12:51.748Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50782026-09-07T00:12:51.857Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50792026-09-07T00:12:51.877Z[verify-libraries] Compiling itertools v0.10.5
50802026-09-07T00:12:51.896Z[verify-libraries] Compiling libloading v0.8.9
50812026-09-07T00:12:51.931Z[verify-libraries] Compiling ena v0.14.4
50822026-09-07T00:12:52.038Z[verify-libraries] Compiling bindgen v0.71.1
50832026-09-07T00:12:52.100Z[ host-image] Sep 07 00:12:51.317 INFO O| Sep 07 00:12:51.317 INFO O| Finalize: Creating fast lookup database ... Done
50842026-09-07T00:12:52.122Z[ host-image] Sep 07 00:12:51.347 INFO O| Sep 07 00:12:51.347 INFO O| Finalize: Reading search index ... Done
50852026-09-07T00:12:52.122Z[ host-image] Sep 07 00:12:51.347 INFO O| Sep 07 00:12:51.347 INFO O| Finalize: Updating search index ... Done
50862026-09-07T00:12:52.133Z[ host-image] Sep 07 00:12:51.357 INFO O| Sep 07 00:12:51.357 INFO O| Finalize: Updating package cache ... Done
50872026-09-07T00:12:52.143Z[verify-libraries] Compiling regex-syntax v0.6.29
50882026-09-07T00:12:52.257Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50892026-09-07T00:12:52.452Z[ host-image] Sep 07 00:12:51.668 INFO O| Sep 07 00:12:51.668 INFO STEP 14 (pkg_install) COMPLETE
50902026-09-07T00:12:52.452Z[ host-image] Sep 07 00:12:51.668 INFO O| Sep 07 00:12:51.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50912026-09-07T00:12:52.452Z[ host-image] Sep 07 00:12:51.668 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "mbist" is not enabled
50922026-09-07T00:12:52.461Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50932026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "mfg" is not enabled
50942026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50952026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "compliance" is not enabled
50962026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50972026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "stress" is not enabled
50982026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50992026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "compliance" is not enabled
51002026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51012026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO skip step because feature "nfs" is not enabled
51022026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51032026-09-07T00:12:52.462Z[ host-image] Sep 07 00:12:51.669 INFO O| Sep 07 00:12:51.668 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51042026-09-07T00:12:52.489Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51052026-09-07T00:12:52.519Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51062026-09-07T00:12:52.573Z[verify-libraries] Compiling cexpr v0.6.0
51072026-09-07T00:12:52.614Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
51082026-09-07T00:12:52.688Z[ host-image] Sep 07 00:12:51.909 INFO O| Sep 07 00:12:51.909 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51092026-09-07T00:12:52.778Z[verify-libraries] Compiling rustc-hash v2.1.1
51102026-09-07T00:12:52.808Z[ host-image] Sep 07 00:12:52.022 INFO O| Sep 07 00:12:52.022 INFO completed processing sled/ramdisk-01-os
51112026-09-07T00:12:52.815Z[ host-image] Sep 07 00:12:52.024 INFO omicron1 baseline generation...
51122026-09-07T00:12:52.815Z[ host-image] Sep 07 00:12:52.024 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51132026-09-07T00:12:52.965Z[verify-libraries] Compiling libxml v0.3.3
51142026-09-07T00:12:53.086Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51152026-09-07T00:12:53.137Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
51162026-09-07T00:12:53.200Z[ host-image] Sep 07 00:12:52.424 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
51172026-09-07T00:12:53.283Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51182026-09-07T00:12:53.347Z[verify-libraries] Compiling strum_macros v0.24.3
51192026-09-07T00:12:53.371Z[verify-libraries] Compiling hmac v0.13.0
51202026-09-07T00:12:53.471Z[verify-libraries] Compiling universal-hash v0.6.1
51212026-09-07T00:12:53.586Z[verify-libraries] Compiling fxhash v0.2.1
51222026-09-07T00:12:53.591Z[ recovery-image] Sep 07 00:12:52.814 INFO O| Sep 07 00:12:52.814 INFO O| Planning: Solver setup ... Done
51232026-09-07T00:12:53.693Z[verify-libraries] Compiling lalrpop v0.19.12
51242026-09-07T00:12:53.726Z[verify-libraries] Compiling indoc v1.0.9
51252026-09-07T00:12:53.937Z[ recovery-image] Sep 07 00:12:53.161 INFO O| Sep 07 00:12:53.161 INFO O| Planning: Running solver ... Done
51262026-09-07T00:12:54.001Z[ recovery-image] Sep 07 00:12:53.219 INFO O| Sep 07 00:12:53.219 INFO O| Planning: Finding local manifests ... Done
51272026-09-07T00:12:54.048Z[ recovery-image] Sep 07 00:12:53.272 INFO O| Sep 07 00:12:53.271 INFO O| Planning: Fetching manifests: 0/130 0% complete
51282026-09-07T00:12:54.108Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51292026-09-07T00:12:54.346Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51302026-09-07T00:12:54.516Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51312026-09-07T00:12:54.959Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51322026-09-07T00:12:55.057Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51332026-09-07T00:12:55.441Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51342026-09-07T00:12:55.721Z[verify-libraries] Compiling oso-derive v0.27.3
51352026-09-07T00:12:55.928Z[verify-libraries] Compiling quick-xml v0.37.5
51362026-09-07T00:12:56.071Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51372026-09-07T00:12:56.374Z[verify-libraries] Compiling openssl-probe v0.1.6
51382026-09-07T00:12:56.541Z[verify-libraries] Compiling diesel v2.3.7
51392026-09-07T00:12:56.676Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
51402026-09-07T00:12:57.081Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51412026-09-07T00:12:57.218Z[verify-libraries] Compiling polyval v0.7.1
51422026-09-07T00:12:57.451Z[verify-libraries] Compiling der v0.8.0
51432026-09-07T00:12:57.545Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51442026-09-07T00:12:57.782Z[ recovery-image] Sep 07 00:12:57.008 INFO O| Sep 07 00:12:57.008 INFO O| Planning: Fetching manifests: 130/130 100% complete
51452026-09-07T00:12:57.914Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51462026-09-07T00:12:58.406Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51472026-09-07T00:12:58.409Z[ recovery-image] Sep 07 00:12:57.633 INFO O| Sep 07 00:12:57.633 INFO O| Planning: Package planning ... Done
51482026-09-07T00:12:58.558Z[ recovery-image] Sep 07 00:12:57.784 INFO O| Sep 07 00:12:57.783 INFO O| Planning: Merging actions ... Done
51492026-09-07T00:12:58.628Z[ recovery-image] Sep 07 00:12:57.853 INFO O| Sep 07 00:12:57.851 INFO O| Planning: Checking for conflicting actions ... Done
51502026-09-07T00:12:58.681Z[ recovery-image] Sep 07 00:12:57.907 INFO O| Sep 07 00:12:57.906 INFO O| Planning: Consolidating action changes ... Done
51512026-09-07T00:12:58.684Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51522026-09-07T00:12:58.816Z[ recovery-image] Sep 07 00:12:58.042 INFO O| Sep 07 00:12:58.041 INFO O| Planning: Evaluating mediators ... Done
51532026-09-07T00:12:58.830Z[verify-libraries] Compiling git-stub v1.0.0
51542026-09-07T00:12:58.863Z[verify-libraries] Compiling kstat-rs v0.2.5
51552026-09-07T00:12:58.867Z[verify-libraries] Compiling trait-variant v0.1.2
51562026-09-07T00:12:58.973Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51572026-09-07T00:12:59.207Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51582026-09-07T00:12:59.274Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51592026-09-07T00:12:59.343Z[verify-libraries] Compiling ghash v0.6.0
51602026-09-07T00:12:59.509Z[verify-libraries] Compiling pbkdf2 v0.13.0
51612026-09-07T00:12:59.580Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51622026-09-07T00:12:59.630Z[verify-libraries] Compiling crypto-bigint v0.7.5
51632026-09-07T00:12:59.698Z[verify-libraries] Compiling aes v0.9.1
51642026-09-07T00:12:59.702Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51652026-09-07T00:12:59.709Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51662026-09-07T00:13:00.081Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51672026-09-07T00:13:00.085Z[verify-libraries] Compiling ctr v0.10.1
51682026-09-07T00:13:00.229Z[ recovery-image] Sep 07 00:12:59.454 INFO O| Sep 07 00:12:59.454 INFO O| Planning: Planning completed in 9.86 seconds
51692026-09-07T00:13:00.232Z[ recovery-image] Sep 07 00:12:59.456 INFO O| Sep 07 00:12:59.456 INFO O| Packages to install: 130
51702026-09-07T00:13:00.232Z[ recovery-image] Sep 07 00:12:59.456 INFO O| Sep 07 00:12:59.456 INFO O| Mediators to change: 5
51712026-09-07T00:13:00.233Z[ recovery-image] Sep 07 00:12:59.456 INFO O| Sep 07 00:12:59.456 INFO O| Services to change: 5
51722026-09-07T00:13:00.259Z[ recovery-image] Sep 07 00:12:59.484 INFO O| Sep 07 00:12:59.484 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51732026-09-07T00:13:00.416Z[verify-libraries] Compiling aead v0.6.1
51742026-09-07T00:13:00.441Z[verify-libraries] Compiling bb8 v0.8.6
51752026-09-07T00:13:00.665Z[verify-libraries] Compiling parking_lot_core v0.8.6
51762026-09-07T00:13:00.888Z[verify-libraries] Compiling aes-gcm v0.11.0
51772026-09-07T00:13:00.935Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51782026-09-07T00:13:00.970Z[verify-libraries] Compiling spki v0.8.0
51792026-09-07T00:13:01.040Z[verify-libraries] Compiling mime_guess v2.0.5
51802026-09-07T00:13:01.197Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51812026-09-07T00:13:01.270Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51822026-09-07T00:13:01.308Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51832026-09-07T00:13:01.376Z[verify-libraries] Compiling salsa20 v0.11.0
51842026-09-07T00:13:01.466Z[verify-libraries] Compiling nanorand v0.7.0
51852026-09-07T00:13:01.746Z[verify-libraries] Compiling flume v0.11.1
51862026-09-07T00:13:01.747Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51872026-09-07T00:13:01.799Z[verify-libraries] Compiling scrypt v0.12.0
51882026-09-07T00:13:01.834Z[verify-libraries] Compiling cbc v0.2.1
51892026-09-07T00:13:01.865Z[verify-libraries] Compiling nonempty v0.12.0
51902026-09-07T00:13:01.967Z[verify-libraries] Compiling seq-macro v0.3.6
51912026-09-07T00:13:02.044Z[verify-libraries] Compiling dashu-int v0.5.1
51922026-09-07T00:13:02.111Z[verify-libraries] Compiling http-range v0.1.5
51932026-09-07T00:13:02.163Z[verify-libraries] Compiling pkcs5 v0.8.1
51942026-09-07T00:13:02.203Z[verify-libraries] Compiling parking_lot v0.11.2
51952026-09-07T00:13:02.346Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51962026-09-07T00:13:02.552Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51972026-09-07T00:13:02.556Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51982026-09-07T00:13:02.705Z[verify-libraries] Compiling ssh-encoding v0.2.0
51992026-09-07T00:13:02.857Z[verify-libraries] Compiling prefix-trie v0.7.0
52002026-09-07T00:13:02.860Z[verify-libraries] Compiling num-modular v0.6.5
52012026-09-07T00:13:02.960Z[verify-libraries] Compiling rlimit v0.10.2
52022026-09-07T00:13:03.009Z[verify-libraries] Compiling dashu-base v0.5.1
52032026-09-07T00:13:03.194Z[verify-libraries] Compiling ssh-cipher v0.2.0
52042026-09-07T00:13:03.322Z[verify-libraries] Compiling hyper-staticfile v0.10.1
52052026-09-07T00:13:03.424Z[verify-libraries] Compiling hickory-server v0.25.2
52062026-09-07T00:13:03.453Z[verify-libraries] Compiling pkcs8 v0.11.0
52072026-09-07T00:13:03.456Z[verify-libraries] Compiling sled v0.34.7
52082026-09-07T00:13:03.507Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
52092026-09-07T00:13:03.694Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52102026-09-07T00:13:03.941Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52112026-09-07T00:13:03.971Z[verify-libraries] Compiling tungstenite v0.28.0
52122026-09-07T00:13:04.128Z[verify-libraries] Compiling p256 v0.13.2
52132026-09-07T00:13:04.553Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52142026-09-07T00:13:04.610Z[verify-libraries] Compiling ff v0.14.0
52152026-09-07T00:13:04.827Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52162026-09-07T00:13:04.865Z[verify-libraries] Compiling num-primitive v0.2.1
52172026-09-07T00:13:05.058Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
52182026-09-07T00:13:05.118Z[verify-libraries] Compiling ssh-key v0.6.7
52192026-09-07T00:13:05.259Z[ recovery-image] Sep 07 00:13:04.484 INFO O| Sep 07 00:13:04.484 INFO O| Download: 8700/16683 items 89.9/200.2MB 44% complete (18.1M/s)
52202026-09-07T00:13:05.357Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52212026-09-07T00:13:05.523Z[verify-libraries] Compiling dsi-bitstream v0.10.1
52222026-09-07T00:13:05.563Z[verify-libraries] Compiling libz-sys v1.1.24
52232026-09-07T00:13:05.651Z[verify-libraries] Compiling http-range-header v0.4.2
52242026-09-07T00:13:05.780Z[verify-libraries] Compiling bytesize v2.7.0
52252026-09-07T00:13:05.976Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52262026-09-07T00:13:06.293Z[verify-libraries] Compiling group v0.14.0
52272026-09-07T00:13:06.481Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52282026-09-07T00:13:06.567Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52292026-09-07T00:13:06.625Z[verify-libraries] Compiling signature v3.0.0
52302026-09-07T00:13:06.882Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52312026-09-07T00:13:07.043Z[verify-libraries] Compiling instability v0.3.11
52322026-09-07T00:13:07.183Z[verify-libraries] Compiling base16ct v1.0.0
52332026-09-07T00:13:07.342Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52342026-09-07T00:13:07.522Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52352026-09-07T00:13:07.583Z[verify-libraries] Compiling sec1 v0.8.1
52362026-09-07T00:13:07.701Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52372026-09-07T00:13:07.793Z[verify-libraries] Compiling hkdf v0.13.0
52382026-09-07T00:13:07.852Z[verify-libraries] Compiling scuffle v0.1.0
52392026-09-07T00:13:08.083Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52402026-09-07T00:13:08.108Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
52412026-09-07T00:13:08.139Z[verify-libraries] Compiling pwd v1.4.0
52422026-09-07T00:13:08.448Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52432026-09-07T00:13:08.546Z[verify-libraries] Compiling lru v0.18.3
52442026-09-07T00:13:08.627Z[verify-libraries] Compiling castaway v0.2.4
52452026-09-07T00:13:08.670Z[verify-libraries] Compiling indoc v2.0.7
52462026-09-07T00:13:08.844Z[verify-libraries] Compiling compact_str v0.8.1
52472026-09-07T00:13:08.925Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
52482026-09-07T00:13:09.050Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52492026-09-07T00:13:09.199Z[verify-libraries] Compiling elliptic-curve v0.14.1
52502026-09-07T00:13:09.314Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52512026-09-07T00:13:09.713Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52522026-09-07T00:13:09.804Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52532026-09-07T00:13:09.872Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52542026-09-07T00:13:09.917Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
52552026-09-07T00:13:10.011Z[ recovery-image] Sep 07 00:13:09.236 INFO O| Sep 07 00:13:09.236 INFO O| Download: Completed 200.18 MB in 9.75 seconds (20.5M/s)
52562026-09-07T00:13:10.102Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52572026-09-07T00:13:10.175Z[verify-libraries] Compiling lru v0.12.5
52582026-09-07T00:13:10.282Z[verify-libraries] Compiling unicode-truncate v1.1.0
52592026-09-07T00:13:10.453Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
52602026-09-07T00:13:10.493Z[verify-libraries] Compiling arc-swap v1.8.2
52612026-09-07T00:13:10.530Z[verify-libraries] Compiling cassowary v0.3.0
52622026-09-07T00:13:10.885Z[verify-libraries] Compiling ratatui v0.29.0
52632026-09-07T00:13:10.967Z[verify-libraries] Compiling slog-scope v4.4.1
52642026-09-07T00:13:11.097Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52652026-09-07T00:13:11.316Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52662026-09-07T00:13:11.396Z[verify-libraries] Compiling wnaf v0.14.0
52672026-09-07T00:13:11.649Z[verify-libraries] Compiling primefield v0.14.0
52682026-09-07T00:13:11.716Z[verify-libraries] Compiling rfc6979 v0.6.0
52692026-09-07T00:13:11.939Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52702026-09-07T00:13:11.968Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52712026-09-07T00:13:11.996Z[verify-libraries] Compiling progenitor-impl v0.13.0
52722026-09-07T00:13:12.338Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52732026-09-07T00:13:12.542Z[ recovery-image] Sep 07 00:13:11.767 INFO O| Sep 07 00:13:11.767 INFO O| Actions: 1/27596 actions (Installing new actions)
52742026-09-07T00:13:12.632Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
52752026-09-07T00:13:12.910Z[verify-libraries] Compiling vergen-git2 v9.1.0
52762026-09-07T00:13:13.276Z[verify-libraries] Compiling strsim v0.10.0
52772026-09-07T00:13:13.674Z[verify-libraries] Compiling darling_core v0.13.4
52782026-09-07T00:13:13.840Z[verify-libraries] Compiling ecdsa v0.17.0
52792026-09-07T00:13:13.895Z[verify-libraries] Compiling primeorder v0.14.0
52802026-09-07T00:13:14.362Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52812026-09-07T00:13:14.431Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52822026-09-07T00:13:14.630Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52832026-09-07T00:13:14.817Z[verify-libraries] Compiling slog-stdlog v4.1.1
52842026-09-07T00:13:14.915Z[verify-libraries] Compiling tungstenite v0.23.0
52852026-09-07T00:13:14.937Z[verify-libraries] Compiling progenitor-macro v0.13.0
52862026-09-07T00:13:15.113Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52872026-09-07T00:13:15.166Z[verify-libraries] Compiling progenitor-client v0.13.0
52882026-09-07T00:13:15.233Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52892026-09-07T00:13:15.556Z[verify-libraries] Compiling console v0.16.2
52902026-09-07T00:13:15.799Z[verify-libraries] Compiling libsw-core v0.3.2
52912026-09-07T00:13:15.994Z[verify-libraries] Compiling void v1.0.2
52922026-09-07T00:13:16.044Z[verify-libraries] Compiling assert_matches v1.5.0
52932026-09-07T00:13:16.078Z[verify-libraries] Compiling unit-prefix v0.5.2
52942026-09-07T00:13:16.172Z[verify-libraries] Compiling libsw v3.5.0
52952026-09-07T00:13:16.207Z[verify-libraries] Compiling lzss v0.8.2
52962026-09-07T00:13:16.262Z[verify-libraries] Compiling indicatif v0.18.4
52972026-09-07T00:13:16.267Z[verify-libraries] Compiling darling_macro v0.13.4
52982026-09-07T00:13:16.335Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52992026-09-07T00:13:16.383Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
53002026-09-07T00:13:16.432Z[verify-libraries] Compiling slog-envlogger v2.2.0
53012026-09-07T00:13:16.485Z[verify-libraries] Compiling ssh-encoding v0.3.0
53022026-09-07T00:13:16.811Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53032026-09-07T00:13:16.903Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53042026-09-07T00:13:16.951Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53052026-09-07T00:13:17.003Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
53062026-09-07T00:13:17.244Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53072026-09-07T00:13:17.309Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53082026-09-07T00:13:17.433Z[verify-libraries] Compiling nix v0.27.1
53092026-09-07T00:13:17.532Z[verify-libraries] Compiling colored v2.2.0
53102026-09-07T00:13:17.552Z[ recovery-image] Sep 07 00:13:16.778 INFO O| Sep 07 00:13:16.777 INFO O| Actions: 20797/27596 actions (Installing new actions)
53112026-09-07T00:13:17.586Z[verify-libraries] Compiling serde_bytes v0.11.19
53122026-09-07T00:13:17.859Z[verify-libraries] Compiling keccak v0.2.0
53132026-09-07T00:13:17.974Z[verify-libraries] Compiling shell-words v1.1.1
53142026-09-07T00:13:18.119Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
53152026-09-07T00:13:18.282Z[verify-libraries] Compiling darling v0.13.4
53162026-09-07T00:13:18.316Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
53172026-09-07T00:13:18.443Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53182026-09-07T00:13:18.651Z[ recovery-image] Sep 07 00:13:17.876 INFO O| Sep 07 00:13:17.876 INFO O| Actions: Completed 27596 actions in 6.11 seconds.
53192026-09-07T00:13:18.708Z[verify-libraries] Compiling ed25519 v3.0.0
53202026-09-07T00:13:18.735Z[ recovery-image] Sep 07 00:13:17.960 INFO O| Sep 07 00:13:17.960 INFO O| Finalize: Updating package state database ... Done
53212026-09-07T00:13:18.735Z[ recovery-image] Sep 07 00:13:17.960 INFO O| Sep 07 00:13:17.960 INFO O| Finalize: Updating package cache ... Done
53222026-09-07T00:13:18.792Z[verify-libraries] Compiling crypto-primes v0.7.2
53232026-09-07T00:13:18.859Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
53242026-09-07T00:13:18.889Z[ recovery-image] Sep 07 00:13:18.114 INFO O| Sep 07 00:13:18.114 INFO O| Finalize: Updating image state ... Done
53252026-09-07T00:13:19.194Z[verify-libraries] Compiling poly1305 v0.9.0
53262026-09-07T00:13:19.483Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53272026-09-07T00:13:19.752Z[ recovery-image] Sep 07 00:13:18.977 INFO O| Sep 07 00:13:18.977 INFO O| Finalize: Creating fast lookup database ... Done
53282026-09-07T00:13:19.769Z[ recovery-image] Sep 07 00:13:18.994 INFO O| Sep 07 00:13:18.994 INFO O| Finalize: Reading search index ... Done
53292026-09-07T00:13:20.084Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
53302026-09-07T00:13:20.107Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
53312026-09-07T00:13:20.110Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
53322026-09-07T00:13:20.486Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53332026-09-07T00:13:20.533Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
53342026-09-07T00:13:20.610Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
53352026-09-07T00:13:20.662Z[verify-libraries] Compiling progenitor v0.13.0
53362026-09-07T00:13:20.756Z[verify-libraries] Compiling blowfish v0.10.0
53372026-09-07T00:13:20.838Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
53382026-09-07T00:13:20.968Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53392026-09-07T00:13:20.998Z[verify-libraries] Compiling petname v2.0.2
53402026-09-07T00:13:21.185Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
53412026-09-07T00:13:21.317Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
53422026-09-07T00:13:21.620Z[ recovery-image] Sep 07 00:13:20.843 INFO O| Sep 07 00:13:20.843 INFO O| Finalize: Building new search index ... Done
53432026-09-07T00:13:21.838Z[verify-libraries] Compiling rsa v0.10.0-rc.18
53442026-09-07T00:13:21.872Z[verify-libraries] Compiling ssh-cipher v0.3.0
53452026-09-07T00:13:21.896Z[ recovery-image] Sep 07 00:13:21.121 INFO O| Sep 07 00:13:21.121 INFO O| Finalize: Updating package cache ... Done
53462026-09-07T00:13:21.950Z[verify-libraries] Compiling ed25519-dalek v3.0.0
53472026-09-07T00:13:22.067Z[verify-libraries] Compiling serde_with_macros v1.5.2
53482026-09-07T00:13:22.249Z[verify-libraries] Compiling sha3 v0.11.0
53492026-09-07T00:13:22.288Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO STEP 11 (pkg_install) COMPLETE
53502026-09-07T00:13:22.288Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53512026-09-07T00:13:22.294Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO skip step because feature "recovery" is enabled
53522026-09-07T00:13:22.294Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53532026-09-07T00:13:22.294Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO skip step because feature "omicron1" is not enabled
53542026-09-07T00:13:22.294Z[ recovery-image] Sep 07 00:13:21.513 INFO O| Sep 07 00:13:21.513 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53552026-09-07T00:13:22.299Z[ recovery-image] Sep 07 00:13:21.523 INFO O| Sep 07 00:13:21.523 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53562026-09-07T00:13:22.374Z[verify-libraries] Compiling p256 v0.14.0
53572026-09-07T00:13:22.566Z[verify-libraries] Compiling p521 v0.14.0
53582026-09-07T00:13:22.645Z[verify-libraries] Compiling p384 v0.14.0
53592026-09-07T00:13:22.846Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53602026-09-07T00:13:23.168Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53612026-09-07T00:13:23.476Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53622026-09-07T00:13:23.690Z[verify-libraries] Compiling twox-hash v2.1.2
53632026-09-07T00:13:23.780Z[verify-libraries] Compiling kem v0.3.0
53642026-09-07T00:13:24.047Z[verify-libraries] Compiling module-lattice v0.2.3
53652026-09-07T00:13:24.171Z[verify-libraries] Compiling rtoolbox v0.0.3
53662026-09-07T00:13:24.355Z[verify-libraries] Compiling atty v0.2.14
53672026-09-07T00:13:24.482Z[verify-libraries] Compiling topological-sort v0.2.2
53682026-09-07T00:13:24.518Z[verify-libraries] Compiling sponge-cursor v0.1.0
53692026-09-07T00:13:24.573Z[verify-libraries] Compiling rpassword v7.5.4
53702026-09-07T00:13:24.686Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53712026-09-07T00:13:24.710Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53722026-09-07T00:13:24.926Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53732026-09-07T00:13:25.173Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53742026-09-07T00:13:25.931Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53752026-09-07T00:13:26.212Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53762026-09-07T00:13:27.005Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53772026-09-07T00:13:27.295Z[ recovery-image] Sep 07 00:13:26.520 INFO O| Sep 07 00:13:26.520 INFO O| Startup: Refreshing catalog 'helios' ... Done
53782026-09-07T00:13:27.796Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53792026-09-07T00:13:27.831Z[ recovery-image] Sep 07 00:13:27.057 INFO O| Sep 07 00:13:27.057 INFO O| Startup: Caching catalogs ... Done
53802026-09-07T00:13:28.132Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53812026-09-07T00:13:28.276Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53822026-09-07T00:13:28.515Z[ recovery-image] Sep 07 00:13:27.740 INFO O| Sep 07 00:13:27.740 INFO O| Planning: Solver setup ... Done
53832026-09-07T00:13:28.521Z[ recovery-image] Sep 07 00:13:27.746 INFO O| Sep 07 00:13:27.746 INFO O| Planning: Running solver ... Done
53842026-09-07T00:13:28.538Z[ recovery-image] Sep 07 00:13:27.763 INFO O| Sep 07 00:13:27.763 INFO O| Planning: Finding local manifests ... Done
53852026-09-07T00:13:28.565Z[ recovery-image] Sep 07 00:13:27.790 INFO O| Sep 07 00:13:27.790 INFO O| Planning: Fetching manifests: 0/1 0% complete
53862026-09-07T00:13:28.579Z[ recovery-image] Sep 07 00:13:27.804 INFO O| Sep 07 00:13:27.804 INFO O| Planning: Fetching manifests: 1/1 100% complete
53872026-09-07T00:13:28.600Z[ recovery-image] Sep 07 00:13:27.825 INFO O| Sep 07 00:13:27.825 INFO O| Planning: Package planning ... Done
53882026-09-07T00:13:28.600Z[ recovery-image] Sep 07 00:13:27.825 INFO O| Sep 07 00:13:27.825 INFO O| Planning: Merging actions ... Done
53892026-09-07T00:13:28.621Z[ recovery-image] Sep 07 00:13:27.846 INFO O| Sep 07 00:13:27.846 INFO O| Planning: Checking for conflicting actions ... Done
53902026-09-07T00:13:28.621Z[ recovery-image] Sep 07 00:13:27.846 INFO O| Sep 07 00:13:27.846 INFO O| Planning: Consolidating action changes ... Done
53912026-09-07T00:13:28.723Z[ recovery-image] Sep 07 00:13:27.948 INFO O| Sep 07 00:13:27.948 INFO O| Planning: Evaluating mediators ... Done
53922026-09-07T00:13:28.726Z[ recovery-image] Sep 07 00:13:27.948 INFO O| Sep 07 00:13:27.948 INFO O| Planning: Planning completed in 0.87 seconds
53932026-09-07T00:13:28.726Z[ recovery-image] Sep 07 00:13:27.949 INFO O| Sep 07 00:13:27.949 INFO O| Packages to install: 1
53942026-09-07T00:13:28.736Z[ recovery-image] Sep 07 00:13:27.961 INFO O| Sep 07 00:13:27.961 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53952026-09-07T00:13:28.762Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53962026-09-07T00:13:28.879Z[ recovery-image] Sep 07 00:13:28.104 INFO O| Sep 07 00:13:28.104 INFO O| Download: Completed 13.27 MB in 0.14 seconds (92.5M/s)
53972026-09-07T00:13:28.898Z[ recovery-image] Sep 07 00:13:28.123 INFO O| Sep 07 00:13:28.123 INFO O| Actions: 1/22 actions (Installing new actions)
53982026-09-07T00:13:29.121Z[ recovery-image] Sep 07 00:13:28.346 INFO O| Sep 07 00:13:28.346 INFO O| Actions: Completed 22 actions in 0.22 seconds.
53992026-09-07T00:13:29.163Z[ recovery-image] Sep 07 00:13:28.388 INFO O| Sep 07 00:13:28.388 INFO O| Finalize: Updating package state database ... Done
54002026-09-07T00:13:29.163Z[ recovery-image] Sep 07 00:13:28.388 INFO O| Sep 07 00:13:28.388 INFO O| Finalize: Updating package cache ... Done
54012026-09-07T00:13:29.192Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54022026-09-07T00:13:29.275Z[ recovery-image] Sep 07 00:13:28.500 INFO O| Sep 07 00:13:28.500 INFO O| Finalize: Updating image state ... Done
54032026-09-07T00:13:29.711Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54042026-09-07T00:13:30.010Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54052026-09-07T00:13:30.027Z[ recovery-image] Sep 07 00:13:29.253 INFO O| Sep 07 00:13:29.252 INFO O| Finalize: Creating fast lookup database ... Done
54062026-09-07T00:13:30.044Z[ recovery-image] Sep 07 00:13:29.269 INFO O| Sep 07 00:13:29.269 INFO O| Finalize: Reading search index ... Done
54072026-09-07T00:13:30.044Z[ recovery-image] Sep 07 00:13:29.269 INFO O| Sep 07 00:13:29.269 INFO O| Finalize: Updating search index ... Done
54082026-09-07T00:13:30.055Z[ recovery-image] Sep 07 00:13:29.280 INFO O| Sep 07 00:13:29.279 INFO O| Finalize: Updating package cache ... Done
54092026-09-07T00:13:30.196Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54102026-09-07T00:13:30.503Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 14 (pkg_install) COMPLETE
54112026-09-07T00:13:30.503Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54122026-09-07T00:13:30.503Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "mbist" is not enabled
54132026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54142026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "mfg" is not enabled
54152026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54162026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "compliance" is not enabled
54172026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54182026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "stress" is not enabled
54192026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54202026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "compliance" is not enabled
54212026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54222026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO skip step because feature "nfs" is not enabled
54232026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54242026-09-07T00:13:30.506Z[ recovery-image] Sep 07 00:13:29.728 INFO O| Sep 07 00:13:29.728 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54252026-09-07T00:13:30.588Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54262026-09-07T00:13:30.930Z[ recovery-image] Sep 07 00:13:30.155 INFO O| Sep 07 00:13:30.155 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54272026-09-07T00:13:31.036Z[ recovery-image] Sep 07 00:13:30.261 INFO O| Sep 07 00:13:30.261 INFO completed processing sled/ramdisk-01-os
54282026-09-07T00:13:31.039Z[ recovery-image] Sep 07 00:13:30.264 INFO image builder template: ramdisk-02-trim...
54292026-09-07T00:13:31.039Z[ recovery-image] Sep 07 00:13:30.264 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/.tmpocBgrn/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
54302026-09-07T00:13:31.063Z[ recovery-image] Sep 07 00:13:30.285 INFO O| Sep 07 00:13:30.285 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54312026-09-07T00:13:31.066Z[ recovery-image] Sep 07 00:13:30.289 INFO O| Sep 07 00:13:30.289 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54322026-09-07T00:13:31.177Z[ recovery-image] Sep 07 00:13:30.402 INFO O| Sep 07 00:13:30.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54332026-09-07T00:13:31.272Z[ recovery-image] Sep 07 00:13:30.497 INFO O| Sep 07 00:13:30.497 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54342026-09-07T00:13:31.272Z[ recovery-image] Sep 07 00:13:30.497 INFO O| Sep 07 00:13:30.497 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54352026-09-07T00:13:31.276Z[ recovery-image] Sep 07 00:13:30.502 INFO O| Sep 07 00:13:30.502 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54362026-09-07T00:13:31.281Z[ recovery-image] Sep 07 00:13:30.506 INFO O| Sep 07 00:13:30.506 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54372026-09-07T00:13:31.285Z[ recovery-image] Sep 07 00:13:30.511 INFO O| Sep 07 00:13:30.511 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54382026-09-07T00:13:31.328Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54392026-09-07T00:13:31.587Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54402026-09-07T00:13:31.960Z[verify-libraries] Compiling sha3 v0.12.0
54412026-09-07T00:13:32.026Z[ recovery-image] Sep 07 00:13:31.251 INFO O| Sep 07 00:13:31.251 INFO rolled back to input snapshot; work may begin
54422026-09-07T00:13:32.026Z[ recovery-image] Sep 07 00:13:31.251 INFO O| Sep 07 00:13:31.251 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54432026-09-07T00:13:32.031Z[ recovery-image] Sep 07 00:13:31.256 INFO O| Sep 07 00:13:31.256 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54442026-09-07T00:13:32.041Z[ recovery-image] Sep 07 00:13:31.267 INFO O| Sep 07 00:13:31.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54452026-09-07T00:13:32.080Z[ recovery-image] Sep 07 00:13:31.305 INFO O| Sep 07 00:13:31.305 INFO STEP 0 (remove_files) COMPLETE
54462026-09-07T00:13:32.080Z[ recovery-image] Sep 07 00:13:31.305 INFO O| Sep 07 00:13:31.305 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54472026-09-07T00:13:32.090Z[ recovery-image] Sep 07 00:13:31.316 INFO O| Sep 07 00:13:31.315 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54482026-09-07T00:13:32.095Z[ recovery-image] Sep 07 00:13:31.317 INFO O| Sep 07 00:13:31.317 INFO STEP 1 (remove_files) COMPLETE
54492026-09-07T00:13:32.095Z[ recovery-image] Sep 07 00:13:31.317 INFO O| Sep 07 00:13:31.317 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54502026-09-07T00:13:32.101Z[ recovery-image] Sep 07 00:13:31.327 INFO O| Sep 07 00:13:31.327 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54512026-09-07T00:13:32.114Z[ recovery-image] Sep 07 00:13:31.339 INFO O| Sep 07 00:13:31.339 INFO STEP 2 (remove_files) COMPLETE
54522026-09-07T00:13:32.114Z[ recovery-image] Sep 07 00:13:31.339 INFO O| Sep 07 00:13:31.339 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54532026-09-07T00:13:32.124Z[ recovery-image] Sep 07 00:13:31.349 INFO O| Sep 07 00:13:31.349 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54542026-09-07T00:13:32.127Z[ recovery-image] Sep 07 00:13:31.350 INFO O| Sep 07 00:13:31.350 INFO STEP 3 (remove_files) COMPLETE
54552026-09-07T00:13:32.127Z[ recovery-image] Sep 07 00:13:31.350 INFO O| Sep 07 00:13:31.350 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54562026-09-07T00:13:32.135Z[ recovery-image] Sep 07 00:13:31.359 INFO O| Sep 07 00:13:31.359 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54572026-09-07T00:13:32.138Z[ recovery-image] Sep 07 00:13:31.362 INFO O| Sep 07 00:13:31.362 INFO STEP 4 (remove_files) COMPLETE
54582026-09-07T00:13:32.138Z[ recovery-image] Sep 07 00:13:31.362 INFO O| Sep 07 00:13:31.362 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-07T00:13:32.147Z[verify-libraries] Compiling omicron-zone-package v0.12.3
54602026-09-07T00:13:32.150Z[ recovery-image] Sep 07 00:13:31.373 INFO O| Sep 07 00:13:31.373 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54612026-09-07T00:13:32.150Z[ recovery-image] Sep 07 00:13:31.373 INFO O| Sep 07 00:13:31.373 INFO STEP 5 (remove_files) COMPLETE
54622026-09-07T00:13:32.150Z[ recovery-image] Sep 07 00:13:31.373 INFO O| Sep 07 00:13:31.373 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54632026-09-07T00:13:32.158Z[ recovery-image] Sep 07 00:13:31.384 INFO O| Sep 07 00:13:31.384 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54642026-09-07T00:13:32.169Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 6 (remove_files) COMPLETE
54652026-09-07T00:13:32.169Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54662026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO skip step because feature "heliosv2" is not enabled
54672026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO skip step because feature "recovery" is enabled
54692026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO skip step because feature "recovery" is enabled
54712026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54722026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO skip step because feature "recovery" is enabled
54732026-09-07T00:13:32.172Z[ recovery-image] Sep 07 00:13:31.394 INFO O| Sep 07 00:13:31.394 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54742026-09-07T00:13:32.181Z[ recovery-image] Sep 07 00:13:31.404 INFO O| Sep 07 00:13:31.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54752026-09-07T00:13:32.184Z[ recovery-image] Sep 07 00:13:31.406 INFO O| Sep 07 00:13:31.406 INFO STEP 11 (remove_files) COMPLETE
54762026-09-07T00:13:32.184Z[ recovery-image] Sep 07 00:13:31.407 INFO O| Sep 07 00:13:31.406 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-07T00:13:32.191Z[ recovery-image] Sep 07 00:13:31.416 INFO O| Sep 07 00:13:31.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54782026-09-07T00:13:32.194Z[ recovery-image] Sep 07 00:13:31.417 INFO O| Sep 07 00:13:31.417 INFO STEP 12 (remove_files) COMPLETE
54792026-09-07T00:13:32.194Z[ recovery-image] Sep 07 00:13:31.417 INFO O| Sep 07 00:13:31.417 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54802026-09-07T00:13:32.200Z[ recovery-image] Sep 07 00:13:31.425 INFO O| Sep 07 00:13:31.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54812026-09-07T00:13:32.204Z[ recovery-image] Sep 07 00:13:31.426 INFO O| Sep 07 00:13:31.426 INFO STEP 13 (remove_files) COMPLETE
54822026-09-07T00:13:32.204Z[ recovery-image] Sep 07 00:13:31.426 INFO O| Sep 07 00:13:31.426 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54832026-09-07T00:13:32.222Z[ recovery-image] Sep 07 00:13:31.447 INFO O| Sep 07 00:13:31.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54842026-09-07T00:13:32.222Z[ recovery-image] Sep 07 00:13:31.447 INFO O| Sep 07 00:13:31.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54852026-09-07T00:13:32.343Z[ recovery-image] Sep 07 00:13:31.568 INFO O| Sep 07 00:13:31.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54862026-09-07T00:13:32.350Z[ recovery-image] Sep 07 00:13:31.574 INFO O| Sep 07 00:13:31.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54872026-09-07T00:13:32.377Z[ recovery-image] Sep 07 00:13:31.602 INFO O| Sep 07 00:13:31.602 INFO STEP 14 (remove_files) COMPLETE
54882026-09-07T00:13:32.377Z[ recovery-image] Sep 07 00:13:31.602 INFO O| Sep 07 00:13:31.602 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54892026-09-07T00:13:32.388Z[ recovery-image] Sep 07 00:13:31.613 INFO O| Sep 07 00:13:31.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54902026-09-07T00:13:32.391Z[ recovery-image] Sep 07 00:13:31.614 INFO O| Sep 07 00:13:31.614 INFO STEP 15 (remove_files) COMPLETE
54912026-09-07T00:13:32.391Z[ recovery-image] Sep 07 00:13:31.614 INFO O| Sep 07 00:13:31.614 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54922026-09-07T00:13:32.410Z[ recovery-image] Sep 07 00:13:31.635 INFO O| Sep 07 00:13:31.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54932026-09-07T00:13:32.416Z[ recovery-image] Sep 07 00:13:31.641 INFO O| Sep 07 00:13:31.641 INFO STEP 16 (remove_files) COMPLETE
54942026-09-07T00:13:32.416Z[ recovery-image] Sep 07 00:13:31.641 INFO O| Sep 07 00:13:31.641 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-07T00:13:32.428Z[ recovery-image] Sep 07 00:13:31.654 INFO O| Sep 07 00:13:31.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54962026-09-07T00:13:32.431Z[ recovery-image] Sep 07 00:13:31.654 INFO O| Sep 07 00:13:31.654 INFO STEP 17 (remove_files) COMPLETE
54972026-09-07T00:13:32.431Z[ recovery-image] Sep 07 00:13:31.654 INFO O| Sep 07 00:13:31.654 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54982026-09-07T00:13:32.438Z[ recovery-image] Sep 07 00:13:31.663 INFO O| Sep 07 00:13:31.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54992026-09-07T00:13:32.441Z[ recovery-image] Sep 07 00:13:31.664 INFO O| Sep 07 00:13:31.664 INFO STEP 18 (remove_files) COMPLETE
55002026-09-07T00:13:32.441Z[ recovery-image] Sep 07 00:13:31.664 INFO O| Sep 07 00:13:31.664 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55012026-09-07T00:13:32.447Z[ recovery-image] Sep 07 00:13:31.672 INFO O| Sep 07 00:13:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55022026-09-07T00:13:32.447Z[ recovery-image] Sep 07 00:13:31.672 INFO O| Sep 07 00:13:31.672 INFO STEP 19 (remove_files) COMPLETE
55032026-09-07T00:13:32.447Z[ recovery-image] Sep 07 00:13:31.672 INFO O| Sep 07 00:13:31.672 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55042026-09-07T00:13:32.476Z[ recovery-image] Sep 07 00:13:31.701 INFO O| Sep 07 00:13:31.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55052026-09-07T00:13:32.476Z[ recovery-image] Sep 07 00:13:31.701 INFO O| Sep 07 00:13:31.701 INFO STEP 20 (remove_files) COMPLETE
55062026-09-07T00:13:32.480Z[ recovery-image] Sep 07 00:13:31.701 INFO O| Sep 07 00:13:31.701 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55072026-09-07T00:13:32.490Z[ recovery-image] Sep 07 00:13:31.714 INFO O| Sep 07 00:13:31.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55082026-09-07T00:13:32.490Z[ recovery-image] Sep 07 00:13:31.714 INFO O| Sep 07 00:13:31.714 INFO STEP 21 (remove_files) COMPLETE
55092026-09-07T00:13:32.493Z[ recovery-image] Sep 07 00:13:31.714 INFO O| Sep 07 00:13:31.714 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55102026-09-07T00:13:32.499Z[ recovery-image] Sep 07 00:13:31.724 INFO O| Sep 07 00:13:31.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55112026-09-07T00:13:32.499Z[ recovery-image] Sep 07 00:13:31.724 INFO O| Sep 07 00:13:31.724 INFO STEP 22 (remove_files) COMPLETE
55122026-09-07T00:13:32.499Z[ recovery-image] Sep 07 00:13:31.724 INFO O| Sep 07 00:13:31.724 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55132026-09-07T00:13:32.509Z[ recovery-image] Sep 07 00:13:31.734 INFO O| Sep 07 00:13:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55142026-09-07T00:13:32.509Z[ recovery-image] Sep 07 00:13:31.734 INFO O| Sep 07 00:13:31.734 INFO STEP 23 (remove_files) COMPLETE
55152026-09-07T00:13:32.509Z[ recovery-image] Sep 07 00:13:31.734 INFO O| Sep 07 00:13:31.734 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55162026-09-07T00:13:32.519Z[ recovery-image] Sep 07 00:13:31.744 INFO O| Sep 07 00:13:31.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55172026-09-07T00:13:32.519Z[ recovery-image] Sep 07 00:13:31.744 INFO O| Sep 07 00:13:31.744 INFO STEP 24 (remove_files) COMPLETE
55182026-09-07T00:13:32.519Z[ recovery-image] Sep 07 00:13:31.744 INFO O| Sep 07 00:13:31.744 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55192026-09-07T00:13:32.543Z[ recovery-image] Sep 07 00:13:31.768 INFO O| Sep 07 00:13:31.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55202026-09-07T00:13:32.543Z[ recovery-image] Sep 07 00:13:31.768 INFO O| Sep 07 00:13:31.768 INFO STEP 25 (remove_files) COMPLETE
55212026-09-07T00:13:32.543Z[ recovery-image] Sep 07 00:13:31.768 INFO O| Sep 07 00:13:31.768 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55222026-09-07T00:13:32.553Z[ recovery-image] Sep 07 00:13:31.778 INFO O| Sep 07 00:13:31.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55232026-09-07T00:13:32.553Z[ recovery-image] Sep 07 00:13:31.778 INFO O| Sep 07 00:13:31.778 INFO STEP 26 (remove_files) COMPLETE
55242026-09-07T00:13:32.553Z[ recovery-image] Sep 07 00:13:31.778 INFO O| Sep 07 00:13:31.778 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55252026-09-07T00:13:32.563Z[ recovery-image] Sep 07 00:13:31.788 INFO O| Sep 07 00:13:31.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55262026-09-07T00:13:32.563Z[ recovery-image] Sep 07 00:13:31.788 INFO O| Sep 07 00:13:31.788 INFO STEP 27 (remove_files) COMPLETE
55272026-09-07T00:13:32.563Z[ recovery-image] Sep 07 00:13:31.788 INFO O| Sep 07 00:13:31.788 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55282026-09-07T00:13:32.578Z[ recovery-image] Sep 07 00:13:31.798 INFO O| Sep 07 00:13:31.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55292026-09-07T00:13:32.578Z[ recovery-image] Sep 07 00:13:31.798 INFO O| Sep 07 00:13:31.798 INFO STEP 28 (remove_files) COMPLETE
55302026-09-07T00:13:32.578Z[ recovery-image] Sep 07 00:13:31.798 INFO O| Sep 07 00:13:31.798 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55312026-09-07T00:13:32.583Z[ recovery-image] Sep 07 00:13:31.808 INFO O| Sep 07 00:13:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55322026-09-07T00:13:32.583Z[ recovery-image] Sep 07 00:13:31.808 INFO O| Sep 07 00:13:31.808 INFO STEP 29 (remove_files) COMPLETE
55332026-09-07T00:13:32.586Z[ recovery-image] Sep 07 00:13:31.808 INFO O| Sep 07 00:13:31.808 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55342026-09-07T00:13:32.597Z[ recovery-image] Sep 07 00:13:31.822 INFO O| Sep 07 00:13:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55352026-09-07T00:13:32.597Z[ recovery-image] Sep 07 00:13:31.822 INFO O| Sep 07 00:13:31.822 INFO STEP 30 (remove_files) COMPLETE
55362026-09-07T00:13:32.601Z[ recovery-image] Sep 07 00:13:31.822 INFO O| Sep 07 00:13:31.822 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-07T00:13:32.606Z[ recovery-image] Sep 07 00:13:31.831 INFO O| Sep 07 00:13:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55382026-09-07T00:13:32.606Z[ recovery-image] Sep 07 00:13:31.831 INFO O| Sep 07 00:13:31.831 INFO STEP 31 (remove_files) COMPLETE
55392026-09-07T00:13:32.609Z[ recovery-image] Sep 07 00:13:31.831 INFO O| Sep 07 00:13:31.831 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-07T00:13:32.613Z[ recovery-image] Sep 07 00:13:31.839 INFO O| Sep 07 00:13:31.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55412026-09-07T00:13:32.614Z[ recovery-image] Sep 07 00:13:31.839 INFO O| Sep 07 00:13:31.839 INFO STEP 32 (remove_files) COMPLETE
55422026-09-07T00:13:32.614Z[ recovery-image] Sep 07 00:13:31.839 INFO O| Sep 07 00:13:31.839 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-07T00:13:32.631Z[ recovery-image] Sep 07 00:13:31.856 INFO O| Sep 07 00:13:31.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55442026-09-07T00:13:32.631Z[ recovery-image] Sep 07 00:13:31.856 INFO O| Sep 07 00:13:31.856 INFO STEP 33 (remove_files) COMPLETE
55452026-09-07T00:13:32.631Z[ recovery-image] Sep 07 00:13:31.856 INFO O| Sep 07 00:13:31.856 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55462026-09-07T00:13:32.647Z[verify-libraries] Compiling ml-kem v0.3.2
55472026-09-07T00:13:32.652Z[ recovery-image] Sep 07 00:13:31.874 INFO O| Sep 07 00:13:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55482026-09-07T00:13:32.652Z[ recovery-image] Sep 07 00:13:31.874 INFO O| Sep 07 00:13:31.874 INFO STEP 34 (remove_files) COMPLETE
55492026-09-07T00:13:32.652Z[ recovery-image] Sep 07 00:13:31.874 INFO O| Sep 07 00:13:31.874 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55502026-09-07T00:13:32.661Z[ recovery-image] Sep 07 00:13:31.886 INFO O| Sep 07 00:13:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55512026-09-07T00:13:32.661Z[ recovery-image] Sep 07 00:13:31.887 INFO O| Sep 07 00:13:31.887 INFO STEP 35 (remove_files) COMPLETE
55522026-09-07T00:13:32.661Z[ recovery-image] Sep 07 00:13:31.887 INFO O| Sep 07 00:13:31.887 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55532026-09-07T00:13:32.673Z[ recovery-image] Sep 07 00:13:31.896 INFO O| Sep 07 00:13:31.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55542026-09-07T00:13:32.673Z[ recovery-image] Sep 07 00:13:31.896 INFO O| Sep 07 00:13:31.896 INFO STEP 36 (remove_files) COMPLETE
55552026-09-07T00:13:32.673Z[ recovery-image] Sep 07 00:13:31.896 INFO O| Sep 07 00:13:31.896 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55562026-09-07T00:13:32.682Z[ recovery-image] Sep 07 00:13:31.907 INFO O| Sep 07 00:13:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55572026-09-07T00:13:32.682Z[ recovery-image] Sep 07 00:13:31.907 INFO O| Sep 07 00:13:31.907 INFO STEP 37 (remove_files) COMPLETE
55582026-09-07T00:13:32.682Z[ recovery-image] Sep 07 00:13:31.907 INFO O| Sep 07 00:13:31.907 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55592026-09-07T00:13:32.692Z[ recovery-image] Sep 07 00:13:31.917 INFO O| Sep 07 00:13:31.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55602026-09-07T00:13:32.692Z[ recovery-image] Sep 07 00:13:31.917 INFO O| Sep 07 00:13:31.917 INFO STEP 38 (remove_files) COMPLETE
55612026-09-07T00:13:32.692Z[ recovery-image] Sep 07 00:13:31.917 INFO O| Sep 07 00:13:31.917 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55622026-09-07T00:13:32.702Z[ recovery-image] Sep 07 00:13:31.927 INFO O| Sep 07 00:13:31.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55632026-09-07T00:13:32.702Z[ recovery-image] Sep 07 00:13:31.927 INFO O| Sep 07 00:13:31.927 INFO STEP 39 (remove_files) COMPLETE
55642026-09-07T00:13:32.706Z[ recovery-image] Sep 07 00:13:31.927 INFO O| Sep 07 00:13:31.927 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55652026-09-07T00:13:32.714Z[ recovery-image] Sep 07 00:13:31.939 INFO O| Sep 07 00:13:31.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55662026-09-07T00:13:32.714Z[ recovery-image] Sep 07 00:13:31.939 INFO O| Sep 07 00:13:31.939 INFO STEP 40 (remove_files) COMPLETE
55672026-09-07T00:13:32.714Z[ recovery-image] Sep 07 00:13:31.939 INFO O| Sep 07 00:13:31.939 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55682026-09-07T00:13:32.725Z[ recovery-image] Sep 07 00:13:31.949 INFO O| Sep 07 00:13:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55692026-09-07T00:13:32.725Z[ recovery-image] Sep 07 00:13:31.950 INFO O| Sep 07 00:13:31.950 INFO STEP 41 (remove_files) COMPLETE
55702026-09-07T00:13:32.725Z[ recovery-image] Sep 07 00:13:31.950 INFO O| Sep 07 00:13:31.950 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55712026-09-07T00:13:32.761Z[ recovery-image] Sep 07 00:13:31.986 INFO O| Sep 07 00:13:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55722026-09-07T00:13:32.761Z[ recovery-image] Sep 07 00:13:31.986 INFO O| Sep 07 00:13:31.986 INFO STEP 42 (remove_files) COMPLETE
55732026-09-07T00:13:32.761Z[verify-libraries] Compiling serde_with v1.14.0
55742026-09-07T00:13:32.761Z[ recovery-image] Sep 07 00:13:31.986 INFO O| Sep 07 00:13:31.986 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55752026-09-07T00:13:32.771Z[ recovery-image] Sep 07 00:13:31.996 INFO O| Sep 07 00:13:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55762026-09-07T00:13:32.771Z[ recovery-image] Sep 07 00:13:31.996 INFO O| Sep 07 00:13:31.996 INFO STEP 43 (remove_files) COMPLETE
55772026-09-07T00:13:32.771Z[ recovery-image] Sep 07 00:13:31.996 INFO O| Sep 07 00:13:31.996 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-07T00:13:32.787Z[ recovery-image] Sep 07 00:13:32.011 INFO O| Sep 07 00:13:32.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55792026-09-07T00:13:32.787Z[ recovery-image] Sep 07 00:13:32.011 INFO O| Sep 07 00:13:32.011 INFO STEP 44 (remove_files) COMPLETE
55802026-09-07T00:13:32.787Z[ recovery-image] Sep 07 00:13:32.011 INFO O| Sep 07 00:13:32.011 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55812026-09-07T00:13:32.800Z[ recovery-image] Sep 07 00:13:32.021 INFO O| Sep 07 00:13:32.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55822026-09-07T00:13:32.800Z[ recovery-image] Sep 07 00:13:32.021 INFO O| Sep 07 00:13:32.021 INFO STEP 45 (remove_files) COMPLETE
55832026-09-07T00:13:32.800Z[ recovery-image] Sep 07 00:13:32.021 INFO O| Sep 07 00:13:32.021 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55842026-09-07T00:13:32.806Z[ recovery-image] Sep 07 00:13:32.031 INFO O| Sep 07 00:13:32.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55852026-09-07T00:13:32.806Z[ recovery-image] Sep 07 00:13:32.031 INFO O| Sep 07 00:13:32.031 INFO STEP 46 (remove_files) COMPLETE
55862026-09-07T00:13:32.806Z[ recovery-image] Sep 07 00:13:32.031 INFO O| Sep 07 00:13:32.031 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-07T00:13:32.816Z[ recovery-image] Sep 07 00:13:32.041 INFO O| Sep 07 00:13:32.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55882026-09-07T00:13:32.816Z[ recovery-image] Sep 07 00:13:32.041 INFO O| Sep 07 00:13:32.041 INFO STEP 47 (remove_files) COMPLETE
55892026-09-07T00:13:32.816Z[ recovery-image] Sep 07 00:13:32.041 INFO O| Sep 07 00:13:32.041 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-07T00:13:32.827Z[ recovery-image] Sep 07 00:13:32.052 INFO O| Sep 07 00:13:32.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55912026-09-07T00:13:32.827Z[ recovery-image] Sep 07 00:13:32.052 INFO O| Sep 07 00:13:32.052 INFO STEP 48 (remove_files) COMPLETE
55922026-09-07T00:13:32.827Z[ recovery-image] Sep 07 00:13:32.052 INFO O| Sep 07 00:13:32.052 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55932026-09-07T00:13:32.837Z[ recovery-image] Sep 07 00:13:32.061 INFO O| Sep 07 00:13:32.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55942026-09-07T00:13:32.837Z[ recovery-image] Sep 07 00:13:32.061 INFO O| Sep 07 00:13:32.061 INFO STEP 49 (remove_files) COMPLETE
55952026-09-07T00:13:32.840Z[ recovery-image] Sep 07 00:13:32.061 INFO O| Sep 07 00:13:32.061 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-07T00:13:32.845Z[ recovery-image] Sep 07 00:13:32.070 INFO O| Sep 07 00:13:32.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55972026-09-07T00:13:32.845Z[ recovery-image] Sep 07 00:13:32.070 INFO O| Sep 07 00:13:32.070 INFO STEP 50 (remove_files) COMPLETE
55982026-09-07T00:13:32.846Z[ recovery-image] Sep 07 00:13:32.070 INFO O| Sep 07 00:13:32.070 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55992026-09-07T00:13:32.854Z[ recovery-image] Sep 07 00:13:32.079 INFO O| Sep 07 00:13:32.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56002026-09-07T00:13:32.857Z[ recovery-image] Sep 07 00:13:32.079 INFO O| Sep 07 00:13:32.079 INFO STEP 51 (remove_files) COMPLETE
56012026-09-07T00:13:32.857Z[ recovery-image] Sep 07 00:13:32.079 INFO O| Sep 07 00:13:32.079 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56022026-09-07T00:13:32.862Z[ recovery-image] Sep 07 00:13:32.088 INFO O| Sep 07 00:13:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56032026-09-07T00:13:32.862Z[ recovery-image] Sep 07 00:13:32.088 INFO O| Sep 07 00:13:32.088 INFO STEP 52 (remove_files) COMPLETE
56042026-09-07T00:13:32.867Z[ recovery-image] Sep 07 00:13:32.088 INFO O| Sep 07 00:13:32.088 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56052026-09-07T00:13:32.871Z[ recovery-image] Sep 07 00:13:32.097 INFO O| Sep 07 00:13:32.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56062026-09-07T00:13:32.871Z[ recovery-image] Sep 07 00:13:32.097 INFO O| Sep 07 00:13:32.097 INFO STEP 53 (remove_files) COMPLETE
56072026-09-07T00:13:32.874Z[ recovery-image] Sep 07 00:13:32.097 INFO O| Sep 07 00:13:32.097 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56082026-09-07T00:13:32.882Z[ recovery-image] Sep 07 00:13:32.108 INFO O| Sep 07 00:13:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56092026-09-07T00:13:32.882Z[ recovery-image] Sep 07 00:13:32.108 INFO O| Sep 07 00:13:32.108 INFO STEP 54 (remove_files) COMPLETE
56102026-09-07T00:13:32.882Z[ recovery-image] Sep 07 00:13:32.108 INFO O| Sep 07 00:13:32.108 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-07T00:13:32.893Z[ recovery-image] Sep 07 00:13:32.118 INFO O| Sep 07 00:13:32.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56122026-09-07T00:13:32.893Z[ recovery-image] Sep 07 00:13:32.118 INFO O| Sep 07 00:13:32.118 INFO STEP 55 (remove_files) COMPLETE
56132026-09-07T00:13:32.893Z[ recovery-image] Sep 07 00:13:32.118 INFO O| Sep 07 00:13:32.118 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56142026-09-07T00:13:32.903Z[ recovery-image] Sep 07 00:13:32.128 INFO O| Sep 07 00:13:32.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56152026-09-07T00:13:32.903Z[ recovery-image] Sep 07 00:13:32.128 INFO O| Sep 07 00:13:32.128 INFO STEP 56 (remove_files) COMPLETE
56162026-09-07T00:13:32.903Z[ recovery-image] Sep 07 00:13:32.128 INFO O| Sep 07 00:13:32.128 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56172026-09-07T00:13:32.913Z[ recovery-image] Sep 07 00:13:32.138 INFO O| Sep 07 00:13:32.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56182026-09-07T00:13:32.913Z[ recovery-image] Sep 07 00:13:32.138 INFO O| Sep 07 00:13:32.138 INFO STEP 57 (remove_files) COMPLETE
56192026-09-07T00:13:32.913Z[ recovery-image] Sep 07 00:13:32.138 INFO O| Sep 07 00:13:32.138 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56202026-09-07T00:13:32.923Z[ recovery-image] Sep 07 00:13:32.148 INFO O| Sep 07 00:13:32.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56212026-09-07T00:13:32.923Z[ recovery-image] Sep 07 00:13:32.149 INFO O| Sep 07 00:13:32.148 INFO STEP 58 (remove_files) COMPLETE
56222026-09-07T00:13:32.923Z[ recovery-image] Sep 07 00:13:32.149 INFO O| Sep 07 00:13:32.148 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56232026-09-07T00:13:32.933Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56242026-09-07T00:13:32.933Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56252026-09-07T00:13:32.933Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56262026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56272026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56282026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56292026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO ok!
56302026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO STEP 59 (ensure_file) COMPLETE
56312026-09-07T00:13:32.937Z[ recovery-image] Sep 07 00:13:32.158 INFO O| Sep 07 00:13:32.158 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56322026-09-07T00:13:32.945Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56332026-09-07T00:13:32.945Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56342026-09-07T00:13:32.945Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56352026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56362026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56372026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56382026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO ok!
56392026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO STEP 60 (ensure_file) COMPLETE
56402026-09-07T00:13:32.948Z[ recovery-image] Sep 07 00:13:32.170 INFO O| Sep 07 00:13:32.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56412026-09-07T00:13:32.956Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56422026-09-07T00:13:32.956Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56432026-09-07T00:13:32.957Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56442026-09-07T00:13:32.960Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO ok!
56452026-09-07T00:13:32.960Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO STEP 61 (ensure_file) COMPLETE
56462026-09-07T00:13:32.960Z[ recovery-image] Sep 07 00:13:32.181 INFO O| Sep 07 00:13:32.181 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56472026-09-07T00:13:32.968Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56482026-09-07T00:13:32.968Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56492026-09-07T00:13:32.968Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56502026-09-07T00:13:32.971Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 INFO ok!
56512026-09-07T00:13:32.971Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 INFO STEP 62 (ensure_file) COMPLETE
56522026-09-07T00:13:32.971Z[ recovery-image] Sep 07 00:13:32.192 INFO O| Sep 07 00:13:32.192 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56532026-09-07T00:13:32.979Z[ recovery-image] Sep 07 00:13:32.204 INFO O| Sep 07 00:13:32.204 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56542026-09-07T00:13:32.979Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.204 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56552026-09-07T00:13:32.979Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56562026-09-07T00:13:32.982Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.205 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56572026-09-07T00:13:32.982Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.205 INFO ok!
56582026-09-07T00:13:32.982Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.205 INFO STEP 63 (ensure_file) COMPLETE
56592026-09-07T00:13:32.982Z[ recovery-image] Sep 07 00:13:32.205 INFO O| Sep 07 00:13:32.205 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56602026-09-07T00:13:32.992Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56612026-09-07T00:13:32.992Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56622026-09-07T00:13:32.992Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56632026-09-07T00:13:32.992Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56642026-09-07T00:13:32.992Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO ok!
56652026-09-07T00:13:32.995Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO STEP 64 (ensure_file) COMPLETE
56662026-09-07T00:13:32.995Z[ recovery-image] Sep 07 00:13:32.216 INFO O| Sep 07 00:13:32.216 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56672026-09-07T00:13:33.001Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56682026-09-07T00:13:33.001Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56692026-09-07T00:13:33.006Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56702026-09-07T00:13:33.006Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56712026-09-07T00:13:33.006Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO ok!
56722026-09-07T00:13:33.006Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO STEP 65 (ensure_file) COMPLETE
56732026-09-07T00:13:33.006Z[ recovery-image] Sep 07 00:13:32.226 INFO O| Sep 07 00:13:32.226 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56742026-09-07T00:13:33.010Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56752026-09-07T00:13:33.011Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56762026-09-07T00:13:33.011Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56772026-09-07T00:13:33.011Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO ok!
56782026-09-07T00:13:33.011Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO STEP 66 (assemble_files) COMPLETE
56792026-09-07T00:13:33.014Z[ recovery-image] Sep 07 00:13:32.236 INFO O| Sep 07 00:13:32.236 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56802026-09-07T00:13:33.020Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56812026-09-07T00:13:33.020Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56822026-09-07T00:13:33.020Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56832026-09-07T00:13:33.020Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56842026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO ok!
56852026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO STEP 67 (ensure_file) COMPLETE
56862026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56872026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO skip step because feature "omicron1" is not enabled
56882026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56892026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO skip step because feature "omicron1" is not enabled
56902026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO skip step because feature "omicron1" is not enabled
56922026-09-07T00:13:33.023Z[ recovery-image] Sep 07 00:13:32.245 INFO O| Sep 07 00:13:32.245 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56932026-09-07T00:13:33.035Z[ recovery-image] Sep 07 00:13:32.260 INFO O| Sep 07 00:13:32.260 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56942026-09-07T00:13:33.035Z[ recovery-image] Sep 07 00:13:32.260 INFO O| Sep 07 00:13:32.260 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56952026-09-07T00:13:33.491Z[verify-libraries] Compiling russh-cryptovec v0.62.0
56962026-09-07T00:13:33.723Z[verify-libraries] Compiling tui-tree-widget v0.23.1
56972026-09-07T00:13:33.840Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
56982026-09-07T00:13:33.948Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
56992026-09-07T00:13:34.020Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57002026-09-07T00:13:34.142Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57012026-09-07T00:13:34.196Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57022026-09-07T00:13:34.254Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
57032026-09-07T00:13:34.312Z[ recovery-image] Sep 07 00:13:33.537 INFO O| Sep 07 00:13:33.537 INFO STEP 71 (pack_tar) COMPLETE
57042026-09-07T00:13:34.313Z[ recovery-image] Sep 07 00:13:33.537 INFO O| Sep 07 00:13:33.537 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57052026-09-07T00:13:34.313Z[ recovery-image] Sep 07 00:13:33.537 INFO O| Sep 07 00:13:33.537 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57062026-09-07T00:13:34.319Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
57072026-09-07T00:13:34.613Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
57082026-09-07T00:13:34.651Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
57092026-09-07T00:13:34.675Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
57102026-09-07T00:13:34.734Z[ recovery-image] Sep 07 00:13:33.959 INFO O| Sep 07 00:13:33.959 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57112026-09-07T00:13:34.873Z[ recovery-image] Sep 07 00:13:34.098 INFO O| Sep 07 00:13:34.098 INFO completed processing sled/ramdisk-02-trim
57122026-09-07T00:13:34.876Z[ recovery-image] Sep 07 00:13:34.100 INFO image builder template: ramdisk-03-recovery-trim...
57132026-09-07T00:13:34.876Z[ recovery-image] Sep 07 00:13:34.100 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/.tmpocBgrn/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
57142026-09-07T00:13:34.880Z[ recovery-image] Sep 07 00:13:34.105 INFO O| Sep 07 00:13:34.105 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57152026-09-07T00:13:34.931Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
57162026-09-07T00:13:34.956Z[ recovery-image] Sep 07 00:13:34.181 INFO O| Sep 07 00:13:34.181 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57172026-09-07T00:13:34.962Z[ recovery-image] Sep 07 00:13:34.186 INFO O| Sep 07 00:13:34.186 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57182026-09-07T00:13:35.052Z[ recovery-image] Sep 07 00:13:34.277 INFO O| Sep 07 00:13:34.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57192026-09-07T00:13:35.072Z[verify-libraries] Compiling fatfs v0.3.6
57202026-09-07T00:13:35.112Z[ recovery-image] Sep 07 00:13:34.338 INFO O| Sep 07 00:13:34.338 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57212026-09-07T00:13:35.113Z[ recovery-image] Sep 07 00:13:34.338 INFO O| Sep 07 00:13:34.338 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57222026-09-07T00:13:35.122Z[ recovery-image] Sep 07 00:13:34.345 INFO O| Sep 07 00:13:34.345 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57232026-09-07T00:13:35.125Z[ recovery-image] Sep 07 00:13:34.349 INFO O| Sep 07 00:13:34.349 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57242026-09-07T00:13:35.131Z[ recovery-image] Sep 07 00:13:34.354 INFO O| Sep 07 00:13:34.354 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57252026-09-07T00:13:35.153Z[verify-libraries] Compiling num-bigint v0.4.6
57262026-09-07T00:13:35.209Z[verify-libraries] Compiling generic-array v1.4.3
57272026-09-07T00:13:35.248Z[verify-libraries] Compiling russh-util v0.52.0
57282026-09-07T00:13:35.497Z[verify-libraries] Compiling enum_dispatch v0.3.13
57292026-09-07T00:13:35.550Z[ recovery-image] Sep 07 00:13:34.775 INFO O| Sep 07 00:13:34.775 INFO rolled back to input snapshot; work may begin
57302026-09-07T00:13:35.550Z[ recovery-image] Sep 07 00:13:34.775 INFO O| Sep 07 00:13:34.775 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57312026-09-07T00:13:35.555Z[ recovery-image] Sep 07 00:13:34.780 INFO O| Sep 07 00:13:34.780 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-09-07T00:13:35.564Z[ recovery-image] Sep 07 00:13:34.789 INFO O| Sep 07 00:13:34.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57332026-09-07T00:13:35.568Z[ recovery-image] Sep 07 00:13:34.792 INFO O| Sep 07 00:13:34.792 INFO STEP 0 (remove_files) COMPLETE
57342026-09-07T00:13:35.568Z[ recovery-image] Sep 07 00:13:34.792 INFO O| Sep 07 00:13:34.792 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-09-07T00:13:35.577Z[ recovery-image] Sep 07 00:13:34.802 INFO O| Sep 07 00:13:34.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57362026-09-07T00:13:35.580Z[ recovery-image] Sep 07 00:13:34.803 INFO O| Sep 07 00:13:34.803 INFO STEP 1 (remove_files) COMPLETE
57372026-09-07T00:13:35.580Z[ recovery-image] Sep 07 00:13:34.803 INFO O| Sep 07 00:13:34.803 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-07T00:13:35.587Z[ recovery-image] Sep 07 00:13:34.812 INFO O| Sep 07 00:13:34.812 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57392026-09-07T00:13:35.592Z[ recovery-image] Sep 07 00:13:34.818 INFO O| Sep 07 00:13:34.817 INFO STEP 2 (remove_files) COMPLETE
57402026-09-07T00:13:35.595Z[ recovery-image] Sep 07 00:13:34.818 INFO O| Sep 07 00:13:34.818 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-07T00:13:35.602Z[ recovery-image] Sep 07 00:13:34.827 INFO O| Sep 07 00:13:34.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57422026-09-07T00:13:35.691Z[verify-libraries] Compiling sapling-renderdag v0.1.0
57432026-09-07T00:13:35.719Z[ recovery-image] Sep 07 00:13:34.944 INFO O| Sep 07 00:13:34.944 INFO STEP 3 (remove_files) COMPLETE
57442026-09-07T00:13:35.719Z[ recovery-image] Sep 07 00:13:34.944 INFO O| Sep 07 00:13:34.944 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-07T00:13:35.738Z[ recovery-image] Sep 07 00:13:34.963 INFO O| Sep 07 00:13:34.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57462026-09-07T00:13:35.741Z[ recovery-image] Sep 07 00:13:34.965 INFO O| Sep 07 00:13:34.965 INFO STEP 4 (remove_files) COMPLETE
57472026-09-07T00:13:35.741Z[ recovery-image] Sep 07 00:13:34.965 INFO O| Sep 07 00:13:34.965 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-07T00:13:35.750Z[ recovery-image] Sep 07 00:13:34.975 INFO O| Sep 07 00:13:34.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57492026-09-07T00:13:35.764Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
57502026-09-07T00:13:35.768Z[verify-libraries] Compiling delegate v0.13.5
57512026-09-07T00:13:35.796Z[ recovery-image] Sep 07 00:13:35.021 INFO O| Sep 07 00:13:35.021 INFO STEP 5 (remove_files) COMPLETE
57522026-09-07T00:13:35.796Z[ recovery-image] Sep 07 00:13:35.022 INFO O| Sep 07 00:13:35.021 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-09-07T00:13:35.806Z[ recovery-image] Sep 07 00:13:35.031 INFO O| Sep 07 00:13:35.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57542026-09-07T00:13:35.828Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57552026-09-07T00:13:35.828Z[ recovery-image] Sep 07 00:13:35.052 INFO O| Sep 07 00:13:35.052 INFO STEP 6 (remove_files) COMPLETE
57562026-09-07T00:13:35.828Z[ recovery-image] Sep 07 00:13:35.053 INFO O| Sep 07 00:13:35.052 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-07T00:13:35.837Z[ recovery-image] Sep 07 00:13:35.062 INFO O| Sep 07 00:13:35.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57582026-09-07T00:13:35.840Z[ recovery-image] Sep 07 00:13:35.064 INFO O| Sep 07 00:13:35.064 INFO STEP 7 (remove_files) COMPLETE
57592026-09-07T00:13:35.840Z[ recovery-image] Sep 07 00:13:35.064 INFO O| Sep 07 00:13:35.064 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-07T00:13:35.859Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57612026-09-07T00:13:35.863Z[ recovery-image] Sep 07 00:13:35.085 INFO O| Sep 07 00:13:35.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57622026-09-07T00:13:35.866Z[ recovery-image] Sep 07 00:13:35.090 INFO O| Sep 07 00:13:35.086 INFO STEP 8 (remove_files) COMPLETE
57632026-09-07T00:13:35.867Z[ recovery-image] Sep 07 00:13:35.090 INFO O| Sep 07 00:13:35.086 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-07T00:13:35.874Z[ recovery-image] Sep 07 00:13:35.098 INFO O| Sep 07 00:13:35.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57652026-09-07T00:13:35.880Z[ recovery-image] Sep 07 00:13:35.103 INFO O| Sep 07 00:13:35.103 INFO STEP 9 (remove_files) COMPLETE
57662026-09-07T00:13:35.883Z[ recovery-image] Sep 07 00:13:35.103 INFO O| Sep 07 00:13:35.103 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-07T00:13:35.888Z[ recovery-image] Sep 07 00:13:35.113 INFO O| Sep 07 00:13:35.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57682026-09-07T00:13:35.891Z[ recovery-image] Sep 07 00:13:35.115 INFO O| Sep 07 00:13:35.115 INFO STEP 10 (remove_files) COMPLETE
57692026-09-07T00:13:35.891Z[ recovery-image] Sep 07 00:13:35.115 INFO O| Sep 07 00:13:35.115 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-07T00:13:35.899Z[ recovery-image] Sep 07 00:13:35.125 INFO O| Sep 07 00:13:35.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57712026-09-07T00:13:35.903Z[ recovery-image] Sep 07 00:13:35.126 INFO O| Sep 07 00:13:35.126 INFO STEP 11 (remove_files) COMPLETE
57722026-09-07T00:13:35.903Z[ recovery-image] Sep 07 00:13:35.126 INFO O| Sep 07 00:13:35.126 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-09-07T00:13:35.911Z[ recovery-image] Sep 07 00:13:35.136 INFO O| Sep 07 00:13:35.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57742026-09-07T00:13:35.962Z[ recovery-image] Sep 07 00:13:35.187 INFO O| Sep 07 00:13:35.187 INFO STEP 12 (remove_files) COMPLETE
57752026-09-07T00:13:35.962Z[ recovery-image] Sep 07 00:13:35.187 INFO O| Sep 07 00:13:35.187 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-09-07T00:13:35.972Z[ recovery-image] Sep 07 00:13:35.197 INFO O| Sep 07 00:13:35.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57772026-09-07T00:13:35.975Z[ recovery-image] Sep 07 00:13:35.199 INFO O| Sep 07 00:13:35.199 INFO STEP 13 (remove_files) COMPLETE
57782026-09-07T00:13:35.975Z[ recovery-image] Sep 07 00:13:35.199 INFO O| Sep 07 00:13:35.199 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-09-07T00:13:35.982Z[ recovery-image] Sep 07 00:13:35.207 INFO O| Sep 07 00:13:35.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57802026-09-07T00:13:35.985Z[ recovery-image] Sep 07 00:13:35.210 INFO O| Sep 07 00:13:35.210 INFO STEP 14 (remove_files) COMPLETE
57812026-09-07T00:13:35.985Z[ recovery-image] Sep 07 00:13:35.210 INFO O| Sep 07 00:13:35.210 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-07T00:13:35.994Z[ recovery-image] Sep 07 00:13:35.219 INFO O| Sep 07 00:13:35.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57832026-09-07T00:13:35.994Z[ recovery-image] Sep 07 00:13:35.219 INFO O| Sep 07 00:13:35.219 INFO STEP 15 (remove_files) COMPLETE
57842026-09-07T00:13:35.994Z[ recovery-image] Sep 07 00:13:35.219 INFO O| Sep 07 00:13:35.219 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-07T00:13:36.003Z[ recovery-image] Sep 07 00:13:35.229 INFO O| Sep 07 00:13:35.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57862026-09-07T00:13:36.006Z[ recovery-image] Sep 07 00:13:35.230 INFO O| Sep 07 00:13:35.230 INFO STEP 16 (remove_files) COMPLETE
57872026-09-07T00:13:36.006Z[ recovery-image] Sep 07 00:13:35.231 INFO O| Sep 07 00:13:35.230 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-07T00:13:36.016Z[ recovery-image] Sep 07 00:13:35.239 INFO O| Sep 07 00:13:35.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57892026-09-07T00:13:36.029Z[ recovery-image] Sep 07 00:13:35.254 INFO O| Sep 07 00:13:35.254 INFO STEP 17 (remove_files) COMPLETE
57902026-09-07T00:13:36.029Z[ recovery-image] Sep 07 00:13:35.254 INFO O| Sep 07 00:13:35.254 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-07T00:13:36.039Z[ recovery-image] Sep 07 00:13:35.264 INFO O| Sep 07 00:13:35.264 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57922026-09-07T00:13:36.039Z[ recovery-image] Sep 07 00:13:35.264 INFO O| Sep 07 00:13:35.264 INFO STEP 18 (remove_files) COMPLETE
57932026-09-07T00:13:36.039Z[ recovery-image] Sep 07 00:13:35.264 INFO O| Sep 07 00:13:35.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-07T00:13:36.049Z[ recovery-image] Sep 07 00:13:35.273 INFO O| Sep 07 00:13:35.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57952026-09-07T00:13:36.049Z[ recovery-image] Sep 07 00:13:35.273 INFO O| Sep 07 00:13:35.273 INFO STEP 19 (remove_files) COMPLETE
57962026-09-07T00:13:36.049Z[ recovery-image] Sep 07 00:13:35.273 INFO O| Sep 07 00:13:35.273 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-07T00:13:36.057Z[ recovery-image] Sep 07 00:13:35.282 INFO O| Sep 07 00:13:35.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57982026-09-07T00:13:36.100Z[verify-libraries] Compiling hex-literal v1.1.0
57992026-09-07T00:13:36.158Z[verify-libraries] Compiling sync-ptr v0.1.4
58002026-09-07T00:13:36.206Z[verify-libraries] Compiling md5 v0.8.0
58012026-09-07T00:13:36.247Z[ recovery-image] Sep 07 00:13:35.472 INFO O| Sep 07 00:13:35.472 INFO STEP 20 (remove_files) COMPLETE
58022026-09-07T00:13:36.247Z[ recovery-image] Sep 07 00:13:35.472 INFO O| Sep 07 00:13:35.472 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-07T00:13:36.264Z[ recovery-image] Sep 07 00:13:35.488 INFO O| Sep 07 00:13:35.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
58042026-09-07T00:13:36.271Z[ recovery-image] Sep 07 00:13:35.496 INFO O| Sep 07 00:13:35.496 INFO STEP 21 (remove_files) COMPLETE
58052026-09-07T00:13:36.272Z[ recovery-image] Sep 07 00:13:35.496 INFO O| Sep 07 00:13:35.496 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-07T00:13:36.289Z[ recovery-image] Sep 07 00:13:35.514 INFO O| Sep 07 00:13:35.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
58072026-09-07T00:13:36.289Z[ recovery-image] Sep 07 00:13:35.515 INFO O| Sep 07 00:13:35.514 INFO STEP 22 (remove_files) COMPLETE
58082026-09-07T00:13:36.289Z[ recovery-image] Sep 07 00:13:35.515 INFO O| Sep 07 00:13:35.515 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-07T00:13:36.292Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58102026-09-07T00:13:36.299Z[ recovery-image] Sep 07 00:13:35.524 INFO O| Sep 07 00:13:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
58112026-09-07T00:13:36.318Z[ recovery-image] Sep 07 00:13:35.543 INFO O| Sep 07 00:13:35.543 INFO STEP 23 (remove_files) COMPLETE
58122026-09-07T00:13:36.318Z[ recovery-image] Sep 07 00:13:35.543 INFO O| Sep 07 00:13:35.543 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-07T00:13:36.324Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58142026-09-07T00:13:36.331Z[ recovery-image] Sep 07 00:13:35.556 INFO O| Sep 07 00:13:35.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
58152026-09-07T00:13:36.331Z[ recovery-image] Sep 07 00:13:35.556 INFO O| Sep 07 00:13:35.556 INFO STEP 24 (remove_files) COMPLETE
58162026-09-07T00:13:36.331Z[ recovery-image] Sep 07 00:13:35.556 INFO O| Sep 07 00:13:35.556 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-07T00:13:36.360Z[ recovery-image] Sep 07 00:13:35.585 INFO O| Sep 07 00:13:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58182026-09-07T00:13:36.360Z[ recovery-image] Sep 07 00:13:35.585 INFO O| Sep 07 00:13:35.585 INFO STEP 25 (remove_files) COMPLETE
58192026-09-07T00:13:36.360Z[ recovery-image] Sep 07 00:13:35.585 INFO O| Sep 07 00:13:35.585 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-07T00:13:36.370Z[ recovery-image] Sep 07 00:13:35.594 INFO O| Sep 07 00:13:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58212026-09-07T00:13:36.370Z[ recovery-image] Sep 07 00:13:35.594 INFO O| Sep 07 00:13:35.594 INFO STEP 26 (remove_files) COMPLETE
58222026-09-07T00:13:36.370Z[ recovery-image] Sep 07 00:13:35.594 INFO O| Sep 07 00:13:35.594 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-07T00:13:36.377Z[ recovery-image] Sep 07 00:13:35.603 INFO O| Sep 07 00:13:35.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58242026-09-07T00:13:36.377Z[ recovery-image] Sep 07 00:13:35.603 INFO O| Sep 07 00:13:35.603 INFO STEP 27 (remove_files) COMPLETE
58252026-09-07T00:13:36.377Z[ recovery-image] Sep 07 00:13:35.603 INFO O| Sep 07 00:13:35.603 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-07T00:13:36.386Z[ recovery-image] Sep 07 00:13:35.611 INFO O| Sep 07 00:13:35.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58272026-09-07T00:13:36.392Z[ recovery-image] Sep 07 00:13:35.617 INFO O| Sep 07 00:13:35.617 INFO STEP 28 (remove_files) COMPLETE
58282026-09-07T00:13:36.392Z[ recovery-image] Sep 07 00:13:35.617 INFO O| Sep 07 00:13:35.617 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-07T00:13:36.403Z[ recovery-image] Sep 07 00:13:35.628 INFO O| Sep 07 00:13:35.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58302026-09-07T00:13:36.403Z[ recovery-image] Sep 07 00:13:35.628 INFO O| Sep 07 00:13:35.628 INFO STEP 29 (remove_files) COMPLETE
58312026-09-07T00:13:36.403Z[ recovery-image] Sep 07 00:13:35.628 INFO O| Sep 07 00:13:35.628 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-07T00:13:36.413Z[ recovery-image] Sep 07 00:13:35.638 INFO O| Sep 07 00:13:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58332026-09-07T00:13:36.413Z[ recovery-image] Sep 07 00:13:35.639 INFO O| Sep 07 00:13:35.639 INFO STEP 30 (remove_files) COMPLETE
58342026-09-07T00:13:36.413Z[ recovery-image] Sep 07 00:13:35.639 INFO O| Sep 07 00:13:35.639 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-07T00:13:36.423Z[ recovery-image] Sep 07 00:13:35.648 INFO O| Sep 07 00:13:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58362026-09-07T00:13:36.423Z[ recovery-image] Sep 07 00:13:35.648 INFO O| Sep 07 00:13:35.648 INFO STEP 31 (remove_files) COMPLETE
58372026-09-07T00:13:36.423Z[ recovery-image] Sep 07 00:13:35.648 INFO O| Sep 07 00:13:35.648 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-07T00:13:36.433Z[ recovery-image] Sep 07 00:13:35.658 INFO O| Sep 07 00:13:35.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58392026-09-07T00:13:36.437Z[ recovery-image] Sep 07 00:13:35.661 INFO O| Sep 07 00:13:35.661 INFO STEP 32 (remove_files) COMPLETE
58402026-09-07T00:13:36.441Z[ recovery-image] Sep 07 00:13:35.661 INFO O| Sep 07 00:13:35.661 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-07T00:13:36.450Z[ recovery-image] Sep 07 00:13:35.676 INFO O| Sep 07 00:13:35.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58422026-09-07T00:13:36.470Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58432026-09-07T00:13:36.473Z[ recovery-image] Sep 07 00:13:35.698 INFO O| Sep 07 00:13:35.698 INFO STEP 33 (remove_files) COMPLETE
58442026-09-07T00:13:36.473Z[ recovery-image] Sep 07 00:13:35.698 INFO O| Sep 07 00:13:35.698 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-09-07T00:13:36.487Z[ recovery-image] Sep 07 00:13:35.712 INFO O| Sep 07 00:13:35.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58462026-09-07T00:13:36.487Z[ recovery-image] Sep 07 00:13:35.712 INFO O| Sep 07 00:13:35.712 INFO STEP 34 (remove_files) COMPLETE
58472026-09-07T00:13:36.487Z[ recovery-image] Sep 07 00:13:35.712 INFO O| Sep 07 00:13:35.712 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-07T00:13:36.520Z[ recovery-image] Sep 07 00:13:35.745 INFO O| Sep 07 00:13:35.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58492026-09-07T00:13:36.520Z[ recovery-image] Sep 07 00:13:35.745 INFO O| Sep 07 00:13:35.745 INFO STEP 35 (remove_files) COMPLETE
58502026-09-07T00:13:36.520Z[ recovery-image] Sep 07 00:13:35.745 INFO O| Sep 07 00:13:35.745 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-07T00:13:36.523Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58522026-09-07T00:13:36.549Z[ recovery-image] Sep 07 00:13:35.774 INFO O| Sep 07 00:13:35.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58532026-09-07T00:13:36.549Z[ recovery-image] Sep 07 00:13:35.774 INFO O| Sep 07 00:13:35.774 INFO STEP 36 (remove_files) COMPLETE
58542026-09-07T00:13:36.552Z[ recovery-image] Sep 07 00:13:35.775 INFO O| Sep 07 00:13:35.774 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-07T00:13:36.563Z[ recovery-image] Sep 07 00:13:35.788 INFO O| Sep 07 00:13:35.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58562026-09-07T00:13:36.563Z[ recovery-image] Sep 07 00:13:35.788 INFO O| Sep 07 00:13:35.788 INFO STEP 37 (remove_files) COMPLETE
58572026-09-07T00:13:36.563Z[ recovery-image] Sep 07 00:13:35.788 INFO O| Sep 07 00:13:35.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-07T00:13:36.572Z[ recovery-image] Sep 07 00:13:35.798 INFO O| Sep 07 00:13:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58592026-09-07T00:13:36.572Z[ recovery-image] Sep 07 00:13:35.798 INFO O| Sep 07 00:13:35.798 INFO STEP 38 (remove_files) COMPLETE
58602026-09-07T00:13:36.576Z[ recovery-image] Sep 07 00:13:35.798 INFO O| Sep 07 00:13:35.798 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-07T00:13:36.583Z[ recovery-image] Sep 07 00:13:35.808 INFO O| Sep 07 00:13:35.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58622026-09-07T00:13:36.583Z[ recovery-image] Sep 07 00:13:35.808 INFO O| Sep 07 00:13:35.808 INFO STEP 39 (remove_files) COMPLETE
58632026-09-07T00:13:36.583Z[ recovery-image] Sep 07 00:13:35.808 INFO O| Sep 07 00:13:35.808 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-07T00:13:36.621Z[ recovery-image] Sep 07 00:13:35.845 INFO O| Sep 07 00:13:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58652026-09-07T00:13:36.621Z[ recovery-image] Sep 07 00:13:35.845 INFO O| Sep 07 00:13:35.845 INFO STEP 40 (remove_files) COMPLETE
58662026-09-07T00:13:36.621Z[ recovery-image] Sep 07 00:13:35.845 INFO O| Sep 07 00:13:35.845 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-07T00:13:36.629Z[ recovery-image] Sep 07 00:13:35.855 INFO O| Sep 07 00:13:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58682026-09-07T00:13:36.630Z[ recovery-image] Sep 07 00:13:35.855 INFO O| Sep 07 00:13:35.855 INFO STEP 41 (remove_files) COMPLETE
58692026-09-07T00:13:36.633Z[ recovery-image] Sep 07 00:13:35.855 INFO O| Sep 07 00:13:35.855 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-07T00:13:36.658Z[ recovery-image] Sep 07 00:13:35.883 INFO O| Sep 07 00:13:35.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58712026-09-07T00:13:36.658Z[ recovery-image] Sep 07 00:13:35.883 INFO O| Sep 07 00:13:35.883 INFO STEP 42 (remove_files) COMPLETE
58722026-09-07T00:13:36.658Z[ recovery-image] Sep 07 00:13:35.883 INFO O| Sep 07 00:13:35.883 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-07T00:13:36.667Z[ recovery-image] Sep 07 00:13:35.892 INFO O| Sep 07 00:13:35.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58742026-09-07T00:13:36.667Z[ recovery-image] Sep 07 00:13:35.892 INFO O| Sep 07 00:13:35.892 INFO STEP 43 (remove_files) COMPLETE
58752026-09-07T00:13:36.667Z[ recovery-image] Sep 07 00:13:35.892 INFO O| Sep 07 00:13:35.892 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-07T00:13:36.675Z[ recovery-image] Sep 07 00:13:35.900 INFO O| Sep 07 00:13:35.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58772026-09-07T00:13:36.678Z[ recovery-image] Sep 07 00:13:35.902 INFO O| Sep 07 00:13:35.902 INFO STEP 44 (remove_files) COMPLETE
58782026-09-07T00:13:36.678Z[ recovery-image] Sep 07 00:13:35.902 INFO O| Sep 07 00:13:35.902 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-07T00:13:36.685Z[ recovery-image] Sep 07 00:13:35.911 INFO O| Sep 07 00:13:35.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58802026-09-07T00:13:36.685Z[ recovery-image] Sep 07 00:13:35.911 INFO O| Sep 07 00:13:35.911 INFO STEP 45 (remove_files) COMPLETE
58812026-09-07T00:13:36.685Z[ recovery-image] Sep 07 00:13:35.911 INFO O| Sep 07 00:13:35.911 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-07T00:13:36.694Z[ recovery-image] Sep 07 00:13:35.919 INFO O| Sep 07 00:13:35.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58832026-09-07T00:13:36.694Z[ recovery-image] Sep 07 00:13:35.919 INFO O| Sep 07 00:13:35.919 INFO STEP 46 (remove_files) COMPLETE
58842026-09-07T00:13:36.694Z[ recovery-image] Sep 07 00:13:35.919 INFO O| Sep 07 00:13:35.919 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-07T00:13:36.702Z[ recovery-image] Sep 07 00:13:35.927 INFO O| Sep 07 00:13:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58862026-09-07T00:13:36.702Z[ recovery-image] Sep 07 00:13:35.928 INFO O| Sep 07 00:13:35.928 INFO STEP 47 (remove_files) COMPLETE
58872026-09-07T00:13:36.702Z[ recovery-image] Sep 07 00:13:35.928 INFO O| Sep 07 00:13:35.928 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-07T00:13:36.710Z[ recovery-image] Sep 07 00:13:35.935 INFO O| Sep 07 00:13:35.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58892026-09-07T00:13:36.710Z[ recovery-image] Sep 07 00:13:35.935 INFO O| Sep 07 00:13:35.935 INFO STEP 48 (remove_files) COMPLETE
58902026-09-07T00:13:36.713Z[ recovery-image] Sep 07 00:13:35.936 INFO O| Sep 07 00:13:35.935 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-07T00:13:36.725Z[ recovery-image] Sep 07 00:13:35.951 INFO O| Sep 07 00:13:35.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58922026-09-07T00:13:36.725Z[ recovery-image] Sep 07 00:13:35.951 INFO O| Sep 07 00:13:35.951 INFO STEP 49 (remove_files) COMPLETE
58932026-09-07T00:13:36.728Z[ recovery-image] Sep 07 00:13:35.951 INFO O| Sep 07 00:13:35.951 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-07T00:13:36.736Z[ recovery-image] Sep 07 00:13:35.962 INFO O| Sep 07 00:13:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58952026-09-07T00:13:36.736Z[ recovery-image] Sep 07 00:13:35.962 INFO O| Sep 07 00:13:35.962 INFO STEP 50 (remove_files) COMPLETE
58962026-09-07T00:13:36.736Z[ recovery-image] Sep 07 00:13:35.962 INFO O| Sep 07 00:13:35.962 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-07T00:13:36.765Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
58982026-09-07T00:13:36.771Z[ recovery-image] Sep 07 00:13:35.997 INFO O| Sep 07 00:13:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58992026-09-07T00:13:36.771Z[ recovery-image] Sep 07 00:13:35.997 INFO O| Sep 07 00:13:35.997 INFO STEP 51 (remove_files) COMPLETE
59002026-09-07T00:13:36.779Z[ recovery-image] Sep 07 00:13:35.997 INFO O| Sep 07 00:13:35.997 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-07T00:13:36.782Z[ recovery-image] Sep 07 00:13:36.007 INFO O| Sep 07 00:13:36.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
59022026-09-07T00:13:36.782Z[ recovery-image] Sep 07 00:13:36.007 INFO O| Sep 07 00:13:36.007 INFO STEP 52 (remove_files) COMPLETE
59032026-09-07T00:13:36.785Z[ recovery-image] Sep 07 00:13:36.007 INFO O| Sep 07 00:13:36.007 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-07T00:13:36.791Z[ recovery-image] Sep 07 00:13:36.017 INFO O| Sep 07 00:13:36.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
59052026-09-07T00:13:36.791Z[ recovery-image] Sep 07 00:13:36.017 INFO O| Sep 07 00:13:36.017 INFO STEP 53 (remove_files) COMPLETE
59062026-09-07T00:13:36.791Z[ recovery-image] Sep 07 00:13:36.017 INFO O| Sep 07 00:13:36.017 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-07T00:13:36.820Z[ recovery-image] Sep 07 00:13:36.045 INFO O| Sep 07 00:13:36.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
59082026-09-07T00:13:36.820Z[ recovery-image] Sep 07 00:13:36.045 INFO O| Sep 07 00:13:36.045 INFO STEP 54 (remove_files) COMPLETE
59092026-09-07T00:13:36.820Z[ recovery-image] Sep 07 00:13:36.045 INFO O| Sep 07 00:13:36.045 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-07T00:13:36.830Z[ recovery-image] Sep 07 00:13:36.055 INFO O| Sep 07 00:13:36.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
59112026-09-07T00:13:36.830Z[ recovery-image] Sep 07 00:13:36.055 INFO O| Sep 07 00:13:36.055 INFO STEP 55 (remove_files) COMPLETE
59122026-09-07T00:13:36.830Z[ recovery-image] Sep 07 00:13:36.055 INFO O| Sep 07 00:13:36.055 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-07T00:13:36.842Z[ recovery-image] Sep 07 00:13:36.067 INFO O| Sep 07 00:13:36.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
59142026-09-07T00:13:36.842Z[ recovery-image] Sep 07 00:13:36.067 INFO O| Sep 07 00:13:36.067 INFO STEP 56 (remove_files) COMPLETE
59152026-09-07T00:13:36.847Z[ recovery-image] Sep 07 00:13:36.067 INFO O| Sep 07 00:13:36.067 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-07T00:13:36.857Z[ recovery-image] Sep 07 00:13:36.081 INFO O| Sep 07 00:13:36.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59172026-09-07T00:13:36.858Z[ recovery-image] Sep 07 00:13:36.081 INFO O| Sep 07 00:13:36.081 INFO STEP 57 (remove_files) COMPLETE
59182026-09-07T00:13:36.858Z[ recovery-image] Sep 07 00:13:36.081 INFO O| Sep 07 00:13:36.081 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-07T00:13:36.873Z[ recovery-image] Sep 07 00:13:36.092 INFO O| Sep 07 00:13:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59202026-09-07T00:13:36.873Z[ recovery-image] Sep 07 00:13:36.092 INFO O| Sep 07 00:13:36.092 INFO STEP 58 (remove_files) COMPLETE
59212026-09-07T00:13:36.876Z[ recovery-image] Sep 07 00:13:36.092 INFO O| Sep 07 00:13:36.092 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-07T00:13:36.876Z[ recovery-image] Sep 07 00:13:36.101 INFO O| Sep 07 00:13:36.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59232026-09-07T00:13:36.877Z[ recovery-image] Sep 07 00:13:36.101 INFO O| Sep 07 00:13:36.101 INFO STEP 59 (remove_files) COMPLETE
59242026-09-07T00:13:36.877Z[ recovery-image] Sep 07 00:13:36.101 INFO O| Sep 07 00:13:36.101 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-07T00:13:36.884Z[ recovery-image] Sep 07 00:13:36.110 INFO O| Sep 07 00:13:36.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59262026-09-07T00:13:36.884Z[ recovery-image] Sep 07 00:13:36.110 INFO O| Sep 07 00:13:36.110 INFO STEP 60 (remove_files) COMPLETE
59272026-09-07T00:13:36.888Z[ recovery-image] Sep 07 00:13:36.110 INFO O| Sep 07 00:13:36.110 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-07T00:13:36.895Z[ recovery-image] Sep 07 00:13:36.120 INFO O| Sep 07 00:13:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59292026-09-07T00:13:36.895Z[ recovery-image] Sep 07 00:13:36.120 INFO O| Sep 07 00:13:36.120 INFO STEP 61 (remove_files) COMPLETE
59302026-09-07T00:13:36.895Z[ recovery-image] Sep 07 00:13:36.120 INFO O| Sep 07 00:13:36.120 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-07T00:13:36.905Z[ recovery-image] Sep 07 00:13:36.130 INFO O| Sep 07 00:13:36.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59322026-09-07T00:13:36.905Z[ recovery-image] Sep 07 00:13:36.130 INFO O| Sep 07 00:13:36.130 INFO STEP 62 (remove_files) COMPLETE
59332026-09-07T00:13:36.908Z[ recovery-image] Sep 07 00:13:36.130 INFO O| Sep 07 00:13:36.130 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-07T00:13:36.916Z[ recovery-image] Sep 07 00:13:36.142 INFO O| Sep 07 00:13:36.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59352026-09-07T00:13:36.917Z[ recovery-image] Sep 07 00:13:36.142 INFO O| Sep 07 00:13:36.142 INFO STEP 63 (remove_files) COMPLETE
59362026-09-07T00:13:36.917Z[ recovery-image] Sep 07 00:13:36.142 INFO O| Sep 07 00:13:36.142 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-07T00:13:36.928Z[ recovery-image] Sep 07 00:13:36.153 INFO O| Sep 07 00:13:36.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59382026-09-07T00:13:36.931Z[ recovery-image] Sep 07 00:13:36.154 INFO O| Sep 07 00:13:36.154 INFO STEP 64 (remove_files) COMPLETE
59392026-09-07T00:13:36.931Z[ recovery-image] Sep 07 00:13:36.154 INFO O| Sep 07 00:13:36.154 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-07T00:13:36.931Z[verify-libraries] Compiling russh v0.62.4
59412026-09-07T00:13:36.941Z[ recovery-image] Sep 07 00:13:36.166 INFO O| Sep 07 00:13:36.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59422026-09-07T00:13:36.941Z[ recovery-image] Sep 07 00:13:36.166 INFO O| Sep 07 00:13:36.166 INFO STEP 65 (remove_files) COMPLETE
59432026-09-07T00:13:36.941Z[ recovery-image] Sep 07 00:13:36.166 INFO O| Sep 07 00:13:36.166 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-07T00:13:36.951Z[ recovery-image] Sep 07 00:13:36.177 INFO O| Sep 07 00:13:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59452026-09-07T00:13:36.952Z[ recovery-image] Sep 07 00:13:36.177 INFO O| Sep 07 00:13:36.177 INFO STEP 66 (remove_files) COMPLETE
59462026-09-07T00:13:36.952Z[ recovery-image] Sep 07 00:13:36.177 INFO O| Sep 07 00:13:36.177 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-07T00:13:36.962Z[ recovery-image] Sep 07 00:13:36.188 INFO O| Sep 07 00:13:36.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59482026-09-07T00:13:36.962Z[ recovery-image] Sep 07 00:13:36.188 INFO O| Sep 07 00:13:36.188 INFO STEP 67 (remove_files) COMPLETE
59492026-09-07T00:13:36.965Z[ recovery-image] Sep 07 00:13:36.188 INFO O| Sep 07 00:13:36.188 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-07T00:13:36.973Z[ recovery-image] Sep 07 00:13:36.198 INFO O| Sep 07 00:13:36.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59512026-09-07T00:13:36.973Z[ recovery-image] Sep 07 00:13:36.198 INFO O| Sep 07 00:13:36.198 INFO STEP 68 (remove_files) COMPLETE
59522026-09-07T00:13:36.976Z[ recovery-image] Sep 07 00:13:36.198 INFO O| Sep 07 00:13:36.198 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-07T00:13:36.983Z[ recovery-image] Sep 07 00:13:36.208 INFO O| Sep 07 00:13:36.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59542026-09-07T00:13:36.983Z[ recovery-image] Sep 07 00:13:36.208 INFO O| Sep 07 00:13:36.208 INFO STEP 69 (remove_files) COMPLETE
59552026-09-07T00:13:36.983Z[ recovery-image] Sep 07 00:13:36.208 INFO O| Sep 07 00:13:36.208 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-07T00:13:36.992Z[ recovery-image] Sep 07 00:13:36.217 INFO O| Sep 07 00:13:36.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59572026-09-07T00:13:36.992Z[ recovery-image] Sep 07 00:13:36.217 INFO O| Sep 07 00:13:36.217 INFO STEP 70 (remove_files) COMPLETE
59582026-09-07T00:13:36.995Z[ recovery-image] Sep 07 00:13:36.217 INFO O| Sep 07 00:13:36.217 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-07T00:13:37.002Z[ recovery-image] Sep 07 00:13:36.227 INFO O| Sep 07 00:13:36.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59602026-09-07T00:13:37.002Z[ recovery-image] Sep 07 00:13:36.227 INFO O| Sep 07 00:13:36.227 INFO STEP 71 (remove_files) COMPLETE
59612026-09-07T00:13:37.005Z[ recovery-image] Sep 07 00:13:36.227 INFO O| Sep 07 00:13:36.227 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-07T00:13:37.011Z[ recovery-image] Sep 07 00:13:36.237 INFO O| Sep 07 00:13:36.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59632026-09-07T00:13:37.011Z[ recovery-image] Sep 07 00:13:36.237 INFO O| Sep 07 00:13:36.237 INFO STEP 72 (remove_files) COMPLETE
59642026-09-07T00:13:37.011Z[ recovery-image] Sep 07 00:13:36.237 INFO O| Sep 07 00:13:36.237 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-07T00:13:37.021Z[ recovery-image] Sep 07 00:13:36.246 INFO O| Sep 07 00:13:36.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59662026-09-07T00:13:37.021Z[ recovery-image] Sep 07 00:13:36.246 INFO O| Sep 07 00:13:36.246 INFO STEP 73 (remove_files) COMPLETE
59672026-09-07T00:13:37.021Z[ recovery-image] Sep 07 00:13:36.246 INFO O| Sep 07 00:13:36.246 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-07T00:13:37.030Z[ recovery-image] Sep 07 00:13:36.255 INFO O| Sep 07 00:13:36.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59692026-09-07T00:13:37.030Z[ recovery-image] Sep 07 00:13:36.255 INFO O| Sep 07 00:13:36.255 INFO STEP 74 (remove_files) COMPLETE
59702026-09-07T00:13:37.033Z[ recovery-image] Sep 07 00:13:36.255 INFO O| Sep 07 00:13:36.255 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-07T00:13:37.039Z[ recovery-image] Sep 07 00:13:36.264 INFO O| Sep 07 00:13:36.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59722026-09-07T00:13:37.039Z[ recovery-image] Sep 07 00:13:36.264 INFO O| Sep 07 00:13:36.264 INFO STEP 75 (remove_files) COMPLETE
59732026-09-07T00:13:37.039Z[ recovery-image] Sep 07 00:13:36.264 INFO O| Sep 07 00:13:36.264 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-07T00:13:37.048Z[ recovery-image] Sep 07 00:13:36.273 INFO O| Sep 07 00:13:36.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59752026-09-07T00:13:37.048Z[ recovery-image] Sep 07 00:13:36.273 INFO O| Sep 07 00:13:36.273 INFO STEP 76 (remove_files) COMPLETE
59762026-09-07T00:13:37.048Z[ recovery-image] Sep 07 00:13:36.273 INFO O| Sep 07 00:13:36.273 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-07T00:13:37.057Z[ recovery-image] Sep 07 00:13:36.282 INFO O| Sep 07 00:13:36.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59782026-09-07T00:13:37.057Z[ recovery-image] Sep 07 00:13:36.283 INFO O| Sep 07 00:13:36.282 INFO STEP 77 (remove_files) COMPLETE
59792026-09-07T00:13:37.057Z[ recovery-image] Sep 07 00:13:36.283 INFO O| Sep 07 00:13:36.282 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-07T00:13:37.065Z[ recovery-image] Sep 07 00:13:36.291 INFO O| Sep 07 00:13:36.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59812026-09-07T00:13:37.066Z[ recovery-image] Sep 07 00:13:36.291 INFO O| Sep 07 00:13:36.291 INFO STEP 78 (remove_files) COMPLETE
59822026-09-07T00:13:37.066Z[ recovery-image] Sep 07 00:13:36.291 INFO O| Sep 07 00:13:36.291 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-07T00:13:37.074Z[ recovery-image] Sep 07 00:13:36.299 INFO O| Sep 07 00:13:36.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59842026-09-07T00:13:37.074Z[ recovery-image] Sep 07 00:13:36.299 INFO O| Sep 07 00:13:36.299 INFO STEP 79 (remove_files) COMPLETE
59852026-09-07T00:13:37.077Z[ recovery-image] Sep 07 00:13:36.299 INFO O| Sep 07 00:13:36.299 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-07T00:13:37.082Z[ recovery-image] Sep 07 00:13:36.307 INFO O| Sep 07 00:13:36.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59872026-09-07T00:13:37.082Z[ recovery-image] Sep 07 00:13:36.308 INFO O| Sep 07 00:13:36.307 INFO STEP 80 (remove_files) COMPLETE
59882026-09-07T00:13:37.085Z[ recovery-image] Sep 07 00:13:36.308 INFO O| Sep 07 00:13:36.307 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-07T00:13:37.090Z[ recovery-image] Sep 07 00:13:36.315 INFO O| Sep 07 00:13:36.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59902026-09-07T00:13:37.093Z[ recovery-image] Sep 07 00:13:36.316 INFO O| Sep 07 00:13:36.316 INFO STEP 81 (remove_files) COMPLETE
59912026-09-07T00:13:37.093Z[ recovery-image] Sep 07 00:13:36.316 INFO O| Sep 07 00:13:36.316 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-07T00:13:37.099Z[ recovery-image] Sep 07 00:13:36.325 INFO O| Sep 07 00:13:36.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59932026-09-07T00:13:37.100Z[ recovery-image] Sep 07 00:13:36.325 INFO O| Sep 07 00:13:36.325 INFO STEP 82 (remove_files) COMPLETE
59942026-09-07T00:13:37.100Z[ recovery-image] Sep 07 00:13:36.325 INFO O| Sep 07 00:13:36.325 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-07T00:13:37.108Z[ recovery-image] Sep 07 00:13:36.333 INFO O| Sep 07 00:13:36.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59962026-09-07T00:13:37.108Z[ recovery-image] Sep 07 00:13:36.333 INFO O| Sep 07 00:13:36.333 INFO STEP 83 (remove_files) COMPLETE
59972026-09-07T00:13:37.111Z[ recovery-image] Sep 07 00:13:36.333 INFO O| Sep 07 00:13:36.333 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-07T00:13:37.115Z[ recovery-image] Sep 07 00:13:36.341 INFO O| Sep 07 00:13:36.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59992026-09-07T00:13:37.115Z[ recovery-image] Sep 07 00:13:36.341 INFO O| Sep 07 00:13:36.341 INFO STEP 84 (remove_files) COMPLETE
60002026-09-07T00:13:37.118Z[ recovery-image] Sep 07 00:13:36.341 INFO O| Sep 07 00:13:36.341 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-07T00:13:37.124Z[ recovery-image] Sep 07 00:13:36.349 INFO O| Sep 07 00:13:36.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
60022026-09-07T00:13:37.124Z[ recovery-image] Sep 07 00:13:36.349 INFO O| Sep 07 00:13:36.349 INFO STEP 85 (remove_files) COMPLETE
60032026-09-07T00:13:37.124Z[ recovery-image] Sep 07 00:13:36.349 INFO O| Sep 07 00:13:36.349 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-07T00:13:37.132Z[ recovery-image] Sep 07 00:13:36.357 INFO O| Sep 07 00:13:36.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
60052026-09-07T00:13:37.132Z[ recovery-image] Sep 07 00:13:36.357 INFO O| Sep 07 00:13:36.357 INFO STEP 86 (remove_files) COMPLETE
60062026-09-07T00:13:37.132Z[ recovery-image] Sep 07 00:13:36.357 INFO O| Sep 07 00:13:36.357 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-07T00:13:37.143Z[ recovery-image] Sep 07 00:13:36.368 INFO O| Sep 07 00:13:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
60082026-09-07T00:13:37.143Z[ recovery-image] Sep 07 00:13:36.368 INFO O| Sep 07 00:13:36.368 INFO STEP 87 (remove_files) COMPLETE
60092026-09-07T00:13:37.146Z[ recovery-image] Sep 07 00:13:36.368 INFO O| Sep 07 00:13:36.368 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-07T00:13:37.155Z[ recovery-image] Sep 07 00:13:36.380 INFO O| Sep 07 00:13:36.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
60112026-09-07T00:13:37.155Z[ recovery-image] Sep 07 00:13:36.380 INFO O| Sep 07 00:13:36.380 INFO STEP 88 (remove_files) COMPLETE
60122026-09-07T00:13:37.155Z[ recovery-image] Sep 07 00:13:36.380 INFO O| Sep 07 00:13:36.380 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-07T00:13:37.167Z[ recovery-image] Sep 07 00:13:36.392 INFO O| Sep 07 00:13:36.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
60142026-09-07T00:13:37.167Z[ recovery-image] Sep 07 00:13:36.392 INFO O| Sep 07 00:13:36.392 INFO STEP 89 (remove_files) COMPLETE
60152026-09-07T00:13:37.167Z[ recovery-image] Sep 07 00:13:36.392 INFO O| Sep 07 00:13:36.392 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-07T00:13:37.177Z[ recovery-image] Sep 07 00:13:36.403 INFO O| Sep 07 00:13:36.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
60172026-09-07T00:13:37.178Z[ recovery-image] Sep 07 00:13:36.403 INFO O| Sep 07 00:13:36.403 INFO STEP 90 (remove_files) COMPLETE
60182026-09-07T00:13:37.182Z[ recovery-image] Sep 07 00:13:36.403 INFO O| Sep 07 00:13:36.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-07T00:13:37.188Z[ recovery-image] Sep 07 00:13:36.413 INFO O| Sep 07 00:13:36.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60202026-09-07T00:13:37.188Z[ recovery-image] Sep 07 00:13:36.414 INFO O| Sep 07 00:13:36.414 INFO STEP 91 (remove_files) COMPLETE
60212026-09-07T00:13:37.191Z[ recovery-image] Sep 07 00:13:36.414 INFO O| Sep 07 00:13:36.414 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-07T00:13:37.198Z[ recovery-image] Sep 07 00:13:36.423 INFO O| Sep 07 00:13:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60232026-09-07T00:13:37.198Z[ recovery-image] Sep 07 00:13:36.423 INFO O| Sep 07 00:13:36.423 INFO STEP 92 (remove_files) COMPLETE
60242026-09-07T00:13:37.198Z[ recovery-image] Sep 07 00:13:36.423 INFO O| Sep 07 00:13:36.423 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-07T00:13:37.208Z[ recovery-image] Sep 07 00:13:36.433 INFO O| Sep 07 00:13:36.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60262026-09-07T00:13:37.208Z[ recovery-image] Sep 07 00:13:36.433 INFO O| Sep 07 00:13:36.433 INFO STEP 93 (remove_files) COMPLETE
60272026-09-07T00:13:37.208Z[ recovery-image] Sep 07 00:13:36.433 INFO O| Sep 07 00:13:36.433 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-07T00:13:37.217Z[ recovery-image] Sep 07 00:13:36.443 INFO O| Sep 07 00:13:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60292026-09-07T00:13:37.217Z[ recovery-image] Sep 07 00:13:36.443 INFO O| Sep 07 00:13:36.443 INFO STEP 94 (remove_files) COMPLETE
60302026-09-07T00:13:37.217Z[ recovery-image] Sep 07 00:13:36.443 INFO O| Sep 07 00:13:36.443 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-07T00:13:37.227Z[ recovery-image] Sep 07 00:13:36.452 INFO O| Sep 07 00:13:36.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60322026-09-07T00:13:37.227Z[ recovery-image] Sep 07 00:13:36.452 INFO O| Sep 07 00:13:36.452 INFO STEP 95 (remove_files) COMPLETE
60332026-09-07T00:13:37.227Z[ recovery-image] Sep 07 00:13:36.452 INFO O| Sep 07 00:13:36.452 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-07T00:13:37.236Z[ recovery-image] Sep 07 00:13:36.461 INFO O| Sep 07 00:13:36.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60352026-09-07T00:13:37.239Z[ recovery-image] Sep 07 00:13:36.461 INFO O| Sep 07 00:13:36.461 INFO STEP 96 (remove_files) COMPLETE
60362026-09-07T00:13:37.239Z[ recovery-image] Sep 07 00:13:36.461 INFO O| Sep 07 00:13:36.461 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-07T00:13:37.245Z[ recovery-image] Sep 07 00:13:36.470 INFO O| Sep 07 00:13:36.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60382026-09-07T00:13:37.245Z[ recovery-image] Sep 07 00:13:36.470 INFO O| Sep 07 00:13:36.470 INFO STEP 97 (remove_files) COMPLETE
60392026-09-07T00:13:37.249Z[ recovery-image] Sep 07 00:13:36.470 INFO O| Sep 07 00:13:36.470 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-07T00:13:37.254Z[ recovery-image] Sep 07 00:13:36.479 INFO O| Sep 07 00:13:36.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60412026-09-07T00:13:37.254Z[ recovery-image] Sep 07 00:13:36.479 INFO O| Sep 07 00:13:36.479 INFO STEP 98 (remove_files) COMPLETE
60422026-09-07T00:13:37.257Z[ recovery-image] Sep 07 00:13:36.479 INFO O| Sep 07 00:13:36.479 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-07T00:13:37.263Z[ recovery-image] Sep 07 00:13:36.488 INFO O| Sep 07 00:13:36.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60442026-09-07T00:13:37.263Z[ recovery-image] Sep 07 00:13:36.488 INFO O| Sep 07 00:13:36.488 INFO STEP 99 (remove_files) COMPLETE
60452026-09-07T00:13:37.263Z[ recovery-image] Sep 07 00:13:36.488 INFO O| Sep 07 00:13:36.488 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-07T00:13:37.272Z[ recovery-image] Sep 07 00:13:36.498 INFO O| Sep 07 00:13:36.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60472026-09-07T00:13:37.273Z[ recovery-image] Sep 07 00:13:36.498 INFO O| Sep 07 00:13:36.498 INFO STEP 100 (remove_files) COMPLETE
60482026-09-07T00:13:37.273Z[ recovery-image] Sep 07 00:13:36.498 INFO O| Sep 07 00:13:36.498 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-07T00:13:37.283Z[ recovery-image] Sep 07 00:13:36.506 INFO O| Sep 07 00:13:36.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60502026-09-07T00:13:37.283Z[ recovery-image] Sep 07 00:13:36.506 INFO O| Sep 07 00:13:36.506 INFO STEP 101 (remove_files) COMPLETE
60512026-09-07T00:13:37.289Z[ recovery-image] Sep 07 00:13:36.506 INFO O| Sep 07 00:13:36.506 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-07T00:13:37.292Z[ recovery-image] Sep 07 00:13:36.514 INFO O| Sep 07 00:13:36.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60532026-09-07T00:13:37.292Z[ recovery-image] Sep 07 00:13:36.514 INFO O| Sep 07 00:13:36.514 INFO STEP 102 (remove_files) COMPLETE
60542026-09-07T00:13:37.292Z[ recovery-image] Sep 07 00:13:36.514 INFO O| Sep 07 00:13:36.514 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-07T00:13:37.300Z[ recovery-image] Sep 07 00:13:36.525 INFO O| Sep 07 00:13:36.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60562026-09-07T00:13:37.300Z[ recovery-image] Sep 07 00:13:36.525 INFO O| Sep 07 00:13:36.525 INFO STEP 103 (remove_files) COMPLETE
60572026-09-07T00:13:37.304Z[ recovery-image] Sep 07 00:13:36.525 INFO O| Sep 07 00:13:36.525 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-07T00:13:37.310Z[ recovery-image] Sep 07 00:13:36.535 INFO O| Sep 07 00:13:36.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60592026-09-07T00:13:37.310Z[ recovery-image] Sep 07 00:13:36.535 INFO O| Sep 07 00:13:36.535 INFO STEP 104 (remove_files) COMPLETE
60602026-09-07T00:13:37.310Z[ recovery-image] Sep 07 00:13:36.535 INFO O| Sep 07 00:13:36.535 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-07T00:13:37.322Z[ recovery-image] Sep 07 00:13:36.547 INFO O| Sep 07 00:13:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60622026-09-07T00:13:37.322Z[ recovery-image] Sep 07 00:13:36.547 INFO O| Sep 07 00:13:36.547 INFO STEP 105 (remove_files) COMPLETE
60632026-09-07T00:13:37.328Z[ recovery-image] Sep 07 00:13:36.547 INFO O| Sep 07 00:13:36.547 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-07T00:13:37.332Z[ recovery-image] Sep 07 00:13:36.557 INFO O| Sep 07 00:13:36.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60652026-09-07T00:13:37.332Z[ recovery-image] Sep 07 00:13:36.557 INFO O| Sep 07 00:13:36.557 INFO STEP 106 (remove_files) COMPLETE
60662026-09-07T00:13:37.332Z[ recovery-image] Sep 07 00:13:36.557 INFO O| Sep 07 00:13:36.557 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-07T00:13:37.341Z[ recovery-image] Sep 07 00:13:36.566 INFO O| Sep 07 00:13:36.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60682026-09-07T00:13:37.341Z[ recovery-image] Sep 07 00:13:36.566 INFO O| Sep 07 00:13:36.566 INFO STEP 107 (remove_files) COMPLETE
60692026-09-07T00:13:37.341Z[ recovery-image] Sep 07 00:13:36.566 INFO O| Sep 07 00:13:36.566 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-07T00:13:37.350Z[ recovery-image] Sep 07 00:13:36.575 INFO O| Sep 07 00:13:36.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60712026-09-07T00:13:37.350Z[ recovery-image] Sep 07 00:13:36.575 INFO O| Sep 07 00:13:36.575 INFO STEP 108 (remove_files) COMPLETE
60722026-09-07T00:13:37.350Z[ recovery-image] Sep 07 00:13:36.575 INFO O| Sep 07 00:13:36.575 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-07T00:13:37.359Z[ recovery-image] Sep 07 00:13:36.584 INFO O| Sep 07 00:13:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60742026-09-07T00:13:37.359Z[ recovery-image] Sep 07 00:13:36.584 INFO O| Sep 07 00:13:36.584 INFO STEP 109 (remove_files) COMPLETE
60752026-09-07T00:13:37.359Z[ recovery-image] Sep 07 00:13:36.584 INFO O| Sep 07 00:13:36.584 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-07T00:13:37.368Z[ recovery-image] Sep 07 00:13:36.593 INFO O| Sep 07 00:13:36.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60772026-09-07T00:13:37.368Z[ recovery-image] Sep 07 00:13:36.593 INFO O| Sep 07 00:13:36.593 INFO STEP 110 (remove_files) COMPLETE
60782026-09-07T00:13:37.368Z[ recovery-image] Sep 07 00:13:36.593 INFO O| Sep 07 00:13:36.593 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-07T00:13:37.378Z[ recovery-image] Sep 07 00:13:36.603 INFO O| Sep 07 00:13:36.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60802026-09-07T00:13:37.378Z[ recovery-image] Sep 07 00:13:36.603 INFO O| Sep 07 00:13:36.603 INFO STEP 111 (remove_files) COMPLETE
60812026-09-07T00:13:37.378Z[ recovery-image] Sep 07 00:13:36.603 INFO O| Sep 07 00:13:36.603 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-07T00:13:37.387Z[ recovery-image] Sep 07 00:13:36.612 INFO O| Sep 07 00:13:36.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60832026-09-07T00:13:37.387Z[ recovery-image] Sep 07 00:13:36.612 INFO O| Sep 07 00:13:36.612 INFO STEP 112 (remove_files) COMPLETE
60842026-09-07T00:13:37.390Z[ recovery-image] Sep 07 00:13:36.612 INFO O| Sep 07 00:13:36.612 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-07T00:13:37.396Z[ recovery-image] Sep 07 00:13:36.621 INFO O| Sep 07 00:13:36.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60862026-09-07T00:13:37.397Z[ recovery-image] Sep 07 00:13:36.621 INFO O| Sep 07 00:13:36.621 INFO STEP 113 (remove_files) COMPLETE
60872026-09-07T00:13:37.397Z[ recovery-image] Sep 07 00:13:36.621 INFO O| Sep 07 00:13:36.621 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-07T00:13:37.406Z[ recovery-image] Sep 07 00:13:36.631 INFO O| Sep 07 00:13:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60892026-09-07T00:13:37.406Z[ recovery-image] Sep 07 00:13:36.631 INFO O| Sep 07 00:13:36.631 INFO STEP 114 (remove_files) COMPLETE
60902026-09-07T00:13:37.406Z[ recovery-image] Sep 07 00:13:36.631 INFO O| Sep 07 00:13:36.631 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-07T00:13:37.415Z[ recovery-image] Sep 07 00:13:36.640 INFO O| Sep 07 00:13:36.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60922026-09-07T00:13:37.415Z[ recovery-image] Sep 07 00:13:36.640 INFO O| Sep 07 00:13:36.640 INFO STEP 115 (remove_files) COMPLETE
60932026-09-07T00:13:37.415Z[ recovery-image] Sep 07 00:13:36.640 INFO O| Sep 07 00:13:36.640 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-07T00:13:37.424Z[ recovery-image] Sep 07 00:13:36.649 INFO O| Sep 07 00:13:36.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60952026-09-07T00:13:37.424Z[ recovery-image] Sep 07 00:13:36.649 INFO O| Sep 07 00:13:36.649 INFO STEP 116 (remove_files) COMPLETE
60962026-09-07T00:13:37.424Z[ recovery-image] Sep 07 00:13:36.649 INFO O| Sep 07 00:13:36.649 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-07T00:13:37.433Z[ recovery-image] Sep 07 00:13:36.658 INFO O| Sep 07 00:13:36.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60982026-09-07T00:13:37.433Z[ recovery-image] Sep 07 00:13:36.658 INFO O| Sep 07 00:13:36.658 INFO STEP 117 (remove_files) COMPLETE
60992026-09-07T00:13:37.433Z[ recovery-image] Sep 07 00:13:36.658 INFO O| Sep 07 00:13:36.658 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-07T00:13:37.443Z[ recovery-image] Sep 07 00:13:36.668 INFO O| Sep 07 00:13:36.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
61012026-09-07T00:13:37.443Z[ recovery-image] Sep 07 00:13:36.668 INFO O| Sep 07 00:13:36.668 INFO STEP 118 (remove_files) COMPLETE
61022026-09-07T00:13:37.443Z[ recovery-image] Sep 07 00:13:36.668 INFO O| Sep 07 00:13:36.668 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-07T00:13:37.452Z[ recovery-image] Sep 07 00:13:36.677 INFO O| Sep 07 00:13:36.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
61042026-09-07T00:13:37.452Z[ recovery-image] Sep 07 00:13:36.677 INFO O| Sep 07 00:13:36.677 INFO STEP 119 (remove_files) COMPLETE
61052026-09-07T00:13:37.452Z[ recovery-image] Sep 07 00:13:36.677 INFO O| Sep 07 00:13:36.677 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-07T00:13:37.461Z[ recovery-image] Sep 07 00:13:36.686 INFO O| Sep 07 00:13:36.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
61072026-09-07T00:13:37.461Z[ recovery-image] Sep 07 00:13:36.686 INFO O| Sep 07 00:13:36.686 INFO STEP 120 (remove_files) COMPLETE
61082026-09-07T00:13:37.461Z[ recovery-image] Sep 07 00:13:36.686 INFO O| Sep 07 00:13:36.686 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-07T00:13:37.470Z[ recovery-image] Sep 07 00:13:36.695 INFO O| Sep 07 00:13:36.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
61102026-09-07T00:13:37.470Z[ recovery-image] Sep 07 00:13:36.695 INFO O| Sep 07 00:13:36.695 INFO STEP 121 (remove_files) COMPLETE
61112026-09-07T00:13:37.470Z[ recovery-image] Sep 07 00:13:36.695 INFO O| Sep 07 00:13:36.695 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-07T00:13:37.479Z[ recovery-image] Sep 07 00:13:36.704 INFO O| Sep 07 00:13:36.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
61132026-09-07T00:13:37.479Z[ recovery-image] Sep 07 00:13:36.704 INFO O| Sep 07 00:13:36.704 INFO STEP 122 (remove_files) COMPLETE
61142026-09-07T00:13:37.479Z[ recovery-image] Sep 07 00:13:36.704 INFO O| Sep 07 00:13:36.704 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-07T00:13:37.488Z[ recovery-image] Sep 07 00:13:36.713 INFO O| Sep 07 00:13:36.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61162026-09-07T00:13:37.491Z[ recovery-image] Sep 07 00:13:36.714 INFO O| Sep 07 00:13:36.714 INFO STEP 123 (remove_files) COMPLETE
61172026-09-07T00:13:37.491Z[ recovery-image] Sep 07 00:13:36.714 INFO O| Sep 07 00:13:36.714 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-07T00:13:37.499Z[ recovery-image] Sep 07 00:13:36.725 INFO O| Sep 07 00:13:36.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61192026-09-07T00:13:37.499Z[ recovery-image] Sep 07 00:13:36.725 INFO O| Sep 07 00:13:36.725 INFO STEP 124 (remove_files) COMPLETE
61202026-09-07T00:13:37.499Z[ recovery-image] Sep 07 00:13:36.725 INFO O| Sep 07 00:13:36.725 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-07T00:13:37.509Z[ recovery-image] Sep 07 00:13:36.734 INFO O| Sep 07 00:13:36.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61222026-09-07T00:13:37.509Z[ recovery-image] Sep 07 00:13:36.734 INFO O| Sep 07 00:13:36.734 INFO STEP 125 (remove_files) COMPLETE
61232026-09-07T00:13:37.509Z[ recovery-image] Sep 07 00:13:36.734 INFO O| Sep 07 00:13:36.734 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-07T00:13:37.518Z[ recovery-image] Sep 07 00:13:36.743 INFO O| Sep 07 00:13:36.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61252026-09-07T00:13:37.518Z[ recovery-image] Sep 07 00:13:36.743 INFO O| Sep 07 00:13:36.743 INFO STEP 126 (remove_files) COMPLETE
61262026-09-07T00:13:37.518Z[ recovery-image] Sep 07 00:13:36.743 INFO O| Sep 07 00:13:36.743 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-07T00:13:37.527Z[ recovery-image] Sep 07 00:13:36.753 INFO O| Sep 07 00:13:36.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61282026-09-07T00:13:37.531Z[ recovery-image] Sep 07 00:13:36.753 INFO O| Sep 07 00:13:36.753 INFO STEP 127 (remove_files) COMPLETE
61292026-09-07T00:13:37.531Z[ recovery-image] Sep 07 00:13:36.753 INFO O| Sep 07 00:13:36.753 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-07T00:13:37.539Z[ recovery-image] Sep 07 00:13:36.763 INFO O| Sep 07 00:13:36.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61312026-09-07T00:13:37.539Z[ recovery-image] Sep 07 00:13:36.764 INFO O| Sep 07 00:13:36.764 INFO STEP 128 (remove_files) COMPLETE
61322026-09-07T00:13:37.539Z[ recovery-image] Sep 07 00:13:36.764 INFO O| Sep 07 00:13:36.764 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-07T00:13:37.548Z[ recovery-image] Sep 07 00:13:36.773 INFO O| Sep 07 00:13:36.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61342026-09-07T00:13:37.548Z[ recovery-image] Sep 07 00:13:36.773 INFO O| Sep 07 00:13:36.773 INFO STEP 129 (remove_files) COMPLETE
61352026-09-07T00:13:37.548Z[ recovery-image] Sep 07 00:13:36.773 INFO O| Sep 07 00:13:36.773 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-07T00:13:37.557Z[ recovery-image] Sep 07 00:13:36.782 INFO O| Sep 07 00:13:36.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61372026-09-07T00:13:37.558Z[ recovery-image] Sep 07 00:13:36.783 INFO O| Sep 07 00:13:36.783 INFO STEP 130 (remove_files) COMPLETE
61382026-09-07T00:13:37.558Z[ recovery-image] Sep 07 00:13:36.783 INFO O| Sep 07 00:13:36.783 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-07T00:13:37.566Z[ recovery-image] Sep 07 00:13:36.791 INFO O| Sep 07 00:13:36.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61402026-09-07T00:13:37.566Z[ recovery-image] Sep 07 00:13:36.792 INFO O| Sep 07 00:13:36.792 INFO STEP 131 (remove_files) COMPLETE
61412026-09-07T00:13:37.566Z[ recovery-image] Sep 07 00:13:36.792 INFO O| Sep 07 00:13:36.792 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-07T00:13:37.576Z[ recovery-image] Sep 07 00:13:36.801 INFO O| Sep 07 00:13:36.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61432026-09-07T00:13:37.576Z[ recovery-image] Sep 07 00:13:36.801 INFO O| Sep 07 00:13:36.801 INFO STEP 132 (remove_files) COMPLETE
61442026-09-07T00:13:37.576Z[ recovery-image] Sep 07 00:13:36.801 INFO O| Sep 07 00:13:36.801 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-07T00:13:37.585Z[ recovery-image] Sep 07 00:13:36.810 INFO O| Sep 07 00:13:36.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61462026-09-07T00:13:37.585Z[ recovery-image] Sep 07 00:13:36.810 INFO O| Sep 07 00:13:36.810 INFO STEP 133 (remove_files) COMPLETE
61472026-09-07T00:13:37.590Z[ recovery-image] Sep 07 00:13:36.810 INFO O| Sep 07 00:13:36.810 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-07T00:13:37.612Z[ recovery-image] Sep 07 00:13:36.837 INFO O| Sep 07 00:13:36.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61492026-09-07T00:13:37.612Z[ recovery-image] Sep 07 00:13:36.837 INFO O| Sep 07 00:13:36.837 INFO STEP 134 (remove_files) COMPLETE
61502026-09-07T00:13:37.612Z[ recovery-image] Sep 07 00:13:36.837 INFO O| Sep 07 00:13:36.837 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-07T00:13:37.622Z[ recovery-image] Sep 07 00:13:36.847 INFO O| Sep 07 00:13:36.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61522026-09-07T00:13:37.622Z[ recovery-image] Sep 07 00:13:36.848 INFO O| Sep 07 00:13:36.848 INFO STEP 135 (remove_files) COMPLETE
61532026-09-07T00:13:37.625Z[ recovery-image] Sep 07 00:13:36.848 INFO O| Sep 07 00:13:36.848 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-07T00:13:37.633Z[ recovery-image] Sep 07 00:13:36.858 INFO O| Sep 07 00:13:36.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61552026-09-07T00:13:37.633Z[ recovery-image] Sep 07 00:13:36.858 INFO O| Sep 07 00:13:36.858 INFO STEP 136 (remove_files) COMPLETE
61562026-09-07T00:13:37.633Z[ recovery-image] Sep 07 00:13:36.858 INFO O| Sep 07 00:13:36.858 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-07T00:13:37.643Z[ recovery-image] Sep 07 00:13:36.868 INFO O| Sep 07 00:13:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61582026-09-07T00:13:37.643Z[ recovery-image] Sep 07 00:13:36.868 INFO O| Sep 07 00:13:36.868 INFO STEP 137 (remove_files) COMPLETE
61592026-09-07T00:13:37.643Z[ recovery-image] Sep 07 00:13:36.868 INFO O| Sep 07 00:13:36.868 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-07T00:13:37.652Z[ recovery-image] Sep 07 00:13:36.877 INFO O| Sep 07 00:13:36.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61612026-09-07T00:13:37.652Z[ recovery-image] Sep 07 00:13:36.877 INFO O| Sep 07 00:13:36.877 INFO STEP 138 (remove_files) COMPLETE
61622026-09-07T00:13:37.655Z[ recovery-image] Sep 07 00:13:36.877 INFO O| Sep 07 00:13:36.877 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-07T00:13:37.659Z[ recovery-image] Sep 07 00:13:36.885 INFO O| Sep 07 00:13:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61642026-09-07T00:13:37.660Z[ recovery-image] Sep 07 00:13:36.885 INFO O| Sep 07 00:13:36.885 INFO STEP 139 (remove_files) COMPLETE
61652026-09-07T00:13:37.660Z[ recovery-image] Sep 07 00:13:36.885 INFO O| Sep 07 00:13:36.885 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-07T00:13:37.668Z[ recovery-image] Sep 07 00:13:36.894 INFO O| Sep 07 00:13:36.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61672026-09-07T00:13:37.668Z[ recovery-image] Sep 07 00:13:36.894 INFO O| Sep 07 00:13:36.894 INFO STEP 140 (remove_files) COMPLETE
61682026-09-07T00:13:37.668Z[ recovery-image] Sep 07 00:13:36.894 INFO O| Sep 07 00:13:36.894 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-07T00:13:37.676Z[ recovery-image] Sep 07 00:13:36.901 INFO O| Sep 07 00:13:36.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61702026-09-07T00:13:37.676Z[ recovery-image] Sep 07 00:13:36.902 INFO O| Sep 07 00:13:36.902 INFO STEP 141 (remove_files) COMPLETE
61712026-09-07T00:13:37.676Z[ recovery-image] Sep 07 00:13:36.902 INFO O| Sep 07 00:13:36.902 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-07T00:13:37.684Z[ recovery-image] Sep 07 00:13:36.909 INFO O| Sep 07 00:13:36.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61732026-09-07T00:13:37.684Z[ recovery-image] Sep 07 00:13:36.909 INFO O| Sep 07 00:13:36.909 INFO STEP 142 (remove_files) COMPLETE
61742026-09-07T00:13:37.687Z[ recovery-image] Sep 07 00:13:36.909 INFO O| Sep 07 00:13:36.909 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-07T00:13:37.691Z[ recovery-image] Sep 07 00:13:36.917 INFO O| Sep 07 00:13:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61762026-09-07T00:13:37.691Z[ recovery-image] Sep 07 00:13:36.917 INFO O| Sep 07 00:13:36.917 INFO STEP 143 (remove_files) COMPLETE
61772026-09-07T00:13:37.694Z[ recovery-image] Sep 07 00:13:36.917 INFO O| Sep 07 00:13:36.917 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-07T00:13:37.699Z[ recovery-image] Sep 07 00:13:36.924 INFO O| Sep 07 00:13:36.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61792026-09-07T00:13:37.699Z[ recovery-image] Sep 07 00:13:36.924 INFO O| Sep 07 00:13:36.924 INFO STEP 144 (remove_files) COMPLETE
61802026-09-07T00:13:37.702Z[ recovery-image] Sep 07 00:13:36.924 INFO O| Sep 07 00:13:36.924 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-07T00:13:37.707Z[ recovery-image] Sep 07 00:13:36.932 INFO O| Sep 07 00:13:36.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61822026-09-07T00:13:37.707Z[ recovery-image] Sep 07 00:13:36.932 INFO O| Sep 07 00:13:36.932 INFO STEP 145 (remove_files) COMPLETE
61832026-09-07T00:13:37.710Z[ recovery-image] Sep 07 00:13:36.932 INFO O| Sep 07 00:13:36.932 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-07T00:13:37.716Z[ recovery-image] Sep 07 00:13:36.941 INFO O| Sep 07 00:13:36.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61852026-09-07T00:13:37.716Z[ recovery-image] Sep 07 00:13:36.941 INFO O| Sep 07 00:13:36.941 INFO STEP 146 (remove_files) COMPLETE
61862026-09-07T00:13:37.719Z[ recovery-image] Sep 07 00:13:36.941 INFO O| Sep 07 00:13:36.941 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-07T00:13:37.726Z[ recovery-image] Sep 07 00:13:36.951 INFO O| Sep 07 00:13:36.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61882026-09-07T00:13:37.726Z[ recovery-image] Sep 07 00:13:36.951 INFO O| Sep 07 00:13:36.951 INFO STEP 147 (remove_files) COMPLETE
61892026-09-07T00:13:37.726Z[ recovery-image] Sep 07 00:13:36.951 INFO O| Sep 07 00:13:36.951 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.961 INFO O| Sep 07 00:13:36.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61912026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.961 INFO O| Sep 07 00:13:36.961 INFO STEP 148 (remove_files) COMPLETE
61922026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.961 INFO O| Sep 07 00:13:36.961 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.971 INFO O| Sep 07 00:13:36.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61942026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.971 INFO O| Sep 07 00:13:36.971 INFO STEP 149 (remove_files) COMPLETE
61952026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.971 INFO O| Sep 07 00:13:36.971 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.980 INFO O| Sep 07 00:13:36.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61972026-09-07T00:13:37.765Z[ recovery-image] Sep 07 00:13:36.980 INFO O| Sep 07 00:13:36.980 INFO STEP 150 (remove_files) COMPLETE
61982026-09-07T00:13:37.766Z[ recovery-image] Sep 07 00:13:36.980 INFO O| Sep 07 00:13:36.980 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-07T00:13:37.769Z[ recovery-image] Sep 07 00:13:36.989 INFO O| Sep 07 00:13:36.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
62002026-09-07T00:13:37.769Z[ recovery-image] Sep 07 00:13:36.989 INFO O| Sep 07 00:13:36.989 INFO STEP 151 (remove_files) COMPLETE
62012026-09-07T00:13:37.769Z[ recovery-image] Sep 07 00:13:36.989 INFO O| Sep 07 00:13:36.989 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-07T00:13:37.773Z[ recovery-image] Sep 07 00:13:36.999 INFO O| Sep 07 00:13:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
62032026-09-07T00:13:37.773Z[ recovery-image] Sep 07 00:13:36.999 INFO O| Sep 07 00:13:36.999 INFO STEP 152 (remove_files) COMPLETE
62042026-09-07T00:13:37.773Z[ recovery-image] Sep 07 00:13:36.999 INFO O| Sep 07 00:13:36.999 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-07T00:13:37.785Z[ recovery-image] Sep 07 00:13:37.010 INFO O| Sep 07 00:13:37.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
62062026-09-07T00:13:37.785Z[ recovery-image] Sep 07 00:13:37.010 INFO O| Sep 07 00:13:37.010 INFO STEP 153 (remove_files) COMPLETE
62072026-09-07T00:13:37.789Z[ recovery-image] Sep 07 00:13:37.010 INFO O| Sep 07 00:13:37.010 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-07T00:13:37.793Z[ recovery-image] Sep 07 00:13:37.019 INFO O| Sep 07 00:13:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
62092026-09-07T00:13:37.793Z[ recovery-image] Sep 07 00:13:37.019 INFO O| Sep 07 00:13:37.019 INFO STEP 154 (remove_files) COMPLETE
62102026-09-07T00:13:37.793Z[ recovery-image] Sep 07 00:13:37.019 INFO O| Sep 07 00:13:37.019 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-07T00:13:37.802Z[ recovery-image] Sep 07 00:13:37.027 INFO O| Sep 07 00:13:37.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
62122026-09-07T00:13:37.806Z[ recovery-image] Sep 07 00:13:37.028 INFO O| Sep 07 00:13:37.028 INFO STEP 155 (remove_files) COMPLETE
62132026-09-07T00:13:37.806Z[ recovery-image] Sep 07 00:13:37.028 INFO O| Sep 07 00:13:37.028 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-07T00:13:37.812Z[ recovery-image] Sep 07 00:13:37.037 INFO O| Sep 07 00:13:37.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62152026-09-07T00:13:37.812Z[ recovery-image] Sep 07 00:13:37.037 INFO O| Sep 07 00:13:37.037 INFO STEP 156 (remove_files) COMPLETE
62162026-09-07T00:13:37.812Z[ recovery-image] Sep 07 00:13:37.037 INFO O| Sep 07 00:13:37.037 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-07T00:13:37.821Z[ recovery-image] Sep 07 00:13:37.046 INFO O| Sep 07 00:13:37.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62182026-09-07T00:13:37.821Z[ recovery-image] Sep 07 00:13:37.047 INFO O| Sep 07 00:13:37.047 INFO STEP 157 (remove_files) COMPLETE
62192026-09-07T00:13:37.822Z[ recovery-image] Sep 07 00:13:37.047 INFO O| Sep 07 00:13:37.047 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-07T00:13:37.834Z[ recovery-image] Sep 07 00:13:37.059 INFO O| Sep 07 00:13:37.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62212026-09-07T00:13:37.834Z[ recovery-image] Sep 07 00:13:37.059 INFO O| Sep 07 00:13:37.059 INFO STEP 158 (remove_files) COMPLETE
62222026-09-07T00:13:37.834Z[ recovery-image] Sep 07 00:13:37.059 INFO O| Sep 07 00:13:37.059 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-07T00:13:37.844Z[ recovery-image] Sep 07 00:13:37.069 INFO O| Sep 07 00:13:37.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62242026-09-07T00:13:37.844Z[ recovery-image] Sep 07 00:13:37.069 INFO O| Sep 07 00:13:37.069 INFO STEP 159 (remove_files) COMPLETE
62252026-09-07T00:13:37.844Z[ recovery-image] Sep 07 00:13:37.069 INFO O| Sep 07 00:13:37.069 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-07T00:13:37.853Z[ recovery-image] Sep 07 00:13:37.078 INFO O| Sep 07 00:13:37.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62272026-09-07T00:13:37.853Z[ recovery-image] Sep 07 00:13:37.078 INFO O| Sep 07 00:13:37.078 INFO STEP 160 (remove_files) COMPLETE
62282026-09-07T00:13:37.856Z[ recovery-image] Sep 07 00:13:37.078 INFO O| Sep 07 00:13:37.078 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-07T00:13:37.862Z[ recovery-image] Sep 07 00:13:37.087 INFO O| Sep 07 00:13:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62302026-09-07T00:13:37.862Z[ recovery-image] Sep 07 00:13:37.087 INFO O| Sep 07 00:13:37.087 INFO STEP 161 (remove_files) COMPLETE
62312026-09-07T00:13:37.862Z[ recovery-image] Sep 07 00:13:37.087 INFO O| Sep 07 00:13:37.087 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-07T00:13:37.871Z[ recovery-image] Sep 07 00:13:37.096 INFO O| Sep 07 00:13:37.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62332026-09-07T00:13:37.871Z[ recovery-image] Sep 07 00:13:37.096 INFO O| Sep 07 00:13:37.096 INFO STEP 162 (remove_files) COMPLETE
62342026-09-07T00:13:37.871Z[ recovery-image] Sep 07 00:13:37.096 INFO O| Sep 07 00:13:37.096 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-07T00:13:37.881Z[ recovery-image] Sep 07 00:13:37.106 INFO O| Sep 07 00:13:37.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62362026-09-07T00:13:37.882Z[ recovery-image] Sep 07 00:13:37.106 INFO O| Sep 07 00:13:37.106 INFO STEP 163 (remove_files) COMPLETE
62372026-09-07T00:13:37.882Z[ recovery-image] Sep 07 00:13:37.106 INFO O| Sep 07 00:13:37.106 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-07T00:13:37.892Z[ recovery-image] Sep 07 00:13:37.117 INFO O| Sep 07 00:13:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62392026-09-07T00:13:37.892Z[ recovery-image] Sep 07 00:13:37.117 INFO O| Sep 07 00:13:37.117 INFO STEP 164 (remove_files) COMPLETE
62402026-09-07T00:13:37.892Z[ recovery-image] Sep 07 00:13:37.117 INFO O| Sep 07 00:13:37.117 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-07T00:13:37.902Z[ recovery-image] Sep 07 00:13:37.127 INFO O| Sep 07 00:13:37.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62422026-09-07T00:13:37.902Z[ recovery-image] Sep 07 00:13:37.127 INFO O| Sep 07 00:13:37.127 INFO STEP 165 (remove_files) COMPLETE
62432026-09-07T00:13:37.902Z[ recovery-image] Sep 07 00:13:37.127 INFO O| Sep 07 00:13:37.127 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-07T00:13:37.912Z[ recovery-image] Sep 07 00:13:37.137 INFO O| Sep 07 00:13:37.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62452026-09-07T00:13:37.912Z[ recovery-image] Sep 07 00:13:37.137 INFO O| Sep 07 00:13:37.137 INFO STEP 166 (remove_files) COMPLETE
62462026-09-07T00:13:37.915Z[ recovery-image] Sep 07 00:13:37.137 INFO O| Sep 07 00:13:37.137 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-07T00:13:37.921Z[ recovery-image] Sep 07 00:13:37.146 INFO O| Sep 07 00:13:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62482026-09-07T00:13:37.921Z[ recovery-image] Sep 07 00:13:37.146 INFO O| Sep 07 00:13:37.146 INFO STEP 167 (remove_files) COMPLETE
62492026-09-07T00:13:37.924Z[ recovery-image] Sep 07 00:13:37.146 INFO O| Sep 07 00:13:37.146 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-07T00:13:37.931Z[ recovery-image] Sep 07 00:13:37.156 INFO O| Sep 07 00:13:37.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62512026-09-07T00:13:37.931Z[ recovery-image] Sep 07 00:13:37.156 INFO O| Sep 07 00:13:37.156 INFO STEP 168 (remove_files) COMPLETE
62522026-09-07T00:13:37.931Z[ recovery-image] Sep 07 00:13:37.156 INFO O| Sep 07 00:13:37.156 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-07T00:13:37.941Z[ recovery-image] Sep 07 00:13:37.166 INFO O| Sep 07 00:13:37.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62542026-09-07T00:13:37.941Z[ recovery-image] Sep 07 00:13:37.166 INFO O| Sep 07 00:13:37.166 INFO STEP 169 (remove_files) COMPLETE
62552026-09-07T00:13:37.941Z[ recovery-image] Sep 07 00:13:37.166 INFO O| Sep 07 00:13:37.166 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-07T00:13:37.949Z[ recovery-image] Sep 07 00:13:37.175 INFO O| Sep 07 00:13:37.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62572026-09-07T00:13:37.949Z[ recovery-image] Sep 07 00:13:37.175 INFO O| Sep 07 00:13:37.175 INFO STEP 170 (remove_files) COMPLETE
62582026-09-07T00:13:37.949Z[ recovery-image] Sep 07 00:13:37.175 INFO O| Sep 07 00:13:37.175 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-07T00:13:37.958Z[ recovery-image] Sep 07 00:13:37.183 INFO O| Sep 07 00:13:37.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62602026-09-07T00:13:37.958Z[ recovery-image] Sep 07 00:13:37.183 INFO O| Sep 07 00:13:37.183 INFO STEP 171 (remove_files) COMPLETE
62612026-09-07T00:13:37.958Z[ recovery-image] Sep 07 00:13:37.183 INFO O| Sep 07 00:13:37.183 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-07T00:13:37.967Z[ recovery-image] Sep 07 00:13:37.192 INFO O| Sep 07 00:13:37.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62632026-09-07T00:13:37.967Z[ recovery-image] Sep 07 00:13:37.192 INFO O| Sep 07 00:13:37.192 INFO STEP 172 (remove_files) COMPLETE
62642026-09-07T00:13:37.972Z[ recovery-image] Sep 07 00:13:37.192 INFO O| Sep 07 00:13:37.192 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-07T00:13:37.977Z[ recovery-image] Sep 07 00:13:37.202 INFO O| Sep 07 00:13:37.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62662026-09-07T00:13:37.977Z[ recovery-image] Sep 07 00:13:37.202 INFO O| Sep 07 00:13:37.202 INFO STEP 173 (remove_files) COMPLETE
62672026-09-07T00:13:37.977Z[ recovery-image] Sep 07 00:13:37.202 INFO O| Sep 07 00:13:37.202 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-07T00:13:37.987Z[ recovery-image] Sep 07 00:13:37.212 INFO O| Sep 07 00:13:37.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62692026-09-07T00:13:37.987Z[ recovery-image] Sep 07 00:13:37.212 INFO O| Sep 07 00:13:37.212 INFO STEP 174 (remove_files) COMPLETE
62702026-09-07T00:13:37.990Z[ recovery-image] Sep 07 00:13:37.212 INFO O| Sep 07 00:13:37.212 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-07T00:13:37.998Z[ recovery-image] Sep 07 00:13:37.223 INFO O| Sep 07 00:13:37.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62722026-09-07T00:13:37.998Z[ recovery-image] Sep 07 00:13:37.223 INFO O| Sep 07 00:13:37.223 INFO STEP 175 (remove_files) COMPLETE
62732026-09-07T00:13:37.998Z[ recovery-image] Sep 07 00:13:37.223 INFO O| Sep 07 00:13:37.223 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-07T00:13:38.008Z[ recovery-image] Sep 07 00:13:37.233 INFO O| Sep 07 00:13:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62752026-09-07T00:13:38.008Z[ recovery-image] Sep 07 00:13:37.233 INFO O| Sep 07 00:13:37.233 INFO STEP 176 (remove_files) COMPLETE
62762026-09-07T00:13:38.012Z[ recovery-image] Sep 07 00:13:37.233 INFO O| Sep 07 00:13:37.233 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-07T00:13:38.025Z[ recovery-image] Sep 07 00:13:37.243 INFO O| Sep 07 00:13:37.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62782026-09-07T00:13:38.025Z[ recovery-image] Sep 07 00:13:37.243 INFO O| Sep 07 00:13:37.243 INFO STEP 177 (remove_files) COMPLETE
62792026-09-07T00:13:38.028Z[ recovery-image] Sep 07 00:13:37.243 INFO O| Sep 07 00:13:37.243 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-07T00:13:38.032Z[ recovery-image] Sep 07 00:13:37.254 INFO O| Sep 07 00:13:37.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62812026-09-07T00:13:38.032Z[ recovery-image] Sep 07 00:13:37.254 INFO O| Sep 07 00:13:37.254 INFO STEP 178 (remove_files) COMPLETE
62822026-09-07T00:13:38.032Z[ recovery-image] Sep 07 00:13:37.254 INFO O| Sep 07 00:13:37.254 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-07T00:13:38.036Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62842026-09-07T00:13:38.040Z[ recovery-image] Sep 07 00:13:37.266 INFO O| Sep 07 00:13:37.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62852026-09-07T00:13:38.040Z[ recovery-image] Sep 07 00:13:37.266 INFO O| Sep 07 00:13:37.266 INFO STEP 179 (remove_files) COMPLETE
62862026-09-07T00:13:38.044Z[ recovery-image] Sep 07 00:13:37.266 INFO O| Sep 07 00:13:37.266 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-07T00:13:38.056Z[ recovery-image] Sep 07 00:13:37.276 INFO O| Sep 07 00:13:37.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62882026-09-07T00:13:38.056Z[ recovery-image] Sep 07 00:13:37.276 INFO O| Sep 07 00:13:37.276 INFO STEP 180 (remove_files) COMPLETE
62892026-09-07T00:13:38.056Z[ recovery-image] Sep 07 00:13:37.276 INFO O| Sep 07 00:13:37.276 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-07T00:13:38.062Z[ recovery-image] Sep 07 00:13:37.287 INFO O| Sep 07 00:13:37.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62912026-09-07T00:13:38.062Z[ recovery-image] Sep 07 00:13:37.287 INFO O| Sep 07 00:13:37.287 INFO STEP 181 (remove_files) COMPLETE
62922026-09-07T00:13:38.066Z[ recovery-image] Sep 07 00:13:37.287 INFO O| Sep 07 00:13:37.287 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-07T00:13:38.073Z[ recovery-image] Sep 07 00:13:37.298 INFO O| Sep 07 00:13:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62942026-09-07T00:13:38.073Z[ recovery-image] Sep 07 00:13:37.298 INFO O| Sep 07 00:13:37.298 INFO STEP 182 (remove_files) COMPLETE
62952026-09-07T00:13:38.077Z[ recovery-image] Sep 07 00:13:37.298 INFO O| Sep 07 00:13:37.298 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-07T00:13:38.082Z[ recovery-image] Sep 07 00:13:37.307 INFO O| Sep 07 00:13:37.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62972026-09-07T00:13:38.082Z[ recovery-image] Sep 07 00:13:37.307 INFO O| Sep 07 00:13:37.307 INFO STEP 183 (remove_files) COMPLETE
62982026-09-07T00:13:38.082Z[ recovery-image] Sep 07 00:13:37.307 INFO O| Sep 07 00:13:37.307 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-07T00:13:38.090Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63002026-09-07T00:13:38.093Z[ recovery-image] Sep 07 00:13:37.317 INFO O| Sep 07 00:13:37.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
63012026-09-07T00:13:38.093Z[ recovery-image] Sep 07 00:13:37.317 INFO O| Sep 07 00:13:37.317 INFO STEP 184 (remove_files) COMPLETE
63022026-09-07T00:13:38.093Z[ recovery-image] Sep 07 00:13:37.317 INFO O| Sep 07 00:13:37.317 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-07T00:13:38.101Z[ recovery-image] Sep 07 00:13:37.326 INFO O| Sep 07 00:13:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
63042026-09-07T00:13:38.101Z[ recovery-image] Sep 07 00:13:37.326 INFO O| Sep 07 00:13:37.326 INFO STEP 185 (remove_files) COMPLETE
63052026-09-07T00:13:38.101Z[ recovery-image] Sep 07 00:13:37.326 INFO O| Sep 07 00:13:37.326 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-07T00:13:38.110Z[ recovery-image] Sep 07 00:13:37.335 INFO O| Sep 07 00:13:37.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
63072026-09-07T00:13:38.110Z[ recovery-image] Sep 07 00:13:37.335 INFO O| Sep 07 00:13:37.335 INFO STEP 186 (remove_files) COMPLETE
63082026-09-07T00:13:38.110Z[ recovery-image] Sep 07 00:13:37.335 INFO O| Sep 07 00:13:37.335 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-07T00:13:38.119Z[ recovery-image] Sep 07 00:13:37.344 INFO O| Sep 07 00:13:37.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
63102026-09-07T00:13:38.119Z[ recovery-image] Sep 07 00:13:37.344 INFO O| Sep 07 00:13:37.344 INFO STEP 187 (remove_files) COMPLETE
63112026-09-07T00:13:38.119Z[ recovery-image] Sep 07 00:13:37.344 INFO O| Sep 07 00:13:37.344 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-07T00:13:38.129Z[ recovery-image] Sep 07 00:13:37.354 INFO O| Sep 07 00:13:37.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
63132026-09-07T00:13:38.129Z[ recovery-image] Sep 07 00:13:37.354 INFO O| Sep 07 00:13:37.354 INFO STEP 188 (remove_files) COMPLETE
63142026-09-07T00:13:38.129Z[ recovery-image] Sep 07 00:13:37.354 INFO O| Sep 07 00:13:37.354 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-07T00:13:38.139Z[ recovery-image] Sep 07 00:13:37.364 INFO O| Sep 07 00:13:37.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63162026-09-07T00:13:38.139Z[ recovery-image] Sep 07 00:13:37.364 INFO O| Sep 07 00:13:37.364 INFO STEP 189 (remove_files) COMPLETE
63172026-09-07T00:13:38.139Z[ recovery-image] Sep 07 00:13:37.364 INFO O| Sep 07 00:13:37.364 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-07T00:13:38.149Z[ recovery-image] Sep 07 00:13:37.374 INFO O| Sep 07 00:13:37.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63192026-09-07T00:13:38.152Z[ recovery-image] Sep 07 00:13:37.375 INFO O| Sep 07 00:13:37.375 INFO STEP 190 (remove_files) COMPLETE
63202026-09-07T00:13:38.152Z[ recovery-image] Sep 07 00:13:37.375 INFO O| Sep 07 00:13:37.375 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-07T00:13:38.161Z[ recovery-image] Sep 07 00:13:37.385 INFO O| Sep 07 00:13:37.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63222026-09-07T00:13:38.161Z[ recovery-image] Sep 07 00:13:37.386 INFO O| Sep 07 00:13:37.385 INFO STEP 191 (remove_files) COMPLETE
63232026-09-07T00:13:38.161Z[ recovery-image] Sep 07 00:13:37.386 INFO O| Sep 07 00:13:37.386 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-07T00:13:38.172Z[ recovery-image] Sep 07 00:13:37.395 INFO O| Sep 07 00:13:37.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63252026-09-07T00:13:38.172Z[ recovery-image] Sep 07 00:13:37.395 INFO O| Sep 07 00:13:37.395 INFO STEP 192 (remove_files) COMPLETE
63262026-09-07T00:13:38.172Z[ recovery-image] Sep 07 00:13:37.395 INFO O| Sep 07 00:13:37.395 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-07T00:13:38.180Z[ recovery-image] Sep 07 00:13:37.405 INFO O| Sep 07 00:13:37.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63282026-09-07T00:13:38.180Z[ recovery-image] Sep 07 00:13:37.405 INFO O| Sep 07 00:13:37.405 INFO STEP 193 (remove_files) COMPLETE
63292026-09-07T00:13:38.184Z[ recovery-image] Sep 07 00:13:37.405 INFO O| Sep 07 00:13:37.405 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-07T00:13:38.191Z[verify-libraries] Compiling samael v0.0.19
63312026-09-07T00:13:38.194Z[ recovery-image] Sep 07 00:13:37.417 INFO O| Sep 07 00:13:37.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63322026-09-07T00:13:38.195Z[ recovery-image] Sep 07 00:13:37.417 INFO O| Sep 07 00:13:37.417 INFO STEP 194 (remove_files) COMPLETE
63332026-09-07T00:13:38.195Z[ recovery-image] Sep 07 00:13:37.417 INFO O| Sep 07 00:13:37.417 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-07T00:13:38.201Z[ recovery-image] Sep 07 00:13:37.426 INFO O| Sep 07 00:13:37.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63352026-09-07T00:13:38.201Z[ recovery-image] Sep 07 00:13:37.426 INFO O| Sep 07 00:13:37.426 INFO STEP 195 (remove_files) COMPLETE
63362026-09-07T00:13:38.201Z[ recovery-image] Sep 07 00:13:37.426 INFO O| Sep 07 00:13:37.426 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-07T00:13:38.211Z[ recovery-image] Sep 07 00:13:37.435 INFO O| Sep 07 00:13:37.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63382026-09-07T00:13:38.211Z[ recovery-image] Sep 07 00:13:37.435 INFO O| Sep 07 00:13:37.435 INFO STEP 196 (remove_files) COMPLETE
63392026-09-07T00:13:38.212Z[ recovery-image] Sep 07 00:13:37.435 INFO O| Sep 07 00:13:37.435 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-07T00:13:38.219Z[ recovery-image] Sep 07 00:13:37.444 INFO O| Sep 07 00:13:37.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63412026-09-07T00:13:38.219Z[ recovery-image] Sep 07 00:13:37.444 INFO O| Sep 07 00:13:37.444 INFO STEP 197 (remove_files) COMPLETE
63422026-09-07T00:13:38.222Z[ recovery-image] Sep 07 00:13:37.444 INFO O| Sep 07 00:13:37.444 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-07T00:13:38.229Z[ recovery-image] Sep 07 00:13:37.454 INFO O| Sep 07 00:13:37.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63442026-09-07T00:13:38.229Z[ recovery-image] Sep 07 00:13:37.454 INFO O| Sep 07 00:13:37.454 INFO STEP 198 (remove_files) COMPLETE
63452026-09-07T00:13:38.232Z[ recovery-image] Sep 07 00:13:37.454 INFO O| Sep 07 00:13:37.454 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-07T00:13:38.238Z[ recovery-image] Sep 07 00:13:37.463 INFO O| Sep 07 00:13:37.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63472026-09-07T00:13:38.238Z[ recovery-image] Sep 07 00:13:37.463 INFO O| Sep 07 00:13:37.463 INFO STEP 199 (remove_files) COMPLETE
63482026-09-07T00:13:38.241Z[ recovery-image] Sep 07 00:13:37.463 INFO O| Sep 07 00:13:37.463 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-07T00:13:38.246Z[ recovery-image] Sep 07 00:13:37.471 INFO O| Sep 07 00:13:37.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63502026-09-07T00:13:38.246Z[ recovery-image] Sep 07 00:13:37.471 INFO O| Sep 07 00:13:37.471 INFO STEP 200 (remove_files) COMPLETE
63512026-09-07T00:13:38.249Z[ recovery-image] Sep 07 00:13:37.471 INFO O| Sep 07 00:13:37.471 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-07T00:13:38.255Z[ recovery-image] Sep 07 00:13:37.480 INFO O| Sep 07 00:13:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63532026-09-07T00:13:38.258Z[ recovery-image] Sep 07 00:13:37.481 INFO O| Sep 07 00:13:37.481 INFO STEP 201 (remove_files) COMPLETE
63542026-09-07T00:13:38.258Z[ recovery-image] Sep 07 00:13:37.481 INFO O| Sep 07 00:13:37.481 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-07T00:13:38.265Z[ recovery-image] Sep 07 00:13:37.490 INFO O| Sep 07 00:13:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63562026-09-07T00:13:38.268Z[ recovery-image] Sep 07 00:13:37.491 INFO O| Sep 07 00:13:37.491 INFO STEP 202 (remove_files) COMPLETE
63572026-09-07T00:13:38.268Z[ recovery-image] Sep 07 00:13:37.491 INFO O| Sep 07 00:13:37.491 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-07T00:13:38.275Z[ recovery-image] Sep 07 00:13:37.500 INFO O| Sep 07 00:13:37.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63592026-09-07T00:13:38.275Z[ recovery-image] Sep 07 00:13:37.500 INFO O| Sep 07 00:13:37.500 INFO STEP 203 (remove_files) COMPLETE
63602026-09-07T00:13:38.278Z[ recovery-image] Sep 07 00:13:37.500 INFO O| Sep 07 00:13:37.500 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-07T00:13:38.310Z[ recovery-image] Sep 07 00:13:37.535 INFO O| Sep 07 00:13:37.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63622026-09-07T00:13:38.311Z[ recovery-image] Sep 07 00:13:37.535 INFO O| Sep 07 00:13:37.535 INFO STEP 204 (remove_files) COMPLETE
63632026-09-07T00:13:38.314Z[ recovery-image] Sep 07 00:13:37.535 INFO O| Sep 07 00:13:37.535 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-07T00:13:38.321Z[ recovery-image] Sep 07 00:13:37.546 INFO O| Sep 07 00:13:37.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63652026-09-07T00:13:38.321Z[ recovery-image] Sep 07 00:13:37.546 INFO O| Sep 07 00:13:37.546 INFO STEP 205 (remove_files) COMPLETE
63662026-09-07T00:13:38.321Z[ recovery-image] Sep 07 00:13:37.546 INFO O| Sep 07 00:13:37.546 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-07T00:13:38.331Z[ recovery-image] Sep 07 00:13:37.556 INFO O| Sep 07 00:13:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63682026-09-07T00:13:38.331Z[ recovery-image] Sep 07 00:13:37.556 INFO O| Sep 07 00:13:37.556 INFO STEP 206 (remove_files) COMPLETE
63692026-09-07T00:13:38.331Z[ recovery-image] Sep 07 00:13:37.556 INFO O| Sep 07 00:13:37.556 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-07T00:13:38.341Z[ recovery-image] Sep 07 00:13:37.566 INFO O| Sep 07 00:13:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63712026-09-07T00:13:38.341Z[ recovery-image] Sep 07 00:13:37.566 INFO O| Sep 07 00:13:37.566 INFO STEP 207 (remove_files) COMPLETE
63722026-09-07T00:13:38.341Z[ recovery-image] Sep 07 00:13:37.566 INFO O| Sep 07 00:13:37.566 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-07T00:13:38.350Z[ recovery-image] Sep 07 00:13:37.575 INFO O| Sep 07 00:13:37.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63742026-09-07T00:13:38.350Z[ recovery-image] Sep 07 00:13:37.575 INFO O| Sep 07 00:13:37.575 INFO STEP 208 (remove_files) COMPLETE
63752026-09-07T00:13:38.354Z[ recovery-image] Sep 07 00:13:37.575 INFO O| Sep 07 00:13:37.575 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-07T00:13:38.359Z[ recovery-image] Sep 07 00:13:37.584 INFO O| Sep 07 00:13:37.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63772026-09-07T00:13:38.359Z[ recovery-image] Sep 07 00:13:37.584 INFO O| Sep 07 00:13:37.584 INFO STEP 209 (remove_files) COMPLETE
63782026-09-07T00:13:38.359Z[ recovery-image] Sep 07 00:13:37.584 INFO O| Sep 07 00:13:37.584 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-07T00:13:38.368Z[ recovery-image] Sep 07 00:13:37.593 INFO O| Sep 07 00:13:37.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63802026-09-07T00:13:38.368Z[ recovery-image] Sep 07 00:13:37.593 INFO O| Sep 07 00:13:37.593 INFO STEP 210 (remove_files) COMPLETE
63812026-09-07T00:13:38.368Z[ recovery-image] Sep 07 00:13:37.593 INFO O| Sep 07 00:13:37.593 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-07T00:13:38.380Z[ recovery-image] Sep 07 00:13:37.605 INFO O| Sep 07 00:13:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63832026-09-07T00:13:38.380Z[ recovery-image] Sep 07 00:13:37.605 INFO O| Sep 07 00:13:37.605 INFO STEP 211 (remove_files) COMPLETE
63842026-09-07T00:13:38.380Z[ recovery-image] Sep 07 00:13:37.605 INFO O| Sep 07 00:13:37.605 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-07T00:13:38.390Z[ recovery-image] Sep 07 00:13:37.615 INFO O| Sep 07 00:13:37.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63862026-09-07T00:13:38.391Z[ recovery-image] Sep 07 00:13:37.616 INFO O| Sep 07 00:13:37.615 INFO STEP 212 (remove_files) COMPLETE
63872026-09-07T00:13:38.391Z[ recovery-image] Sep 07 00:13:37.616 INFO O| Sep 07 00:13:37.615 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-07T00:13:38.401Z[ recovery-image] Sep 07 00:13:37.626 INFO O| Sep 07 00:13:37.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63892026-09-07T00:13:38.401Z[ recovery-image] Sep 07 00:13:37.626 INFO O| Sep 07 00:13:37.626 INFO STEP 213 (remove_files) COMPLETE
63902026-09-07T00:13:38.401Z[ recovery-image] Sep 07 00:13:37.626 INFO O| Sep 07 00:13:37.626 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-07T00:13:38.411Z[ recovery-image] Sep 07 00:13:37.636 INFO O| Sep 07 00:13:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63922026-09-07T00:13:38.411Z[ recovery-image] Sep 07 00:13:37.636 INFO O| Sep 07 00:13:37.636 INFO STEP 214 (remove_files) COMPLETE
63932026-09-07T00:13:38.411Z[ recovery-image] Sep 07 00:13:37.636 INFO O| Sep 07 00:13:37.636 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-07T00:13:38.421Z[ recovery-image] Sep 07 00:13:37.646 INFO O| Sep 07 00:13:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63952026-09-07T00:13:38.421Z[ recovery-image] Sep 07 00:13:37.646 INFO O| Sep 07 00:13:37.646 INFO STEP 215 (remove_files) COMPLETE
63962026-09-07T00:13:38.425Z[ recovery-image] Sep 07 00:13:37.646 INFO O| Sep 07 00:13:37.646 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-07T00:13:38.430Z[ recovery-image] Sep 07 00:13:37.655 INFO O| Sep 07 00:13:37.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63982026-09-07T00:13:38.430Z[ recovery-image] Sep 07 00:13:37.655 INFO O| Sep 07 00:13:37.655 INFO STEP 216 (remove_files) COMPLETE
63992026-09-07T00:13:38.430Z[ recovery-image] Sep 07 00:13:37.655 INFO O| Sep 07 00:13:37.655 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-07T00:13:38.440Z[ recovery-image] Sep 07 00:13:37.665 INFO O| Sep 07 00:13:37.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
64012026-09-07T00:13:38.441Z[ recovery-image] Sep 07 00:13:37.665 INFO O| Sep 07 00:13:37.665 INFO STEP 217 (remove_files) COMPLETE
64022026-09-07T00:13:38.441Z[ recovery-image] Sep 07 00:13:37.665 INFO O| Sep 07 00:13:37.665 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-07T00:13:38.454Z[ recovery-image] Sep 07 00:13:37.676 INFO O| Sep 07 00:13:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
64042026-09-07T00:13:38.474Z[ recovery-image] Sep 07 00:13:37.699 INFO O| Sep 07 00:13:37.699 INFO STEP 218 (remove_files) COMPLETE
64052026-09-07T00:13:38.474Z[ recovery-image] Sep 07 00:13:37.699 INFO O| Sep 07 00:13:37.699 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-07T00:13:38.483Z[ recovery-image] Sep 07 00:13:37.708 INFO O| Sep 07 00:13:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
64072026-09-07T00:13:38.484Z[ recovery-image] Sep 07 00:13:37.708 INFO O| Sep 07 00:13:37.708 INFO STEP 219 (remove_files) COMPLETE
64082026-09-07T00:13:38.487Z[ recovery-image] Sep 07 00:13:37.708 INFO O| Sep 07 00:13:37.708 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-07T00:13:38.491Z[ recovery-image] Sep 07 00:13:37.716 INFO O| Sep 07 00:13:37.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
64102026-09-07T00:13:38.491Z[ recovery-image] Sep 07 00:13:37.716 INFO O| Sep 07 00:13:37.716 INFO STEP 220 (remove_files) COMPLETE
64112026-09-07T00:13:38.492Z[ recovery-image] Sep 07 00:13:37.716 INFO O| Sep 07 00:13:37.716 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-07T00:13:38.502Z[ recovery-image] Sep 07 00:13:37.726 INFO O| Sep 07 00:13:37.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
64132026-09-07T00:13:38.502Z[ recovery-image] Sep 07 00:13:37.726 INFO O| Sep 07 00:13:37.726 INFO STEP 221 (remove_files) COMPLETE
64142026-09-07T00:13:38.502Z[ recovery-image] Sep 07 00:13:37.726 INFO O| Sep 07 00:13:37.726 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-07T00:13:38.514Z[ recovery-image] Sep 07 00:13:37.739 INFO O| Sep 07 00:13:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64162026-09-07T00:13:38.514Z[ recovery-image] Sep 07 00:13:37.739 INFO O| Sep 07 00:13:37.739 INFO STEP 222 (remove_files) COMPLETE
64172026-09-07T00:13:38.514Z[ recovery-image] Sep 07 00:13:37.739 INFO O| Sep 07 00:13:37.739 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-07T00:13:38.523Z[ recovery-image] Sep 07 00:13:37.748 INFO O| Sep 07 00:13:37.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64192026-09-07T00:13:38.523Z[ recovery-image] Sep 07 00:13:37.748 INFO O| Sep 07 00:13:37.748 INFO STEP 223 (remove_files) COMPLETE
64202026-09-07T00:13:38.527Z[ recovery-image] Sep 07 00:13:37.748 INFO O| Sep 07 00:13:37.748 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-07T00:13:38.531Z[ recovery-image] Sep 07 00:13:37.756 INFO O| Sep 07 00:13:37.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64222026-09-07T00:13:38.531Z[ recovery-image] Sep 07 00:13:37.757 INFO O| Sep 07 00:13:37.756 INFO STEP 224 (remove_files) COMPLETE
64232026-09-07T00:13:38.531Z[ recovery-image] Sep 07 00:13:37.757 INFO O| Sep 07 00:13:37.756 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-07T00:13:38.541Z[ recovery-image] Sep 07 00:13:37.766 INFO O| Sep 07 00:13:37.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64252026-09-07T00:13:38.541Z[ recovery-image] Sep 07 00:13:37.766 INFO O| Sep 07 00:13:37.766 INFO STEP 225 (remove_files) COMPLETE
64262026-09-07T00:13:38.541Z[ recovery-image] Sep 07 00:13:37.766 INFO O| Sep 07 00:13:37.766 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-07T00:13:38.550Z[ recovery-image] Sep 07 00:13:37.775 INFO O| Sep 07 00:13:37.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64282026-09-07T00:13:38.550Z[ recovery-image] Sep 07 00:13:37.775 INFO O| Sep 07 00:13:37.775 INFO STEP 226 (remove_files) COMPLETE
64292026-09-07T00:13:38.553Z[ recovery-image] Sep 07 00:13:37.775 INFO O| Sep 07 00:13:37.775 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-07T00:13:38.560Z[ recovery-image] Sep 07 00:13:37.785 INFO O| Sep 07 00:13:37.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64312026-09-07T00:13:38.560Z[ recovery-image] Sep 07 00:13:37.785 INFO O| Sep 07 00:13:37.785 INFO STEP 227 (remove_files) COMPLETE
64322026-09-07T00:13:38.563Z[ recovery-image] Sep 07 00:13:37.785 INFO O| Sep 07 00:13:37.785 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-07T00:13:38.683Z[ recovery-image] Sep 07 00:13:37.908 INFO O| Sep 07 00:13:37.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64342026-09-07T00:13:38.683Z[ recovery-image] Sep 07 00:13:37.908 INFO O| Sep 07 00:13:37.908 INFO STEP 228 (remove_files) COMPLETE
64352026-09-07T00:13:38.683Z[ recovery-image] Sep 07 00:13:37.908 INFO O| Sep 07 00:13:37.908 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-07T00:13:38.696Z[ recovery-image] Sep 07 00:13:37.920 INFO O| Sep 07 00:13:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64372026-09-07T00:13:38.696Z[ recovery-image] Sep 07 00:13:37.921 INFO O| Sep 07 00:13:37.921 INFO STEP 229 (remove_files) COMPLETE
64382026-09-07T00:13:38.701Z[ recovery-image] Sep 07 00:13:37.921 INFO O| Sep 07 00:13:37.921 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-07T00:13:38.711Z[ recovery-image] Sep 07 00:13:37.936 INFO O| Sep 07 00:13:37.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64402026-09-07T00:13:38.730Z[ recovery-image] Sep 07 00:13:37.955 INFO O| Sep 07 00:13:37.955 INFO STEP 230 (remove_files) COMPLETE
64412026-09-07T00:13:38.730Z[ recovery-image] Sep 07 00:13:37.955 INFO O| Sep 07 00:13:37.955 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-07T00:13:38.773Z[ recovery-image] Sep 07 00:13:37.998 INFO O| Sep 07 00:13:37.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64432026-09-07T00:13:38.773Z[ recovery-image] Sep 07 00:13:37.998 INFO O| Sep 07 00:13:37.998 INFO STEP 231 (remove_files) COMPLETE
64442026-09-07T00:13:38.773Z[ recovery-image] Sep 07 00:13:37.998 INFO O| Sep 07 00:13:37.998 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-07T00:13:38.786Z[verify-libraries] Compiling git2 v0.20.4
64462026-09-07T00:13:38.795Z[ recovery-image] Sep 07 00:13:38.020 INFO O| Sep 07 00:13:38.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64472026-09-07T00:13:38.795Z[ recovery-image] Sep 07 00:13:38.020 INFO O| Sep 07 00:13:38.020 INFO STEP 232 (remove_files) COMPLETE
64482026-09-07T00:13:38.799Z[ recovery-image] Sep 07 00:13:38.020 INFO O| Sep 07 00:13:38.020 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-07T00:13:38.825Z[ recovery-image] Sep 07 00:13:38.050 INFO O| Sep 07 00:13:38.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64502026-09-07T00:13:38.825Z[ recovery-image] Sep 07 00:13:38.050 INFO O| Sep 07 00:13:38.050 INFO STEP 233 (remove_files) COMPLETE
64512026-09-07T00:13:38.825Z[ recovery-image] Sep 07 00:13:38.050 INFO O| Sep 07 00:13:38.050 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-07T00:13:38.839Z[ recovery-image] Sep 07 00:13:38.064 INFO O| Sep 07 00:13:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64532026-09-07T00:13:38.839Z[ recovery-image] Sep 07 00:13:38.064 INFO O| Sep 07 00:13:38.064 INFO STEP 234 (remove_files) COMPLETE
64542026-09-07T00:13:38.839Z[ recovery-image] Sep 07 00:13:38.064 INFO O| Sep 07 00:13:38.064 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-07T00:13:38.849Z[ recovery-image] Sep 07 00:13:38.074 INFO O| Sep 07 00:13:38.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64562026-09-07T00:13:38.849Z[ recovery-image] Sep 07 00:13:38.074 INFO O| Sep 07 00:13:38.074 INFO STEP 235 (remove_files) COMPLETE
64572026-09-07T00:13:38.849Z[ recovery-image] Sep 07 00:13:38.074 INFO O| Sep 07 00:13:38.074 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-09-07T00:13:38.860Z[ recovery-image] Sep 07 00:13:38.085 INFO O| Sep 07 00:13:38.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64592026-09-07T00:13:38.860Z[ recovery-image] Sep 07 00:13:38.085 INFO O| Sep 07 00:13:38.085 INFO STEP 236 (remove_files) COMPLETE
64602026-09-07T00:13:38.860Z[ recovery-image] Sep 07 00:13:38.085 INFO O| Sep 07 00:13:38.085 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-09-07T00:13:38.869Z[ recovery-image] Sep 07 00:13:38.094 INFO O| Sep 07 00:13:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64622026-09-07T00:13:38.869Z[ recovery-image] Sep 07 00:13:38.094 INFO O| Sep 07 00:13:38.094 INFO STEP 237 (remove_files) COMPLETE
64632026-09-07T00:13:38.869Z[ recovery-image] Sep 07 00:13:38.094 INFO O| Sep 07 00:13:38.094 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-09-07T00:13:38.878Z[ recovery-image] Sep 07 00:13:38.103 INFO O| Sep 07 00:13:38.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64652026-09-07T00:13:38.878Z[ recovery-image] Sep 07 00:13:38.103 INFO O| Sep 07 00:13:38.103 INFO STEP 238 (remove_files) COMPLETE
64662026-09-07T00:13:38.882Z[ recovery-image] Sep 07 00:13:38.103 INFO O| Sep 07 00:13:38.103 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-07T00:13:38.887Z[ recovery-image] Sep 07 00:13:38.112 INFO O| Sep 07 00:13:38.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64682026-09-07T00:13:38.887Z[ recovery-image] Sep 07 00:13:38.112 INFO O| Sep 07 00:13:38.112 INFO STEP 239 (remove_files) COMPLETE
64692026-09-07T00:13:38.891Z[ recovery-image] Sep 07 00:13:38.112 INFO O| Sep 07 00:13:38.112 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-07T00:13:38.897Z[ recovery-image] Sep 07 00:13:38.121 INFO O| Sep 07 00:13:38.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64712026-09-07T00:13:38.897Z[ recovery-image] Sep 07 00:13:38.121 INFO O| Sep 07 00:13:38.121 INFO STEP 240 (remove_files) COMPLETE
64722026-09-07T00:13:38.897Z[ recovery-image] Sep 07 00:13:38.121 INFO O| Sep 07 00:13:38.121 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-07T00:13:38.906Z[ recovery-image] Sep 07 00:13:38.131 INFO O| Sep 07 00:13:38.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64742026-09-07T00:13:38.907Z[ recovery-image] Sep 07 00:13:38.131 INFO O| Sep 07 00:13:38.131 INFO STEP 241 (remove_files) COMPLETE
64752026-09-07T00:13:38.910Z[ recovery-image] Sep 07 00:13:38.131 INFO O| Sep 07 00:13:38.131 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-07T00:13:38.918Z[ recovery-image] Sep 07 00:13:38.142 INFO O| Sep 07 00:13:38.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64772026-09-07T00:13:38.918Z[ recovery-image] Sep 07 00:13:38.142 INFO O| Sep 07 00:13:38.142 INFO STEP 242 (remove_files) COMPLETE
64782026-09-07T00:13:38.921Z[ recovery-image] Sep 07 00:13:38.142 INFO O| Sep 07 00:13:38.142 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-07T00:13:38.926Z[ recovery-image] Sep 07 00:13:38.151 INFO O| Sep 07 00:13:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64802026-09-07T00:13:38.926Z[ recovery-image] Sep 07 00:13:38.152 INFO O| Sep 07 00:13:38.151 INFO STEP 243 (remove_files) COMPLETE
64812026-09-07T00:13:38.926Z[ recovery-image] Sep 07 00:13:38.152 INFO O| Sep 07 00:13:38.151 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-07T00:13:38.937Z[ recovery-image] Sep 07 00:13:38.162 INFO O| Sep 07 00:13:38.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64832026-09-07T00:13:38.937Z[ recovery-image] Sep 07 00:13:38.162 INFO O| Sep 07 00:13:38.162 INFO STEP 244 (remove_files) COMPLETE
64842026-09-07T00:13:38.942Z[ recovery-image] Sep 07 00:13:38.162 INFO O| Sep 07 00:13:38.162 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-07T00:13:38.947Z[ recovery-image] Sep 07 00:13:38.172 INFO O| Sep 07 00:13:38.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64862026-09-07T00:13:38.947Z[ recovery-image] Sep 07 00:13:38.172 INFO O| Sep 07 00:13:38.172 INFO STEP 245 (remove_files) COMPLETE
64872026-09-07T00:13:38.947Z[ recovery-image] Sep 07 00:13:38.172 INFO O| Sep 07 00:13:38.172 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-07T00:13:38.957Z[ recovery-image] Sep 07 00:13:38.182 INFO O| Sep 07 00:13:38.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64892026-09-07T00:13:38.957Z[ recovery-image] Sep 07 00:13:38.182 INFO O| Sep 07 00:13:38.182 INFO STEP 246 (remove_files) COMPLETE
64902026-09-07T00:13:38.957Z[ recovery-image] Sep 07 00:13:38.182 INFO O| Sep 07 00:13:38.182 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-07T00:13:38.966Z[ recovery-image] Sep 07 00:13:38.191 INFO O| Sep 07 00:13:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64922026-09-07T00:13:38.967Z[ recovery-image] Sep 07 00:13:38.191 INFO O| Sep 07 00:13:38.191 INFO STEP 247 (remove_files) COMPLETE
64932026-09-07T00:13:38.967Z[ recovery-image] Sep 07 00:13:38.191 INFO O| Sep 07 00:13:38.191 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-07T00:13:38.975Z[ recovery-image] Sep 07 00:13:38.200 INFO O| Sep 07 00:13:38.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64952026-09-07T00:13:38.975Z[ recovery-image] Sep 07 00:13:38.200 INFO O| Sep 07 00:13:38.200 INFO STEP 248 (remove_files) COMPLETE
64962026-09-07T00:13:38.975Z[ recovery-image] Sep 07 00:13:38.200 INFO O| Sep 07 00:13:38.200 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-07T00:13:38.983Z[ recovery-image] Sep 07 00:13:38.208 INFO O| Sep 07 00:13:38.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64982026-09-07T00:13:38.983Z[ recovery-image] Sep 07 00:13:38.208 INFO O| Sep 07 00:13:38.208 INFO STEP 249 (remove_files) COMPLETE
64992026-09-07T00:13:38.983Z[ recovery-image] Sep 07 00:13:38.208 INFO O| Sep 07 00:13:38.208 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-07T00:13:38.994Z[ recovery-image] Sep 07 00:13:38.219 INFO O| Sep 07 00:13:38.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
65012026-09-07T00:13:38.994Z[ recovery-image] Sep 07 00:13:38.219 INFO O| Sep 07 00:13:38.219 INFO STEP 250 (remove_files) COMPLETE
65022026-09-07T00:13:38.994Z[ recovery-image] Sep 07 00:13:38.219 INFO O| Sep 07 00:13:38.219 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-07T00:13:39.004Z[ recovery-image] Sep 07 00:13:38.229 INFO O| Sep 07 00:13:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
65042026-09-07T00:13:39.004Z[ recovery-image] Sep 07 00:13:38.229 INFO O| Sep 07 00:13:38.229 INFO STEP 251 (remove_files) COMPLETE
65052026-09-07T00:13:39.004Z[ recovery-image] Sep 07 00:13:38.229 INFO O| Sep 07 00:13:38.229 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-07T00:13:39.014Z[ recovery-image] Sep 07 00:13:38.240 INFO O| Sep 07 00:13:38.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
65072026-09-07T00:13:39.015Z[ recovery-image] Sep 07 00:13:38.240 INFO O| Sep 07 00:13:38.240 INFO STEP 252 (remove_files) COMPLETE
65082026-09-07T00:13:39.019Z[ recovery-image] Sep 07 00:13:38.240 INFO O| Sep 07 00:13:38.240 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-07T00:13:39.024Z[ recovery-image] Sep 07 00:13:38.250 INFO O| Sep 07 00:13:38.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
65102026-09-07T00:13:39.024Z[ recovery-image] Sep 07 00:13:38.250 INFO O| Sep 07 00:13:38.250 INFO STEP 253 (remove_files) COMPLETE
65112026-09-07T00:13:39.029Z[ recovery-image] Sep 07 00:13:38.250 INFO O| Sep 07 00:13:38.250 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-07T00:13:39.033Z[ recovery-image] Sep 07 00:13:38.258 INFO O| Sep 07 00:13:38.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65132026-09-07T00:13:39.033Z[ recovery-image] Sep 07 00:13:38.258 INFO O| Sep 07 00:13:38.258 INFO STEP 254 (remove_files) COMPLETE
65142026-09-07T00:13:39.033Z[ recovery-image] Sep 07 00:13:38.258 INFO O| Sep 07 00:13:38.258 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-07T00:13:39.044Z[ recovery-image] Sep 07 00:13:38.269 INFO O| Sep 07 00:13:38.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65162026-09-07T00:13:39.045Z[ recovery-image] Sep 07 00:13:38.269 INFO O| Sep 07 00:13:38.269 INFO STEP 255 (remove_files) COMPLETE
65172026-09-07T00:13:39.048Z[ recovery-image] Sep 07 00:13:38.269 INFO O| Sep 07 00:13:38.269 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-07T00:13:39.055Z[ recovery-image] Sep 07 00:13:38.280 INFO O| Sep 07 00:13:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65192026-09-07T00:13:39.055Z[ recovery-image] Sep 07 00:13:38.280 INFO O| Sep 07 00:13:38.280 INFO STEP 256 (remove_files) COMPLETE
65202026-09-07T00:13:39.058Z[ recovery-image] Sep 07 00:13:38.280 INFO O| Sep 07 00:13:38.280 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-07T00:13:39.066Z[ recovery-image] Sep 07 00:13:38.291 INFO O| Sep 07 00:13:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65222026-09-07T00:13:39.066Z[ recovery-image] Sep 07 00:13:38.291 INFO O| Sep 07 00:13:38.291 INFO STEP 257 (remove_files) COMPLETE
65232026-09-07T00:13:39.066Z[ recovery-image] Sep 07 00:13:38.291 INFO O| Sep 07 00:13:38.291 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-09-07T00:13:39.076Z[ recovery-image] Sep 07 00:13:38.301 INFO O| Sep 07 00:13:38.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65252026-09-07T00:13:39.076Z[ recovery-image] Sep 07 00:13:38.301 INFO O| Sep 07 00:13:38.301 INFO STEP 258 (remove_files) COMPLETE
65262026-09-07T00:13:39.076Z[ recovery-image] Sep 07 00:13:38.301 INFO O| Sep 07 00:13:38.301 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-09-07T00:13:39.087Z[ recovery-image] Sep 07 00:13:38.312 INFO O| Sep 07 00:13:38.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65282026-09-07T00:13:39.087Z[ recovery-image] Sep 07 00:13:38.312 INFO O| Sep 07 00:13:38.312 INFO STEP 259 (remove_files) COMPLETE
65292026-09-07T00:13:39.087Z[ recovery-image] Sep 07 00:13:38.312 INFO O| Sep 07 00:13:38.312 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-09-07T00:13:39.097Z[ recovery-image] Sep 07 00:13:38.322 INFO O| Sep 07 00:13:38.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65312026-09-07T00:13:39.097Z[ recovery-image] Sep 07 00:13:38.322 INFO O| Sep 07 00:13:38.322 INFO STEP 260 (remove_files) COMPLETE
65322026-09-07T00:13:39.097Z[ recovery-image] Sep 07 00:13:38.322 INFO O| Sep 07 00:13:38.322 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-07T00:13:39.106Z[ recovery-image] Sep 07 00:13:38.331 INFO O| Sep 07 00:13:38.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65342026-09-07T00:13:39.106Z[ recovery-image] Sep 07 00:13:38.331 INFO O| Sep 07 00:13:38.331 INFO STEP 261 (remove_files) COMPLETE
65352026-09-07T00:13:39.110Z[ recovery-image] Sep 07 00:13:38.331 INFO O| Sep 07 00:13:38.331 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-07T00:13:39.115Z[ recovery-image] Sep 07 00:13:38.340 INFO O| Sep 07 00:13:38.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65372026-09-07T00:13:39.118Z[ recovery-image] Sep 07 00:13:38.341 INFO O| Sep 07 00:13:38.341 INFO STEP 262 (remove_files) COMPLETE
65382026-09-07T00:13:39.118Z[ recovery-image] Sep 07 00:13:38.341 INFO O| Sep 07 00:13:38.341 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-07T00:13:39.125Z[ recovery-image] Sep 07 00:13:38.350 INFO O| Sep 07 00:13:38.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65402026-09-07T00:13:39.125Z[ recovery-image] Sep 07 00:13:38.350 INFO O| Sep 07 00:13:38.350 INFO STEP 263 (remove_files) COMPLETE
65412026-09-07T00:13:39.125Z[ recovery-image] Sep 07 00:13:38.350 INFO O| Sep 07 00:13:38.350 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-09-07T00:13:39.136Z[ recovery-image] Sep 07 00:13:38.361 INFO O| Sep 07 00:13:38.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65432026-09-07T00:13:39.136Z[ recovery-image] Sep 07 00:13:38.361 INFO O| Sep 07 00:13:38.361 INFO STEP 264 (remove_files) COMPLETE
65442026-09-07T00:13:39.136Z[ recovery-image] Sep 07 00:13:38.361 INFO O| Sep 07 00:13:38.361 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-09-07T00:13:39.146Z[ recovery-image] Sep 07 00:13:38.371 INFO O| Sep 07 00:13:38.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65462026-09-07T00:13:39.146Z[ recovery-image] Sep 07 00:13:38.371 INFO O| Sep 07 00:13:38.371 INFO STEP 265 (remove_files) COMPLETE
65472026-09-07T00:13:39.146Z[ recovery-image] Sep 07 00:13:38.371 INFO O| Sep 07 00:13:38.371 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-09-07T00:13:39.158Z[ recovery-image] Sep 07 00:13:38.383 INFO O| Sep 07 00:13:38.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65492026-09-07T00:13:39.159Z[ recovery-image] Sep 07 00:13:38.383 INFO O| Sep 07 00:13:38.383 INFO STEP 266 (remove_files) COMPLETE
65502026-09-07T00:13:39.159Z[ recovery-image] Sep 07 00:13:38.383 INFO O| Sep 07 00:13:38.383 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-09-07T00:13:39.169Z[ recovery-image] Sep 07 00:13:38.394 INFO O| Sep 07 00:13:38.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65522026-09-07T00:13:39.169Z[ recovery-image] Sep 07 00:13:38.394 INFO O| Sep 07 00:13:38.394 INFO STEP 267 (remove_files) COMPLETE
65532026-09-07T00:13:39.173Z[ recovery-image] Sep 07 00:13:38.394 INFO O| Sep 07 00:13:38.394 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-09-07T00:13:39.178Z[ recovery-image] Sep 07 00:13:38.403 INFO O| Sep 07 00:13:38.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65552026-09-07T00:13:39.178Z[ recovery-image] Sep 07 00:13:38.403 INFO O| Sep 07 00:13:38.403 INFO STEP 268 (remove_files) COMPLETE
65562026-09-07T00:13:39.178Z[ recovery-image] Sep 07 00:13:38.403 INFO O| Sep 07 00:13:38.403 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-09-07T00:13:39.188Z[ recovery-image] Sep 07 00:13:38.413 INFO O| Sep 07 00:13:38.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65582026-09-07T00:13:39.188Z[ recovery-image] Sep 07 00:13:38.413 INFO O| Sep 07 00:13:38.413 INFO STEP 269 (remove_files) COMPLETE
65592026-09-07T00:13:39.188Z[ recovery-image] Sep 07 00:13:38.413 INFO O| Sep 07 00:13:38.413 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-09-07T00:13:39.198Z[ recovery-image] Sep 07 00:13:38.423 INFO O| Sep 07 00:13:38.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65612026-09-07T00:13:39.198Z[ recovery-image] Sep 07 00:13:38.423 INFO O| Sep 07 00:13:38.423 INFO STEP 270 (remove_files) COMPLETE
65622026-09-07T00:13:39.202Z[ recovery-image] Sep 07 00:13:38.423 INFO O| Sep 07 00:13:38.423 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-09-07T00:13:39.207Z[ recovery-image] Sep 07 00:13:38.432 INFO O| Sep 07 00:13:38.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65642026-09-07T00:13:39.207Z[ recovery-image] Sep 07 00:13:38.432 INFO O| Sep 07 00:13:38.432 INFO STEP 271 (remove_files) COMPLETE
65652026-09-07T00:13:39.207Z[ recovery-image] Sep 07 00:13:38.432 INFO O| Sep 07 00:13:38.432 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-09-07T00:13:39.215Z[ recovery-image] Sep 07 00:13:38.440 INFO O| Sep 07 00:13:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65672026-09-07T00:13:39.215Z[ recovery-image] Sep 07 00:13:38.440 INFO O| Sep 07 00:13:38.440 INFO STEP 272 (remove_files) COMPLETE
65682026-09-07T00:13:39.215Z[ recovery-image] Sep 07 00:13:38.440 INFO O| Sep 07 00:13:38.440 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-09-07T00:13:39.224Z[ recovery-image] Sep 07 00:13:38.449 INFO O| Sep 07 00:13:38.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65702026-09-07T00:13:39.224Z[ recovery-image] Sep 07 00:13:38.449 INFO O| Sep 07 00:13:38.449 INFO STEP 273 (remove_files) COMPLETE
65712026-09-07T00:13:39.224Z[ recovery-image] Sep 07 00:13:38.449 INFO O| Sep 07 00:13:38.449 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-09-07T00:13:39.232Z[ recovery-image] Sep 07 00:13:38.457 INFO O| Sep 07 00:13:38.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65732026-09-07T00:13:39.236Z[ recovery-image] Sep 07 00:13:38.458 INFO O| Sep 07 00:13:38.458 INFO STEP 274 (remove_files) COMPLETE
65742026-09-07T00:13:39.236Z[ recovery-image] Sep 07 00:13:38.458 INFO O| Sep 07 00:13:38.458 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-09-07T00:13:39.243Z[ recovery-image] Sep 07 00:13:38.468 INFO O| Sep 07 00:13:38.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65762026-09-07T00:13:39.243Z[ recovery-image] Sep 07 00:13:38.468 INFO O| Sep 07 00:13:38.468 INFO STEP 275 (remove_files) COMPLETE
65772026-09-07T00:13:39.243Z[ recovery-image] Sep 07 00:13:38.468 INFO O| Sep 07 00:13:38.468 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-09-07T00:13:39.252Z[ recovery-image] Sep 07 00:13:38.477 INFO O| Sep 07 00:13:38.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65792026-09-07T00:13:39.252Z[ recovery-image] Sep 07 00:13:38.477 INFO O| Sep 07 00:13:38.477 INFO STEP 276 (remove_files) COMPLETE
65802026-09-07T00:13:39.252Z[ recovery-image] Sep 07 00:13:38.477 INFO O| Sep 07 00:13:38.477 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-09-07T00:13:39.262Z[ recovery-image] Sep 07 00:13:38.487 INFO O| Sep 07 00:13:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65822026-09-07T00:13:39.262Z[ recovery-image] Sep 07 00:13:38.487 INFO O| Sep 07 00:13:38.487 INFO STEP 277 (remove_files) COMPLETE
65832026-09-07T00:13:39.262Z[ recovery-image] Sep 07 00:13:38.487 INFO O| Sep 07 00:13:38.487 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-09-07T00:13:39.272Z[ recovery-image] Sep 07 00:13:38.496 INFO O| Sep 07 00:13:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65852026-09-07T00:13:39.272Z[ recovery-image] Sep 07 00:13:38.496 INFO O| Sep 07 00:13:38.496 INFO STEP 278 (remove_files) COMPLETE
65862026-09-07T00:13:39.273Z[ recovery-image] Sep 07 00:13:38.496 INFO O| Sep 07 00:13:38.496 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-07T00:13:39.282Z[ recovery-image] Sep 07 00:13:38.507 INFO O| Sep 07 00:13:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65882026-09-07T00:13:39.282Z[ recovery-image] Sep 07 00:13:38.507 INFO O| Sep 07 00:13:38.507 INFO STEP 279 (remove_files) COMPLETE
65892026-09-07T00:13:39.286Z[ recovery-image] Sep 07 00:13:38.507 INFO O| Sep 07 00:13:38.507 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-07T00:13:39.293Z[ recovery-image] Sep 07 00:13:38.518 INFO O| Sep 07 00:13:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65912026-09-07T00:13:39.293Z[ recovery-image] Sep 07 00:13:38.518 INFO O| Sep 07 00:13:38.518 INFO STEP 280 (remove_files) COMPLETE
65922026-09-07T00:13:39.293Z[ recovery-image] Sep 07 00:13:38.518 INFO O| Sep 07 00:13:38.518 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-07T00:13:39.302Z[ recovery-image] Sep 07 00:13:38.527 INFO O| Sep 07 00:13:38.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65942026-09-07T00:13:39.302Z[ recovery-image] Sep 07 00:13:38.527 INFO O| Sep 07 00:13:38.527 INFO STEP 281 (remove_files) COMPLETE
65952026-09-07T00:13:39.302Z[ recovery-image] Sep 07 00:13:38.527 INFO O| Sep 07 00:13:38.527 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-07T00:13:39.311Z[ recovery-image] Sep 07 00:13:38.536 INFO O| Sep 07 00:13:38.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65972026-09-07T00:13:39.311Z[ recovery-image] Sep 07 00:13:38.536 INFO O| Sep 07 00:13:38.536 INFO STEP 282 (remove_files) COMPLETE
65982026-09-07T00:13:39.311Z[ recovery-image] Sep 07 00:13:38.536 INFO O| Sep 07 00:13:38.536 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-07T00:13:39.319Z[ recovery-image] Sep 07 00:13:38.544 INFO O| Sep 07 00:13:38.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
66002026-09-07T00:13:39.319Z[ recovery-image] Sep 07 00:13:38.544 INFO O| Sep 07 00:13:38.544 INFO STEP 283 (remove_files) COMPLETE
66012026-09-07T00:13:39.323Z[ recovery-image] Sep 07 00:13:38.544 INFO O| Sep 07 00:13:38.544 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-07T00:13:39.328Z[ recovery-image] Sep 07 00:13:38.553 INFO O| Sep 07 00:13:38.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
66032026-09-07T00:13:39.328Z[ recovery-image] Sep 07 00:13:38.553 INFO O| Sep 07 00:13:38.553 INFO STEP 284 (remove_files) COMPLETE
66042026-09-07T00:13:39.328Z[ recovery-image] Sep 07 00:13:38.553 INFO O| Sep 07 00:13:38.553 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-07T00:13:39.337Z[ recovery-image] Sep 07 00:13:38.562 INFO O| Sep 07 00:13:38.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
66062026-09-07T00:13:39.337Z[ recovery-image] Sep 07 00:13:38.562 INFO O| Sep 07 00:13:38.562 INFO STEP 285 (remove_files) COMPLETE
66072026-09-07T00:13:39.337Z[ recovery-image] Sep 07 00:13:38.562 INFO O| Sep 07 00:13:38.562 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-07T00:13:39.349Z[ recovery-image] Sep 07 00:13:38.573 INFO O| Sep 07 00:13:38.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
66092026-09-07T00:13:39.352Z[ recovery-image] Sep 07 00:13:38.573 INFO O| Sep 07 00:13:38.573 INFO STEP 286 (remove_files) COMPLETE
66102026-09-07T00:13:39.352Z[ recovery-image] Sep 07 00:13:38.573 INFO O| Sep 07 00:13:38.573 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-07T00:13:39.358Z[ recovery-image] Sep 07 00:13:38.583 INFO O| Sep 07 00:13:38.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66122026-09-07T00:13:39.358Z[ recovery-image] Sep 07 00:13:38.583 INFO O| Sep 07 00:13:38.583 INFO STEP 287 (remove_files) COMPLETE
66132026-09-07T00:13:39.358Z[ recovery-image] Sep 07 00:13:38.583 INFO O| Sep 07 00:13:38.583 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-07T00:13:39.369Z[ recovery-image] Sep 07 00:13:38.594 INFO O| Sep 07 00:13:38.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66152026-09-07T00:13:39.369Z[ recovery-image] Sep 07 00:13:38.594 INFO O| Sep 07 00:13:38.594 INFO STEP 288 (remove_files) COMPLETE
66162026-09-07T00:13:39.369Z[ recovery-image] Sep 07 00:13:38.594 INFO O| Sep 07 00:13:38.594 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-07T00:13:39.379Z[ recovery-image] Sep 07 00:13:38.604 INFO O| Sep 07 00:13:38.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
66182026-09-07T00:13:39.379Z[ recovery-image] Sep 07 00:13:38.604 INFO O| Sep 07 00:13:38.604 INFO STEP 289 (remove_files) COMPLETE
66192026-09-07T00:13:39.379Z[ recovery-image] Sep 07 00:13:38.604 INFO O| Sep 07 00:13:38.604 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-07T00:13:39.389Z[ recovery-image] Sep 07 00:13:38.614 INFO O| Sep 07 00:13:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
66212026-09-07T00:13:39.389Z[ recovery-image] Sep 07 00:13:38.614 INFO O| Sep 07 00:13:38.614 INFO STEP 290 (remove_files) COMPLETE
66222026-09-07T00:13:39.389Z[ recovery-image] Sep 07 00:13:38.614 INFO O| Sep 07 00:13:38.614 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-07T00:13:39.398Z[ recovery-image] Sep 07 00:13:38.623 INFO O| Sep 07 00:13:38.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
66242026-09-07T00:13:39.398Z[ recovery-image] Sep 07 00:13:38.623 INFO O| Sep 07 00:13:38.623 INFO STEP 291 (remove_files) COMPLETE
66252026-09-07T00:13:39.398Z[ recovery-image] Sep 07 00:13:38.623 INFO O| Sep 07 00:13:38.623 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-07T00:13:39.408Z[ recovery-image] Sep 07 00:13:38.633 INFO O| Sep 07 00:13:38.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66272026-09-07T00:13:39.408Z[ recovery-image] Sep 07 00:13:38.633 INFO O| Sep 07 00:13:38.633 INFO STEP 292 (remove_files) COMPLETE
66282026-09-07T00:13:39.408Z[ recovery-image] Sep 07 00:13:38.633 INFO O| Sep 07 00:13:38.633 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-07T00:13:39.418Z[ recovery-image] Sep 07 00:13:38.643 INFO O| Sep 07 00:13:38.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66302026-09-07T00:13:39.418Z[ recovery-image] Sep 07 00:13:38.643 INFO O| Sep 07 00:13:38.643 INFO STEP 293 (remove_files) COMPLETE
66312026-09-07T00:13:39.418Z[ recovery-image] Sep 07 00:13:38.643 INFO O| Sep 07 00:13:38.643 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-07T00:13:39.428Z[ recovery-image] Sep 07 00:13:38.653 INFO O| Sep 07 00:13:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66332026-09-07T00:13:39.428Z[ recovery-image] Sep 07 00:13:38.653 INFO O| Sep 07 00:13:38.653 INFO STEP 294 (remove_files) COMPLETE
66342026-09-07T00:13:39.428Z[ recovery-image] Sep 07 00:13:38.653 INFO O| Sep 07 00:13:38.653 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-07T00:13:39.439Z[ recovery-image] Sep 07 00:13:38.663 INFO O| Sep 07 00:13:38.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66362026-09-07T00:13:39.439Z[ recovery-image] Sep 07 00:13:38.663 INFO O| Sep 07 00:13:38.663 INFO STEP 295 (remove_files) COMPLETE
66372026-09-07T00:13:39.439Z[ recovery-image] Sep 07 00:13:38.663 INFO O| Sep 07 00:13:38.663 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-07T00:13:39.448Z[ recovery-image] Sep 07 00:13:38.673 INFO O| Sep 07 00:13:38.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66392026-09-07T00:13:39.448Z[ recovery-image] Sep 07 00:13:38.673 INFO O| Sep 07 00:13:38.673 INFO STEP 296 (remove_files) COMPLETE
66402026-09-07T00:13:39.448Z[ recovery-image] Sep 07 00:13:38.673 INFO O| Sep 07 00:13:38.673 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-07T00:13:39.460Z[ recovery-image] Sep 07 00:13:38.683 INFO O| Sep 07 00:13:38.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66422026-09-07T00:13:39.460Z[ recovery-image] Sep 07 00:13:38.683 INFO O| Sep 07 00:13:38.683 INFO STEP 297 (remove_files) COMPLETE
66432026-09-07T00:13:39.460Z[ recovery-image] Sep 07 00:13:38.683 INFO O| Sep 07 00:13:38.683 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-07T00:13:39.468Z[ recovery-image] Sep 07 00:13:38.692 INFO O| Sep 07 00:13:38.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66452026-09-07T00:13:39.468Z[ recovery-image] Sep 07 00:13:38.692 INFO O| Sep 07 00:13:38.692 INFO STEP 298 (remove_files) COMPLETE
66462026-09-07T00:13:39.471Z[ recovery-image] Sep 07 00:13:38.692 INFO O| Sep 07 00:13:38.692 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-07T00:13:39.477Z[ recovery-image] Sep 07 00:13:38.702 INFO O| Sep 07 00:13:38.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66482026-09-07T00:13:39.477Z[ recovery-image] Sep 07 00:13:38.702 INFO O| Sep 07 00:13:38.702 INFO STEP 299 (remove_files) COMPLETE
66492026-09-07T00:13:39.477Z[ recovery-image] Sep 07 00:13:38.702 INFO O| Sep 07 00:13:38.702 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-07T00:13:39.488Z[ recovery-image] Sep 07 00:13:38.713 INFO O| Sep 07 00:13:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66512026-09-07T00:13:39.488Z[ recovery-image] Sep 07 00:13:38.713 INFO O| Sep 07 00:13:38.713 INFO STEP 300 (remove_files) COMPLETE
66522026-09-07T00:13:39.488Z[ recovery-image] Sep 07 00:13:38.713 INFO O| Sep 07 00:13:38.713 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-07T00:13:39.500Z[ recovery-image] Sep 07 00:13:38.725 INFO O| Sep 07 00:13:38.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66542026-09-07T00:13:39.500Z[ recovery-image] Sep 07 00:13:38.725 INFO O| Sep 07 00:13:38.725 INFO STEP 301 (remove_files) COMPLETE
66552026-09-07T00:13:39.500Z[ recovery-image] Sep 07 00:13:38.725 INFO O| Sep 07 00:13:38.725 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-07T00:13:39.512Z[ recovery-image] Sep 07 00:13:38.736 INFO O| Sep 07 00:13:38.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66572026-09-07T00:13:39.512Z[ recovery-image] Sep 07 00:13:38.737 INFO O| Sep 07 00:13:38.736 INFO STEP 302 (remove_files) COMPLETE
66582026-09-07T00:13:39.512Z[ recovery-image] Sep 07 00:13:38.737 INFO O| Sep 07 00:13:38.737 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-07T00:13:39.522Z[ recovery-image] Sep 07 00:13:38.747 INFO O| Sep 07 00:13:38.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66602026-09-07T00:13:39.522Z[ recovery-image] Sep 07 00:13:38.747 INFO O| Sep 07 00:13:38.747 INFO STEP 303 (remove_files) COMPLETE
66612026-09-07T00:13:39.522Z[ recovery-image] Sep 07 00:13:38.747 INFO O| Sep 07 00:13:38.747 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-07T00:13:39.532Z[ recovery-image] Sep 07 00:13:38.757 INFO O| Sep 07 00:13:38.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66632026-09-07T00:13:39.532Z[ recovery-image] Sep 07 00:13:38.757 INFO O| Sep 07 00:13:38.757 INFO STEP 304 (remove_files) COMPLETE
66642026-09-07T00:13:39.532Z[ recovery-image] Sep 07 00:13:38.757 INFO O| Sep 07 00:13:38.757 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-07T00:13:39.542Z[ recovery-image] Sep 07 00:13:38.767 INFO O| Sep 07 00:13:38.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66662026-09-07T00:13:39.543Z[ recovery-image] Sep 07 00:13:38.767 INFO O| Sep 07 00:13:38.767 INFO STEP 305 (remove_files) COMPLETE
66672026-09-07T00:13:39.544Z[ recovery-image] Sep 07 00:13:38.767 INFO O| Sep 07 00:13:38.767 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-07T00:13:39.552Z[ recovery-image] Sep 07 00:13:38.777 INFO O| Sep 07 00:13:38.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66692026-09-07T00:13:39.556Z[ recovery-image] Sep 07 00:13:38.777 INFO O| Sep 07 00:13:38.777 INFO STEP 306 (remove_files) COMPLETE
66702026-09-07T00:13:39.556Z[ recovery-image] Sep 07 00:13:38.777 INFO O| Sep 07 00:13:38.777 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-07T00:13:39.562Z[ recovery-image] Sep 07 00:13:38.786 INFO O| Sep 07 00:13:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66722026-09-07T00:13:39.562Z[ recovery-image] Sep 07 00:13:38.786 INFO O| Sep 07 00:13:38.786 INFO STEP 307 (remove_files) COMPLETE
66732026-09-07T00:13:39.562Z[ recovery-image] Sep 07 00:13:38.786 INFO O| Sep 07 00:13:38.786 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-07T00:13:39.569Z[ recovery-image] Sep 07 00:13:38.794 INFO O| Sep 07 00:13:38.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66752026-09-07T00:13:39.569Z[ recovery-image] Sep 07 00:13:38.794 INFO O| Sep 07 00:13:38.794 INFO STEP 308 (remove_files) COMPLETE
66762026-09-07T00:13:39.569Z[ recovery-image] Sep 07 00:13:38.794 INFO O| Sep 07 00:13:38.794 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-07T00:13:39.577Z[ recovery-image] Sep 07 00:13:38.802 INFO O| Sep 07 00:13:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66782026-09-07T00:13:39.577Z[ recovery-image] Sep 07 00:13:38.802 INFO O| Sep 07 00:13:38.802 INFO STEP 309 (remove_files) COMPLETE
66792026-09-07T00:13:39.577Z[ recovery-image] Sep 07 00:13:38.802 INFO O| Sep 07 00:13:38.802 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-07T00:13:39.585Z[ recovery-image] Sep 07 00:13:38.810 INFO O| Sep 07 00:13:38.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66812026-09-07T00:13:39.587Z[ recovery-image] Sep 07 00:13:38.810 INFO O| Sep 07 00:13:38.810 INFO STEP 310 (remove_files) COMPLETE
66822026-09-07T00:13:39.587Z[ recovery-image] Sep 07 00:13:38.810 INFO O| Sep 07 00:13:38.810 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-07T00:13:39.595Z[ recovery-image] Sep 07 00:13:38.820 INFO O| Sep 07 00:13:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66842026-09-07T00:13:39.596Z[ recovery-image] Sep 07 00:13:38.820 INFO O| Sep 07 00:13:38.820 INFO STEP 311 (remove_files) COMPLETE
66852026-09-07T00:13:39.599Z[ recovery-image] Sep 07 00:13:38.820 INFO O| Sep 07 00:13:38.820 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-07T00:13:39.605Z[ recovery-image] Sep 07 00:13:38.830 INFO O| Sep 07 00:13:38.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66872026-09-07T00:13:39.605Z[ recovery-image] Sep 07 00:13:38.830 INFO O| Sep 07 00:13:38.830 INFO STEP 312 (remove_files) COMPLETE
66882026-09-07T00:13:39.605Z[ recovery-image] Sep 07 00:13:38.830 INFO O| Sep 07 00:13:38.830 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-07T00:13:39.616Z[ recovery-image] Sep 07 00:13:38.841 INFO O| Sep 07 00:13:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66902026-09-07T00:13:39.616Z[ recovery-image] Sep 07 00:13:38.841 INFO O| Sep 07 00:13:38.841 INFO STEP 313 (remove_files) COMPLETE
66912026-09-07T00:13:39.616Z[ recovery-image] Sep 07 00:13:38.841 INFO O| Sep 07 00:13:38.841 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-07T00:13:39.626Z[ recovery-image] Sep 07 00:13:38.851 INFO O| Sep 07 00:13:38.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66932026-09-07T00:13:39.626Z[ recovery-image] Sep 07 00:13:38.851 INFO O| Sep 07 00:13:38.851 INFO STEP 314 (remove_files) COMPLETE
66942026-09-07T00:13:39.626Z[ recovery-image] Sep 07 00:13:38.851 INFO O| Sep 07 00:13:38.851 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-07T00:13:39.635Z[ recovery-image] Sep 07 00:13:38.860 INFO O| Sep 07 00:13:38.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66962026-09-07T00:13:39.635Z[ recovery-image] Sep 07 00:13:38.860 INFO O| Sep 07 00:13:38.860 INFO STEP 315 (remove_files) COMPLETE
66972026-09-07T00:13:39.635Z[ recovery-image] Sep 07 00:13:38.860 INFO O| Sep 07 00:13:38.860 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-07T00:13:39.643Z[ recovery-image] Sep 07 00:13:38.868 INFO O| Sep 07 00:13:38.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66992026-09-07T00:13:39.644Z[ recovery-image] Sep 07 00:13:38.868 INFO O| Sep 07 00:13:38.868 INFO STEP 316 (remove_files) COMPLETE
67002026-09-07T00:13:39.644Z[ recovery-image] Sep 07 00:13:38.868 INFO O| Sep 07 00:13:38.868 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-07T00:13:39.650Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
67022026-09-07T00:13:39.653Z[ recovery-image] Sep 07 00:13:38.878 INFO O| Sep 07 00:13:38.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
67032026-09-07T00:13:39.653Z[ recovery-image] Sep 07 00:13:38.878 INFO O| Sep 07 00:13:38.878 INFO STEP 317 (remove_files) COMPLETE
67042026-09-07T00:13:39.653Z[ recovery-image] Sep 07 00:13:38.878 INFO O| Sep 07 00:13:38.878 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-07T00:13:39.663Z[ recovery-image] Sep 07 00:13:38.888 INFO O| Sep 07 00:13:38.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
67062026-09-07T00:13:39.663Z[ recovery-image] Sep 07 00:13:38.888 INFO O| Sep 07 00:13:38.888 INFO STEP 318 (remove_files) COMPLETE
67072026-09-07T00:13:39.667Z[ recovery-image] Sep 07 00:13:38.888 INFO O| Sep 07 00:13:38.888 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-07T00:13:39.673Z[ recovery-image] Sep 07 00:13:38.898 INFO O| Sep 07 00:13:38.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67092026-09-07T00:13:39.673Z[ recovery-image] Sep 07 00:13:38.898 INFO O| Sep 07 00:13:38.898 INFO STEP 319 (remove_files) COMPLETE
67102026-09-07T00:13:39.678Z[ recovery-image] Sep 07 00:13:38.898 INFO O| Sep 07 00:13:38.898 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-07T00:13:39.684Z[ recovery-image] Sep 07 00:13:38.909 INFO O| Sep 07 00:13:38.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67122026-09-07T00:13:39.684Z[ recovery-image] Sep 07 00:13:38.909 INFO O| Sep 07 00:13:38.909 INFO STEP 320 (remove_files) COMPLETE
67132026-09-07T00:13:39.684Z[ recovery-image] Sep 07 00:13:38.909 INFO O| Sep 07 00:13:38.909 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-07T00:13:39.694Z[ recovery-image] Sep 07 00:13:38.919 INFO O| Sep 07 00:13:38.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67152026-09-07T00:13:39.694Z[ recovery-image] Sep 07 00:13:38.919 INFO O| Sep 07 00:13:38.919 INFO STEP 321 (remove_files) COMPLETE
67162026-09-07T00:13:39.694Z[ recovery-image] Sep 07 00:13:38.919 INFO O| Sep 07 00:13:38.919 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-07T00:13:39.703Z[ recovery-image] Sep 07 00:13:38.928 INFO O| Sep 07 00:13:38.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
67182026-09-07T00:13:39.703Z[ recovery-image] Sep 07 00:13:38.928 INFO O| Sep 07 00:13:38.928 INFO STEP 322 (remove_files) COMPLETE
67192026-09-07T00:13:39.703Z[ recovery-image] Sep 07 00:13:38.928 INFO O| Sep 07 00:13:38.928 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-07T00:13:39.713Z[ recovery-image] Sep 07 00:13:38.937 INFO O| Sep 07 00:13:38.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
67212026-09-07T00:13:39.713Z[ recovery-image] Sep 07 00:13:38.938 INFO O| Sep 07 00:13:38.938 INFO STEP 323 (remove_files) COMPLETE
67222026-09-07T00:13:39.713Z[ recovery-image] Sep 07 00:13:38.938 INFO O| Sep 07 00:13:38.938 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-07T00:13:39.723Z[ recovery-image] Sep 07 00:13:38.948 INFO O| Sep 07 00:13:38.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
67242026-09-07T00:13:39.723Z[ recovery-image] Sep 07 00:13:38.948 INFO O| Sep 07 00:13:38.948 INFO STEP 324 (remove_files) COMPLETE
67252026-09-07T00:13:39.726Z[ recovery-image] Sep 07 00:13:38.948 INFO O| Sep 07 00:13:38.948 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-07T00:13:39.732Z[ recovery-image] Sep 07 00:13:38.957 INFO O| Sep 07 00:13:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67272026-09-07T00:13:39.732Z[ recovery-image] Sep 07 00:13:38.957 INFO O| Sep 07 00:13:38.957 INFO STEP 325 (remove_files) COMPLETE
67282026-09-07T00:13:39.735Z[ recovery-image] Sep 07 00:13:38.957 INFO O| Sep 07 00:13:38.957 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-07T00:13:39.743Z[ recovery-image] Sep 07 00:13:38.967 INFO O| Sep 07 00:13:38.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67302026-09-07T00:13:39.743Z[ recovery-image] Sep 07 00:13:38.968 INFO O| Sep 07 00:13:38.968 INFO STEP 326 (remove_files) COMPLETE
67312026-09-07T00:13:39.743Z[ recovery-image] Sep 07 00:13:38.968 INFO O| Sep 07 00:13:38.968 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-07T00:13:39.753Z[ recovery-image] Sep 07 00:13:38.978 INFO O| Sep 07 00:13:38.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67332026-09-07T00:13:39.754Z[ recovery-image] Sep 07 00:13:38.978 INFO O| Sep 07 00:13:38.978 INFO STEP 327 (remove_files) COMPLETE
67342026-09-07T00:13:39.754Z[ recovery-image] Sep 07 00:13:38.978 INFO O| Sep 07 00:13:38.978 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-07T00:13:39.764Z[ recovery-image] Sep 07 00:13:38.989 INFO O| Sep 07 00:13:38.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67362026-09-07T00:13:39.764Z[ recovery-image] Sep 07 00:13:38.989 INFO O| Sep 07 00:13:38.989 INFO STEP 328 (remove_files) COMPLETE
67372026-09-07T00:13:39.764Z[ recovery-image] Sep 07 00:13:38.989 INFO O| Sep 07 00:13:38.989 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-07T00:13:39.774Z[ recovery-image] Sep 07 00:13:38.999 INFO O| Sep 07 00:13:38.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67392026-09-07T00:13:39.775Z[ recovery-image] Sep 07 00:13:38.999 INFO O| Sep 07 00:13:38.999 INFO STEP 329 (remove_files) COMPLETE
67402026-09-07T00:13:39.775Z[ recovery-image] Sep 07 00:13:38.999 INFO O| Sep 07 00:13:38.999 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-07T00:13:39.788Z[ recovery-image] Sep 07 00:13:39.008 INFO O| Sep 07 00:13:39.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67422026-09-07T00:13:39.788Z[ recovery-image] Sep 07 00:13:39.009 INFO O| Sep 07 00:13:39.009 INFO STEP 330 (remove_files) COMPLETE
67432026-09-07T00:13:39.788Z[ recovery-image] Sep 07 00:13:39.009 INFO O| Sep 07 00:13:39.009 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-07T00:13:39.793Z[ recovery-image] Sep 07 00:13:39.018 INFO O| Sep 07 00:13:39.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67452026-09-07T00:13:39.793Z[ recovery-image] Sep 07 00:13:39.018 INFO O| Sep 07 00:13:39.018 INFO STEP 331 (remove_files) COMPLETE
67462026-09-07T00:13:39.793Z[ recovery-image] Sep 07 00:13:39.018 INFO O| Sep 07 00:13:39.018 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-07T00:13:39.803Z[ recovery-image] Sep 07 00:13:39.028 INFO O| Sep 07 00:13:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67482026-09-07T00:13:39.803Z[ recovery-image] Sep 07 00:13:39.028 INFO O| Sep 07 00:13:39.028 INFO STEP 332 (remove_files) COMPLETE
67492026-09-07T00:13:39.806Z[ recovery-image] Sep 07 00:13:39.028 INFO O| Sep 07 00:13:39.028 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-07T00:13:39.813Z[ recovery-image] Sep 07 00:13:39.038 INFO O| Sep 07 00:13:39.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67512026-09-07T00:13:39.813Z[ recovery-image] Sep 07 00:13:39.038 INFO O| Sep 07 00:13:39.038 INFO STEP 333 (remove_files) COMPLETE
67522026-09-07T00:13:39.814Z[ recovery-image] Sep 07 00:13:39.038 INFO O| Sep 07 00:13:39.038 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-07T00:13:39.863Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
67542026-09-07T00:13:39.863Z[ recovery-image] Sep 07 00:13:39.049 INFO O| Sep 07 00:13:39.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67552026-09-07T00:13:39.863Z[ recovery-image] Sep 07 00:13:39.049 INFO O| Sep 07 00:13:39.049 INFO STEP 334 (remove_files) COMPLETE
67562026-09-07T00:13:39.863Z[ recovery-image] Sep 07 00:13:39.049 INFO O| Sep 07 00:13:39.049 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-07T00:13:39.863Z[ recovery-image] Sep 07 00:13:39.059 INFO O| Sep 07 00:13:39.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67582026-09-07T00:13:39.863Z[ recovery-image] Sep 07 00:13:39.059 INFO O| Sep 07 00:13:39.059 INFO STEP 335 (remove_files) COMPLETE
67592026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.059 INFO O| Sep 07 00:13:39.059 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.076 INFO O| Sep 07 00:13:39.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67612026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.076 INFO O| Sep 07 00:13:39.076 INFO STEP 336 (remove_files) COMPLETE
67622026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.076 INFO O| Sep 07 00:13:39.076 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.086 INFO O| Sep 07 00:13:39.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67642026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.086 INFO O| Sep 07 00:13:39.086 INFO STEP 337 (remove_files) COMPLETE
67652026-09-07T00:13:39.864Z[ recovery-image] Sep 07 00:13:39.086 INFO O| Sep 07 00:13:39.086 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-07T00:13:39.871Z[ recovery-image] Sep 07 00:13:39.096 INFO O| Sep 07 00:13:39.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67672026-09-07T00:13:39.872Z[ recovery-image] Sep 07 00:13:39.096 INFO O| Sep 07 00:13:39.096 INFO STEP 338 (remove_files) COMPLETE
67682026-09-07T00:13:39.872Z[ recovery-image] Sep 07 00:13:39.096 INFO O| Sep 07 00:13:39.096 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-07T00:13:39.882Z[ recovery-image] Sep 07 00:13:39.107 INFO O| Sep 07 00:13:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67702026-09-07T00:13:39.882Z[ recovery-image] Sep 07 00:13:39.107 INFO O| Sep 07 00:13:39.107 INFO STEP 339 (remove_files) COMPLETE
67712026-09-07T00:13:39.882Z[ recovery-image] Sep 07 00:13:39.107 INFO O| Sep 07 00:13:39.107 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-07T00:13:39.892Z[ recovery-image] Sep 07 00:13:39.117 INFO O| Sep 07 00:13:39.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67732026-09-07T00:13:39.892Z[ recovery-image] Sep 07 00:13:39.117 INFO O| Sep 07 00:13:39.117 INFO STEP 340 (remove_files) COMPLETE
67742026-09-07T00:13:39.893Z[ recovery-image] Sep 07 00:13:39.117 INFO O| Sep 07 00:13:39.117 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-07T00:13:39.903Z[ recovery-image] Sep 07 00:13:39.128 INFO O| Sep 07 00:13:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67762026-09-07T00:13:39.904Z[ recovery-image] Sep 07 00:13:39.128 INFO O| Sep 07 00:13:39.128 INFO STEP 341 (remove_files) COMPLETE
67772026-09-07T00:13:39.904Z[ recovery-image] Sep 07 00:13:39.128 INFO O| Sep 07 00:13:39.128 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-07T00:13:39.907Z[verify-libraries] Compiling fs-err v2.11.0
67792026-09-07T00:13:39.912Z[ recovery-image] Sep 07 00:13:39.137 INFO O| Sep 07 00:13:39.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67802026-09-07T00:13:39.912Z[ recovery-image] Sep 07 00:13:39.137 INFO O| Sep 07 00:13:39.137 INFO STEP 342 (remove_files) COMPLETE
67812026-09-07T00:13:39.916Z[ recovery-image] Sep 07 00:13:39.137 INFO O| Sep 07 00:13:39.137 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-07T00:13:39.923Z[ recovery-image] Sep 07 00:13:39.148 INFO O| Sep 07 00:13:39.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67832026-09-07T00:13:39.923Z[ recovery-image] Sep 07 00:13:39.148 INFO O| Sep 07 00:13:39.148 INFO STEP 343 (remove_files) COMPLETE
67842026-09-07T00:13:39.927Z[ recovery-image] Sep 07 00:13:39.148 INFO O| Sep 07 00:13:39.148 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-07T00:13:39.935Z[ recovery-image] Sep 07 00:13:39.160 INFO O| Sep 07 00:13:39.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67862026-09-07T00:13:39.935Z[ recovery-image] Sep 07 00:13:39.160 INFO O| Sep 07 00:13:39.160 INFO STEP 344 (remove_files) COMPLETE
67872026-09-07T00:13:39.935Z[ recovery-image] Sep 07 00:13:39.160 INFO O| Sep 07 00:13:39.160 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-07T00:13:39.945Z[ recovery-image] Sep 07 00:13:39.170 INFO O| Sep 07 00:13:39.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67892026-09-07T00:13:39.945Z[ recovery-image] Sep 07 00:13:39.170 INFO O| Sep 07 00:13:39.170 INFO STEP 345 (remove_files) COMPLETE
67902026-09-07T00:13:39.949Z[ recovery-image] Sep 07 00:13:39.170 INFO O| Sep 07 00:13:39.170 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-07T00:13:39.957Z[ recovery-image] Sep 07 00:13:39.181 INFO O| Sep 07 00:13:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67922026-09-07T00:13:39.957Z[ recovery-image] Sep 07 00:13:39.181 INFO O| Sep 07 00:13:39.181 INFO STEP 346 (remove_files) COMPLETE
67932026-09-07T00:13:39.957Z[ recovery-image] Sep 07 00:13:39.181 INFO O| Sep 07 00:13:39.181 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-07T00:13:39.967Z[ recovery-image] Sep 07 00:13:39.192 INFO O| Sep 07 00:13:39.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67952026-09-07T00:13:39.968Z[ recovery-image] Sep 07 00:13:39.192 INFO O| Sep 07 00:13:39.192 INFO STEP 347 (remove_files) COMPLETE
67962026-09-07T00:13:39.971Z[ recovery-image] Sep 07 00:13:39.192 INFO O| Sep 07 00:13:39.192 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-07T00:13:39.978Z[ recovery-image] Sep 07 00:13:39.203 INFO O| Sep 07 00:13:39.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67982026-09-07T00:13:39.978Z[ recovery-image] Sep 07 00:13:39.203 INFO O| Sep 07 00:13:39.203 INFO STEP 348 (remove_files) COMPLETE
67992026-09-07T00:13:39.978Z[ recovery-image] Sep 07 00:13:39.203 INFO O| Sep 07 00:13:39.203 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-07T00:13:39.988Z[ recovery-image] Sep 07 00:13:39.213 INFO O| Sep 07 00:13:39.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
68012026-09-07T00:13:39.988Z[ recovery-image] Sep 07 00:13:39.213 INFO O| Sep 07 00:13:39.213 INFO STEP 349 (remove_files) COMPLETE
68022026-09-07T00:13:39.988Z[ recovery-image] Sep 07 00:13:39.213 INFO O| Sep 07 00:13:39.213 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-07T00:13:39.999Z[ recovery-image] Sep 07 00:13:39.224 INFO O| Sep 07 00:13:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
68042026-09-07T00:13:39.999Z[ recovery-image] Sep 07 00:13:39.224 INFO O| Sep 07 00:13:39.224 INFO STEP 350 (remove_files) COMPLETE
68052026-09-07T00:13:40.005Z[ recovery-image] Sep 07 00:13:39.224 INFO O| Sep 07 00:13:39.224 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-07T00:13:40.008Z[ recovery-image] Sep 07 00:13:39.233 INFO O| Sep 07 00:13:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68072026-09-07T00:13:40.008Z[ recovery-image] Sep 07 00:13:39.233 INFO O| Sep 07 00:13:39.233 INFO STEP 351 (remove_files) COMPLETE
68082026-09-07T00:13:40.012Z[ recovery-image] Sep 07 00:13:39.233 INFO O| Sep 07 00:13:39.233 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-07T00:13:40.017Z[ recovery-image] Sep 07 00:13:39.242 INFO O| Sep 07 00:13:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68102026-09-07T00:13:40.018Z[ recovery-image] Sep 07 00:13:39.243 INFO O| Sep 07 00:13:39.242 INFO STEP 352 (remove_files) COMPLETE
68112026-09-07T00:13:40.021Z[ recovery-image] Sep 07 00:13:39.243 INFO O| Sep 07 00:13:39.242 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-09-07T00:13:40.026Z[ recovery-image] Sep 07 00:13:39.252 INFO O| Sep 07 00:13:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68132026-09-07T00:13:40.026Z[ recovery-image] Sep 07 00:13:39.252 INFO O| Sep 07 00:13:39.252 INFO STEP 353 (remove_files) COMPLETE
68142026-09-07T00:13:40.030Z[ recovery-image] Sep 07 00:13:39.252 INFO O| Sep 07 00:13:39.252 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-09-07T00:13:40.035Z[ recovery-image] Sep 07 00:13:39.261 INFO O| Sep 07 00:13:39.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68162026-09-07T00:13:40.036Z[ recovery-image] Sep 07 00:13:39.261 INFO O| Sep 07 00:13:39.261 INFO STEP 354 (remove_files) COMPLETE
68172026-09-07T00:13:40.036Z[ recovery-image] Sep 07 00:13:39.261 INFO O| Sep 07 00:13:39.261 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-09-07T00:13:40.047Z[ recovery-image] Sep 07 00:13:39.272 INFO O| Sep 07 00:13:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
68192026-09-07T00:13:40.047Z[ recovery-image] Sep 07 00:13:39.272 INFO O| Sep 07 00:13:39.272 INFO STEP 355 (remove_files) COMPLETE
68202026-09-07T00:13:40.051Z[ recovery-image] Sep 07 00:13:39.272 INFO O| Sep 07 00:13:39.272 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-07T00:13:40.056Z[ recovery-image] Sep 07 00:13:39.281 INFO O| Sep 07 00:13:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
68222026-09-07T00:13:40.056Z[ recovery-image] Sep 07 00:13:39.281 INFO O| Sep 07 00:13:39.281 INFO STEP 356 (remove_files) COMPLETE
68232026-09-07T00:13:40.056Z[ recovery-image] Sep 07 00:13:39.281 INFO O| Sep 07 00:13:39.281 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-07T00:13:40.064Z[ recovery-image] Sep 07 00:13:39.289 INFO O| Sep 07 00:13:39.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68252026-09-07T00:13:40.064Z[ recovery-image] Sep 07 00:13:39.289 INFO O| Sep 07 00:13:39.289 INFO STEP 357 (remove_files) COMPLETE
68262026-09-07T00:13:40.064Z[ recovery-image] Sep 07 00:13:39.289 INFO O| Sep 07 00:13:39.289 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-09-07T00:13:40.073Z[ recovery-image] Sep 07 00:13:39.298 INFO O| Sep 07 00:13:39.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68282026-09-07T00:13:40.073Z[ recovery-image] Sep 07 00:13:39.298 INFO O| Sep 07 00:13:39.298 INFO STEP 358 (remove_files) COMPLETE
68292026-09-07T00:13:40.073Z[ recovery-image] Sep 07 00:13:39.298 INFO O| Sep 07 00:13:39.298 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-09-07T00:13:40.082Z[ recovery-image] Sep 07 00:13:39.306 INFO O| Sep 07 00:13:39.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68312026-09-07T00:13:40.082Z[ recovery-image] Sep 07 00:13:39.306 INFO O| Sep 07 00:13:39.306 INFO STEP 359 (remove_files) COMPLETE
68322026-09-07T00:13:40.082Z[ recovery-image] Sep 07 00:13:39.306 INFO O| Sep 07 00:13:39.306 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-07T00:13:40.090Z[ recovery-image] Sep 07 00:13:39.314 INFO O| Sep 07 00:13:39.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68342026-09-07T00:13:40.090Z[ recovery-image] Sep 07 00:13:39.315 INFO O| Sep 07 00:13:39.315 INFO STEP 360 (remove_files) COMPLETE
68352026-09-07T00:13:40.090Z[ recovery-image] Sep 07 00:13:39.315 INFO O| Sep 07 00:13:39.315 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-07T00:13:40.102Z[ recovery-image] Sep 07 00:13:39.326 INFO O| Sep 07 00:13:39.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68372026-09-07T00:13:40.102Z[ recovery-image] Sep 07 00:13:39.326 INFO O| Sep 07 00:13:39.326 INFO STEP 361 (remove_files) COMPLETE
68382026-09-07T00:13:40.102Z[ recovery-image] Sep 07 00:13:39.326 INFO O| Sep 07 00:13:39.326 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-07T00:13:40.112Z[ recovery-image] Sep 07 00:13:39.337 INFO O| Sep 07 00:13:39.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68402026-09-07T00:13:40.112Z[ recovery-image] Sep 07 00:13:39.337 INFO O| Sep 07 00:13:39.337 INFO STEP 362 (remove_files) COMPLETE
68412026-09-07T00:13:40.112Z[ recovery-image] Sep 07 00:13:39.337 INFO O| Sep 07 00:13:39.337 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-07T00:13:40.128Z[ recovery-image] Sep 07 00:13:39.353 INFO O| Sep 07 00:13:39.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68432026-09-07T00:13:40.129Z[ recovery-image] Sep 07 00:13:39.353 INFO O| Sep 07 00:13:39.348 INFO STEP 363 (remove_files) COMPLETE
68442026-09-07T00:13:40.129Z[ recovery-image] Sep 07 00:13:39.353 INFO O| Sep 07 00:13:39.348 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-07T00:13:40.133Z[ recovery-image] Sep 07 00:13:39.358 INFO O| Sep 07 00:13:39.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68462026-09-07T00:13:40.133Z[ recovery-image] Sep 07 00:13:39.358 INFO O| Sep 07 00:13:39.358 INFO STEP 364 (remove_files) COMPLETE
68472026-09-07T00:13:40.133Z[ recovery-image] Sep 07 00:13:39.358 INFO O| Sep 07 00:13:39.358 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-07T00:13:40.144Z[ recovery-image] Sep 07 00:13:39.369 INFO O| Sep 07 00:13:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68492026-09-07T00:13:40.145Z[ recovery-image] Sep 07 00:13:39.369 INFO O| Sep 07 00:13:39.369 INFO STEP 365 (remove_files) COMPLETE
68502026-09-07T00:13:40.145Z[ recovery-image] Sep 07 00:13:39.369 INFO O| Sep 07 00:13:39.369 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-07T00:13:40.156Z[ recovery-image] Sep 07 00:13:39.380 INFO O| Sep 07 00:13:39.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68522026-09-07T00:13:40.156Z[ recovery-image] Sep 07 00:13:39.380 INFO O| Sep 07 00:13:39.380 INFO STEP 366 (remove_files) COMPLETE
68532026-09-07T00:13:40.159Z[ recovery-image] Sep 07 00:13:39.380 INFO O| Sep 07 00:13:39.380 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-07T00:13:40.163Z[verify-libraries] Compiling internet-checksum v0.2.1
68552026-09-07T00:13:40.166Z[ recovery-image] Sep 07 00:13:39.391 INFO O| Sep 07 00:13:39.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68562026-09-07T00:13:40.168Z[ recovery-image] Sep 07 00:13:39.391 INFO O| Sep 07 00:13:39.391 INFO STEP 367 (remove_files) COMPLETE
68572026-09-07T00:13:40.168Z[ recovery-image] Sep 07 00:13:39.391 INFO O| Sep 07 00:13:39.391 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-07T00:13:40.175Z[ recovery-image] Sep 07 00:13:39.400 INFO O| Sep 07 00:13:39.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68592026-09-07T00:13:40.176Z[ recovery-image] Sep 07 00:13:39.400 INFO O| Sep 07 00:13:39.400 INFO STEP 368 (remove_files) COMPLETE
68602026-09-07T00:13:40.179Z[ recovery-image] Sep 07 00:13:39.400 INFO O| Sep 07 00:13:39.400 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-07T00:13:40.186Z[ recovery-image] Sep 07 00:13:39.410 INFO O| Sep 07 00:13:39.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68622026-09-07T00:13:40.186Z[ recovery-image] Sep 07 00:13:39.410 INFO O| Sep 07 00:13:39.410 INFO STEP 369 (remove_files) COMPLETE
68632026-09-07T00:13:40.186Z[ recovery-image] Sep 07 00:13:39.410 INFO O| Sep 07 00:13:39.410 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-07T00:13:40.195Z[ recovery-image] Sep 07 00:13:39.420 INFO O| Sep 07 00:13:39.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68652026-09-07T00:13:40.195Z[ recovery-image] Sep 07 00:13:39.420 INFO O| Sep 07 00:13:39.420 INFO STEP 370 (remove_files) COMPLETE
68662026-09-07T00:13:40.199Z[ recovery-image] Sep 07 00:13:39.420 INFO O| Sep 07 00:13:39.420 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-07T00:13:40.215Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
68682026-09-07T00:13:40.219Z[ recovery-image] Sep 07 00:13:39.444 INFO O| Sep 07 00:13:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68692026-09-07T00:13:40.219Z[ recovery-image] Sep 07 00:13:39.444 INFO O| Sep 07 00:13:39.444 INFO STEP 371 (remove_files) COMPLETE
68702026-09-07T00:13:40.219Z[ recovery-image] Sep 07 00:13:39.444 INFO O| Sep 07 00:13:39.444 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-07T00:13:40.230Z[ recovery-image] Sep 07 00:13:39.455 INFO O| Sep 07 00:13:39.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68722026-09-07T00:13:40.230Z[ recovery-image] Sep 07 00:13:39.455 INFO O| Sep 07 00:13:39.455 INFO STEP 372 (remove_files) COMPLETE
68732026-09-07T00:13:40.230Z[ recovery-image] Sep 07 00:13:39.455 INFO O| Sep 07 00:13:39.455 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-07T00:13:40.240Z[ recovery-image] Sep 07 00:13:39.465 INFO O| Sep 07 00:13:39.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68752026-09-07T00:13:40.240Z[ recovery-image] Sep 07 00:13:39.465 INFO O| Sep 07 00:13:39.465 INFO STEP 373 (remove_files) COMPLETE
68762026-09-07T00:13:40.241Z[ recovery-image] Sep 07 00:13:39.465 INFO O| Sep 07 00:13:39.465 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-07T00:13:40.250Z[ recovery-image] Sep 07 00:13:39.475 INFO O| Sep 07 00:13:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68782026-09-07T00:13:40.250Z[ recovery-image] Sep 07 00:13:39.475 INFO O| Sep 07 00:13:39.475 INFO STEP 374 (remove_files) COMPLETE
68792026-09-07T00:13:40.250Z[ recovery-image] Sep 07 00:13:39.475 INFO O| Sep 07 00:13:39.475 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-07T00:13:40.261Z[ recovery-image] Sep 07 00:13:39.486 INFO O| Sep 07 00:13:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68812026-09-07T00:13:40.261Z[ recovery-image] Sep 07 00:13:39.486 INFO O| Sep 07 00:13:39.486 INFO STEP 375 (remove_files) COMPLETE
68822026-09-07T00:13:40.261Z[ recovery-image] Sep 07 00:13:39.486 INFO O| Sep 07 00:13:39.486 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-07T00:13:40.271Z[ recovery-image] Sep 07 00:13:39.495 INFO O| Sep 07 00:13:39.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68842026-09-07T00:13:40.271Z[ recovery-image] Sep 07 00:13:39.496 INFO O| Sep 07 00:13:39.496 INFO STEP 376 (remove_files) COMPLETE
68852026-09-07T00:13:40.271Z[ recovery-image] Sep 07 00:13:39.496 INFO O| Sep 07 00:13:39.496 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-07T00:13:40.280Z[ recovery-image] Sep 07 00:13:39.505 INFO O| Sep 07 00:13:39.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68872026-09-07T00:13:40.280Z[ recovery-image] Sep 07 00:13:39.505 INFO O| Sep 07 00:13:39.505 INFO STEP 377 (remove_files) COMPLETE
68882026-09-07T00:13:40.280Z[ recovery-image] Sep 07 00:13:39.505 INFO O| Sep 07 00:13:39.505 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-07T00:13:40.290Z[ recovery-image] Sep 07 00:13:39.515 INFO O| Sep 07 00:13:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68902026-09-07T00:13:40.290Z[ recovery-image] Sep 07 00:13:39.515 INFO O| Sep 07 00:13:39.515 INFO STEP 378 (remove_files) COMPLETE
68912026-09-07T00:13:40.290Z[ recovery-image] Sep 07 00:13:39.515 INFO O| Sep 07 00:13:39.515 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-07T00:13:40.300Z[ recovery-image] Sep 07 00:13:39.525 INFO O| Sep 07 00:13:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68932026-09-07T00:13:40.300Z[ recovery-image] Sep 07 00:13:39.525 INFO O| Sep 07 00:13:39.525 INFO STEP 379 (remove_files) COMPLETE
68942026-09-07T00:13:40.300Z[ recovery-image] Sep 07 00:13:39.525 INFO O| Sep 07 00:13:39.525 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-07T00:13:40.310Z[ recovery-image] Sep 07 00:13:39.535 INFO O| Sep 07 00:13:39.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68962026-09-07T00:13:40.310Z[ recovery-image] Sep 07 00:13:39.535 INFO O| Sep 07 00:13:39.535 INFO STEP 380 (remove_files) COMPLETE
68972026-09-07T00:13:40.314Z[ recovery-image] Sep 07 00:13:39.535 INFO O| Sep 07 00:13:39.535 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-07T00:13:40.320Z[ recovery-image] Sep 07 00:13:39.545 INFO O| Sep 07 00:13:39.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68992026-09-07T00:13:40.320Z[ recovery-image] Sep 07 00:13:39.545 INFO O| Sep 07 00:13:39.545 INFO STEP 381 (remove_files) COMPLETE
69002026-09-07T00:13:40.324Z[ recovery-image] Sep 07 00:13:39.545 INFO O| Sep 07 00:13:39.545 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-07T00:13:40.330Z[ recovery-image] Sep 07 00:13:39.555 INFO O| Sep 07 00:13:39.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
69022026-09-07T00:13:40.330Z[ recovery-image] Sep 07 00:13:39.555 INFO O| Sep 07 00:13:39.555 INFO STEP 382 (remove_files) COMPLETE
69032026-09-07T00:13:40.333Z[ recovery-image] Sep 07 00:13:39.555 INFO O| Sep 07 00:13:39.555 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-07T00:13:40.339Z[ recovery-image] Sep 07 00:13:39.564 INFO O| Sep 07 00:13:39.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
69052026-09-07T00:13:40.339Z[ recovery-image] Sep 07 00:13:39.564 INFO O| Sep 07 00:13:39.564 INFO STEP 383 (remove_files) COMPLETE
69062026-09-07T00:13:40.339Z[ recovery-image] Sep 07 00:13:39.564 INFO O| Sep 07 00:13:39.564 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-07T00:13:40.348Z[ recovery-image] Sep 07 00:13:39.573 INFO O| Sep 07 00:13:39.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69082026-09-07T00:13:40.348Z[ recovery-image] Sep 07 00:13:39.573 INFO O| Sep 07 00:13:39.573 INFO STEP 384 (remove_files) COMPLETE
69092026-09-07T00:13:40.352Z[ recovery-image] Sep 07 00:13:39.573 INFO O| Sep 07 00:13:39.573 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-07T00:13:40.357Z[ recovery-image] Sep 07 00:13:39.582 INFO O| Sep 07 00:13:39.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69112026-09-07T00:13:40.357Z[ recovery-image] Sep 07 00:13:39.582 INFO O| Sep 07 00:13:39.582 INFO STEP 385 (remove_files) COMPLETE
69122026-09-07T00:13:40.361Z[ recovery-image] Sep 07 00:13:39.582 INFO O| Sep 07 00:13:39.582 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-07T00:13:40.368Z[ recovery-image] Sep 07 00:13:39.593 INFO O| Sep 07 00:13:39.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69142026-09-07T00:13:40.368Z[ recovery-image] Sep 07 00:13:39.593 INFO O| Sep 07 00:13:39.593 INFO STEP 386 (remove_files) COMPLETE
69152026-09-07T00:13:40.368Z[ recovery-image] Sep 07 00:13:39.593 INFO O| Sep 07 00:13:39.593 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-07T00:13:40.379Z[ recovery-image] Sep 07 00:13:39.604 INFO O| Sep 07 00:13:39.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69172026-09-07T00:13:40.379Z[ recovery-image] Sep 07 00:13:39.604 INFO O| Sep 07 00:13:39.604 INFO STEP 387 (remove_files) COMPLETE
69182026-09-07T00:13:40.379Z[ recovery-image] Sep 07 00:13:39.604 INFO O| Sep 07 00:13:39.604 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-07T00:13:40.389Z[ recovery-image] Sep 07 00:13:39.614 INFO O| Sep 07 00:13:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
69202026-09-07T00:13:40.389Z[ recovery-image] Sep 07 00:13:39.614 INFO O| Sep 07 00:13:39.614 INFO STEP 388 (remove_files) COMPLETE
69212026-09-07T00:13:40.389Z[ recovery-image] Sep 07 00:13:39.614 INFO O| Sep 07 00:13:39.614 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-07T00:13:40.398Z[ recovery-image] Sep 07 00:13:39.623 INFO O| Sep 07 00:13:39.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
69232026-09-07T00:13:40.398Z[ recovery-image] Sep 07 00:13:39.623 INFO O| Sep 07 00:13:39.623 INFO STEP 389 (remove_files) COMPLETE
69242026-09-07T00:13:40.398Z[ recovery-image] Sep 07 00:13:39.623 INFO O| Sep 07 00:13:39.623 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-07T00:13:40.407Z[ recovery-image] Sep 07 00:13:39.632 INFO O| Sep 07 00:13:39.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69262026-09-07T00:13:40.407Z[ recovery-image] Sep 07 00:13:39.632 INFO O| Sep 07 00:13:39.632 INFO STEP 390 (remove_files) COMPLETE
69272026-09-07T00:13:40.407Z[ recovery-image] Sep 07 00:13:39.632 INFO O| Sep 07 00:13:39.632 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-07T00:13:40.419Z[ recovery-image] Sep 07 00:13:39.641 INFO O| Sep 07 00:13:39.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69292026-09-07T00:13:40.419Z[ recovery-image] Sep 07 00:13:39.641 INFO O| Sep 07 00:13:39.640 INFO STEP 391 (remove_files) COMPLETE
69302026-09-07T00:13:40.419Z[ recovery-image] Sep 07 00:13:39.641 INFO O| Sep 07 00:13:39.640 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-07T00:13:40.428Z[ recovery-image] Sep 07 00:13:39.648 INFO O| Sep 07 00:13:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69322026-09-07T00:13:40.428Z[ recovery-image] Sep 07 00:13:39.648 INFO O| Sep 07 00:13:39.648 INFO STEP 392 (remove_files) COMPLETE
69332026-09-07T00:13:40.428Z[ recovery-image] Sep 07 00:13:39.648 INFO O| Sep 07 00:13:39.648 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-07T00:13:40.433Z[ recovery-image] Sep 07 00:13:39.656 INFO O| Sep 07 00:13:39.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69352026-09-07T00:13:40.433Z[ recovery-image] Sep 07 00:13:39.656 INFO O| Sep 07 00:13:39.656 INFO STEP 393 (remove_files) COMPLETE
69362026-09-07T00:13:40.433Z[ recovery-image] Sep 07 00:13:39.656 INFO O| Sep 07 00:13:39.656 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-07T00:13:40.439Z[ recovery-image] Sep 07 00:13:39.664 INFO O| Sep 07 00:13:39.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69382026-09-07T00:13:40.439Z[ recovery-image] Sep 07 00:13:39.664 INFO O| Sep 07 00:13:39.664 INFO STEP 394 (remove_files) COMPLETE
69392026-09-07T00:13:40.439Z[ recovery-image] Sep 07 00:13:39.664 INFO O| Sep 07 00:13:39.664 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-07T00:13:40.447Z[ recovery-image] Sep 07 00:13:39.672 INFO O| Sep 07 00:13:39.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69412026-09-07T00:13:40.447Z[ recovery-image] Sep 07 00:13:39.672 INFO O| Sep 07 00:13:39.672 INFO STEP 395 (remove_files) COMPLETE
69422026-09-07T00:13:40.447Z[ recovery-image] Sep 07 00:13:39.672 INFO O| Sep 07 00:13:39.672 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-07T00:13:40.455Z[ recovery-image] Sep 07 00:13:39.680 INFO O| Sep 07 00:13:39.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69442026-09-07T00:13:40.455Z[ recovery-image] Sep 07 00:13:39.680 INFO O| Sep 07 00:13:39.680 INFO STEP 396 (remove_files) COMPLETE
69452026-09-07T00:13:40.455Z[ recovery-image] Sep 07 00:13:39.680 INFO O| Sep 07 00:13:39.680 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-07T00:13:40.548Z[ recovery-image] Sep 07 00:13:39.694 INFO O| Sep 07 00:13:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69472026-09-07T00:13:40.548Z[ recovery-image] Sep 07 00:13:39.694 INFO O| Sep 07 00:13:39.694 INFO STEP 397 (remove_files) COMPLETE
69482026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.694 INFO O| Sep 07 00:13:39.694 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.725 INFO O| Sep 07 00:13:39.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69502026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.725 INFO O| Sep 07 00:13:39.725 INFO STEP 398 (remove_files) COMPLETE
69512026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.725 INFO O| Sep 07 00:13:39.725 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.737 INFO O| Sep 07 00:13:39.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69532026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.737 INFO O| Sep 07 00:13:39.737 INFO STEP 399 (remove_files) COMPLETE
69542026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.737 INFO O| Sep 07 00:13:39.737 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.746 INFO O| Sep 07 00:13:39.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69562026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.747 INFO O| Sep 07 00:13:39.747 INFO STEP 400 (remove_files) COMPLETE
69572026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.747 INFO O| Sep 07 00:13:39.747 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.756 INFO O| Sep 07 00:13:39.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69592026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.756 INFO O| Sep 07 00:13:39.756 INFO STEP 401 (remove_files) COMPLETE
69602026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.756 INFO O| Sep 07 00:13:39.756 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.765 INFO O| Sep 07 00:13:39.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69622026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.765 INFO O| Sep 07 00:13:39.765 INFO STEP 402 (remove_files) COMPLETE
69632026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.765 INFO O| Sep 07 00:13:39.765 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.775 INFO O| Sep 07 00:13:39.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69652026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.775 INFO O| Sep 07 00:13:39.775 INFO STEP 403 (remove_files) COMPLETE
69662026-09-07T00:13:40.551Z[ recovery-image] Sep 07 00:13:39.775 INFO O| Sep 07 00:13:39.775 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-07T00:13:40.562Z[ recovery-image] Sep 07 00:13:39.788 INFO O| Sep 07 00:13:39.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69682026-09-07T00:13:40.562Z[ recovery-image] Sep 07 00:13:39.788 INFO O| Sep 07 00:13:39.787 INFO STEP 404 (remove_files) COMPLETE
69692026-09-07T00:13:40.563Z[ recovery-image] Sep 07 00:13:39.788 INFO O| Sep 07 00:13:39.787 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-07T00:13:40.573Z[ recovery-image] Sep 07 00:13:39.798 INFO O| Sep 07 00:13:39.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69712026-09-07T00:13:40.573Z[ recovery-image] Sep 07 00:13:39.798 INFO O| Sep 07 00:13:39.798 INFO STEP 405 (remove_files) COMPLETE
69722026-09-07T00:13:40.573Z[ recovery-image] Sep 07 00:13:39.798 INFO O| Sep 07 00:13:39.798 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-07T00:13:40.585Z[ recovery-image] Sep 07 00:13:39.810 INFO O| Sep 07 00:13:39.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69742026-09-07T00:13:40.588Z[ recovery-image] Sep 07 00:13:39.810 INFO O| Sep 07 00:13:39.810 INFO STEP 406 (remove_files) COMPLETE
69752026-09-07T00:13:40.588Z[ recovery-image] Sep 07 00:13:39.810 INFO O| Sep 07 00:13:39.810 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-07T00:13:40.597Z[ recovery-image] Sep 07 00:13:39.822 INFO O| Sep 07 00:13:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69772026-09-07T00:13:40.597Z[ recovery-image] Sep 07 00:13:39.822 INFO O| Sep 07 00:13:39.822 INFO STEP 407 (remove_files) COMPLETE
69782026-09-07T00:13:40.597Z[ recovery-image] Sep 07 00:13:39.822 INFO O| Sep 07 00:13:39.822 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-07T00:13:40.609Z[ recovery-image] Sep 07 00:13:39.834 INFO O| Sep 07 00:13:39.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69802026-09-07T00:13:40.609Z[ recovery-image] Sep 07 00:13:39.834 INFO O| Sep 07 00:13:39.834 INFO STEP 408 (remove_files) COMPLETE
69812026-09-07T00:13:40.612Z[ recovery-image] Sep 07 00:13:39.834 INFO O| Sep 07 00:13:39.834 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-07T00:13:40.620Z[ recovery-image] Sep 07 00:13:39.845 INFO O| Sep 07 00:13:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69832026-09-07T00:13:40.620Z[ recovery-image] Sep 07 00:13:39.845 INFO O| Sep 07 00:13:39.845 INFO STEP 409 (remove_files) COMPLETE
69842026-09-07T00:13:40.624Z[ recovery-image] Sep 07 00:13:39.845 INFO O| Sep 07 00:13:39.845 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-07T00:13:40.631Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
69862026-09-07T00:13:40.634Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
69872026-09-07T00:13:40.634Z[ recovery-image] Sep 07 00:13:39.859 INFO O| Sep 07 00:13:39.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69882026-09-07T00:13:40.634Z[ recovery-image] Sep 07 00:13:39.859 INFO O| Sep 07 00:13:39.859 INFO STEP 410 (remove_files) COMPLETE
69892026-09-07T00:13:40.634Z[ recovery-image] Sep 07 00:13:39.859 INFO O| Sep 07 00:13:39.859 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-07T00:13:40.646Z[ recovery-image] Sep 07 00:13:39.871 INFO O| Sep 07 00:13:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69912026-09-07T00:13:40.647Z[ recovery-image] Sep 07 00:13:39.872 INFO O| Sep 07 00:13:39.872 INFO STEP 411 (remove_files) COMPLETE
69922026-09-07T00:13:40.647Z[ recovery-image] Sep 07 00:13:39.872 INFO O| Sep 07 00:13:39.872 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-07T00:13:40.659Z[ recovery-image] Sep 07 00:13:39.885 INFO O| Sep 07 00:13:39.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69942026-09-07T00:13:40.659Z[ recovery-image] Sep 07 00:13:39.885 INFO O| Sep 07 00:13:39.885 INFO STEP 412 (remove_files) COMPLETE
69952026-09-07T00:13:40.660Z[ recovery-image] Sep 07 00:13:39.885 INFO O| Sep 07 00:13:39.885 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-07T00:13:40.672Z[ recovery-image] Sep 07 00:13:39.897 INFO O| Sep 07 00:13:39.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69972026-09-07T00:13:40.672Z[ recovery-image] Sep 07 00:13:39.897 INFO O| Sep 07 00:13:39.897 INFO STEP 413 (remove_files) COMPLETE
69982026-09-07T00:13:40.675Z[ recovery-image] Sep 07 00:13:39.897 INFO O| Sep 07 00:13:39.897 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-07T00:13:40.682Z[ recovery-image] Sep 07 00:13:39.907 INFO O| Sep 07 00:13:39.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
70002026-09-07T00:13:40.682Z[ recovery-image] Sep 07 00:13:39.908 INFO O| Sep 07 00:13:39.907 INFO STEP 414 (remove_files) COMPLETE
70012026-09-07T00:13:40.682Z[ recovery-image] Sep 07 00:13:39.908 INFO O| Sep 07 00:13:39.907 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-07T00:13:40.693Z[ recovery-image] Sep 07 00:13:39.918 INFO O| Sep 07 00:13:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
70032026-09-07T00:13:40.693Z[ recovery-image] Sep 07 00:13:39.918 INFO O| Sep 07 00:13:39.918 INFO STEP 415 (remove_files) COMPLETE
70042026-09-07T00:13:40.693Z[ recovery-image] Sep 07 00:13:39.918 INFO O| Sep 07 00:13:39.918 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-07T00:13:40.704Z[ recovery-image] Sep 07 00:13:39.929 INFO O| Sep 07 00:13:39.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
70062026-09-07T00:13:40.704Z[ recovery-image] Sep 07 00:13:39.929 INFO O| Sep 07 00:13:39.929 INFO STEP 416 (remove_files) COMPLETE
70072026-09-07T00:13:40.704Z[ recovery-image] Sep 07 00:13:39.929 INFO O| Sep 07 00:13:39.929 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-07T00:13:40.714Z[ recovery-image] Sep 07 00:13:39.940 INFO O| Sep 07 00:13:39.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70092026-09-07T00:13:40.715Z[ recovery-image] Sep 07 00:13:39.940 INFO O| Sep 07 00:13:39.940 INFO STEP 417 (remove_files) COMPLETE
70102026-09-07T00:13:40.715Z[ recovery-image] Sep 07 00:13:39.940 INFO O| Sep 07 00:13:39.940 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-07T00:13:40.730Z[ recovery-image] Sep 07 00:13:39.955 INFO O| Sep 07 00:13:39.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70122026-09-07T00:13:40.730Z[ recovery-image] Sep 07 00:13:39.955 INFO O| Sep 07 00:13:39.955 INFO STEP 418 (remove_files) COMPLETE
70132026-09-07T00:13:40.734Z[ recovery-image] Sep 07 00:13:39.955 INFO O| Sep 07 00:13:39.955 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-07T00:13:40.739Z[ recovery-image] Sep 07 00:13:39.965 INFO O| Sep 07 00:13:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70152026-09-07T00:13:40.739Z[ recovery-image] Sep 07 00:13:39.965 INFO O| Sep 07 00:13:39.965 INFO STEP 419 (remove_files) COMPLETE
70162026-09-07T00:13:40.739Z[ recovery-image] Sep 07 00:13:39.965 INFO O| Sep 07 00:13:39.965 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-07T00:13:40.749Z[ recovery-image] Sep 07 00:13:39.974 INFO O| Sep 07 00:13:39.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
70182026-09-07T00:13:40.749Z[ recovery-image] Sep 07 00:13:39.974 INFO O| Sep 07 00:13:39.974 INFO STEP 420 (remove_files) COMPLETE
70192026-09-07T00:13:40.749Z[ recovery-image] Sep 07 00:13:39.974 INFO O| Sep 07 00:13:39.974 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-07T00:13:40.759Z[ recovery-image] Sep 07 00:13:39.984 INFO O| Sep 07 00:13:39.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
70212026-09-07T00:13:40.759Z[ recovery-image] Sep 07 00:13:39.984 INFO O| Sep 07 00:13:39.984 INFO STEP 421 (remove_files) COMPLETE
70222026-09-07T00:13:40.762Z[ recovery-image] Sep 07 00:13:39.984 INFO O| Sep 07 00:13:39.984 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-07T00:13:40.769Z[ recovery-image] Sep 07 00:13:39.994 INFO O| Sep 07 00:13:39.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70242026-09-07T00:13:40.769Z[ recovery-image] Sep 07 00:13:39.994 INFO O| Sep 07 00:13:39.994 INFO STEP 422 (remove_files) COMPLETE
70252026-09-07T00:13:40.769Z[ recovery-image] Sep 07 00:13:39.994 INFO O| Sep 07 00:13:39.994 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-07T00:13:40.778Z[ recovery-image] Sep 07 00:13:40.003 INFO O| Sep 07 00:13:40.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70272026-09-07T00:13:40.778Z[ recovery-image] Sep 07 00:13:40.003 INFO O| Sep 07 00:13:40.003 INFO STEP 423 (remove_files) COMPLETE
70282026-09-07T00:13:40.781Z[ recovery-image] Sep 07 00:13:40.003 INFO O| Sep 07 00:13:40.003 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-07T00:13:40.791Z[ recovery-image] Sep 07 00:13:40.016 INFO O| Sep 07 00:13:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70302026-09-07T00:13:40.794Z[ recovery-image] Sep 07 00:13:40.016 INFO O| Sep 07 00:13:40.016 INFO STEP 424 (remove_files) COMPLETE
70312026-09-07T00:13:40.794Z[ recovery-image] Sep 07 00:13:40.016 INFO O| Sep 07 00:13:40.016 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-07T00:13:40.801Z[ recovery-image] Sep 07 00:13:40.026 INFO O| Sep 07 00:13:40.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70332026-09-07T00:13:40.801Z[ recovery-image] Sep 07 00:13:40.026 INFO O| Sep 07 00:13:40.026 INFO STEP 425 (remove_files) COMPLETE
70342026-09-07T00:13:40.804Z[ recovery-image] Sep 07 00:13:40.026 INFO O| Sep 07 00:13:40.026 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-07T00:13:40.812Z[ recovery-image] Sep 07 00:13:40.037 INFO O| Sep 07 00:13:40.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70362026-09-07T00:13:40.812Z[ recovery-image] Sep 07 00:13:40.037 INFO O| Sep 07 00:13:40.037 INFO STEP 426 (remove_files) COMPLETE
70372026-09-07T00:13:40.812Z[ recovery-image] Sep 07 00:13:40.037 INFO O| Sep 07 00:13:40.037 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-07T00:13:40.822Z[ recovery-image] Sep 07 00:13:40.047 INFO O| Sep 07 00:13:40.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70392026-09-07T00:13:40.822Z[ recovery-image] Sep 07 00:13:40.047 INFO O| Sep 07 00:13:40.047 INFO STEP 427 (remove_files) COMPLETE
70402026-09-07T00:13:40.822Z[ recovery-image] Sep 07 00:13:40.047 INFO O| Sep 07 00:13:40.047 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-07T00:13:40.833Z[ recovery-image] Sep 07 00:13:40.058 INFO O| Sep 07 00:13:40.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70422026-09-07T00:13:40.833Z[ recovery-image] Sep 07 00:13:40.058 INFO O| Sep 07 00:13:40.058 INFO STEP 428 (remove_files) COMPLETE
70432026-09-07T00:13:40.836Z[ recovery-image] Sep 07 00:13:40.058 INFO O| Sep 07 00:13:40.058 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-07T00:13:40.843Z[ recovery-image] Sep 07 00:13:40.068 INFO O| Sep 07 00:13:40.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70452026-09-07T00:13:40.843Z[ recovery-image] Sep 07 00:13:40.069 INFO O| Sep 07 00:13:40.069 INFO STEP 429 (remove_files) COMPLETE
70462026-09-07T00:13:40.846Z[ recovery-image] Sep 07 00:13:40.069 INFO O| Sep 07 00:13:40.069 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-07T00:13:40.853Z[ recovery-image] Sep 07 00:13:40.078 INFO O| Sep 07 00:13:40.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70482026-09-07T00:13:40.853Z[ recovery-image] Sep 07 00:13:40.078 INFO O| Sep 07 00:13:40.078 INFO STEP 430 (remove_files) COMPLETE
70492026-09-07T00:13:40.856Z[ recovery-image] Sep 07 00:13:40.078 INFO O| Sep 07 00:13:40.078 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-07T00:13:40.862Z[ recovery-image] Sep 07 00:13:40.087 INFO O| Sep 07 00:13:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70512026-09-07T00:13:40.862Z[ recovery-image] Sep 07 00:13:40.087 INFO O| Sep 07 00:13:40.087 INFO STEP 431 (remove_files) COMPLETE
70522026-09-07T00:13:40.862Z[ recovery-image] Sep 07 00:13:40.087 INFO O| Sep 07 00:13:40.087 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-07T00:13:40.873Z[ recovery-image] Sep 07 00:13:40.097 INFO O| Sep 07 00:13:40.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70542026-09-07T00:13:40.873Z[ recovery-image] Sep 07 00:13:40.097 INFO O| Sep 07 00:13:40.097 INFO STEP 432 (remove_files) COMPLETE
70552026-09-07T00:13:40.873Z[ recovery-image] Sep 07 00:13:40.097 INFO O| Sep 07 00:13:40.097 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-07T00:13:40.881Z[ recovery-image] Sep 07 00:13:40.106 INFO O| Sep 07 00:13:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70572026-09-07T00:13:40.881Z[ recovery-image] Sep 07 00:13:40.106 INFO O| Sep 07 00:13:40.106 INFO STEP 433 (remove_files) COMPLETE
70582026-09-07T00:13:40.882Z[ recovery-image] Sep 07 00:13:40.106 INFO O| Sep 07 00:13:40.106 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-07T00:13:40.890Z[ recovery-image] Sep 07 00:13:40.115 INFO O| Sep 07 00:13:40.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70602026-09-07T00:13:40.890Z[ recovery-image] Sep 07 00:13:40.115 INFO O| Sep 07 00:13:40.115 INFO STEP 434 (remove_files) COMPLETE
70612026-09-07T00:13:40.890Z[ recovery-image] Sep 07 00:13:40.115 INFO O| Sep 07 00:13:40.115 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-07T00:13:40.900Z[ recovery-image] Sep 07 00:13:40.124 INFO O| Sep 07 00:13:40.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70632026-09-07T00:13:40.900Z[ recovery-image] Sep 07 00:13:40.124 INFO O| Sep 07 00:13:40.124 INFO STEP 435 (remove_files) COMPLETE
70642026-09-07T00:13:40.900Z[ recovery-image] Sep 07 00:13:40.124 INFO O| Sep 07 00:13:40.124 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-07T00:13:40.908Z[ recovery-image] Sep 07 00:13:40.133 INFO O| Sep 07 00:13:40.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70662026-09-07T00:13:40.908Z[ recovery-image] Sep 07 00:13:40.133 INFO O| Sep 07 00:13:40.133 INFO STEP 436 (remove_files) COMPLETE
70672026-09-07T00:13:40.911Z[ recovery-image] Sep 07 00:13:40.133 INFO O| Sep 07 00:13:40.133 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-07T00:13:40.917Z[ recovery-image] Sep 07 00:13:40.142 INFO O| Sep 07 00:13:40.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70692026-09-07T00:13:40.917Z[ recovery-image] Sep 07 00:13:40.142 INFO O| Sep 07 00:13:40.142 INFO STEP 437 (remove_files) COMPLETE
70702026-09-07T00:13:40.920Z[ recovery-image] Sep 07 00:13:40.142 INFO O| Sep 07 00:13:40.142 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-07T00:13:40.926Z[ recovery-image] Sep 07 00:13:40.151 INFO O| Sep 07 00:13:40.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70722026-09-07T00:13:40.926Z[ recovery-image] Sep 07 00:13:40.151 INFO O| Sep 07 00:13:40.151 INFO STEP 438 (remove_files) COMPLETE
70732026-09-07T00:13:40.926Z[ recovery-image] Sep 07 00:13:40.151 INFO O| Sep 07 00:13:40.151 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-07T00:13:40.935Z[ recovery-image] Sep 07 00:13:40.160 INFO O| Sep 07 00:13:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70752026-09-07T00:13:40.935Z[ recovery-image] Sep 07 00:13:40.160 INFO O| Sep 07 00:13:40.160 INFO STEP 439 (remove_files) COMPLETE
70762026-09-07T00:13:40.935Z[ recovery-image] Sep 07 00:13:40.160 INFO O| Sep 07 00:13:40.160 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-07T00:13:40.944Z[ recovery-image] Sep 07 00:13:40.169 INFO O| Sep 07 00:13:40.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70782026-09-07T00:13:40.944Z[ recovery-image] Sep 07 00:13:40.169 INFO O| Sep 07 00:13:40.169 INFO STEP 440 (remove_files) COMPLETE
70792026-09-07T00:13:40.947Z[ recovery-image] Sep 07 00:13:40.169 INFO O| Sep 07 00:13:40.169 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-07T00:13:40.958Z[ recovery-image] Sep 07 00:13:40.178 INFO O| Sep 07 00:13:40.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70812026-09-07T00:13:40.958Z[ recovery-image] Sep 07 00:13:40.178 INFO O| Sep 07 00:13:40.178 INFO STEP 441 (remove_files) COMPLETE
70822026-09-07T00:13:40.958Z[ recovery-image] Sep 07 00:13:40.178 INFO O| Sep 07 00:13:40.178 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-09-07T00:13:40.963Z[ recovery-image] Sep 07 00:13:40.188 INFO O| Sep 07 00:13:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70842026-09-07T00:13:40.963Z[ recovery-image] Sep 07 00:13:40.189 INFO O| Sep 07 00:13:40.188 INFO STEP 442 (remove_files) COMPLETE
70852026-09-07T00:13:40.963Z[ recovery-image] Sep 07 00:13:40.189 INFO O| Sep 07 00:13:40.189 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-09-07T00:13:40.975Z[ recovery-image] Sep 07 00:13:40.199 INFO O| Sep 07 00:13:40.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70872026-09-07T00:13:40.975Z[ recovery-image] Sep 07 00:13:40.200 INFO O| Sep 07 00:13:40.199 INFO STEP 443 (remove_files) COMPLETE
70882026-09-07T00:13:40.975Z[ recovery-image] Sep 07 00:13:40.200 INFO O| Sep 07 00:13:40.200 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-09-07T00:13:40.985Z[ recovery-image] Sep 07 00:13:40.209 INFO O| Sep 07 00:13:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70902026-09-07T00:13:40.985Z[ recovery-image] Sep 07 00:13:40.209 INFO O| Sep 07 00:13:40.209 INFO STEP 444 (remove_files) COMPLETE
70912026-09-07T00:13:40.985Z[ recovery-image] Sep 07 00:13:40.210 INFO O| Sep 07 00:13:40.209 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-09-07T00:13:40.994Z[ recovery-image] Sep 07 00:13:40.219 INFO O| Sep 07 00:13:40.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70932026-09-07T00:13:40.994Z[ recovery-image] Sep 07 00:13:40.219 INFO O| Sep 07 00:13:40.219 INFO STEP 445 (remove_files) COMPLETE
70942026-09-07T00:13:41.000Z[ recovery-image] Sep 07 00:13:40.219 INFO O| Sep 07 00:13:40.219 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-09-07T00:13:41.004Z[ recovery-image] Sep 07 00:13:40.229 INFO O| Sep 07 00:13:40.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70962026-09-07T00:13:41.004Z[ recovery-image] Sep 07 00:13:40.229 INFO O| Sep 07 00:13:40.229 INFO STEP 446 (remove_files) COMPLETE
70972026-09-07T00:13:41.004Z[ recovery-image] Sep 07 00:13:40.229 INFO O| Sep 07 00:13:40.229 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-09-07T00:13:41.008Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
70992026-09-07T00:13:41.014Z[ recovery-image] Sep 07 00:13:40.239 INFO O| Sep 07 00:13:40.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
71002026-09-07T00:13:41.014Z[ recovery-image] Sep 07 00:13:40.239 INFO O| Sep 07 00:13:40.239 INFO STEP 447 (remove_files) COMPLETE
71012026-09-07T00:13:41.014Z[ recovery-image] Sep 07 00:13:40.239 INFO O| Sep 07 00:13:40.239 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-07T00:13:41.023Z[ recovery-image] Sep 07 00:13:40.248 INFO O| Sep 07 00:13:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
71032026-09-07T00:13:41.023Z[ recovery-image] Sep 07 00:13:40.249 INFO O| Sep 07 00:13:40.249 INFO STEP 448 (remove_files) COMPLETE
71042026-09-07T00:13:41.023Z[ recovery-image] Sep 07 00:13:40.249 INFO O| Sep 07 00:13:40.249 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-07T00:13:41.038Z[ recovery-image] Sep 07 00:13:40.261 INFO O| Sep 07 00:13:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
71062026-09-07T00:13:41.038Z[ recovery-image] Sep 07 00:13:40.261 INFO O| Sep 07 00:13:40.261 INFO STEP 449 (remove_files) COMPLETE
71072026-09-07T00:13:41.038Z[ recovery-image] Sep 07 00:13:40.261 INFO O| Sep 07 00:13:40.261 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-07T00:13:41.046Z[ recovery-image] Sep 07 00:13:40.271 INFO O| Sep 07 00:13:40.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71092026-09-07T00:13:41.046Z[ recovery-image] Sep 07 00:13:40.271 INFO O| Sep 07 00:13:40.271 INFO STEP 450 (remove_files) COMPLETE
71102026-09-07T00:13:41.046Z[ recovery-image] Sep 07 00:13:40.271 INFO O| Sep 07 00:13:40.271 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-07T00:13:41.056Z[ recovery-image] Sep 07 00:13:40.281 INFO O| Sep 07 00:13:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71122026-09-07T00:13:41.056Z[ recovery-image] Sep 07 00:13:40.281 INFO O| Sep 07 00:13:40.281 INFO STEP 451 (remove_files) COMPLETE
71132026-09-07T00:13:41.057Z[ recovery-image] Sep 07 00:13:40.281 INFO O| Sep 07 00:13:40.281 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-07T00:13:41.065Z[ recovery-image] Sep 07 00:13:40.290 INFO O| Sep 07 00:13:40.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71152026-09-07T00:13:41.065Z[ recovery-image] Sep 07 00:13:40.290 INFO O| Sep 07 00:13:40.290 INFO STEP 452 (remove_files) COMPLETE
71162026-09-07T00:13:41.069Z[ recovery-image] Sep 07 00:13:40.290 INFO O| Sep 07 00:13:40.290 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-07T00:13:41.075Z[ recovery-image] Sep 07 00:13:40.301 INFO O| Sep 07 00:13:40.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71182026-09-07T00:13:41.075Z[ recovery-image] Sep 07 00:13:40.301 INFO O| Sep 07 00:13:40.301 INFO STEP 453 (remove_files) COMPLETE
71192026-09-07T00:13:41.079Z[ recovery-image] Sep 07 00:13:40.301 INFO O| Sep 07 00:13:40.301 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-07T00:13:41.084Z[ recovery-image] Sep 07 00:13:40.310 INFO O| Sep 07 00:13:40.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
71212026-09-07T00:13:41.084Z[ recovery-image] Sep 07 00:13:40.310 INFO O| Sep 07 00:13:40.310 INFO STEP 454 (remove_files) COMPLETE
71222026-09-07T00:13:41.084Z[ recovery-image] Sep 07 00:13:40.310 INFO O| Sep 07 00:13:40.310 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-07T00:13:41.094Z[ recovery-image] Sep 07 00:13:40.320 INFO O| Sep 07 00:13:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71242026-09-07T00:13:41.094Z[ recovery-image] Sep 07 00:13:40.320 INFO O| Sep 07 00:13:40.320 INFO STEP 455 (remove_files) COMPLETE
71252026-09-07T00:13:41.098Z[ recovery-image] Sep 07 00:13:40.320 INFO O| Sep 07 00:13:40.320 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-07T00:13:41.103Z[ recovery-image] Sep 07 00:13:40.328 INFO O| Sep 07 00:13:40.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71272026-09-07T00:13:41.103Z[ recovery-image] Sep 07 00:13:40.328 INFO O| Sep 07 00:13:40.328 INFO STEP 456 (remove_files) COMPLETE
71282026-09-07T00:13:41.103Z[ recovery-image] Sep 07 00:13:40.328 INFO O| Sep 07 00:13:40.328 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-07T00:13:41.111Z[ recovery-image] Sep 07 00:13:40.337 INFO O| Sep 07 00:13:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71302026-09-07T00:13:41.112Z[ recovery-image] Sep 07 00:13:40.337 INFO O| Sep 07 00:13:40.337 INFO STEP 457 (remove_files) COMPLETE
71312026-09-07T00:13:41.112Z[ recovery-image] Sep 07 00:13:40.337 INFO O| Sep 07 00:13:40.337 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-07T00:13:41.122Z[ recovery-image] Sep 07 00:13:40.347 INFO O| Sep 07 00:13:40.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71332026-09-07T00:13:41.122Z[ recovery-image] Sep 07 00:13:40.347 INFO O| Sep 07 00:13:40.347 INFO STEP 458 (remove_files) COMPLETE
71342026-09-07T00:13:41.127Z[ recovery-image] Sep 07 00:13:40.347 INFO O| Sep 07 00:13:40.347 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-07T00:13:41.132Z[ recovery-image] Sep 07 00:13:40.357 INFO O| Sep 07 00:13:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71362026-09-07T00:13:41.132Z[ recovery-image] Sep 07 00:13:40.357 INFO O| Sep 07 00:13:40.357 INFO STEP 459 (remove_files) COMPLETE
71372026-09-07T00:13:41.132Z[ recovery-image] Sep 07 00:13:40.357 INFO O| Sep 07 00:13:40.357 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-07T00:13:41.141Z[ recovery-image] Sep 07 00:13:40.366 INFO O| Sep 07 00:13:40.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71392026-09-07T00:13:41.141Z[ recovery-image] Sep 07 00:13:40.366 INFO O| Sep 07 00:13:40.366 INFO STEP 460 (remove_files) COMPLETE
71402026-09-07T00:13:41.141Z[ recovery-image] Sep 07 00:13:40.366 INFO O| Sep 07 00:13:40.366 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-07T00:13:41.151Z[ recovery-image] Sep 07 00:13:40.376 INFO O| Sep 07 00:13:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71422026-09-07T00:13:41.151Z[ recovery-image] Sep 07 00:13:40.376 INFO O| Sep 07 00:13:40.376 INFO STEP 461 (remove_files) COMPLETE
71432026-09-07T00:13:41.151Z[ recovery-image] Sep 07 00:13:40.376 INFO O| Sep 07 00:13:40.376 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-07T00:13:41.160Z[ recovery-image] Sep 07 00:13:40.385 INFO O| Sep 07 00:13:40.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71452026-09-07T00:13:41.160Z[ recovery-image] Sep 07 00:13:40.385 INFO O| Sep 07 00:13:40.385 INFO STEP 462 (remove_files) COMPLETE
71462026-09-07T00:13:41.160Z[ recovery-image] Sep 07 00:13:40.385 INFO O| Sep 07 00:13:40.385 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-07T00:13:41.169Z[ recovery-image] Sep 07 00:13:40.395 INFO O| Sep 07 00:13:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71482026-09-07T00:13:41.170Z[ recovery-image] Sep 07 00:13:40.395 INFO O| Sep 07 00:13:40.395 INFO STEP 463 (remove_files) COMPLETE
71492026-09-07T00:13:41.170Z[ recovery-image] Sep 07 00:13:40.395 INFO O| Sep 07 00:13:40.395 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-07T00:13:41.179Z[ recovery-image] Sep 07 00:13:40.404 INFO O| Sep 07 00:13:40.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71512026-09-07T00:13:41.179Z[ recovery-image] Sep 07 00:13:40.404 INFO O| Sep 07 00:13:40.404 INFO STEP 464 (remove_files) COMPLETE
71522026-09-07T00:13:41.179Z[ recovery-image] Sep 07 00:13:40.404 INFO O| Sep 07 00:13:40.404 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-07T00:13:41.188Z[ recovery-image] Sep 07 00:13:40.414 INFO O| Sep 07 00:13:40.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71542026-09-07T00:13:41.188Z[ recovery-image] Sep 07 00:13:40.414 INFO O| Sep 07 00:13:40.414 INFO STEP 465 (remove_files) COMPLETE
71552026-09-07T00:13:41.188Z[ recovery-image] Sep 07 00:13:40.414 INFO O| Sep 07 00:13:40.414 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-07T00:13:41.198Z[ recovery-image] Sep 07 00:13:40.424 INFO O| Sep 07 00:13:40.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71572026-09-07T00:13:41.198Z[ recovery-image] Sep 07 00:13:40.424 INFO O| Sep 07 00:13:40.424 INFO STEP 466 (remove_files) COMPLETE
71582026-09-07T00:13:41.198Z[ recovery-image] Sep 07 00:13:40.424 INFO O| Sep 07 00:13:40.424 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-07T00:13:41.208Z[ recovery-image] Sep 07 00:13:40.433 INFO O| Sep 07 00:13:40.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71602026-09-07T00:13:41.208Z[ recovery-image] Sep 07 00:13:40.433 INFO O| Sep 07 00:13:40.433 INFO STEP 467 (remove_files) COMPLETE
71612026-09-07T00:13:41.208Z[ recovery-image] Sep 07 00:13:40.433 INFO O| Sep 07 00:13:40.433 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-07T00:13:41.217Z[ recovery-image] Sep 07 00:13:40.443 INFO O| Sep 07 00:13:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71632026-09-07T00:13:41.217Z[ recovery-image] Sep 07 00:13:40.443 INFO O| Sep 07 00:13:40.443 INFO STEP 468 (remove_files) COMPLETE
71642026-09-07T00:13:41.217Z[ recovery-image] Sep 07 00:13:40.443 INFO O| Sep 07 00:13:40.443 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-07T00:13:41.227Z[ recovery-image] Sep 07 00:13:40.452 INFO O| Sep 07 00:13:40.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71662026-09-07T00:13:41.227Z[ recovery-image] Sep 07 00:13:40.452 INFO O| Sep 07 00:13:40.452 INFO STEP 469 (remove_files) COMPLETE
71672026-09-07T00:13:41.227Z[ recovery-image] Sep 07 00:13:40.452 INFO O| Sep 07 00:13:40.452 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-07T00:13:41.236Z[ recovery-image] Sep 07 00:13:40.461 INFO O| Sep 07 00:13:40.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71692026-09-07T00:13:41.236Z[ recovery-image] Sep 07 00:13:40.461 INFO O| Sep 07 00:13:40.461 INFO STEP 470 (remove_files) COMPLETE
71702026-09-07T00:13:41.236Z[ recovery-image] Sep 07 00:13:40.461 INFO O| Sep 07 00:13:40.461 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-07T00:13:41.246Z[ recovery-image] Sep 07 00:13:40.470 INFO O| Sep 07 00:13:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71722026-09-07T00:13:41.246Z[ recovery-image] Sep 07 00:13:40.470 INFO O| Sep 07 00:13:40.470 INFO STEP 471 (remove_files) COMPLETE
71732026-09-07T00:13:41.246Z[ recovery-image] Sep 07 00:13:40.470 INFO O| Sep 07 00:13:40.470 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-07T00:13:41.253Z[ recovery-image] Sep 07 00:13:40.479 INFO O| Sep 07 00:13:40.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71752026-09-07T00:13:41.253Z[ recovery-image] Sep 07 00:13:40.479 INFO O| Sep 07 00:13:40.479 INFO STEP 472 (remove_files) COMPLETE
71762026-09-07T00:13:41.254Z[ recovery-image] Sep 07 00:13:40.479 INFO O| Sep 07 00:13:40.479 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-07T00:13:41.263Z[ recovery-image] Sep 07 00:13:40.488 INFO O| Sep 07 00:13:40.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71782026-09-07T00:13:41.263Z[ recovery-image] Sep 07 00:13:40.488 INFO O| Sep 07 00:13:40.488 INFO STEP 473 (remove_files) COMPLETE
71792026-09-07T00:13:41.263Z[ recovery-image] Sep 07 00:13:40.488 INFO O| Sep 07 00:13:40.488 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-07T00:13:41.272Z[ recovery-image] Sep 07 00:13:40.497 INFO O| Sep 07 00:13:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71812026-09-07T00:13:41.272Z[ recovery-image] Sep 07 00:13:40.497 INFO O| Sep 07 00:13:40.497 INFO STEP 474 (remove_files) COMPLETE
71822026-09-07T00:13:41.272Z[ recovery-image] Sep 07 00:13:40.497 INFO O| Sep 07 00:13:40.497 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-07T00:13:41.281Z[ recovery-image] Sep 07 00:13:40.506 INFO O| Sep 07 00:13:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71842026-09-07T00:13:41.281Z[ recovery-image] Sep 07 00:13:40.507 INFO O| Sep 07 00:13:40.507 INFO STEP 475 (remove_files) COMPLETE
71852026-09-07T00:13:41.281Z[ recovery-image] Sep 07 00:13:40.507 INFO O| Sep 07 00:13:40.507 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-07T00:13:41.291Z[ recovery-image] Sep 07 00:13:40.516 INFO O| Sep 07 00:13:40.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71872026-09-07T00:13:41.291Z[ recovery-image] Sep 07 00:13:40.516 INFO O| Sep 07 00:13:40.516 INFO STEP 476 (remove_files) COMPLETE
71882026-09-07T00:13:41.291Z[ recovery-image] Sep 07 00:13:40.516 INFO O| Sep 07 00:13:40.516 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-07T00:13:41.300Z[ recovery-image] Sep 07 00:13:40.525 INFO O| Sep 07 00:13:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71902026-09-07T00:13:41.300Z[ recovery-image] Sep 07 00:13:40.525 INFO O| Sep 07 00:13:40.525 INFO STEP 477 (remove_files) COMPLETE
71912026-09-07T00:13:41.300Z[ recovery-image] Sep 07 00:13:40.525 INFO O| Sep 07 00:13:40.525 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-07T00:13:41.309Z[ recovery-image] Sep 07 00:13:40.534 INFO O| Sep 07 00:13:40.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71932026-09-07T00:13:41.309Z[ recovery-image] Sep 07 00:13:40.534 INFO O| Sep 07 00:13:40.534 INFO STEP 478 (remove_files) COMPLETE
71942026-09-07T00:13:41.309Z[ recovery-image] Sep 07 00:13:40.534 INFO O| Sep 07 00:13:40.534 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-07T00:13:41.318Z[ recovery-image] Sep 07 00:13:40.543 INFO O| Sep 07 00:13:40.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71962026-09-07T00:13:41.318Z[ recovery-image] Sep 07 00:13:40.543 INFO O| Sep 07 00:13:40.543 INFO STEP 479 (remove_files) COMPLETE
71972026-09-07T00:13:41.318Z[ recovery-image] Sep 07 00:13:40.543 INFO O| Sep 07 00:13:40.543 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-07T00:13:41.327Z[ recovery-image] Sep 07 00:13:40.552 INFO O| Sep 07 00:13:40.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71992026-09-07T00:13:41.330Z[ recovery-image] Sep 07 00:13:40.553 INFO O| Sep 07 00:13:40.553 INFO STEP 480 (remove_files) COMPLETE
72002026-09-07T00:13:41.330Z[ recovery-image] Sep 07 00:13:40.553 INFO O| Sep 07 00:13:40.553 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-07T00:13:41.337Z[ recovery-image] Sep 07 00:13:40.563 INFO O| Sep 07 00:13:40.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
72022026-09-07T00:13:41.340Z[ recovery-image] Sep 07 00:13:40.563 INFO O| Sep 07 00:13:40.563 INFO STEP 481 (remove_files) COMPLETE
72032026-09-07T00:13:41.340Z[ recovery-image] Sep 07 00:13:40.564 INFO O| Sep 07 00:13:40.563 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-07T00:13:41.348Z[ recovery-image] Sep 07 00:13:40.574 INFO O| Sep 07 00:13:40.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72052026-09-07T00:13:41.348Z[ recovery-image] Sep 07 00:13:40.574 INFO O| Sep 07 00:13:40.574 INFO STEP 482 (remove_files) COMPLETE
72062026-09-07T00:13:41.348Z[ recovery-image] Sep 07 00:13:40.574 INFO O| Sep 07 00:13:40.574 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-07T00:13:41.359Z[ recovery-image] Sep 07 00:13:40.583 INFO O| Sep 07 00:13:40.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72082026-09-07T00:13:41.359Z[ recovery-image] Sep 07 00:13:40.583 INFO O| Sep 07 00:13:40.583 INFO STEP 483 (remove_files) COMPLETE
72092026-09-07T00:13:41.359Z[ recovery-image] Sep 07 00:13:40.583 INFO O| Sep 07 00:13:40.583 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-07T00:13:41.367Z[ recovery-image] Sep 07 00:13:40.592 INFO O| Sep 07 00:13:40.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72112026-09-07T00:13:41.367Z[ recovery-image] Sep 07 00:13:40.592 INFO O| Sep 07 00:13:40.592 INFO STEP 484 (remove_files) COMPLETE
72122026-09-07T00:13:41.367Z[ recovery-image] Sep 07 00:13:40.592 INFO O| Sep 07 00:13:40.592 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-09-07T00:13:41.377Z[ recovery-image] Sep 07 00:13:40.602 INFO O| Sep 07 00:13:40.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72142026-09-07T00:13:41.377Z[ recovery-image] Sep 07 00:13:40.602 INFO O| Sep 07 00:13:40.602 INFO STEP 485 (remove_files) COMPLETE
72152026-09-07T00:13:41.380Z[ recovery-image] Sep 07 00:13:40.602 INFO O| Sep 07 00:13:40.602 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-09-07T00:13:41.387Z[ recovery-image] Sep 07 00:13:40.613 INFO O| Sep 07 00:13:40.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72172026-09-07T00:13:41.387Z[ recovery-image] Sep 07 00:13:40.613 INFO O| Sep 07 00:13:40.613 INFO STEP 486 (remove_files) COMPLETE
72182026-09-07T00:13:41.387Z[ recovery-image] Sep 07 00:13:40.613 INFO O| Sep 07 00:13:40.613 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-09-07T00:13:41.398Z[ recovery-image] Sep 07 00:13:40.623 INFO O| Sep 07 00:13:40.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
72202026-09-07T00:13:41.398Z[ recovery-image] Sep 07 00:13:40.623 INFO O| Sep 07 00:13:40.623 INFO STEP 487 (remove_files) COMPLETE
72212026-09-07T00:13:41.398Z[ recovery-image] Sep 07 00:13:40.623 INFO O| Sep 07 00:13:40.623 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-09-07T00:13:41.408Z[ recovery-image] Sep 07 00:13:40.633 INFO O| Sep 07 00:13:40.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72232026-09-07T00:13:41.408Z[ recovery-image] Sep 07 00:13:40.633 INFO O| Sep 07 00:13:40.633 INFO STEP 488 (remove_files) COMPLETE
72242026-09-07T00:13:41.408Z[ recovery-image] Sep 07 00:13:40.633 INFO O| Sep 07 00:13:40.633 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-09-07T00:13:41.419Z[ recovery-image] Sep 07 00:13:40.643 INFO O| Sep 07 00:13:40.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72262026-09-07T00:13:41.419Z[ recovery-image] Sep 07 00:13:40.643 INFO O| Sep 07 00:13:40.643 INFO STEP 489 (remove_files) COMPLETE
72272026-09-07T00:13:41.419Z[ recovery-image] Sep 07 00:13:40.643 INFO O| Sep 07 00:13:40.643 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-09-07T00:13:41.427Z[ recovery-image] Sep 07 00:13:40.652 INFO O| Sep 07 00:13:40.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72292026-09-07T00:13:41.427Z[ recovery-image] Sep 07 00:13:40.652 INFO O| Sep 07 00:13:40.652 INFO STEP 490 (remove_files) COMPLETE
72302026-09-07T00:13:41.427Z[ recovery-image] Sep 07 00:13:40.652 INFO O| Sep 07 00:13:40.652 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-09-07T00:13:41.435Z[ recovery-image] Sep 07 00:13:40.660 INFO O| Sep 07 00:13:40.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72322026-09-07T00:13:41.435Z[ recovery-image] Sep 07 00:13:40.660 INFO O| Sep 07 00:13:40.660 INFO STEP 491 (remove_files) COMPLETE
72332026-09-07T00:13:41.435Z[ recovery-image] Sep 07 00:13:40.660 INFO O| Sep 07 00:13:40.660 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-09-07T00:13:41.444Z[ recovery-image] Sep 07 00:13:40.670 INFO O| Sep 07 00:13:40.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72352026-09-07T00:13:41.445Z[ recovery-image] Sep 07 00:13:40.670 INFO O| Sep 07 00:13:40.670 INFO STEP 492 (remove_files) COMPLETE
72362026-09-07T00:13:41.445Z[ recovery-image] Sep 07 00:13:40.670 INFO O| Sep 07 00:13:40.670 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-09-07T00:13:41.454Z[ recovery-image] Sep 07 00:13:40.679 INFO O| Sep 07 00:13:40.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72382026-09-07T00:13:41.454Z[ recovery-image] Sep 07 00:13:40.679 INFO O| Sep 07 00:13:40.679 INFO STEP 493 (remove_files) COMPLETE
72392026-09-07T00:13:41.454Z[ recovery-image] Sep 07 00:13:40.679 INFO O| Sep 07 00:13:40.679 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-09-07T00:13:41.464Z[ recovery-image] Sep 07 00:13:40.688 INFO O| Sep 07 00:13:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72412026-09-07T00:13:41.464Z[ recovery-image] Sep 07 00:13:40.688 INFO O| Sep 07 00:13:40.688 INFO STEP 494 (remove_files) COMPLETE
72422026-09-07T00:13:41.464Z[ recovery-image] Sep 07 00:13:40.688 INFO O| Sep 07 00:13:40.688 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-09-07T00:13:41.472Z[ recovery-image] Sep 07 00:13:40.698 INFO O| Sep 07 00:13:40.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72442026-09-07T00:13:41.472Z[ recovery-image] Sep 07 00:13:40.698 INFO O| Sep 07 00:13:40.698 INFO STEP 495 (remove_files) COMPLETE
72452026-09-07T00:13:41.472Z[ recovery-image] Sep 07 00:13:40.698 INFO O| Sep 07 00:13:40.698 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-09-07T00:13:41.482Z[ recovery-image] Sep 07 00:13:40.707 INFO O| Sep 07 00:13:40.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72472026-09-07T00:13:41.482Z[ recovery-image] Sep 07 00:13:40.707 INFO O| Sep 07 00:13:40.707 INFO STEP 496 (remove_files) COMPLETE
72482026-09-07T00:13:41.482Z[ recovery-image] Sep 07 00:13:40.707 INFO O| Sep 07 00:13:40.707 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-09-07T00:13:41.492Z[ recovery-image] Sep 07 00:13:40.717 INFO O| Sep 07 00:13:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72502026-09-07T00:13:41.492Z[ recovery-image] Sep 07 00:13:40.717 INFO O| Sep 07 00:13:40.717 INFO STEP 497 (remove_files) COMPLETE
72512026-09-07T00:13:41.495Z[ recovery-image] Sep 07 00:13:40.717 INFO O| Sep 07 00:13:40.717 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-09-07T00:13:41.503Z[ recovery-image] Sep 07 00:13:40.727 INFO O| Sep 07 00:13:40.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72532026-09-07T00:13:41.503Z[ recovery-image] Sep 07 00:13:40.727 INFO O| Sep 07 00:13:40.727 INFO STEP 498 (remove_files) COMPLETE
72542026-09-07T00:13:41.503Z[ recovery-image] Sep 07 00:13:40.727 INFO O| Sep 07 00:13:40.727 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-07T00:13:41.537Z[ recovery-image] Sep 07 00:13:40.762 INFO O| Sep 07 00:13:40.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72562026-09-07T00:13:41.537Z[ recovery-image] Sep 07 00:13:40.762 INFO O| Sep 07 00:13:40.762 INFO STEP 499 (remove_files) COMPLETE
72572026-09-07T00:13:41.537Z[ recovery-image] Sep 07 00:13:40.762 INFO O| Sep 07 00:13:40.762 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-09-07T00:13:41.549Z[ recovery-image] Sep 07 00:13:40.774 INFO O| Sep 07 00:13:40.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72592026-09-07T00:13:41.549Z[ recovery-image] Sep 07 00:13:40.774 INFO O| Sep 07 00:13:40.774 INFO STEP 500 (remove_files) COMPLETE
72602026-09-07T00:13:41.549Z[ recovery-image] Sep 07 00:13:40.774 INFO O| Sep 07 00:13:40.774 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-09-07T00:13:41.559Z[ recovery-image] Sep 07 00:13:40.784 INFO O| Sep 07 00:13:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72622026-09-07T00:13:41.559Z[ recovery-image] Sep 07 00:13:40.784 INFO O| Sep 07 00:13:40.784 INFO STEP 501 (remove_files) COMPLETE
72632026-09-07T00:13:41.559Z[ recovery-image] Sep 07 00:13:40.784 INFO O| Sep 07 00:13:40.784 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-09-07T00:13:41.567Z[ recovery-image] Sep 07 00:13:40.792 INFO O| Sep 07 00:13:40.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72652026-09-07T00:13:41.567Z[ recovery-image] Sep 07 00:13:40.792 INFO O| Sep 07 00:13:40.792 INFO STEP 502 (remove_files) COMPLETE
72662026-09-07T00:13:41.567Z[ recovery-image] Sep 07 00:13:40.792 INFO O| Sep 07 00:13:40.792 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-09-07T00:13:41.575Z[ recovery-image] Sep 07 00:13:40.800 INFO O| Sep 07 00:13:40.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72682026-09-07T00:13:41.575Z[ recovery-image] Sep 07 00:13:40.800 INFO O| Sep 07 00:13:40.800 INFO STEP 503 (remove_files) COMPLETE
72692026-09-07T00:13:41.575Z[ recovery-image] Sep 07 00:13:40.800 INFO O| Sep 07 00:13:40.800 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-09-07T00:13:41.583Z[ recovery-image] Sep 07 00:13:40.808 INFO O| Sep 07 00:13:40.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72712026-09-07T00:13:41.583Z[ recovery-image] Sep 07 00:13:40.808 INFO O| Sep 07 00:13:40.808 INFO STEP 504 (remove_files) COMPLETE
72722026-09-07T00:13:41.586Z[ recovery-image] Sep 07 00:13:40.808 INFO O| Sep 07 00:13:40.808 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-09-07T00:13:41.593Z[ recovery-image] Sep 07 00:13:40.818 INFO O| Sep 07 00:13:40.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72742026-09-07T00:13:41.593Z[ recovery-image] Sep 07 00:13:40.818 INFO O| Sep 07 00:13:40.818 INFO STEP 505 (remove_files) COMPLETE
72752026-09-07T00:13:41.593Z[ recovery-image] Sep 07 00:13:40.818 INFO O| Sep 07 00:13:40.818 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-07T00:13:41.603Z[ recovery-image] Sep 07 00:13:40.829 INFO O| Sep 07 00:13:40.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72772026-09-07T00:13:41.604Z[ recovery-image] Sep 07 00:13:40.829 INFO O| Sep 07 00:13:40.829 INFO STEP 506 (remove_files) COMPLETE
72782026-09-07T00:13:41.604Z[ recovery-image] Sep 07 00:13:40.829 INFO O| Sep 07 00:13:40.829 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-07T00:13:41.613Z[ recovery-image] Sep 07 00:13:40.838 INFO O| Sep 07 00:13:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72802026-09-07T00:13:41.613Z[ recovery-image] Sep 07 00:13:40.838 INFO O| Sep 07 00:13:40.838 INFO STEP 507 (remove_files) COMPLETE
72812026-09-07T00:13:41.613Z[ recovery-image] Sep 07 00:13:40.838 INFO O| Sep 07 00:13:40.838 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-07T00:13:41.623Z[ recovery-image] Sep 07 00:13:40.849 INFO O| Sep 07 00:13:40.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72832026-09-07T00:13:41.623Z[ recovery-image] Sep 07 00:13:40.849 INFO O| Sep 07 00:13:40.849 INFO STEP 508 (remove_files) COMPLETE
72842026-09-07T00:13:41.623Z[ recovery-image] Sep 07 00:13:40.849 INFO O| Sep 07 00:13:40.849 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-07T00:13:41.634Z[ recovery-image] Sep 07 00:13:40.859 INFO O| Sep 07 00:13:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72862026-09-07T00:13:41.634Z[ recovery-image] Sep 07 00:13:40.859 INFO O| Sep 07 00:13:40.859 INFO STEP 509 (remove_files) COMPLETE
72872026-09-07T00:13:41.637Z[ recovery-image] Sep 07 00:13:40.859 INFO O| Sep 07 00:13:40.859 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-07T00:13:41.644Z[ recovery-image] Sep 07 00:13:40.870 INFO O| Sep 07 00:13:40.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72892026-09-07T00:13:41.644Z[ recovery-image] Sep 07 00:13:40.870 INFO O| Sep 07 00:13:40.870 INFO STEP 510 (remove_files) COMPLETE
72902026-09-07T00:13:41.647Z[ recovery-image] Sep 07 00:13:40.870 INFO O| Sep 07 00:13:40.870 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-09-07T00:13:41.654Z[ recovery-image] Sep 07 00:13:40.880 INFO O| Sep 07 00:13:40.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72922026-09-07T00:13:41.654Z[ recovery-image] Sep 07 00:13:40.880 INFO O| Sep 07 00:13:40.880 INFO STEP 511 (remove_files) COMPLETE
72932026-09-07T00:13:41.654Z[ recovery-image] Sep 07 00:13:40.880 INFO O| Sep 07 00:13:40.880 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-09-07T00:13:41.665Z[ recovery-image] Sep 07 00:13:40.889 INFO O| Sep 07 00:13:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72952026-09-07T00:13:41.665Z[ recovery-image] Sep 07 00:13:40.889 INFO O| Sep 07 00:13:40.889 INFO STEP 512 (remove_files) COMPLETE
72962026-09-07T00:13:41.665Z[ recovery-image] Sep 07 00:13:40.889 INFO O| Sep 07 00:13:40.889 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-09-07T00:13:41.674Z[ recovery-image] Sep 07 00:13:40.899 INFO O| Sep 07 00:13:40.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72982026-09-07T00:13:41.677Z[ recovery-image] Sep 07 00:13:40.899 INFO O| Sep 07 00:13:40.899 INFO STEP 513 (remove_files) COMPLETE
72992026-09-07T00:13:41.677Z[ recovery-image] Sep 07 00:13:40.899 INFO O| Sep 07 00:13:40.899 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-09-07T00:13:41.684Z[ recovery-image] Sep 07 00:13:40.909 INFO O| Sep 07 00:13:40.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
73012026-09-07T00:13:41.684Z[ recovery-image] Sep 07 00:13:40.909 INFO O| Sep 07 00:13:40.909 INFO STEP 514 (remove_files) COMPLETE
73022026-09-07T00:13:41.687Z[ recovery-image] Sep 07 00:13:40.909 INFO O| Sep 07 00:13:40.909 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-09-07T00:13:41.693Z[ recovery-image] Sep 07 00:13:40.918 INFO O| Sep 07 00:13:40.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73042026-09-07T00:13:41.693Z[ recovery-image] Sep 07 00:13:40.919 INFO O| Sep 07 00:13:40.918 INFO STEP 515 (remove_files) COMPLETE
73052026-09-07T00:13:41.693Z[ recovery-image] Sep 07 00:13:40.919 INFO O| Sep 07 00:13:40.919 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-09-07T00:13:41.709Z[ recovery-image] Sep 07 00:13:40.935 INFO O| Sep 07 00:13:40.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73072026-09-07T00:13:41.709Z[ recovery-image] Sep 07 00:13:40.935 INFO O| Sep 07 00:13:40.935 INFO STEP 516 (remove_files) COMPLETE
73082026-09-07T00:13:41.709Z[ recovery-image] Sep 07 00:13:40.935 INFO O| Sep 07 00:13:40.935 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-09-07T00:13:41.722Z[ recovery-image] Sep 07 00:13:40.946 INFO O| Sep 07 00:13:40.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73102026-09-07T00:13:41.725Z[ recovery-image] Sep 07 00:13:40.947 INFO O| Sep 07 00:13:40.947 INFO STEP 517 (remove_files) COMPLETE
73112026-09-07T00:13:41.725Z[ recovery-image] Sep 07 00:13:40.947 INFO O| Sep 07 00:13:40.947 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-09-07T00:13:41.732Z[ recovery-image] Sep 07 00:13:40.957 INFO O| Sep 07 00:13:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73132026-09-07T00:13:41.732Z[ recovery-image] Sep 07 00:13:40.957 INFO O| Sep 07 00:13:40.957 INFO STEP 518 (remove_files) COMPLETE
73142026-09-07T00:13:41.732Z[ recovery-image] Sep 07 00:13:40.957 INFO O| Sep 07 00:13:40.957 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-09-07T00:13:41.740Z[ recovery-image] Sep 07 00:13:40.966 INFO O| Sep 07 00:13:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73162026-09-07T00:13:41.740Z[ recovery-image] Sep 07 00:13:40.966 INFO O| Sep 07 00:13:40.966 INFO STEP 519 (remove_files) COMPLETE
73172026-09-07T00:13:41.741Z[ recovery-image] Sep 07 00:13:40.966 INFO O| Sep 07 00:13:40.966 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-09-07T00:13:41.752Z[ recovery-image] Sep 07 00:13:40.977 INFO O| Sep 07 00:13:40.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
73192026-09-07T00:13:41.752Z[ recovery-image] Sep 07 00:13:40.977 INFO O| Sep 07 00:13:40.977 INFO STEP 520 (remove_files) COMPLETE
73202026-09-07T00:13:41.755Z[ recovery-image] Sep 07 00:13:40.977 INFO O| Sep 07 00:13:40.977 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-09-07T00:13:41.768Z[ recovery-image] Sep 07 00:13:40.987 INFO O| Sep 07 00:13:40.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73222026-09-07T00:13:41.768Z[ recovery-image] Sep 07 00:13:40.987 INFO O| Sep 07 00:13:40.987 INFO STEP 521 (remove_files) COMPLETE
73232026-09-07T00:13:41.768Z[ recovery-image] Sep 07 00:13:40.987 INFO O| Sep 07 00:13:40.987 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-09-07T00:13:41.772Z[ recovery-image] Sep 07 00:13:40.996 INFO O| Sep 07 00:13:40.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73252026-09-07T00:13:41.772Z[ recovery-image] Sep 07 00:13:40.997 INFO O| Sep 07 00:13:40.997 INFO STEP 522 (remove_files) COMPLETE
73262026-09-07T00:13:41.772Z[ recovery-image] Sep 07 00:13:40.997 INFO O| Sep 07 00:13:40.997 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.006 INFO O| Sep 07 00:13:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73282026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.006 INFO O| Sep 07 00:13:41.006 INFO STEP 523 (remove_files) COMPLETE
73292026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.006 INFO O| Sep 07 00:13:41.006 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.015 INFO O| Sep 07 00:13:41.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73312026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.015 INFO O| Sep 07 00:13:41.015 INFO STEP 524 (remove_files) COMPLETE
73322026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.015 INFO O| Sep 07 00:13:41.015 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.023 INFO O| Sep 07 00:13:41.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73342026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.023 INFO O| Sep 07 00:13:41.023 INFO STEP 525 (remove_files) COMPLETE
73352026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.023 INFO O| Sep 07 00:13:41.023 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.031 INFO O| Sep 07 00:13:41.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73372026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.031 INFO O| Sep 07 00:13:41.031 INFO STEP 526 (remove_files) COMPLETE
73382026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.031 INFO O| Sep 07 00:13:41.031 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.039 INFO O| Sep 07 00:13:41.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73402026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.039 INFO O| Sep 07 00:13:41.039 INFO STEP 527 (remove_files) COMPLETE
73412026-09-07T00:13:41.821Z[ recovery-image] Sep 07 00:13:41.039 INFO O| Sep 07 00:13:41.039 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-07T00:13:41.825Z[ recovery-image] Sep 07 00:13:41.050 INFO O| Sep 07 00:13:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73432026-09-07T00:13:41.825Z[ recovery-image] Sep 07 00:13:41.050 INFO O| Sep 07 00:13:41.050 INFO STEP 528 (remove_files) COMPLETE
73442026-09-07T00:13:41.825Z[ recovery-image] Sep 07 00:13:41.050 INFO O| Sep 07 00:13:41.050 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-07T00:13:41.834Z[ recovery-image] Sep 07 00:13:41.059 INFO O| Sep 07 00:13:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73462026-09-07T00:13:41.834Z[ recovery-image] Sep 07 00:13:41.059 INFO O| Sep 07 00:13:41.059 INFO STEP 529 (remove_files) COMPLETE
73472026-09-07T00:13:41.837Z[ recovery-image] Sep 07 00:13:41.059 INFO O| Sep 07 00:13:41.059 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-09-07T00:13:41.841Z[ recovery-image] Sep 07 00:13:41.067 INFO O| Sep 07 00:13:41.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73492026-09-07T00:13:41.844Z[ recovery-image] Sep 07 00:13:41.067 INFO O| Sep 07 00:13:41.067 INFO STEP 530 (remove_files) COMPLETE
73502026-09-07T00:13:41.844Z[ recovery-image] Sep 07 00:13:41.068 INFO O| Sep 07 00:13:41.067 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-09-07T00:13:41.852Z[ recovery-image] Sep 07 00:13:41.077 INFO O| Sep 07 00:13:41.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73522026-09-07T00:13:41.852Z[ recovery-image] Sep 07 00:13:41.077 INFO O| Sep 07 00:13:41.077 INFO STEP 531 (remove_files) COMPLETE
73532026-09-07T00:13:41.855Z[ recovery-image] Sep 07 00:13:41.077 INFO O| Sep 07 00:13:41.077 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-09-07T00:13:41.861Z[ recovery-image] Sep 07 00:13:41.086 INFO O| Sep 07 00:13:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73552026-09-07T00:13:41.861Z[ recovery-image] Sep 07 00:13:41.087 INFO O| Sep 07 00:13:41.087 INFO STEP 532 (remove_files) COMPLETE
73562026-09-07T00:13:41.861Z[ recovery-image] Sep 07 00:13:41.087 INFO O| Sep 07 00:13:41.087 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-09-07T00:13:41.871Z[ recovery-image] Sep 07 00:13:41.096 INFO O| Sep 07 00:13:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73582026-09-07T00:13:41.871Z[ recovery-image] Sep 07 00:13:41.096 INFO O| Sep 07 00:13:41.096 INFO STEP 533 (remove_files) COMPLETE
73592026-09-07T00:13:41.871Z[ recovery-image] Sep 07 00:13:41.096 INFO O| Sep 07 00:13:41.096 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-09-07T00:13:41.891Z[ recovery-image] Sep 07 00:13:41.116 INFO O| Sep 07 00:13:41.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73612026-09-07T00:13:41.891Z[ recovery-image] Sep 07 00:13:41.116 INFO O| Sep 07 00:13:41.116 INFO STEP 534 (remove_files) COMPLETE
73622026-09-07T00:13:41.891Z[ recovery-image] Sep 07 00:13:41.116 INFO O| Sep 07 00:13:41.116 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-07T00:13:41.902Z[ recovery-image] Sep 07 00:13:41.127 INFO O| Sep 07 00:13:41.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73642026-09-07T00:13:41.902Z[ recovery-image] Sep 07 00:13:41.127 INFO O| Sep 07 00:13:41.127 INFO STEP 535 (remove_files) COMPLETE
73652026-09-07T00:13:41.902Z[ recovery-image] Sep 07 00:13:41.127 INFO O| Sep 07 00:13:41.127 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-09-07T00:13:41.911Z[ recovery-image] Sep 07 00:13:41.136 INFO O| Sep 07 00:13:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73672026-09-07T00:13:41.911Z[ recovery-image] Sep 07 00:13:41.136 INFO O| Sep 07 00:13:41.136 INFO STEP 536 (remove_files) COMPLETE
73682026-09-07T00:13:41.911Z[ recovery-image] Sep 07 00:13:41.136 INFO O| Sep 07 00:13:41.136 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-09-07T00:13:41.920Z[ recovery-image] Sep 07 00:13:41.145 INFO O| Sep 07 00:13:41.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73702026-09-07T00:13:41.920Z[ recovery-image] Sep 07 00:13:41.145 INFO O| Sep 07 00:13:41.145 INFO STEP 537 (remove_files) COMPLETE
73712026-09-07T00:13:41.921Z[ recovery-image] Sep 07 00:13:41.145 INFO O| Sep 07 00:13:41.145 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-09-07T00:13:41.929Z[ recovery-image] Sep 07 00:13:41.154 INFO O| Sep 07 00:13:41.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73732026-09-07T00:13:41.932Z[ recovery-image] Sep 07 00:13:41.155 INFO O| Sep 07 00:13:41.155 INFO STEP 538 (remove_files) COMPLETE
73742026-09-07T00:13:41.932Z[ recovery-image] Sep 07 00:13:41.155 INFO O| Sep 07 00:13:41.155 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-09-07T00:13:41.939Z[ recovery-image] Sep 07 00:13:41.164 INFO O| Sep 07 00:13:41.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73762026-09-07T00:13:41.939Z[ recovery-image] Sep 07 00:13:41.164 INFO O| Sep 07 00:13:41.164 INFO STEP 539 (remove_files) COMPLETE
73772026-09-07T00:13:41.939Z[ recovery-image] Sep 07 00:13:41.164 INFO O| Sep 07 00:13:41.164 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-09-07T00:13:41.947Z[ recovery-image] Sep 07 00:13:41.172 INFO O| Sep 07 00:13:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73792026-09-07T00:13:41.947Z[ recovery-image] Sep 07 00:13:41.172 INFO O| Sep 07 00:13:41.172 INFO STEP 540 (remove_files) COMPLETE
73802026-09-07T00:13:41.947Z[ recovery-image] Sep 07 00:13:41.172 INFO O| Sep 07 00:13:41.172 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-09-07T00:13:41.955Z[ recovery-image] Sep 07 00:13:41.180 INFO O| Sep 07 00:13:41.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73822026-09-07T00:13:41.955Z[ recovery-image] Sep 07 00:13:41.180 INFO O| Sep 07 00:13:41.180 INFO STEP 541 (remove_files) COMPLETE
73832026-09-07T00:13:41.955Z[ recovery-image] Sep 07 00:13:41.180 INFO O| Sep 07 00:13:41.180 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-09-07T00:13:41.963Z[ recovery-image] Sep 07 00:13:41.189 INFO O| Sep 07 00:13:41.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73852026-09-07T00:13:41.963Z[ recovery-image] Sep 07 00:13:41.189 INFO O| Sep 07 00:13:41.189 INFO STEP 542 (remove_files) COMPLETE
73862026-09-07T00:13:41.967Z[ recovery-image] Sep 07 00:13:41.189 INFO O| Sep 07 00:13:41.189 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-09-07T00:13:41.972Z[ recovery-image] Sep 07 00:13:41.197 INFO O| Sep 07 00:13:41.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73882026-09-07T00:13:41.972Z[ recovery-image] Sep 07 00:13:41.197 INFO O| Sep 07 00:13:41.197 INFO STEP 543 (remove_files) COMPLETE
73892026-09-07T00:13:41.975Z[ recovery-image] Sep 07 00:13:41.197 INFO O| Sep 07 00:13:41.197 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-09-07T00:13:41.984Z[ recovery-image] Sep 07 00:13:41.208 INFO O| Sep 07 00:13:41.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73912026-09-07T00:13:41.984Z[ recovery-image] Sep 07 00:13:41.208 INFO O| Sep 07 00:13:41.208 INFO STEP 544 (remove_files) COMPLETE
73922026-09-07T00:13:41.987Z[ recovery-image] Sep 07 00:13:41.208 INFO O| Sep 07 00:13:41.208 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-09-07T00:13:41.992Z[ recovery-image] Sep 07 00:13:41.217 INFO O| Sep 07 00:13:41.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73942026-09-07T00:13:41.992Z[ recovery-image] Sep 07 00:13:41.218 INFO O| Sep 07 00:13:41.217 INFO STEP 545 (remove_files) COMPLETE
73952026-09-07T00:13:41.995Z[ recovery-image] Sep 07 00:13:41.218 INFO O| Sep 07 00:13:41.217 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-09-07T00:13:42.003Z[ recovery-image] Sep 07 00:13:41.227 INFO O| Sep 07 00:13:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73972026-09-07T00:13:42.006Z[ recovery-image] Sep 07 00:13:41.227 INFO O| Sep 07 00:13:41.227 INFO STEP 546 (remove_files) COMPLETE
73982026-09-07T00:13:42.006Z[ recovery-image] Sep 07 00:13:41.227 INFO O| Sep 07 00:13:41.227 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-07T00:13:42.010Z[ recovery-image] Sep 07 00:13:41.236 INFO O| Sep 07 00:13:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
74002026-09-07T00:13:42.010Z[ recovery-image] Sep 07 00:13:41.236 INFO O| Sep 07 00:13:41.236 INFO STEP 547 (remove_files) COMPLETE
74012026-09-07T00:13:42.013Z[ recovery-image] Sep 07 00:13:41.236 INFO O| Sep 07 00:13:41.236 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-07T00:13:42.020Z[ recovery-image] Sep 07 00:13:41.246 INFO O| Sep 07 00:13:41.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74032026-09-07T00:13:42.020Z[ recovery-image] Sep 07 00:13:41.246 INFO O| Sep 07 00:13:41.246 INFO STEP 548 (remove_files) COMPLETE
74042026-09-07T00:13:42.020Z[ recovery-image] Sep 07 00:13:41.246 INFO O| Sep 07 00:13:41.246 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-07T00:13:42.031Z[ recovery-image] Sep 07 00:13:41.256 INFO O| Sep 07 00:13:41.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74062026-09-07T00:13:42.031Z[ recovery-image] Sep 07 00:13:41.256 INFO O| Sep 07 00:13:41.256 INFO STEP 549 (remove_files) COMPLETE
74072026-09-07T00:13:42.031Z[ recovery-image] Sep 07 00:13:41.256 INFO O| Sep 07 00:13:41.256 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-07T00:13:42.040Z[ recovery-image] Sep 07 00:13:41.265 INFO O| Sep 07 00:13:41.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74092026-09-07T00:13:42.040Z[ recovery-image] Sep 07 00:13:41.265 INFO O| Sep 07 00:13:41.265 INFO STEP 550 (remove_files) COMPLETE
74102026-09-07T00:13:42.040Z[ recovery-image] Sep 07 00:13:41.265 INFO O| Sep 07 00:13:41.265 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-07T00:13:42.049Z[ recovery-image] Sep 07 00:13:41.274 INFO O| Sep 07 00:13:41.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74122026-09-07T00:13:42.049Z[ recovery-image] Sep 07 00:13:41.275 INFO O| Sep 07 00:13:41.275 INFO STEP 551 (remove_files) COMPLETE
74132026-09-07T00:13:42.052Z[ recovery-image] Sep 07 00:13:41.275 INFO O| Sep 07 00:13:41.275 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-07T00:13:42.058Z[ recovery-image] Sep 07 00:13:41.283 INFO O| Sep 07 00:13:41.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
74152026-09-07T00:13:42.058Z[ recovery-image] Sep 07 00:13:41.283 INFO O| Sep 07 00:13:41.283 INFO STEP 552 (remove_files) COMPLETE
74162026-09-07T00:13:42.061Z[ recovery-image] Sep 07 00:13:41.283 INFO O| Sep 07 00:13:41.283 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-07T00:13:42.067Z[ recovery-image] Sep 07 00:13:41.293 INFO O| Sep 07 00:13:41.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
74182026-09-07T00:13:42.067Z[ recovery-image] Sep 07 00:13:41.293 INFO O| Sep 07 00:13:41.293 INFO STEP 553 (remove_files) COMPLETE
74192026-09-07T00:13:42.067Z[ recovery-image] Sep 07 00:13:41.293 INFO O| Sep 07 00:13:41.293 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-07T00:13:42.076Z[ recovery-image] Sep 07 00:13:41.301 INFO O| Sep 07 00:13:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74212026-09-07T00:13:42.076Z[ recovery-image] Sep 07 00:13:41.301 INFO O| Sep 07 00:13:41.301 INFO STEP 554 (remove_files) COMPLETE
74222026-09-07T00:13:42.076Z[ recovery-image] Sep 07 00:13:41.301 INFO O| Sep 07 00:13:41.301 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-07T00:13:42.086Z[ recovery-image] Sep 07 00:13:41.311 INFO O| Sep 07 00:13:41.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74242026-09-07T00:13:42.086Z[ recovery-image] Sep 07 00:13:41.312 INFO O| Sep 07 00:13:41.312 INFO STEP 555 (remove_files) COMPLETE
74252026-09-07T00:13:42.089Z[ recovery-image] Sep 07 00:13:41.312 INFO O| Sep 07 00:13:41.312 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-07T00:13:42.097Z[ recovery-image] Sep 07 00:13:41.322 INFO O| Sep 07 00:13:41.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74272026-09-07T00:13:42.097Z[ recovery-image] Sep 07 00:13:41.322 INFO O| Sep 07 00:13:41.322 INFO STEP 556 (remove_files) COMPLETE
74282026-09-07T00:13:42.097Z[ recovery-image] Sep 07 00:13:41.322 INFO O| Sep 07 00:13:41.322 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-07T00:13:42.108Z[ recovery-image] Sep 07 00:13:41.333 INFO O| Sep 07 00:13:41.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74302026-09-07T00:13:42.108Z[ recovery-image] Sep 07 00:13:41.333 INFO O| Sep 07 00:13:41.333 INFO STEP 557 (remove_files) COMPLETE
74312026-09-07T00:13:42.108Z[ recovery-image] Sep 07 00:13:41.333 INFO O| Sep 07 00:13:41.333 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-07T00:13:42.118Z[ recovery-image] Sep 07 00:13:41.343 INFO O| Sep 07 00:13:41.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74332026-09-07T00:13:42.118Z[ recovery-image] Sep 07 00:13:41.343 INFO O| Sep 07 00:13:41.343 INFO STEP 558 (remove_files) COMPLETE
74342026-09-07T00:13:42.118Z[ recovery-image] Sep 07 00:13:41.343 INFO O| Sep 07 00:13:41.343 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-07T00:13:42.128Z[ recovery-image] Sep 07 00:13:41.353 INFO O| Sep 07 00:13:41.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74362026-09-07T00:13:42.128Z[ recovery-image] Sep 07 00:13:41.353 INFO O| Sep 07 00:13:41.353 INFO STEP 559 (remove_files) COMPLETE
74372026-09-07T00:13:42.128Z[ recovery-image] Sep 07 00:13:41.353 INFO O| Sep 07 00:13:41.353 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-07T00:13:42.139Z[ recovery-image] Sep 07 00:13:41.364 INFO O| Sep 07 00:13:41.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74392026-09-07T00:13:42.139Z[ recovery-image] Sep 07 00:13:41.364 INFO O| Sep 07 00:13:41.364 INFO STEP 560 (remove_files) COMPLETE
74402026-09-07T00:13:42.142Z[ recovery-image] Sep 07 00:13:41.364 INFO O| Sep 07 00:13:41.364 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-09-07T00:13:42.149Z[ recovery-image] Sep 07 00:13:41.374 INFO O| Sep 07 00:13:41.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74422026-09-07T00:13:42.149Z[ recovery-image] Sep 07 00:13:41.374 INFO O| Sep 07 00:13:41.374 INFO STEP 561 (remove_files) COMPLETE
74432026-09-07T00:13:42.149Z[ recovery-image] Sep 07 00:13:41.374 INFO O| Sep 07 00:13:41.374 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-09-07T00:13:42.157Z[ recovery-image] Sep 07 00:13:41.383 INFO O| Sep 07 00:13:41.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74452026-09-07T00:13:42.157Z[ recovery-image] Sep 07 00:13:41.383 INFO O| Sep 07 00:13:41.383 INFO STEP 562 (remove_files) COMPLETE
74462026-09-07T00:13:42.158Z[ recovery-image] Sep 07 00:13:41.383 INFO O| Sep 07 00:13:41.383 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-09-07T00:13:42.166Z[ recovery-image] Sep 07 00:13:41.391 INFO O| Sep 07 00:13:41.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74482026-09-07T00:13:42.166Z[ recovery-image] Sep 07 00:13:41.391 INFO O| Sep 07 00:13:41.391 INFO STEP 563 (remove_files) COMPLETE
74492026-09-07T00:13:42.166Z[ recovery-image] Sep 07 00:13:41.391 INFO O| Sep 07 00:13:41.391 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-07T00:13:42.174Z[ recovery-image] Sep 07 00:13:41.399 INFO O| Sep 07 00:13:41.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74512026-09-07T00:13:42.174Z[ recovery-image] Sep 07 00:13:41.399 INFO O| Sep 07 00:13:41.399 INFO STEP 564 (remove_files) COMPLETE
74522026-09-07T00:13:42.174Z[ recovery-image] Sep 07 00:13:41.399 INFO O| Sep 07 00:13:41.399 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-07T00:13:42.183Z[ recovery-image] Sep 07 00:13:41.408 INFO O| Sep 07 00:13:41.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74542026-09-07T00:13:42.183Z[ recovery-image] Sep 07 00:13:41.408 INFO O| Sep 07 00:13:41.408 INFO STEP 565 (remove_files) COMPLETE
74552026-09-07T00:13:42.186Z[ recovery-image] Sep 07 00:13:41.408 INFO O| Sep 07 00:13:41.408 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-09-07T00:13:42.192Z[ recovery-image] Sep 07 00:13:41.417 INFO O| Sep 07 00:13:41.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74572026-09-07T00:13:42.192Z[ recovery-image] Sep 07 00:13:41.417 INFO O| Sep 07 00:13:41.417 INFO STEP 566 (remove_files) COMPLETE
74582026-09-07T00:13:42.192Z[ recovery-image] Sep 07 00:13:41.417 INFO O| Sep 07 00:13:41.417 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-09-07T00:13:42.201Z[ recovery-image] Sep 07 00:13:41.426 INFO O| Sep 07 00:13:41.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74602026-09-07T00:13:42.201Z[ recovery-image] Sep 07 00:13:41.426 INFO O| Sep 07 00:13:41.426 INFO STEP 567 (remove_files) COMPLETE
74612026-09-07T00:13:42.204Z[ recovery-image] Sep 07 00:13:41.426 INFO O| Sep 07 00:13:41.426 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-09-07T00:13:42.209Z[ recovery-image] Sep 07 00:13:41.434 INFO O| Sep 07 00:13:41.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74632026-09-07T00:13:42.209Z[ recovery-image] Sep 07 00:13:41.435 INFO O| Sep 07 00:13:41.435 INFO STEP 568 (remove_files) COMPLETE
74642026-09-07T00:13:42.209Z[ recovery-image] Sep 07 00:13:41.435 INFO O| Sep 07 00:13:41.435 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-09-07T00:13:42.220Z[ recovery-image] Sep 07 00:13:41.445 INFO O| Sep 07 00:13:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74662026-09-07T00:13:42.220Z[ recovery-image] Sep 07 00:13:41.445 INFO O| Sep 07 00:13:41.445 INFO STEP 569 (remove_files) COMPLETE
74672026-09-07T00:13:42.221Z[ recovery-image] Sep 07 00:13:41.445 INFO O| Sep 07 00:13:41.445 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-07T00:13:42.229Z[ recovery-image] Sep 07 00:13:41.455 INFO O| Sep 07 00:13:41.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74692026-09-07T00:13:42.230Z[ recovery-image] Sep 07 00:13:41.455 INFO O| Sep 07 00:13:41.455 INFO STEP 570 (remove_files) COMPLETE
74702026-09-07T00:13:42.230Z[ recovery-image] Sep 07 00:13:41.455 INFO O| Sep 07 00:13:41.455 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-09-07T00:13:42.238Z[ recovery-image] Sep 07 00:13:41.464 INFO O| Sep 07 00:13:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74722026-09-07T00:13:42.239Z[ recovery-image] Sep 07 00:13:41.464 INFO O| Sep 07 00:13:41.464 INFO STEP 571 (remove_files) COMPLETE
74732026-09-07T00:13:42.239Z[ recovery-image] Sep 07 00:13:41.464 INFO O| Sep 07 00:13:41.464 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-09-07T00:13:42.248Z[ recovery-image] Sep 07 00:13:41.473 INFO O| Sep 07 00:13:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74752026-09-07T00:13:42.248Z[ recovery-image] Sep 07 00:13:41.473 INFO O| Sep 07 00:13:41.473 INFO STEP 572 (remove_files) COMPLETE
74762026-09-07T00:13:42.248Z[ recovery-image] Sep 07 00:13:41.473 INFO O| Sep 07 00:13:41.473 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-09-07T00:13:42.257Z[ recovery-image] Sep 07 00:13:41.482 INFO O| Sep 07 00:13:41.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74782026-09-07T00:13:42.257Z[ recovery-image] Sep 07 00:13:41.482 INFO O| Sep 07 00:13:41.482 INFO STEP 573 (remove_files) COMPLETE
74792026-09-07T00:13:42.257Z[ recovery-image] Sep 07 00:13:41.482 INFO O| Sep 07 00:13:41.482 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-09-07T00:13:42.260Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
74812026-09-07T00:13:42.267Z[ recovery-image] Sep 07 00:13:41.492 INFO O| Sep 07 00:13:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74822026-09-07T00:13:42.268Z[ recovery-image] Sep 07 00:13:41.492 INFO O| Sep 07 00:13:41.492 INFO STEP 574 (remove_files) COMPLETE
74832026-09-07T00:13:42.268Z[ recovery-image] Sep 07 00:13:41.492 INFO O| Sep 07 00:13:41.492 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-07T00:13:42.277Z[ recovery-image] Sep 07 00:13:41.502 INFO O| Sep 07 00:13:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74852026-09-07T00:13:42.277Z[ recovery-image] Sep 07 00:13:41.502 INFO O| Sep 07 00:13:41.502 INFO STEP 575 (remove_files) COMPLETE
74862026-09-07T00:13:42.277Z[ recovery-image] Sep 07 00:13:41.502 INFO O| Sep 07 00:13:41.502 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-07T00:13:42.286Z[ recovery-image] Sep 07 00:13:41.511 INFO O| Sep 07 00:13:41.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74882026-09-07T00:13:42.286Z[ recovery-image] Sep 07 00:13:41.511 INFO O| Sep 07 00:13:41.511 INFO STEP 576 (remove_files) COMPLETE
74892026-09-07T00:13:42.286Z[ recovery-image] Sep 07 00:13:41.511 INFO O| Sep 07 00:13:41.511 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-07T00:13:42.295Z[ recovery-image] Sep 07 00:13:41.520 INFO O| Sep 07 00:13:41.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74912026-09-07T00:13:42.295Z[ recovery-image] Sep 07 00:13:41.520 INFO O| Sep 07 00:13:41.520 INFO STEP 577 (remove_files) COMPLETE
74922026-09-07T00:13:42.295Z[ recovery-image] Sep 07 00:13:41.520 INFO O| Sep 07 00:13:41.520 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-07T00:13:42.304Z[ recovery-image] Sep 07 00:13:41.529 INFO O| Sep 07 00:13:41.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74942026-09-07T00:13:42.304Z[ recovery-image] Sep 07 00:13:41.529 INFO O| Sep 07 00:13:41.529 INFO STEP 578 (remove_files) COMPLETE
74952026-09-07T00:13:42.304Z[ recovery-image] Sep 07 00:13:41.529 INFO O| Sep 07 00:13:41.529 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-07T00:13:42.313Z[ recovery-image] Sep 07 00:13:41.539 INFO O| Sep 07 00:13:41.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74972026-09-07T00:13:42.314Z[ recovery-image] Sep 07 00:13:41.539 INFO O| Sep 07 00:13:41.539 INFO STEP 579 (remove_files) COMPLETE
74982026-09-07T00:13:42.314Z[ recovery-image] Sep 07 00:13:41.539 INFO O| Sep 07 00:13:41.539 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-07T00:13:42.317Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
75002026-09-07T00:13:42.323Z[ recovery-image] Sep 07 00:13:41.548 INFO O| Sep 07 00:13:41.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75012026-09-07T00:13:42.323Z[ recovery-image] Sep 07 00:13:41.548 INFO O| Sep 07 00:13:41.548 INFO STEP 580 (remove_files) COMPLETE
75022026-09-07T00:13:42.327Z[ recovery-image] Sep 07 00:13:41.548 INFO O| Sep 07 00:13:41.548 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-07T00:13:42.334Z[ recovery-image] Sep 07 00:13:41.558 INFO O| Sep 07 00:13:41.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75042026-09-07T00:13:42.334Z[ recovery-image] Sep 07 00:13:41.558 INFO O| Sep 07 00:13:41.558 INFO STEP 581 (remove_files) COMPLETE
75052026-09-07T00:13:42.334Z[ recovery-image] Sep 07 00:13:41.558 INFO O| Sep 07 00:13:41.558 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-07T00:13:42.343Z[ recovery-image] Sep 07 00:13:41.567 INFO O| Sep 07 00:13:41.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75072026-09-07T00:13:42.343Z[ recovery-image] Sep 07 00:13:41.567 INFO O| Sep 07 00:13:41.567 INFO STEP 582 (remove_files) COMPLETE
75082026-09-07T00:13:42.343Z[ recovery-image] Sep 07 00:13:41.567 INFO O| Sep 07 00:13:41.567 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-07T00:13:42.361Z[ recovery-image] Sep 07 00:13:41.586 INFO O| Sep 07 00:13:41.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
75102026-09-07T00:13:42.361Z[ recovery-image] Sep 07 00:13:41.586 INFO O| Sep 07 00:13:41.586 INFO STEP 583 (remove_files) COMPLETE
75112026-09-07T00:13:42.361Z[ recovery-image] Sep 07 00:13:41.586 INFO O| Sep 07 00:13:41.586 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-07T00:13:42.372Z[ recovery-image] Sep 07 00:13:41.597 INFO O| Sep 07 00:13:41.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
75132026-09-07T00:13:42.373Z[ recovery-image] Sep 07 00:13:41.597 INFO O| Sep 07 00:13:41.597 INFO STEP 584 (remove_files) COMPLETE
75142026-09-07T00:13:42.375Z[ recovery-image] Sep 07 00:13:41.597 INFO O| Sep 07 00:13:41.597 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-07T00:13:42.382Z[ recovery-image] Sep 07 00:13:41.607 INFO O| Sep 07 00:13:41.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
75162026-09-07T00:13:42.382Z[ recovery-image] Sep 07 00:13:41.608 INFO O| Sep 07 00:13:41.608 INFO STEP 585 (remove_files) COMPLETE
75172026-09-07T00:13:42.386Z[ recovery-image] Sep 07 00:13:41.608 INFO O| Sep 07 00:13:41.608 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-07T00:13:42.397Z[ recovery-image] Sep 07 00:13:41.622 INFO O| Sep 07 00:13:41.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75192026-09-07T00:13:42.397Z[ recovery-image] Sep 07 00:13:41.622 INFO O| Sep 07 00:13:41.622 INFO STEP 586 (remove_files) COMPLETE
75202026-09-07T00:13:42.400Z[ recovery-image] Sep 07 00:13:41.622 INFO O| Sep 07 00:13:41.622 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-07T00:13:42.408Z[ recovery-image] Sep 07 00:13:41.633 INFO O| Sep 07 00:13:41.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75222026-09-07T00:13:42.408Z[ recovery-image] Sep 07 00:13:41.633 INFO O| Sep 07 00:13:41.633 INFO STEP 587 (remove_files) COMPLETE
75232026-09-07T00:13:42.408Z[ recovery-image] Sep 07 00:13:41.633 INFO O| Sep 07 00:13:41.633 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-07T00:13:42.417Z[ recovery-image] Sep 07 00:13:41.643 INFO O| Sep 07 00:13:41.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75252026-09-07T00:13:42.417Z[ recovery-image] Sep 07 00:13:41.643 INFO O| Sep 07 00:13:41.643 INFO STEP 588 (remove_files) COMPLETE
75262026-09-07T00:13:42.421Z[ recovery-image] Sep 07 00:13:41.643 INFO O| Sep 07 00:13:41.643 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-07T00:13:42.427Z[ recovery-image] Sep 07 00:13:41.652 INFO O| Sep 07 00:13:41.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75282026-09-07T00:13:42.427Z[ recovery-image] Sep 07 00:13:41.652 INFO O| Sep 07 00:13:41.652 INFO STEP 589 (remove_files) COMPLETE
75292026-09-07T00:13:42.427Z[ recovery-image] Sep 07 00:13:41.652 INFO O| Sep 07 00:13:41.652 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-07T00:13:42.438Z[ recovery-image] Sep 07 00:13:41.663 INFO O| Sep 07 00:13:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75312026-09-07T00:13:42.438Z[ recovery-image] Sep 07 00:13:41.663 INFO O| Sep 07 00:13:41.663 INFO STEP 590 (remove_files) COMPLETE
75322026-09-07T00:13:42.443Z[ recovery-image] Sep 07 00:13:41.663 INFO O| Sep 07 00:13:41.663 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-07T00:13:42.448Z[ recovery-image] Sep 07 00:13:41.673 INFO O| Sep 07 00:13:41.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75342026-09-07T00:13:42.448Z[ recovery-image] Sep 07 00:13:41.673 INFO O| Sep 07 00:13:41.673 INFO STEP 591 (remove_files) COMPLETE
75352026-09-07T00:13:42.451Z[ recovery-image] Sep 07 00:13:41.673 INFO O| Sep 07 00:13:41.673 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-07T00:13:42.458Z[ recovery-image] Sep 07 00:13:41.683 INFO O| Sep 07 00:13:41.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75372026-09-07T00:13:42.458Z[ recovery-image] Sep 07 00:13:41.683 INFO O| Sep 07 00:13:41.683 INFO STEP 592 (remove_files) COMPLETE
75382026-09-07T00:13:42.458Z[ recovery-image] Sep 07 00:13:41.683 INFO O| Sep 07 00:13:41.683 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-07T00:13:42.467Z[ recovery-image] Sep 07 00:13:41.692 INFO O| Sep 07 00:13:41.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75402026-09-07T00:13:42.467Z[ recovery-image] Sep 07 00:13:41.692 INFO O| Sep 07 00:13:41.692 INFO STEP 593 (remove_files) COMPLETE
75412026-09-07T00:13:42.467Z[ recovery-image] Sep 07 00:13:41.692 INFO O| Sep 07 00:13:41.692 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-07T00:13:42.476Z[ recovery-image] Sep 07 00:13:41.701 INFO O| Sep 07 00:13:41.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75432026-09-07T00:13:42.476Z[ recovery-image] Sep 07 00:13:41.701 INFO O| Sep 07 00:13:41.701 INFO STEP 594 (remove_files) COMPLETE
75442026-09-07T00:13:42.476Z[ recovery-image] Sep 07 00:13:41.701 INFO O| Sep 07 00:13:41.701 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-07T00:13:42.485Z[ recovery-image] Sep 07 00:13:41.709 INFO O| Sep 07 00:13:41.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75462026-09-07T00:13:42.485Z[ recovery-image] Sep 07 00:13:41.709 INFO O| Sep 07 00:13:41.709 INFO STEP 595 (remove_files) COMPLETE
75472026-09-07T00:13:42.485Z[ recovery-image] Sep 07 00:13:41.709 INFO O| Sep 07 00:13:41.709 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-07T00:13:42.493Z[ recovery-image] Sep 07 00:13:41.718 INFO O| Sep 07 00:13:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75492026-09-07T00:13:42.493Z[ recovery-image] Sep 07 00:13:41.718 INFO O| Sep 07 00:13:41.718 INFO STEP 596 (remove_files) COMPLETE
75502026-09-07T00:13:42.493Z[ recovery-image] Sep 07 00:13:41.718 INFO O| Sep 07 00:13:41.718 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-07T00:13:42.501Z[ recovery-image] Sep 07 00:13:41.726 INFO O| Sep 07 00:13:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75522026-09-07T00:13:42.501Z[ recovery-image] Sep 07 00:13:41.726 INFO O| Sep 07 00:13:41.726 INFO STEP 597 (remove_files) COMPLETE
75532026-09-07T00:13:42.505Z[ recovery-image] Sep 07 00:13:41.726 INFO O| Sep 07 00:13:41.726 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-07T00:13:42.509Z[ recovery-image] Sep 07 00:13:41.735 INFO O| Sep 07 00:13:41.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75552026-09-07T00:13:42.509Z[ recovery-image] Sep 07 00:13:41.735 INFO O| Sep 07 00:13:41.735 INFO STEP 598 (remove_files) COMPLETE
75562026-09-07T00:13:42.513Z[ recovery-image] Sep 07 00:13:41.735 INFO O| Sep 07 00:13:41.735 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-07T00:13:42.519Z[ recovery-image] Sep 07 00:13:41.743 INFO O| Sep 07 00:13:41.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75582026-09-07T00:13:42.519Z[ recovery-image] Sep 07 00:13:41.743 INFO O| Sep 07 00:13:41.743 INFO STEP 599 (remove_files) COMPLETE
75592026-09-07T00:13:42.519Z[ recovery-image] Sep 07 00:13:41.743 INFO O| Sep 07 00:13:41.743 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-07T00:13:42.526Z[ recovery-image] Sep 07 00:13:41.752 INFO O| Sep 07 00:13:41.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75612026-09-07T00:13:42.530Z[ recovery-image] Sep 07 00:13:41.752 INFO O| Sep 07 00:13:41.752 INFO STEP 600 (remove_files) COMPLETE
75622026-09-07T00:13:42.530Z[ recovery-image] Sep 07 00:13:41.752 INFO O| Sep 07 00:13:41.752 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-07T00:13:42.536Z[ recovery-image] Sep 07 00:13:41.761 INFO O| Sep 07 00:13:41.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75642026-09-07T00:13:42.536Z[ recovery-image] Sep 07 00:13:41.761 INFO O| Sep 07 00:13:41.761 INFO STEP 601 (remove_files) COMPLETE
75652026-09-07T00:13:42.536Z[ recovery-image] Sep 07 00:13:41.761 INFO O| Sep 07 00:13:41.761 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-07T00:13:42.545Z[ recovery-image] Sep 07 00:13:41.770 INFO O| Sep 07 00:13:41.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75672026-09-07T00:13:42.545Z[ recovery-image] Sep 07 00:13:41.770 INFO O| Sep 07 00:13:41.770 INFO STEP 602 (remove_files) COMPLETE
75682026-09-07T00:13:42.545Z[ recovery-image] Sep 07 00:13:41.770 INFO O| Sep 07 00:13:41.770 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-07T00:13:42.553Z[ recovery-image] Sep 07 00:13:41.778 INFO O| Sep 07 00:13:41.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75702026-09-07T00:13:42.553Z[ recovery-image] Sep 07 00:13:41.779 INFO O| Sep 07 00:13:41.779 INFO STEP 603 (remove_files) COMPLETE
75712026-09-07T00:13:42.553Z[ recovery-image] Sep 07 00:13:41.779 INFO O| Sep 07 00:13:41.779 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-07T00:13:42.562Z[ recovery-image] Sep 07 00:13:41.787 INFO O| Sep 07 00:13:41.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75732026-09-07T00:13:42.562Z[ recovery-image] Sep 07 00:13:41.787 INFO O| Sep 07 00:13:41.787 INFO STEP 604 (remove_files) COMPLETE
75742026-09-07T00:13:42.565Z[ recovery-image] Sep 07 00:13:41.787 INFO O| Sep 07 00:13:41.787 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-07T00:13:42.572Z[ recovery-image] Sep 07 00:13:41.796 INFO O| Sep 07 00:13:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75762026-09-07T00:13:42.572Z[ recovery-image] Sep 07 00:13:41.796 INFO O| Sep 07 00:13:41.796 INFO STEP 605 (remove_files) COMPLETE
75772026-09-07T00:13:42.572Z[ recovery-image] Sep 07 00:13:41.797 INFO O| Sep 07 00:13:41.796 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-07T00:13:42.581Z[ recovery-image] Sep 07 00:13:41.805 INFO O| Sep 07 00:13:41.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75792026-09-07T00:13:42.581Z[ recovery-image] Sep 07 00:13:41.805 INFO O| Sep 07 00:13:41.805 INFO STEP 606 (remove_files) COMPLETE
75802026-09-07T00:13:42.585Z[ recovery-image] Sep 07 00:13:41.805 INFO O| Sep 07 00:13:41.805 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-07T00:13:42.588Z[ recovery-image] Sep 07 00:13:41.813 INFO O| Sep 07 00:13:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75822026-09-07T00:13:42.591Z[ recovery-image] Sep 07 00:13:41.814 INFO O| Sep 07 00:13:41.814 INFO STEP 607 (remove_files) COMPLETE
75832026-09-07T00:13:42.592Z[ recovery-image] Sep 07 00:13:41.814 INFO O| Sep 07 00:13:41.814 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-07T00:13:42.598Z[ recovery-image] Sep 07 00:13:41.823 INFO O| Sep 07 00:13:41.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75852026-09-07T00:13:42.598Z[ recovery-image] Sep 07 00:13:41.823 INFO O| Sep 07 00:13:41.823 INFO STEP 608 (remove_files) COMPLETE
75862026-09-07T00:13:42.598Z[ recovery-image] Sep 07 00:13:41.823 INFO O| Sep 07 00:13:41.823 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-07T00:13:42.607Z[ recovery-image] Sep 07 00:13:41.833 INFO O| Sep 07 00:13:41.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75882026-09-07T00:13:42.611Z[ recovery-image] Sep 07 00:13:41.833 INFO O| Sep 07 00:13:41.833 INFO STEP 609 (remove_files) COMPLETE
75892026-09-07T00:13:42.611Z[ recovery-image] Sep 07 00:13:41.833 INFO O| Sep 07 00:13:41.833 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-07T00:13:42.618Z[ recovery-image] Sep 07 00:13:41.843 INFO O| Sep 07 00:13:41.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75912026-09-07T00:13:42.622Z[ recovery-image] Sep 07 00:13:41.843 INFO O| Sep 07 00:13:41.843 INFO STEP 610 (remove_files) COMPLETE
75922026-09-07T00:13:42.622Z[ recovery-image] Sep 07 00:13:41.843 INFO O| Sep 07 00:13:41.843 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-07T00:13:42.627Z[ recovery-image] Sep 07 00:13:41.852 INFO O| Sep 07 00:13:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75942026-09-07T00:13:42.627Z[ recovery-image] Sep 07 00:13:41.852 INFO O| Sep 07 00:13:41.852 INFO STEP 611 (remove_files) COMPLETE
75952026-09-07T00:13:42.627Z[ recovery-image] Sep 07 00:13:41.852 INFO O| Sep 07 00:13:41.852 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-07T00:13:42.636Z[ recovery-image] Sep 07 00:13:41.862 INFO O| Sep 07 00:13:41.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75972026-09-07T00:13:42.636Z[ recovery-image] Sep 07 00:13:41.862 INFO O| Sep 07 00:13:41.862 INFO STEP 612 (remove_files) COMPLETE
75982026-09-07T00:13:42.636Z[ recovery-image] Sep 07 00:13:41.862 INFO O| Sep 07 00:13:41.862 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-07T00:13:42.646Z[ recovery-image] Sep 07 00:13:41.871 INFO O| Sep 07 00:13:41.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76002026-09-07T00:13:42.646Z[ recovery-image] Sep 07 00:13:41.871 INFO O| Sep 07 00:13:41.871 INFO STEP 613 (remove_files) COMPLETE
76012026-09-07T00:13:42.649Z[ recovery-image] Sep 07 00:13:41.871 INFO O| Sep 07 00:13:41.871 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-07T00:13:42.655Z[ recovery-image] Sep 07 00:13:41.880 INFO O| Sep 07 00:13:41.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
76032026-09-07T00:13:42.655Z[ recovery-image] Sep 07 00:13:41.881 INFO O| Sep 07 00:13:41.880 INFO STEP 614 (remove_files) COMPLETE
76042026-09-07T00:13:42.658Z[ recovery-image] Sep 07 00:13:41.881 INFO O| Sep 07 00:13:41.881 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-07T00:13:42.665Z[ recovery-image] Sep 07 00:13:41.890 INFO O| Sep 07 00:13:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
76062026-09-07T00:13:42.665Z[ recovery-image] Sep 07 00:13:41.890 INFO O| Sep 07 00:13:41.890 INFO STEP 615 (remove_files) COMPLETE
76072026-09-07T00:13:42.665Z[ recovery-image] Sep 07 00:13:41.890 INFO O| Sep 07 00:13:41.890 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-07T00:13:42.674Z[ recovery-image] Sep 07 00:13:41.899 INFO O| Sep 07 00:13:41.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
76092026-09-07T00:13:42.674Z[ recovery-image] Sep 07 00:13:41.899 INFO O| Sep 07 00:13:41.899 INFO STEP 616 (remove_files) COMPLETE
76102026-09-07T00:13:42.677Z[ recovery-image] Sep 07 00:13:41.899 INFO O| Sep 07 00:13:41.899 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-07T00:13:42.684Z[ recovery-image] Sep 07 00:13:41.909 INFO O| Sep 07 00:13:41.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
76122026-09-07T00:13:42.684Z[ recovery-image] Sep 07 00:13:41.909 INFO O| Sep 07 00:13:41.909 INFO STEP 617 (remove_files) COMPLETE
76132026-09-07T00:13:42.684Z[ recovery-image] Sep 07 00:13:41.909 INFO O| Sep 07 00:13:41.909 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-07T00:13:42.695Z[ recovery-image] Sep 07 00:13:41.920 INFO O| Sep 07 00:13:41.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
76152026-09-07T00:13:42.695Z[ recovery-image] Sep 07 00:13:41.920 INFO O| Sep 07 00:13:41.920 INFO STEP 618 (remove_files) COMPLETE
76162026-09-07T00:13:42.695Z[ recovery-image] Sep 07 00:13:41.920 INFO O| Sep 07 00:13:41.920 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-07T00:13:42.707Z[ recovery-image] Sep 07 00:13:41.932 INFO O| Sep 07 00:13:41.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76182026-09-07T00:13:42.707Z[ recovery-image] Sep 07 00:13:41.932 INFO O| Sep 07 00:13:41.932 INFO STEP 619 (remove_files) COMPLETE
76192026-09-07T00:13:42.707Z[ recovery-image] Sep 07 00:13:41.932 INFO O| Sep 07 00:13:41.932 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-07T00:13:42.716Z[ recovery-image] Sep 07 00:13:41.941 INFO O| Sep 07 00:13:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76212026-09-07T00:13:42.716Z[ recovery-image] Sep 07 00:13:41.941 INFO O| Sep 07 00:13:41.941 INFO STEP 620 (remove_files) COMPLETE
76222026-09-07T00:13:42.716Z[ recovery-image] Sep 07 00:13:41.941 INFO O| Sep 07 00:13:41.941 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-07T00:13:42.726Z[ recovery-image] Sep 07 00:13:41.951 INFO O| Sep 07 00:13:41.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76242026-09-07T00:13:42.729Z[ recovery-image] Sep 07 00:13:41.952 INFO O| Sep 07 00:13:41.952 INFO STEP 621 (remove_files) COMPLETE
76252026-09-07T00:13:42.729Z[ recovery-image] Sep 07 00:13:41.952 INFO O| Sep 07 00:13:41.952 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-07T00:13:42.737Z[ recovery-image] Sep 07 00:13:41.962 INFO O| Sep 07 00:13:41.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76272026-09-07T00:13:42.737Z[ recovery-image] Sep 07 00:13:41.962 INFO O| Sep 07 00:13:41.962 INFO STEP 622 (remove_files) COMPLETE
76282026-09-07T00:13:42.737Z[ recovery-image] Sep 07 00:13:41.962 INFO O| Sep 07 00:13:41.962 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-07T00:13:42.747Z[ recovery-image] Sep 07 00:13:41.972 INFO O| Sep 07 00:13:41.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76302026-09-07T00:13:42.747Z[ recovery-image] Sep 07 00:13:41.972 INFO O| Sep 07 00:13:41.972 INFO STEP 623 (remove_files) COMPLETE
76312026-09-07T00:13:42.747Z[ recovery-image] Sep 07 00:13:41.972 INFO O| Sep 07 00:13:41.972 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-07T00:13:42.757Z[ recovery-image] Sep 07 00:13:41.982 INFO O| Sep 07 00:13:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76332026-09-07T00:13:42.758Z[ recovery-image] Sep 07 00:13:41.982 INFO O| Sep 07 00:13:41.982 INFO STEP 624 (remove_files) COMPLETE
76342026-09-07T00:13:42.761Z[ recovery-image] Sep 07 00:13:41.982 INFO O| Sep 07 00:13:41.982 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-07T00:13:42.764Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
76362026-09-07T00:13:42.768Z[ recovery-image] Sep 07 00:13:41.991 INFO O| Sep 07 00:13:41.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76372026-09-07T00:13:42.768Z[ recovery-image] Sep 07 00:13:41.991 INFO O| Sep 07 00:13:41.991 INFO STEP 625 (remove_files) COMPLETE
76382026-09-07T00:13:42.768Z[ recovery-image] Sep 07 00:13:41.991 INFO O| Sep 07 00:13:41.991 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-07T00:13:42.780Z[ recovery-image] Sep 07 00:13:42.000 INFO O| Sep 07 00:13:42.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76402026-09-07T00:13:42.780Z[ recovery-image] Sep 07 00:13:42.000 INFO O| Sep 07 00:13:42.000 INFO STEP 626 (remove_files) COMPLETE
76412026-09-07T00:13:42.780Z[ recovery-image] Sep 07 00:13:42.000 INFO O| Sep 07 00:13:42.000 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-07T00:13:42.785Z[ recovery-image] Sep 07 00:13:42.010 INFO O| Sep 07 00:13:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76432026-09-07T00:13:42.785Z[ recovery-image] Sep 07 00:13:42.011 INFO O| Sep 07 00:13:42.011 INFO STEP 627 (remove_files) COMPLETE
76442026-09-07T00:13:42.785Z[ recovery-image] Sep 07 00:13:42.011 INFO O| Sep 07 00:13:42.011 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-07T00:13:42.804Z[ recovery-image] Sep 07 00:13:42.020 INFO O| Sep 07 00:13:42.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76462026-09-07T00:13:42.804Z[ recovery-image] Sep 07 00:13:42.020 INFO O| Sep 07 00:13:42.020 INFO STEP 628 (remove_files) COMPLETE
76472026-09-07T00:13:42.804Z[ recovery-image] Sep 07 00:13:42.020 INFO O| Sep 07 00:13:42.020 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-07T00:13:42.807Z[ recovery-image] Sep 07 00:13:42.030 INFO O| Sep 07 00:13:42.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76492026-09-07T00:13:42.807Z[ recovery-image] Sep 07 00:13:42.030 INFO O| Sep 07 00:13:42.030 INFO STEP 629 (remove_files) COMPLETE
76502026-09-07T00:13:42.807Z[ recovery-image] Sep 07 00:13:42.030 INFO O| Sep 07 00:13:42.030 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-07T00:13:42.814Z[ recovery-image] Sep 07 00:13:42.039 INFO O| Sep 07 00:13:42.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76522026-09-07T00:13:42.814Z[ recovery-image] Sep 07 00:13:42.039 INFO O| Sep 07 00:13:42.039 INFO STEP 630 (remove_files) COMPLETE
76532026-09-07T00:13:42.814Z[ recovery-image] Sep 07 00:13:42.039 INFO O| Sep 07 00:13:42.039 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-07T00:13:42.824Z[ recovery-image] Sep 07 00:13:42.049 INFO O| Sep 07 00:13:42.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76552026-09-07T00:13:42.824Z[ recovery-image] Sep 07 00:13:42.049 INFO O| Sep 07 00:13:42.049 INFO STEP 631 (remove_files) COMPLETE
76562026-09-07T00:13:42.827Z[ recovery-image] Sep 07 00:13:42.049 INFO O| Sep 07 00:13:42.049 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-07T00:13:42.834Z[ recovery-image] Sep 07 00:13:42.059 INFO O| Sep 07 00:13:42.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76582026-09-07T00:13:42.834Z[ recovery-image] Sep 07 00:13:42.059 INFO O| Sep 07 00:13:42.059 INFO STEP 632 (remove_files) COMPLETE
76592026-09-07T00:13:42.834Z[ recovery-image] Sep 07 00:13:42.059 INFO O| Sep 07 00:13:42.059 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-07T00:13:42.844Z[ recovery-image] Sep 07 00:13:42.069 INFO O| Sep 07 00:13:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76612026-09-07T00:13:42.844Z[ recovery-image] Sep 07 00:13:42.069 INFO O| Sep 07 00:13:42.069 INFO STEP 633 (remove_files) COMPLETE
76622026-09-07T00:13:42.844Z[ recovery-image] Sep 07 00:13:42.069 INFO O| Sep 07 00:13:42.069 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-07T00:13:42.855Z[ recovery-image] Sep 07 00:13:42.080 INFO O| Sep 07 00:13:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76642026-09-07T00:13:42.855Z[ recovery-image] Sep 07 00:13:42.080 INFO O| Sep 07 00:13:42.080 INFO STEP 634 (remove_files) COMPLETE
76652026-09-07T00:13:42.858Z[ recovery-image] Sep 07 00:13:42.080 INFO O| Sep 07 00:13:42.080 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-07T00:13:42.865Z[ recovery-image] Sep 07 00:13:42.090 INFO O| Sep 07 00:13:42.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76672026-09-07T00:13:42.865Z[ recovery-image] Sep 07 00:13:42.090 INFO O| Sep 07 00:13:42.090 INFO STEP 635 (remove_files) COMPLETE
76682026-09-07T00:13:42.865Z[ recovery-image] Sep 07 00:13:42.090 INFO O| Sep 07 00:13:42.090 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-07T00:13:42.875Z[ recovery-image] Sep 07 00:13:42.100 INFO O| Sep 07 00:13:42.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76702026-09-07T00:13:42.875Z[ recovery-image] Sep 07 00:13:42.100 INFO O| Sep 07 00:13:42.100 INFO STEP 636 (remove_files) COMPLETE
76712026-09-07T00:13:42.875Z[ recovery-image] Sep 07 00:13:42.100 INFO O| Sep 07 00:13:42.100 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-07T00:13:42.884Z[ recovery-image] Sep 07 00:13:42.109 INFO O| Sep 07 00:13:42.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76732026-09-07T00:13:42.884Z[ recovery-image] Sep 07 00:13:42.109 INFO O| Sep 07 00:13:42.109 INFO STEP 637 (remove_files) COMPLETE
76742026-09-07T00:13:42.884Z[ recovery-image] Sep 07 00:13:42.109 INFO O| Sep 07 00:13:42.109 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-07T00:13:42.894Z[ recovery-image] Sep 07 00:13:42.120 INFO O| Sep 07 00:13:42.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76762026-09-07T00:13:42.895Z[ recovery-image] Sep 07 00:13:42.120 INFO O| Sep 07 00:13:42.120 INFO STEP 638 (remove_files) COMPLETE
76772026-09-07T00:13:42.895Z[ recovery-image] Sep 07 00:13:42.120 INFO O| Sep 07 00:13:42.120 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-07T00:13:42.904Z[ recovery-image] Sep 07 00:13:42.130 INFO O| Sep 07 00:13:42.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76792026-09-07T00:13:42.904Z[ recovery-image] Sep 07 00:13:42.130 INFO O| Sep 07 00:13:42.130 INFO STEP 639 (remove_files) COMPLETE
76802026-09-07T00:13:42.904Z[ recovery-image] Sep 07 00:13:42.130 INFO O| Sep 07 00:13:42.130 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-07T00:13:42.915Z[ recovery-image] Sep 07 00:13:42.140 INFO O| Sep 07 00:13:42.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76822026-09-07T00:13:42.915Z[ recovery-image] Sep 07 00:13:42.140 INFO O| Sep 07 00:13:42.140 INFO STEP 640 (remove_files) COMPLETE
76832026-09-07T00:13:42.915Z[ recovery-image] Sep 07 00:13:42.140 INFO O| Sep 07 00:13:42.140 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-07T00:13:42.924Z[ recovery-image] Sep 07 00:13:42.149 INFO O| Sep 07 00:13:42.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76852026-09-07T00:13:42.924Z[ recovery-image] Sep 07 00:13:42.149 INFO O| Sep 07 00:13:42.149 INFO STEP 641 (remove_files) COMPLETE
76862026-09-07T00:13:42.924Z[ recovery-image] Sep 07 00:13:42.149 INFO O| Sep 07 00:13:42.149 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-07T00:13:42.933Z[ recovery-image] Sep 07 00:13:42.158 INFO O| Sep 07 00:13:42.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76882026-09-07T00:13:42.933Z[ recovery-image] Sep 07 00:13:42.158 INFO O| Sep 07 00:13:42.158 INFO STEP 642 (remove_files) COMPLETE
76892026-09-07T00:13:42.933Z[ recovery-image] Sep 07 00:13:42.158 INFO O| Sep 07 00:13:42.158 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-07T00:13:42.942Z[ recovery-image] Sep 07 00:13:42.168 INFO O| Sep 07 00:13:42.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76912026-09-07T00:13:42.942Z[ recovery-image] Sep 07 00:13:42.168 INFO O| Sep 07 00:13:42.168 INFO STEP 643 (remove_files) COMPLETE
76922026-09-07T00:13:42.942Z[ recovery-image] Sep 07 00:13:42.168 INFO O| Sep 07 00:13:42.168 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-07T00:13:42.952Z[ recovery-image] Sep 07 00:13:42.177 INFO O| Sep 07 00:13:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76942026-09-07T00:13:42.952Z[ recovery-image] Sep 07 00:13:42.177 INFO O| Sep 07 00:13:42.177 INFO STEP 644 (remove_files) COMPLETE
76952026-09-07T00:13:42.952Z[ recovery-image] Sep 07 00:13:42.177 INFO O| Sep 07 00:13:42.177 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-07T00:13:42.961Z[ recovery-image] Sep 07 00:13:42.186 INFO O| Sep 07 00:13:42.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76972026-09-07T00:13:42.961Z[ recovery-image] Sep 07 00:13:42.187 INFO O| Sep 07 00:13:42.187 INFO STEP 645 (remove_files) COMPLETE
76982026-09-07T00:13:42.961Z[ recovery-image] Sep 07 00:13:42.187 INFO O| Sep 07 00:13:42.187 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-07T00:13:42.972Z[ recovery-image] Sep 07 00:13:42.197 INFO O| Sep 07 00:13:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77002026-09-07T00:13:42.972Z[ recovery-image] Sep 07 00:13:42.197 INFO O| Sep 07 00:13:42.197 INFO STEP 646 (remove_files) COMPLETE
77012026-09-07T00:13:42.972Z[ recovery-image] Sep 07 00:13:42.197 INFO O| Sep 07 00:13:42.197 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-07T00:13:42.982Z[ recovery-image] Sep 07 00:13:42.207 INFO O| Sep 07 00:13:42.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
77032026-09-07T00:13:42.982Z[ recovery-image] Sep 07 00:13:42.207 INFO O| Sep 07 00:13:42.207 INFO STEP 647 (remove_files) COMPLETE
77042026-09-07T00:13:42.982Z[ recovery-image] Sep 07 00:13:42.207 INFO O| Sep 07 00:13:42.207 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-07T00:13:42.991Z[ recovery-image] Sep 07 00:13:42.216 INFO O| Sep 07 00:13:42.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
77062026-09-07T00:13:42.991Z[ recovery-image] Sep 07 00:13:42.216 INFO O| Sep 07 00:13:42.216 INFO STEP 648 (remove_files) COMPLETE
77072026-09-07T00:13:42.994Z[ recovery-image] Sep 07 00:13:42.216 INFO O| Sep 07 00:13:42.216 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-07T00:13:43.000Z[ recovery-image] Sep 07 00:13:42.225 INFO O| Sep 07 00:13:42.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
77092026-09-07T00:13:43.004Z[ recovery-image] Sep 07 00:13:42.227 INFO O| Sep 07 00:13:42.227 INFO STEP 649 (remove_files) COMPLETE
77102026-09-07T00:13:43.004Z[ recovery-image] Sep 07 00:13:42.227 INFO O| Sep 07 00:13:42.227 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-07T00:13:43.013Z[ recovery-image] Sep 07 00:13:42.238 INFO O| Sep 07 00:13:42.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
77122026-09-07T00:13:43.014Z[ recovery-image] Sep 07 00:13:42.238 INFO O| Sep 07 00:13:42.238 INFO STEP 650 (remove_files) COMPLETE
77132026-09-07T00:13:43.014Z[ recovery-image] Sep 07 00:13:42.238 INFO O| Sep 07 00:13:42.238 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-07T00:13:43.024Z[ recovery-image] Sep 07 00:13:42.248 INFO O| Sep 07 00:13:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77152026-09-07T00:13:43.024Z[ recovery-image] Sep 07 00:13:42.249 INFO O| Sep 07 00:13:42.249 INFO STEP 651 (remove_files) COMPLETE
77162026-09-07T00:13:43.027Z[ recovery-image] Sep 07 00:13:42.249 INFO O| Sep 07 00:13:42.249 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-07T00:13:43.040Z[ recovery-image] Sep 07 00:13:42.265 INFO O| Sep 07 00:13:42.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77182026-09-07T00:13:43.040Z[ recovery-image] Sep 07 00:13:42.265 INFO O| Sep 07 00:13:42.265 INFO STEP 652 (remove_files) COMPLETE
77192026-09-07T00:13:43.040Z[ recovery-image] Sep 07 00:13:42.265 INFO O| Sep 07 00:13:42.265 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-07T00:13:43.049Z[ recovery-image] Sep 07 00:13:42.275 INFO O| Sep 07 00:13:42.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77212026-09-07T00:13:43.049Z[ recovery-image] Sep 07 00:13:42.275 INFO O| Sep 07 00:13:42.275 INFO STEP 653 (remove_files) COMPLETE
77222026-09-07T00:13:43.049Z[ recovery-image] Sep 07 00:13:42.275 INFO O| Sep 07 00:13:42.275 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-07T00:13:43.059Z[ recovery-image] Sep 07 00:13:42.284 INFO O| Sep 07 00:13:42.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77242026-09-07T00:13:43.059Z[ recovery-image] Sep 07 00:13:42.284 INFO O| Sep 07 00:13:42.284 INFO STEP 654 (remove_files) COMPLETE
77252026-09-07T00:13:43.062Z[ recovery-image] Sep 07 00:13:42.284 INFO O| Sep 07 00:13:42.284 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-07T00:13:43.068Z[ recovery-image] Sep 07 00:13:42.294 INFO O| Sep 07 00:13:42.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77272026-09-07T00:13:43.069Z[ recovery-image] Sep 07 00:13:42.294 INFO O| Sep 07 00:13:42.294 INFO STEP 655 (remove_files) COMPLETE
77282026-09-07T00:13:43.069Z[ recovery-image] Sep 07 00:13:42.294 INFO O| Sep 07 00:13:42.294 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-07T00:13:43.079Z[ recovery-image] Sep 07 00:13:42.304 INFO O| Sep 07 00:13:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77302026-09-07T00:13:43.079Z[ recovery-image] Sep 07 00:13:42.304 INFO O| Sep 07 00:13:42.304 INFO STEP 656 (remove_files) COMPLETE
77312026-09-07T00:13:43.079Z[ recovery-image] Sep 07 00:13:42.304 INFO O| Sep 07 00:13:42.304 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-07T00:13:43.088Z[ recovery-image] Sep 07 00:13:42.313 INFO O| Sep 07 00:13:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77332026-09-07T00:13:43.088Z[ recovery-image] Sep 07 00:13:42.313 INFO O| Sep 07 00:13:42.313 INFO STEP 657 (remove_files) COMPLETE
77342026-09-07T00:13:43.088Z[ recovery-image] Sep 07 00:13:42.313 INFO O| Sep 07 00:13:42.313 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-07T00:13:43.097Z[ recovery-image] Sep 07 00:13:42.322 INFO O| Sep 07 00:13:42.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77362026-09-07T00:13:43.097Z[ recovery-image] Sep 07 00:13:42.322 INFO O| Sep 07 00:13:42.322 INFO STEP 658 (remove_files) COMPLETE
77372026-09-07T00:13:43.097Z[ recovery-image] Sep 07 00:13:42.322 INFO O| Sep 07 00:13:42.322 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-07T00:13:43.107Z[ recovery-image] Sep 07 00:13:42.332 INFO O| Sep 07 00:13:42.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77392026-09-07T00:13:43.107Z[ recovery-image] Sep 07 00:13:42.332 INFO O| Sep 07 00:13:42.332 INFO STEP 659 (remove_files) COMPLETE
77402026-09-07T00:13:43.107Z[ recovery-image] Sep 07 00:13:42.332 INFO O| Sep 07 00:13:42.332 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-07T00:13:43.116Z[ recovery-image] Sep 07 00:13:42.341 INFO O| Sep 07 00:13:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77422026-09-07T00:13:43.116Z[ recovery-image] Sep 07 00:13:42.341 INFO O| Sep 07 00:13:42.341 INFO STEP 660 (remove_files) COMPLETE
77432026-09-07T00:13:43.116Z[ recovery-image] Sep 07 00:13:42.341 INFO O| Sep 07 00:13:42.341 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-07T00:13:43.127Z[ recovery-image] Sep 07 00:13:42.353 INFO O| Sep 07 00:13:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77452026-09-07T00:13:43.128Z[ recovery-image] Sep 07 00:13:42.353 INFO O| Sep 07 00:13:42.353 INFO STEP 661 (remove_files) COMPLETE
77462026-09-07T00:13:43.128Z[ recovery-image] Sep 07 00:13:42.353 INFO O| Sep 07 00:13:42.353 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-07T00:13:43.139Z[ recovery-image] Sep 07 00:13:42.364 INFO O| Sep 07 00:13:42.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77482026-09-07T00:13:43.139Z[ recovery-image] Sep 07 00:13:42.364 INFO O| Sep 07 00:13:42.364 INFO STEP 662 (remove_files) COMPLETE
77492026-09-07T00:13:43.142Z[ recovery-image] Sep 07 00:13:42.364 INFO O| Sep 07 00:13:42.364 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-07T00:13:43.149Z[ recovery-image] Sep 07 00:13:42.374 INFO O| Sep 07 00:13:42.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77512026-09-07T00:13:43.149Z[ recovery-image] Sep 07 00:13:42.374 INFO O| Sep 07 00:13:42.374 INFO STEP 663 (remove_files) COMPLETE
77522026-09-07T00:13:43.149Z[ recovery-image] Sep 07 00:13:42.374 INFO O| Sep 07 00:13:42.374 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-07T00:13:43.159Z[ recovery-image] Sep 07 00:13:42.384 INFO O| Sep 07 00:13:42.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77542026-09-07T00:13:43.159Z[ recovery-image] Sep 07 00:13:42.384 INFO O| Sep 07 00:13:42.384 INFO STEP 664 (remove_files) COMPLETE
77552026-09-07T00:13:43.165Z[ recovery-image] Sep 07 00:13:42.384 INFO O| Sep 07 00:13:42.384 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-07T00:13:43.169Z[ recovery-image] Sep 07 00:13:42.394 INFO O| Sep 07 00:13:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77572026-09-07T00:13:43.169Z[ recovery-image] Sep 07 00:13:42.394 INFO O| Sep 07 00:13:42.394 INFO STEP 665 (remove_files) COMPLETE
77582026-09-07T00:13:43.172Z[ recovery-image] Sep 07 00:13:42.394 INFO O| Sep 07 00:13:42.394 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-07T00:13:43.181Z[ recovery-image] Sep 07 00:13:42.406 INFO O| Sep 07 00:13:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77602026-09-07T00:13:43.181Z[ recovery-image] Sep 07 00:13:42.406 INFO O| Sep 07 00:13:42.406 INFO STEP 666 (remove_files) COMPLETE
77612026-09-07T00:13:43.184Z[ recovery-image] Sep 07 00:13:42.406 INFO O| Sep 07 00:13:42.406 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-07T00:13:43.191Z[ recovery-image] Sep 07 00:13:42.416 INFO O| Sep 07 00:13:42.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77632026-09-07T00:13:43.191Z[ recovery-image] Sep 07 00:13:42.416 INFO O| Sep 07 00:13:42.416 INFO STEP 667 (remove_files) COMPLETE
77642026-09-07T00:13:43.191Z[ recovery-image] Sep 07 00:13:42.416 INFO O| Sep 07 00:13:42.416 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-07T00:13:43.200Z[ recovery-image] Sep 07 00:13:42.425 INFO O| Sep 07 00:13:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77662026-09-07T00:13:43.200Z[ recovery-image] Sep 07 00:13:42.425 INFO O| Sep 07 00:13:42.425 INFO STEP 668 (remove_files) COMPLETE
77672026-09-07T00:13:43.200Z[ recovery-image] Sep 07 00:13:42.425 INFO O| Sep 07 00:13:42.425 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-07T00:13:43.209Z[ recovery-image] Sep 07 00:13:42.434 INFO O| Sep 07 00:13:42.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77692026-09-07T00:13:43.209Z[ recovery-image] Sep 07 00:13:42.434 INFO O| Sep 07 00:13:42.434 INFO STEP 669 (remove_files) COMPLETE
77702026-09-07T00:13:43.209Z[ recovery-image] Sep 07 00:13:42.434 INFO O| Sep 07 00:13:42.434 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-07T00:13:43.218Z[ recovery-image] Sep 07 00:13:42.444 INFO O| Sep 07 00:13:42.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77722026-09-07T00:13:43.219Z[ recovery-image] Sep 07 00:13:42.444 INFO O| Sep 07 00:13:42.444 INFO STEP 670 (remove_files) COMPLETE
77732026-09-07T00:13:43.219Z[ recovery-image] Sep 07 00:13:42.444 INFO O| Sep 07 00:13:42.444 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-07T00:13:43.228Z[ recovery-image] Sep 07 00:13:42.453 INFO O| Sep 07 00:13:42.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77752026-09-07T00:13:43.228Z[ recovery-image] Sep 07 00:13:42.453 INFO O| Sep 07 00:13:42.453 INFO STEP 671 (remove_files) COMPLETE
77762026-09-07T00:13:43.228Z[ recovery-image] Sep 07 00:13:42.453 INFO O| Sep 07 00:13:42.453 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-07T00:13:43.237Z[ recovery-image] Sep 07 00:13:42.462 INFO O| Sep 07 00:13:42.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77782026-09-07T00:13:43.240Z[ recovery-image] Sep 07 00:13:42.463 INFO O| Sep 07 00:13:42.463 INFO STEP 672 (remove_files) COMPLETE
77792026-09-07T00:13:43.240Z[ recovery-image] Sep 07 00:13:42.463 INFO O| Sep 07 00:13:42.463 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-07T00:13:43.248Z[ recovery-image] Sep 07 00:13:42.473 INFO O| Sep 07 00:13:42.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77812026-09-07T00:13:43.248Z[ recovery-image] Sep 07 00:13:42.473 INFO O| Sep 07 00:13:42.473 INFO STEP 673 (remove_files) COMPLETE
77822026-09-07T00:13:43.248Z[ recovery-image] Sep 07 00:13:42.473 INFO O| Sep 07 00:13:42.473 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-07T00:13:43.260Z[ recovery-image] Sep 07 00:13:42.484 INFO O| Sep 07 00:13:42.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77842026-09-07T00:13:43.260Z[ recovery-image] Sep 07 00:13:42.484 INFO O| Sep 07 00:13:42.484 INFO STEP 674 (remove_files) COMPLETE
77852026-09-07T00:13:43.261Z[ recovery-image] Sep 07 00:13:42.484 INFO O| Sep 07 00:13:42.484 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-07T00:13:43.269Z[ recovery-image] Sep 07 00:13:42.494 INFO O| Sep 07 00:13:42.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77872026-09-07T00:13:43.269Z[ recovery-image] Sep 07 00:13:42.494 INFO O| Sep 07 00:13:42.494 INFO STEP 675 (remove_files) COMPLETE
77882026-09-07T00:13:43.269Z[ recovery-image] Sep 07 00:13:42.495 INFO O| Sep 07 00:13:42.494 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-07T00:13:43.281Z[ recovery-image] Sep 07 00:13:42.505 INFO O| Sep 07 00:13:42.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77902026-09-07T00:13:43.281Z[ recovery-image] Sep 07 00:13:42.505 INFO O| Sep 07 00:13:42.505 INFO STEP 676 (remove_files) COMPLETE
77912026-09-07T00:13:43.285Z[ recovery-image] Sep 07 00:13:42.505 INFO O| Sep 07 00:13:42.505 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-07T00:13:43.290Z[ recovery-image] Sep 07 00:13:42.516 INFO O| Sep 07 00:13:42.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77932026-09-07T00:13:43.291Z[ recovery-image] Sep 07 00:13:42.516 INFO O| Sep 07 00:13:42.516 INFO STEP 677 (remove_files) COMPLETE
77942026-09-07T00:13:43.293Z[ recovery-image] Sep 07 00:13:42.516 INFO O| Sep 07 00:13:42.516 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-07T00:13:43.300Z[ recovery-image] Sep 07 00:13:42.525 INFO O| Sep 07 00:13:42.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77962026-09-07T00:13:43.300Z[ recovery-image] Sep 07 00:13:42.525 INFO O| Sep 07 00:13:42.525 INFO STEP 678 (remove_files) COMPLETE
77972026-09-07T00:13:43.303Z[ recovery-image] Sep 07 00:13:42.525 INFO O| Sep 07 00:13:42.525 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-07T00:13:43.312Z[ recovery-image] Sep 07 00:13:42.536 INFO O| Sep 07 00:13:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77992026-09-07T00:13:43.312Z[ recovery-image] Sep 07 00:13:42.537 INFO O| Sep 07 00:13:42.536 INFO STEP 679 (remove_files) COMPLETE
78002026-09-07T00:13:43.312Z[ recovery-image] Sep 07 00:13:42.537 INFO O| Sep 07 00:13:42.536 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-07T00:13:43.322Z[ recovery-image] Sep 07 00:13:42.547 INFO O| Sep 07 00:13:42.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
78022026-09-07T00:13:43.322Z[ recovery-image] Sep 07 00:13:42.547 INFO O| Sep 07 00:13:42.547 INFO STEP 680 (remove_files) COMPLETE
78032026-09-07T00:13:43.322Z[ recovery-image] Sep 07 00:13:42.547 INFO O| Sep 07 00:13:42.547 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-07T00:13:43.334Z[ recovery-image] Sep 07 00:13:42.558 INFO O| Sep 07 00:13:42.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
78052026-09-07T00:13:43.334Z[ recovery-image] Sep 07 00:13:42.558 INFO O| Sep 07 00:13:42.558 INFO STEP 681 (remove_files) COMPLETE
78062026-09-07T00:13:43.334Z[ recovery-image] Sep 07 00:13:42.558 INFO O| Sep 07 00:13:42.558 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-07T00:13:43.345Z[ recovery-image] Sep 07 00:13:42.569 INFO O| Sep 07 00:13:42.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
78082026-09-07T00:13:43.345Z[ recovery-image] Sep 07 00:13:42.569 INFO O| Sep 07 00:13:42.569 INFO STEP 682 (remove_files) COMPLETE
78092026-09-07T00:13:43.345Z[ recovery-image] Sep 07 00:13:42.569 INFO O| Sep 07 00:13:42.569 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-07T00:13:43.354Z[ recovery-image] Sep 07 00:13:42.579 INFO O| Sep 07 00:13:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
78112026-09-07T00:13:43.354Z[ recovery-image] Sep 07 00:13:42.579 INFO O| Sep 07 00:13:42.579 INFO STEP 683 (remove_files) COMPLETE
78122026-09-07T00:13:43.354Z[ recovery-image] Sep 07 00:13:42.579 INFO O| Sep 07 00:13:42.579 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-07T00:13:43.365Z[ recovery-image] Sep 07 00:13:42.590 INFO O| Sep 07 00:13:42.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78142026-09-07T00:13:43.365Z[ recovery-image] Sep 07 00:13:42.590 INFO O| Sep 07 00:13:42.590 INFO STEP 684 (remove_files) COMPLETE
78152026-09-07T00:13:43.365Z[ recovery-image] Sep 07 00:13:42.590 INFO O| Sep 07 00:13:42.590 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-07T00:13:43.376Z[ recovery-image] Sep 07 00:13:42.601 INFO O| Sep 07 00:13:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78172026-09-07T00:13:43.376Z[ recovery-image] Sep 07 00:13:42.601 INFO O| Sep 07 00:13:42.601 INFO STEP 685 (remove_files) COMPLETE
78182026-09-07T00:13:43.376Z[ recovery-image] Sep 07 00:13:42.601 INFO O| Sep 07 00:13:42.601 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-07T00:13:43.386Z[ recovery-image] Sep 07 00:13:42.611 INFO O| Sep 07 00:13:42.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78202026-09-07T00:13:43.386Z[ recovery-image] Sep 07 00:13:42.611 INFO O| Sep 07 00:13:42.611 INFO STEP 686 (remove_files) COMPLETE
78212026-09-07T00:13:43.386Z[ recovery-image] Sep 07 00:13:42.611 INFO O| Sep 07 00:13:42.611 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-07T00:13:43.396Z[ recovery-image] Sep 07 00:13:42.621 INFO O| Sep 07 00:13:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78232026-09-07T00:13:43.396Z[ recovery-image] Sep 07 00:13:42.621 INFO O| Sep 07 00:13:42.621 INFO STEP 687 (remove_files) COMPLETE
78242026-09-07T00:13:43.396Z[ recovery-image] Sep 07 00:13:42.621 INFO O| Sep 07 00:13:42.621 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-07T00:13:43.406Z[ recovery-image] Sep 07 00:13:42.631 INFO O| Sep 07 00:13:42.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78262026-09-07T00:13:43.406Z[ recovery-image] Sep 07 00:13:42.632 INFO O| Sep 07 00:13:42.632 INFO STEP 688 (remove_files) COMPLETE
78272026-09-07T00:13:43.406Z[ recovery-image] Sep 07 00:13:42.632 INFO O| Sep 07 00:13:42.632 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-07T00:13:43.417Z[ recovery-image] Sep 07 00:13:42.642 INFO O| Sep 07 00:13:42.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78292026-09-07T00:13:43.418Z[ recovery-image] Sep 07 00:13:42.642 INFO O| Sep 07 00:13:42.642 INFO STEP 689 (remove_files) COMPLETE
78302026-09-07T00:13:43.418Z[ recovery-image] Sep 07 00:13:42.642 INFO O| Sep 07 00:13:42.642 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-07T00:13:43.426Z[ recovery-image] Sep 07 00:13:42.651 INFO O| Sep 07 00:13:42.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78322026-09-07T00:13:43.426Z[ recovery-image] Sep 07 00:13:42.651 INFO O| Sep 07 00:13:42.651 INFO STEP 690 (remove_files) COMPLETE
78332026-09-07T00:13:43.426Z[ recovery-image] Sep 07 00:13:42.651 INFO O| Sep 07 00:13:42.651 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-07T00:13:43.436Z[ recovery-image] Sep 07 00:13:42.661 INFO O| Sep 07 00:13:42.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78352026-09-07T00:13:43.436Z[ recovery-image] Sep 07 00:13:42.661 INFO O| Sep 07 00:13:42.661 INFO STEP 691 (remove_files) COMPLETE
78362026-09-07T00:13:43.436Z[ recovery-image] Sep 07 00:13:42.661 INFO O| Sep 07 00:13:42.661 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-07T00:13:43.446Z[ recovery-image] Sep 07 00:13:42.671 INFO O| Sep 07 00:13:42.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78382026-09-07T00:13:43.446Z[ recovery-image] Sep 07 00:13:42.671 INFO O| Sep 07 00:13:42.671 INFO STEP 692 (remove_files) COMPLETE
78392026-09-07T00:13:43.446Z[ recovery-image] Sep 07 00:13:42.671 INFO O| Sep 07 00:13:42.671 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-07T00:13:43.456Z[ recovery-image] Sep 07 00:13:42.681 INFO O| Sep 07 00:13:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78412026-09-07T00:13:43.456Z[ recovery-image] Sep 07 00:13:42.681 INFO O| Sep 07 00:13:42.681 INFO STEP 693 (remove_files) COMPLETE
78422026-09-07T00:13:43.456Z[ recovery-image] Sep 07 00:13:42.681 INFO O| Sep 07 00:13:42.681 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-07T00:13:43.467Z[ recovery-image] Sep 07 00:13:42.692 INFO O| Sep 07 00:13:42.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78442026-09-07T00:13:43.467Z[ recovery-image] Sep 07 00:13:42.692 INFO O| Sep 07 00:13:42.692 INFO STEP 694 (remove_files) COMPLETE
78452026-09-07T00:13:43.467Z[ recovery-image] Sep 07 00:13:42.692 INFO O| Sep 07 00:13:42.692 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-07T00:13:43.477Z[ recovery-image] Sep 07 00:13:42.702 INFO O| Sep 07 00:13:42.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78472026-09-07T00:13:43.477Z[ recovery-image] Sep 07 00:13:42.702 INFO O| Sep 07 00:13:42.702 INFO STEP 695 (remove_files) COMPLETE
78482026-09-07T00:13:43.477Z[ recovery-image] Sep 07 00:13:42.702 INFO O| Sep 07 00:13:42.702 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-07T00:13:43.488Z[ recovery-image] Sep 07 00:13:42.713 INFO O| Sep 07 00:13:42.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78502026-09-07T00:13:43.488Z[ recovery-image] Sep 07 00:13:42.713 INFO O| Sep 07 00:13:42.713 INFO STEP 696 (remove_files) COMPLETE
78512026-09-07T00:13:43.488Z[ recovery-image] Sep 07 00:13:42.713 INFO O| Sep 07 00:13:42.713 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-07T00:13:43.499Z[ recovery-image] Sep 07 00:13:42.723 INFO O| Sep 07 00:13:42.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78532026-09-07T00:13:43.499Z[ recovery-image] Sep 07 00:13:42.723 INFO O| Sep 07 00:13:42.723 INFO STEP 697 (remove_files) COMPLETE
78542026-09-07T00:13:43.500Z[ recovery-image] Sep 07 00:13:42.723 INFO O| Sep 07 00:13:42.723 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-07T00:13:43.507Z[ recovery-image] Sep 07 00:13:42.733 INFO O| Sep 07 00:13:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78562026-09-07T00:13:43.507Z[ recovery-image] Sep 07 00:13:42.733 INFO O| Sep 07 00:13:42.733 INFO STEP 698 (remove_files) COMPLETE
78572026-09-07T00:13:43.507Z[ recovery-image] Sep 07 00:13:42.733 INFO O| Sep 07 00:13:42.733 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-07T00:13:43.516Z[ recovery-image] Sep 07 00:13:42.741 INFO O| Sep 07 00:13:42.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78592026-09-07T00:13:43.516Z[ recovery-image] Sep 07 00:13:42.742 INFO O| Sep 07 00:13:42.742 INFO STEP 699 (remove_files) COMPLETE
78602026-09-07T00:13:43.516Z[ recovery-image] Sep 07 00:13:42.742 INFO O| Sep 07 00:13:42.742 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-07T00:13:43.526Z[ recovery-image] Sep 07 00:13:42.750 INFO O| Sep 07 00:13:42.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78622026-09-07T00:13:43.526Z[ recovery-image] Sep 07 00:13:42.750 INFO O| Sep 07 00:13:42.750 INFO STEP 700 (remove_files) COMPLETE
78632026-09-07T00:13:43.526Z[ recovery-image] Sep 07 00:13:42.750 INFO O| Sep 07 00:13:42.750 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-07T00:13:43.543Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78652026-09-07T00:13:43.543Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.759 INFO STEP 701 (remove_files) COMPLETE
78662026-09-07T00:13:43.543Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.759 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-07T00:13:43.546Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78682026-09-07T00:13:43.547Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.768 INFO STEP 702 (remove_files) COMPLETE
78692026-09-07T00:13:43.547Z[ recovery-image] Sep 07 00:13:42.768 INFO O| Sep 07 00:13:42.768 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-07T00:13:43.553Z[ recovery-image] Sep 07 00:13:42.778 INFO O| Sep 07 00:13:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78712026-09-07T00:13:43.553Z[ recovery-image] Sep 07 00:13:42.778 INFO O| Sep 07 00:13:42.778 INFO STEP 703 (remove_files) COMPLETE
78722026-09-07T00:13:43.553Z[ recovery-image] Sep 07 00:13:42.778 INFO O| Sep 07 00:13:42.778 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-07T00:13:43.562Z[ recovery-image] Sep 07 00:13:42.787 INFO O| Sep 07 00:13:42.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78742026-09-07T00:13:43.562Z[ recovery-image] Sep 07 00:13:42.787 INFO O| Sep 07 00:13:42.787 INFO STEP 704 (remove_files) COMPLETE
78752026-09-07T00:13:43.565Z[ recovery-image] Sep 07 00:13:42.787 INFO O| Sep 07 00:13:42.787 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-07T00:13:43.572Z[ recovery-image] Sep 07 00:13:42.797 INFO O| Sep 07 00:13:42.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78772026-09-07T00:13:43.572Z[ recovery-image] Sep 07 00:13:42.797 INFO O| Sep 07 00:13:42.797 INFO STEP 705 (remove_files) COMPLETE
78782026-09-07T00:13:43.572Z[ recovery-image] Sep 07 00:13:42.797 INFO O| Sep 07 00:13:42.797 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-07T00:13:43.581Z[ recovery-image] Sep 07 00:13:42.806 INFO O| Sep 07 00:13:42.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78802026-09-07T00:13:43.581Z[ recovery-image] Sep 07 00:13:42.806 INFO O| Sep 07 00:13:42.806 INFO STEP 706 (remove_files) COMPLETE
78812026-09-07T00:13:43.581Z[ recovery-image] Sep 07 00:13:42.806 INFO O| Sep 07 00:13:42.806 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.815 INFO O| Sep 07 00:13:42.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78832026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.815 INFO O| Sep 07 00:13:42.815 INFO STEP 707 (remove_files) COMPLETE
78842026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.815 INFO O| Sep 07 00:13:42.815 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.825 INFO O| Sep 07 00:13:42.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78862026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.825 INFO O| Sep 07 00:13:42.825 INFO STEP 708 (remove_files) COMPLETE
78872026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.825 INFO O| Sep 07 00:13:42.825 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.833 INFO O| Sep 07 00:13:42.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78892026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.833 INFO O| Sep 07 00:13:42.833 INFO STEP 709 (remove_files) COMPLETE
78902026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.833 INFO O| Sep 07 00:13:42.833 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.844 INFO O| Sep 07 00:13:42.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78922026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.844 INFO O| Sep 07 00:13:42.844 INFO STEP 710 (remove_files) COMPLETE
78932026-09-07T00:13:43.630Z[ recovery-image] Sep 07 00:13:42.844 INFO O| Sep 07 00:13:42.844 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-07T00:13:43.634Z[ recovery-image] Sep 07 00:13:42.853 INFO O| Sep 07 00:13:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78952026-09-07T00:13:43.634Z[ recovery-image] Sep 07 00:13:42.853 INFO O| Sep 07 00:13:42.853 INFO STEP 711 (remove_files) COMPLETE
78962026-09-07T00:13:43.634Z[ recovery-image] Sep 07 00:13:42.853 INFO O| Sep 07 00:13:42.853 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-07T00:13:43.637Z[ recovery-image] Sep 07 00:13:42.862 INFO O| Sep 07 00:13:42.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78982026-09-07T00:13:43.637Z[ recovery-image] Sep 07 00:13:42.862 INFO O| Sep 07 00:13:42.862 INFO STEP 712 (remove_files) COMPLETE
78992026-09-07T00:13:43.637Z[ recovery-image] Sep 07 00:13:42.862 INFO O| Sep 07 00:13:42.862 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-07T00:13:43.649Z[ recovery-image] Sep 07 00:13:42.871 INFO O| Sep 07 00:13:42.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
79012026-09-07T00:13:43.649Z[ recovery-image] Sep 07 00:13:42.871 INFO O| Sep 07 00:13:42.871 INFO STEP 713 (remove_files) COMPLETE
79022026-09-07T00:13:43.649Z[ recovery-image] Sep 07 00:13:42.871 INFO O| Sep 07 00:13:42.871 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-07T00:13:43.654Z[ recovery-image] Sep 07 00:13:42.880 INFO O| Sep 07 00:13:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
79042026-09-07T00:13:43.654Z[ recovery-image] Sep 07 00:13:42.880 INFO O| Sep 07 00:13:42.880 INFO STEP 714 (remove_files) COMPLETE
79052026-09-07T00:13:43.654Z[ recovery-image] Sep 07 00:13:42.880 INFO O| Sep 07 00:13:42.880 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-07T00:13:43.668Z[ recovery-image] Sep 07 00:13:42.893 INFO O| Sep 07 00:13:42.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
79072026-09-07T00:13:43.668Z[ recovery-image] Sep 07 00:13:42.894 INFO O| Sep 07 00:13:42.894 INFO STEP 715 (remove_files) COMPLETE
79082026-09-07T00:13:43.668Z[ recovery-image] Sep 07 00:13:42.894 INFO O| Sep 07 00:13:42.894 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-07T00:13:43.679Z[ recovery-image] Sep 07 00:13:42.905 INFO O| Sep 07 00:13:42.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
79102026-09-07T00:13:43.680Z[ recovery-image] Sep 07 00:13:42.905 INFO O| Sep 07 00:13:42.905 INFO STEP 716 (remove_files) COMPLETE
79112026-09-07T00:13:43.680Z[ recovery-image] Sep 07 00:13:42.905 INFO O| Sep 07 00:13:42.905 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-07T00:13:43.690Z[ recovery-image] Sep 07 00:13:42.915 INFO O| Sep 07 00:13:42.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79132026-09-07T00:13:43.690Z[ recovery-image] Sep 07 00:13:42.915 INFO O| Sep 07 00:13:42.915 INFO STEP 717 (remove_files) COMPLETE
79142026-09-07T00:13:43.693Z[ recovery-image] Sep 07 00:13:42.915 INFO O| Sep 07 00:13:42.915 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-07T00:13:43.700Z[ recovery-image] Sep 07 00:13:42.926 INFO O| Sep 07 00:13:42.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79162026-09-07T00:13:43.700Z[ recovery-image] Sep 07 00:13:42.926 INFO O| Sep 07 00:13:42.926 INFO STEP 718 (remove_files) COMPLETE
79172026-09-07T00:13:43.701Z[ recovery-image] Sep 07 00:13:42.926 INFO O| Sep 07 00:13:42.926 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-07T00:13:43.709Z[ recovery-image] Sep 07 00:13:42.934 INFO O| Sep 07 00:13:42.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79192026-09-07T00:13:43.709Z[ recovery-image] Sep 07 00:13:42.935 INFO O| Sep 07 00:13:42.934 INFO STEP 719 (remove_files) COMPLETE
79202026-09-07T00:13:43.712Z[ recovery-image] Sep 07 00:13:42.935 INFO O| Sep 07 00:13:42.934 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-09-07T00:13:43.719Z[ recovery-image] Sep 07 00:13:42.944 INFO O| Sep 07 00:13:42.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79222026-09-07T00:13:43.719Z[ recovery-image] Sep 07 00:13:42.944 INFO O| Sep 07 00:13:42.944 INFO STEP 720 (remove_files) COMPLETE
79232026-09-07T00:13:43.719Z[ recovery-image] Sep 07 00:13:42.944 INFO O| Sep 07 00:13:42.944 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-07T00:13:43.730Z[ recovery-image] Sep 07 00:13:42.955 INFO O| Sep 07 00:13:42.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79252026-09-07T00:13:43.730Z[ recovery-image] Sep 07 00:13:42.955 INFO O| Sep 07 00:13:42.955 INFO STEP 721 (remove_files) COMPLETE
79262026-09-07T00:13:43.730Z[ recovery-image] Sep 07 00:13:42.955 INFO O| Sep 07 00:13:42.955 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-07T00:13:43.741Z[ recovery-image] Sep 07 00:13:42.966 INFO O| Sep 07 00:13:42.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79282026-09-07T00:13:43.741Z[ recovery-image] Sep 07 00:13:42.966 INFO O| Sep 07 00:13:42.966 INFO STEP 722 (remove_files) COMPLETE
79292026-09-07T00:13:43.741Z[ recovery-image] Sep 07 00:13:42.966 INFO O| Sep 07 00:13:42.966 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-07T00:13:43.751Z[ recovery-image] Sep 07 00:13:42.976 INFO O| Sep 07 00:13:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79312026-09-07T00:13:43.751Z[ recovery-image] Sep 07 00:13:42.976 INFO O| Sep 07 00:13:42.976 INFO STEP 723 (remove_files) COMPLETE
79322026-09-07T00:13:43.754Z[ recovery-image] Sep 07 00:13:42.976 INFO O| Sep 07 00:13:42.976 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-07T00:13:43.760Z[ recovery-image] Sep 07 00:13:42.985 INFO O| Sep 07 00:13:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79342026-09-07T00:13:43.760Z[ recovery-image] Sep 07 00:13:42.985 INFO O| Sep 07 00:13:42.985 INFO STEP 724 (remove_files) COMPLETE
79352026-09-07T00:13:43.763Z[ recovery-image] Sep 07 00:13:42.985 INFO O| Sep 07 00:13:42.985 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-07T00:13:43.769Z[ recovery-image] Sep 07 00:13:42.993 INFO O| Sep 07 00:13:42.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79372026-09-07T00:13:43.769Z[ recovery-image] Sep 07 00:13:42.993 INFO O| Sep 07 00:13:42.993 INFO STEP 725 (remove_files) COMPLETE
79382026-09-07T00:13:43.770Z[ recovery-image] Sep 07 00:13:42.993 INFO O| Sep 07 00:13:42.993 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-07T00:13:43.775Z[ recovery-image] Sep 07 00:13:43.001 INFO O| Sep 07 00:13:43.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79402026-09-07T00:13:43.775Z[ recovery-image] Sep 07 00:13:43.001 INFO O| Sep 07 00:13:43.001 INFO STEP 726 (remove_files) COMPLETE
79412026-09-07T00:13:43.775Z[ recovery-image] Sep 07 00:13:43.001 INFO O| Sep 07 00:13:43.001 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-07T00:13:43.784Z[ recovery-image] Sep 07 00:13:43.009 INFO O| Sep 07 00:13:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79432026-09-07T00:13:43.784Z[ recovery-image] Sep 07 00:13:43.009 INFO O| Sep 07 00:13:43.009 INFO STEP 727 (remove_files) COMPLETE
79442026-09-07T00:13:43.784Z[ recovery-image] Sep 07 00:13:43.009 INFO O| Sep 07 00:13:43.009 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-07T00:13:43.792Z[ recovery-image] Sep 07 00:13:43.017 INFO O| Sep 07 00:13:43.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79462026-09-07T00:13:43.795Z[ recovery-image] Sep 07 00:13:43.018 INFO O| Sep 07 00:13:43.018 INFO STEP 728 (remove_files) COMPLETE
79472026-09-07T00:13:43.796Z[ recovery-image] Sep 07 00:13:43.018 INFO O| Sep 07 00:13:43.018 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-07T00:13:43.803Z[ recovery-image] Sep 07 00:13:43.028 INFO O| Sep 07 00:13:43.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79492026-09-07T00:13:43.803Z[ recovery-image] Sep 07 00:13:43.028 INFO O| Sep 07 00:13:43.028 INFO STEP 729 (remove_files) COMPLETE
79502026-09-07T00:13:43.806Z[ recovery-image] Sep 07 00:13:43.028 INFO O| Sep 07 00:13:43.028 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-07T00:13:43.812Z[ recovery-image] Sep 07 00:13:43.037 INFO O| Sep 07 00:13:43.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79522026-09-07T00:13:43.812Z[ recovery-image] Sep 07 00:13:43.038 INFO O| Sep 07 00:13:43.038 INFO STEP 730 (remove_files) COMPLETE
79532026-09-07T00:13:43.812Z[ recovery-image] Sep 07 00:13:43.038 INFO O| Sep 07 00:13:43.038 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-07T00:13:43.822Z[ recovery-image] Sep 07 00:13:43.046 INFO O| Sep 07 00:13:43.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79552026-09-07T00:13:43.822Z[ recovery-image] Sep 07 00:13:43.046 INFO O| Sep 07 00:13:43.046 INFO STEP 731 (remove_files) COMPLETE
79562026-09-07T00:13:43.822Z[ recovery-image] Sep 07 00:13:43.046 INFO O| Sep 07 00:13:43.046 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-07T00:13:43.833Z[ recovery-image] Sep 07 00:13:43.058 INFO O| Sep 07 00:13:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79582026-09-07T00:13:43.833Z[ recovery-image] Sep 07 00:13:43.058 INFO O| Sep 07 00:13:43.058 INFO STEP 732 (remove_files) COMPLETE
79592026-09-07T00:13:43.833Z[ recovery-image] Sep 07 00:13:43.058 INFO O| Sep 07 00:13:43.058 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-07T00:13:43.842Z[ recovery-image] Sep 07 00:13:43.068 INFO O| Sep 07 00:13:43.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79612026-09-07T00:13:43.842Z[ recovery-image] Sep 07 00:13:43.068 INFO O| Sep 07 00:13:43.068 INFO STEP 733 (remove_files) COMPLETE
79622026-09-07T00:13:43.842Z[ recovery-image] Sep 07 00:13:43.068 INFO O| Sep 07 00:13:43.068 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-07T00:13:43.851Z[ recovery-image] Sep 07 00:13:43.076 INFO O| Sep 07 00:13:43.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79642026-09-07T00:13:43.851Z[ recovery-image] Sep 07 00:13:43.076 INFO O| Sep 07 00:13:43.076 INFO STEP 734 (remove_files) COMPLETE
79652026-09-07T00:13:43.851Z[ recovery-image] Sep 07 00:13:43.076 INFO O| Sep 07 00:13:43.076 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-07T00:13:43.861Z[ recovery-image] Sep 07 00:13:43.086 INFO O| Sep 07 00:13:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79672026-09-07T00:13:43.861Z[ recovery-image] Sep 07 00:13:43.086 INFO O| Sep 07 00:13:43.086 INFO STEP 735 (remove_files) COMPLETE
79682026-09-07T00:13:43.861Z[ recovery-image] Sep 07 00:13:43.086 INFO O| Sep 07 00:13:43.086 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-07T00:13:43.871Z[ recovery-image] Sep 07 00:13:43.096 INFO O| Sep 07 00:13:43.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79702026-09-07T00:13:43.871Z[ recovery-image] Sep 07 00:13:43.096 INFO O| Sep 07 00:13:43.096 INFO STEP 736 (remove_files) COMPLETE
79712026-09-07T00:13:43.871Z[ recovery-image] Sep 07 00:13:43.096 INFO O| Sep 07 00:13:43.096 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-07T00:13:43.881Z[ recovery-image] Sep 07 00:13:43.106 INFO O| Sep 07 00:13:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79732026-09-07T00:13:43.881Z[ recovery-image] Sep 07 00:13:43.106 INFO O| Sep 07 00:13:43.106 INFO STEP 737 (remove_files) COMPLETE
79742026-09-07T00:13:43.881Z[ recovery-image] Sep 07 00:13:43.106 INFO O| Sep 07 00:13:43.106 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-07T00:13:43.890Z[ recovery-image] Sep 07 00:13:43.115 INFO O| Sep 07 00:13:43.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79762026-09-07T00:13:43.890Z[ recovery-image] Sep 07 00:13:43.115 INFO O| Sep 07 00:13:43.115 INFO STEP 738 (remove_files) COMPLETE
79772026-09-07T00:13:43.890Z[ recovery-image] Sep 07 00:13:43.115 INFO O| Sep 07 00:13:43.115 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-07T00:13:43.900Z[ recovery-image] Sep 07 00:13:43.126 INFO O| Sep 07 00:13:43.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79792026-09-07T00:13:43.900Z[ recovery-image] Sep 07 00:13:43.126 INFO O| Sep 07 00:13:43.126 INFO STEP 739 (remove_files) COMPLETE
79802026-09-07T00:13:43.900Z[ recovery-image] Sep 07 00:13:43.126 INFO O| Sep 07 00:13:43.126 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-07T00:13:43.911Z[ recovery-image] Sep 07 00:13:43.136 INFO O| Sep 07 00:13:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79822026-09-07T00:13:43.912Z[ recovery-image] Sep 07 00:13:43.136 INFO O| Sep 07 00:13:43.136 INFO STEP 740 (remove_files) COMPLETE
79832026-09-07T00:13:43.912Z[ recovery-image] Sep 07 00:13:43.136 INFO O| Sep 07 00:13:43.136 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-07T00:13:43.920Z[ recovery-image] Sep 07 00:13:43.145 INFO O| Sep 07 00:13:43.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79852026-09-07T00:13:43.920Z[ recovery-image] Sep 07 00:13:43.145 INFO O| Sep 07 00:13:43.145 INFO STEP 741 (remove_files) COMPLETE
79862026-09-07T00:13:43.920Z[ recovery-image] Sep 07 00:13:43.145 INFO O| Sep 07 00:13:43.145 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-07T00:13:43.929Z[ recovery-image] Sep 07 00:13:43.154 INFO O| Sep 07 00:13:43.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79882026-09-07T00:13:43.929Z[ recovery-image] Sep 07 00:13:43.154 INFO O| Sep 07 00:13:43.154 INFO STEP 742 (remove_files) COMPLETE
79892026-09-07T00:13:43.929Z[ recovery-image] Sep 07 00:13:43.154 INFO O| Sep 07 00:13:43.154 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-07T00:13:43.939Z[ recovery-image] Sep 07 00:13:43.164 INFO O| Sep 07 00:13:43.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79912026-09-07T00:13:43.939Z[ recovery-image] Sep 07 00:13:43.164 INFO O| Sep 07 00:13:43.164 INFO STEP 743 (remove_files) COMPLETE
79922026-09-07T00:13:43.939Z[ recovery-image] Sep 07 00:13:43.164 INFO O| Sep 07 00:13:43.164 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-07T00:13:43.971Z[ recovery-image] Sep 07 00:13:43.196 INFO O| Sep 07 00:13:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79942026-09-07T00:13:43.971Z[ recovery-image] Sep 07 00:13:43.196 INFO O| Sep 07 00:13:43.196 INFO STEP 744 (remove_files) COMPLETE
79952026-09-07T00:13:43.974Z[ recovery-image] Sep 07 00:13:43.196 INFO O| Sep 07 00:13:43.196 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-07T00:13:43.982Z[ recovery-image] Sep 07 00:13:43.206 INFO O| Sep 07 00:13:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79972026-09-07T00:13:43.982Z[ recovery-image] Sep 07 00:13:43.206 INFO O| Sep 07 00:13:43.206 INFO STEP 745 (remove_files) COMPLETE
79982026-09-07T00:13:43.982Z[ recovery-image] Sep 07 00:13:43.206 INFO O| Sep 07 00:13:43.206 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-07T00:13:43.991Z[ recovery-image] Sep 07 00:13:43.216 INFO O| Sep 07 00:13:43.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80002026-09-07T00:13:43.991Z[ recovery-image] Sep 07 00:13:43.216 INFO O| Sep 07 00:13:43.216 INFO STEP 746 (remove_files) COMPLETE
80012026-09-07T00:13:43.991Z[ recovery-image] Sep 07 00:13:43.216 INFO O| Sep 07 00:13:43.216 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-07T00:13:44.002Z[ recovery-image] Sep 07 00:13:43.226 INFO O| Sep 07 00:13:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80032026-09-07T00:13:44.002Z[ recovery-image] Sep 07 00:13:43.226 INFO O| Sep 07 00:13:43.226 INFO STEP 747 (remove_files) COMPLETE
80042026-09-07T00:13:44.002Z[ recovery-image] Sep 07 00:13:43.226 INFO O| Sep 07 00:13:43.226 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-07T00:13:44.010Z[ recovery-image] Sep 07 00:13:43.236 INFO O| Sep 07 00:13:43.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
80062026-09-07T00:13:44.011Z[ recovery-image] Sep 07 00:13:43.236 INFO O| Sep 07 00:13:43.236 INFO STEP 748 (remove_files) COMPLETE
80072026-09-07T00:13:44.011Z[ recovery-image] Sep 07 00:13:43.236 INFO O| Sep 07 00:13:43.236 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-07T00:13:44.023Z[ recovery-image] Sep 07 00:13:43.247 INFO O| Sep 07 00:13:43.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
80092026-09-07T00:13:44.023Z[ recovery-image] Sep 07 00:13:43.247 INFO O| Sep 07 00:13:43.247 INFO STEP 749 (remove_files) COMPLETE
80102026-09-07T00:13:44.023Z[ recovery-image] Sep 07 00:13:43.247 INFO O| Sep 07 00:13:43.247 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-07T00:13:44.032Z[ recovery-image] Sep 07 00:13:43.257 INFO O| Sep 07 00:13:43.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
80122026-09-07T00:13:44.032Z[ recovery-image] Sep 07 00:13:43.257 INFO O| Sep 07 00:13:43.257 INFO STEP 750 (remove_files) COMPLETE
80132026-09-07T00:13:44.032Z[ recovery-image] Sep 07 00:13:43.257 INFO O| Sep 07 00:13:43.257 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-07T00:13:44.043Z[ recovery-image] Sep 07 00:13:43.267 INFO O| Sep 07 00:13:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
80152026-09-07T00:13:44.043Z[ recovery-image] Sep 07 00:13:43.267 INFO O| Sep 07 00:13:43.267 INFO STEP 751 (remove_files) COMPLETE
80162026-09-07T00:13:44.046Z[ recovery-image] Sep 07 00:13:43.267 INFO O| Sep 07 00:13:43.267 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-07T00:13:44.052Z[ recovery-image] Sep 07 00:13:43.275 INFO O| Sep 07 00:13:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
80182026-09-07T00:13:44.052Z[ recovery-image] Sep 07 00:13:43.275 INFO O| Sep 07 00:13:43.275 INFO STEP 752 (remove_files) COMPLETE
80192026-09-07T00:13:44.055Z[ recovery-image] Sep 07 00:13:43.275 INFO O| Sep 07 00:13:43.275 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-07T00:13:44.058Z[ recovery-image] Sep 07 00:13:43.283 INFO O| Sep 07 00:13:43.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
80212026-09-07T00:13:44.058Z[ recovery-image] Sep 07 00:13:43.283 INFO O| Sep 07 00:13:43.283 INFO STEP 753 (remove_files) COMPLETE
80222026-09-07T00:13:44.058Z[ recovery-image] Sep 07 00:13:43.283 INFO O| Sep 07 00:13:43.283 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-07T00:13:44.065Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80242026-09-07T00:13:44.069Z[ recovery-image] Sep 07 00:13:43.292 INFO O| Sep 07 00:13:43.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
80252026-09-07T00:13:44.069Z[ recovery-image] Sep 07 00:13:43.292 INFO O| Sep 07 00:13:43.292 INFO STEP 754 (remove_files) COMPLETE
80262026-09-07T00:13:44.069Z[ recovery-image] Sep 07 00:13:43.292 INFO O| Sep 07 00:13:43.292 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-07T00:13:44.077Z[ recovery-image] Sep 07 00:13:43.301 INFO O| Sep 07 00:13:43.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
80282026-09-07T00:13:44.077Z[ recovery-image] Sep 07 00:13:43.301 INFO O| Sep 07 00:13:43.301 INFO STEP 755 (remove_files) COMPLETE
80292026-09-07T00:13:44.077Z[ recovery-image] Sep 07 00:13:43.301 INFO O| Sep 07 00:13:43.301 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-07T00:13:44.084Z[ recovery-image] Sep 07 00:13:43.309 INFO O| Sep 07 00:13:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
80312026-09-07T00:13:44.085Z[ recovery-image] Sep 07 00:13:43.309 INFO O| Sep 07 00:13:43.309 INFO STEP 756 (remove_files) COMPLETE
80322026-09-07T00:13:44.085Z[ recovery-image] Sep 07 00:13:43.309 INFO O| Sep 07 00:13:43.309 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-09-07T00:13:44.094Z[ recovery-image] Sep 07 00:13:43.319 INFO O| Sep 07 00:13:43.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
80342026-09-07T00:13:44.094Z[ recovery-image] Sep 07 00:13:43.319 INFO O| Sep 07 00:13:43.319 INFO STEP 757 (remove_files) COMPLETE
80352026-09-07T00:13:44.094Z[ recovery-image] Sep 07 00:13:43.319 INFO O| Sep 07 00:13:43.319 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-09-07T00:13:44.103Z[ recovery-image] Sep 07 00:13:43.328 INFO O| Sep 07 00:13:43.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
80372026-09-07T00:13:44.103Z[ recovery-image] Sep 07 00:13:43.328 INFO O| Sep 07 00:13:43.328 INFO STEP 758 (remove_files) COMPLETE
80382026-09-07T00:13:44.103Z[ recovery-image] Sep 07 00:13:43.328 INFO O| Sep 07 00:13:43.328 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-09-07T00:13:44.109Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
80402026-09-07T00:13:44.113Z[ recovery-image] Sep 07 00:13:43.338 INFO O| Sep 07 00:13:43.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
80412026-09-07T00:13:44.113Z[ recovery-image] Sep 07 00:13:43.338 INFO O| Sep 07 00:13:43.338 INFO STEP 759 (remove_files) COMPLETE
80422026-09-07T00:13:44.113Z[ recovery-image] Sep 07 00:13:43.338 INFO O| Sep 07 00:13:43.338 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-09-07T00:13:44.124Z[ recovery-image] Sep 07 00:13:43.349 INFO O| Sep 07 00:13:43.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
80442026-09-07T00:13:44.124Z[ recovery-image] Sep 07 00:13:43.349 INFO O| Sep 07 00:13:43.349 INFO STEP 760 (remove_files) COMPLETE
80452026-09-07T00:13:44.124Z[ recovery-image] Sep 07 00:13:43.349 INFO O| Sep 07 00:13:43.349 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-07T00:13:44.134Z[ recovery-image] Sep 07 00:13:43.358 INFO O| Sep 07 00:13:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
80472026-09-07T00:13:44.134Z[ recovery-image] Sep 07 00:13:43.358 INFO O| Sep 07 00:13:43.358 INFO STEP 761 (remove_files) COMPLETE
80482026-09-07T00:13:44.137Z[ recovery-image] Sep 07 00:13:43.358 INFO O| Sep 07 00:13:43.358 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-07T00:13:44.142Z[ recovery-image] Sep 07 00:13:43.366 INFO O| Sep 07 00:13:43.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
80502026-09-07T00:13:44.142Z[ recovery-image] Sep 07 00:13:43.366 INFO O| Sep 07 00:13:43.366 INFO STEP 762 (remove_files) COMPLETE
80512026-09-07T00:13:44.143Z[ recovery-image] Sep 07 00:13:43.366 INFO O| Sep 07 00:13:43.366 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-07T00:13:44.152Z[ recovery-image] Sep 07 00:13:43.377 INFO O| Sep 07 00:13:43.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80532026-09-07T00:13:44.152Z[ recovery-image] Sep 07 00:13:43.377 INFO O| Sep 07 00:13:43.377 INFO STEP 763 (remove_files) COMPLETE
80542026-09-07T00:13:44.152Z[ recovery-image] Sep 07 00:13:43.377 INFO O| Sep 07 00:13:43.377 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-07T00:13:44.162Z[ recovery-image] Sep 07 00:13:43.387 INFO O| Sep 07 00:13:43.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80562026-09-07T00:13:44.165Z[ recovery-image] Sep 07 00:13:43.388 INFO O| Sep 07 00:13:43.388 INFO STEP 764 (remove_files) COMPLETE
80572026-09-07T00:13:44.165Z[ recovery-image] Sep 07 00:13:43.388 INFO O| Sep 07 00:13:43.388 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-07T00:13:44.172Z[ recovery-image] Sep 07 00:13:43.397 INFO O| Sep 07 00:13:43.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80592026-09-07T00:13:44.172Z[ recovery-image] Sep 07 00:13:43.397 INFO O| Sep 07 00:13:43.397 INFO STEP 765 (remove_files) COMPLETE
80602026-09-07T00:13:44.175Z[ recovery-image] Sep 07 00:13:43.397 INFO O| Sep 07 00:13:43.397 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-07T00:13:44.180Z[ recovery-image] Sep 07 00:13:43.405 INFO O| Sep 07 00:13:43.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80622026-09-07T00:13:44.180Z[ recovery-image] Sep 07 00:13:43.405 INFO O| Sep 07 00:13:43.405 INFO STEP 766 (remove_files) COMPLETE
80632026-09-07T00:13:44.183Z[ recovery-image] Sep 07 00:13:43.405 INFO O| Sep 07 00:13:43.405 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-07T00:13:44.188Z[ recovery-image] Sep 07 00:13:43.413 INFO O| Sep 07 00:13:43.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80652026-09-07T00:13:44.188Z[ recovery-image] Sep 07 00:13:43.413 INFO O| Sep 07 00:13:43.413 INFO STEP 767 (remove_files) COMPLETE
80662026-09-07T00:13:44.188Z[ recovery-image] Sep 07 00:13:43.413 INFO O| Sep 07 00:13:43.413 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-07T00:13:44.191Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
80682026-09-07T00:13:44.199Z[ recovery-image] Sep 07 00:13:43.422 INFO O| Sep 07 00:13:43.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80692026-09-07T00:13:44.199Z[ recovery-image] Sep 07 00:13:43.423 INFO O| Sep 07 00:13:43.423 INFO STEP 768 (remove_files) COMPLETE
80702026-09-07T00:13:44.199Z[ recovery-image] Sep 07 00:13:43.423 INFO O| Sep 07 00:13:43.423 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-07T00:13:44.207Z[ recovery-image] Sep 07 00:13:43.432 INFO O| Sep 07 00:13:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80722026-09-07T00:13:44.207Z[ recovery-image] Sep 07 00:13:43.432 INFO O| Sep 07 00:13:43.432 INFO STEP 769 (remove_files) COMPLETE
80732026-09-07T00:13:44.207Z[ recovery-image] Sep 07 00:13:43.432 INFO O| Sep 07 00:13:43.432 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-07T00:13:44.216Z[ recovery-image] Sep 07 00:13:43.442 INFO O| Sep 07 00:13:43.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80752026-09-07T00:13:44.217Z[ recovery-image] Sep 07 00:13:43.442 INFO O| Sep 07 00:13:43.442 INFO STEP 770 (remove_files) COMPLETE
80762026-09-07T00:13:44.217Z[ recovery-image] Sep 07 00:13:43.442 INFO O| Sep 07 00:13:43.442 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-07T00:13:44.226Z[ recovery-image] Sep 07 00:13:43.451 INFO O| Sep 07 00:13:43.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80782026-09-07T00:13:44.226Z[ recovery-image] Sep 07 00:13:43.452 INFO O| Sep 07 00:13:43.452 INFO STEP 771 (remove_files) COMPLETE
80792026-09-07T00:13:44.226Z[ recovery-image] Sep 07 00:13:43.452 INFO O| Sep 07 00:13:43.452 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-07T00:13:44.237Z[ recovery-image] Sep 07 00:13:43.462 INFO O| Sep 07 00:13:43.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80812026-09-07T00:13:44.237Z[ recovery-image] Sep 07 00:13:43.462 INFO O| Sep 07 00:13:43.462 INFO STEP 772 (remove_files) COMPLETE
80822026-09-07T00:13:44.237Z[ recovery-image] Sep 07 00:13:43.462 INFO O| Sep 07 00:13:43.462 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-07T00:13:44.246Z[ recovery-image] Sep 07 00:13:43.471 INFO O| Sep 07 00:13:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80842026-09-07T00:13:44.246Z[ recovery-image] Sep 07 00:13:43.471 INFO O| Sep 07 00:13:43.471 INFO STEP 773 (remove_files) COMPLETE
80852026-09-07T00:13:44.246Z[ recovery-image] Sep 07 00:13:43.471 INFO O| Sep 07 00:13:43.471 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-07T00:13:44.256Z[ recovery-image] Sep 07 00:13:43.481 INFO O| Sep 07 00:13:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80872026-09-07T00:13:44.256Z[ recovery-image] Sep 07 00:13:43.481 INFO O| Sep 07 00:13:43.481 INFO STEP 774 (remove_files) COMPLETE
80882026-09-07T00:13:44.259Z[ recovery-image] Sep 07 00:13:43.481 INFO O| Sep 07 00:13:43.481 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-07T00:13:44.265Z[ recovery-image] Sep 07 00:13:43.491 INFO O| Sep 07 00:13:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80902026-09-07T00:13:44.265Z[ recovery-image] Sep 07 00:13:43.491 INFO O| Sep 07 00:13:43.491 INFO STEP 775 (remove_files) COMPLETE
80912026-09-07T00:13:44.265Z[ recovery-image] Sep 07 00:13:43.491 INFO O| Sep 07 00:13:43.491 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-07T00:13:44.276Z[ recovery-image] Sep 07 00:13:43.500 INFO O| Sep 07 00:13:43.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80932026-09-07T00:13:44.276Z[ recovery-image] Sep 07 00:13:43.500 INFO O| Sep 07 00:13:43.500 INFO STEP 776 (remove_files) COMPLETE
80942026-09-07T00:13:44.276Z[ recovery-image] Sep 07 00:13:43.500 INFO O| Sep 07 00:13:43.500 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-07T00:13:44.285Z[ recovery-image] Sep 07 00:13:43.511 INFO O| Sep 07 00:13:43.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80962026-09-07T00:13:44.285Z[ recovery-image] Sep 07 00:13:43.511 INFO O| Sep 07 00:13:43.511 INFO STEP 777 (remove_files) COMPLETE
80972026-09-07T00:13:44.288Z[ recovery-image] Sep 07 00:13:43.511 INFO O| Sep 07 00:13:43.511 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-07T00:13:44.296Z[ recovery-image] Sep 07 00:13:43.521 INFO O| Sep 07 00:13:43.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80992026-09-07T00:13:44.296Z[ recovery-image] Sep 07 00:13:43.521 INFO O| Sep 07 00:13:43.521 INFO STEP 778 (remove_files) COMPLETE
81002026-09-07T00:13:44.299Z[ recovery-image] Sep 07 00:13:43.521 INFO O| Sep 07 00:13:43.521 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-07T00:13:44.307Z[ recovery-image] Sep 07 00:13:43.532 INFO O| Sep 07 00:13:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
81022026-09-07T00:13:44.307Z[ recovery-image] Sep 07 00:13:43.532 INFO O| Sep 07 00:13:43.532 INFO STEP 779 (remove_files) COMPLETE
81032026-09-07T00:13:44.307Z[ recovery-image] Sep 07 00:13:43.532 INFO O| Sep 07 00:13:43.532 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-07T00:13:44.315Z[ recovery-image] Sep 07 00:13:43.541 INFO O| Sep 07 00:13:43.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
81052026-09-07T00:13:44.316Z[ recovery-image] Sep 07 00:13:43.541 INFO O| Sep 07 00:13:43.541 INFO STEP 780 (remove_files) COMPLETE
81062026-09-07T00:13:44.318Z[ recovery-image] Sep 07 00:13:43.541 INFO O| Sep 07 00:13:43.541 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-07T00:13:44.326Z[ recovery-image] Sep 07 00:13:43.551 INFO O| Sep 07 00:13:43.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
81082026-09-07T00:13:44.326Z[ recovery-image] Sep 07 00:13:43.551 INFO O| Sep 07 00:13:43.551 INFO STEP 781 (remove_files) COMPLETE
81092026-09-07T00:13:44.327Z[ recovery-image] Sep 07 00:13:43.551 INFO O| Sep 07 00:13:43.551 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-07T00:13:44.337Z[ recovery-image] Sep 07 00:13:43.562 INFO O| Sep 07 00:13:43.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
81112026-09-07T00:13:44.337Z[ recovery-image] Sep 07 00:13:43.562 INFO O| Sep 07 00:13:43.562 INFO STEP 782 (remove_files) COMPLETE
81122026-09-07T00:13:44.340Z[ recovery-image] Sep 07 00:13:43.562 INFO O| Sep 07 00:13:43.562 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-07T00:13:44.346Z[ recovery-image] Sep 07 00:13:43.572 INFO O| Sep 07 00:13:43.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
81142026-09-07T00:13:44.346Z[ recovery-image] Sep 07 00:13:43.572 INFO O| Sep 07 00:13:43.572 INFO STEP 783 (remove_files) COMPLETE
81152026-09-07T00:13:44.347Z[ recovery-image] Sep 07 00:13:43.572 INFO O| Sep 07 00:13:43.572 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-07T00:13:44.357Z[ recovery-image] Sep 07 00:13:43.582 INFO O| Sep 07 00:13:43.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
81172026-09-07T00:13:44.357Z[ recovery-image] Sep 07 00:13:43.582 INFO O| Sep 07 00:13:43.582 INFO STEP 784 (remove_files) COMPLETE
81182026-09-07T00:13:44.357Z[ recovery-image] Sep 07 00:13:43.582 INFO O| Sep 07 00:13:43.582 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-07T00:13:44.366Z[ recovery-image] Sep 07 00:13:43.591 INFO O| Sep 07 00:13:43.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
81202026-09-07T00:13:44.369Z[ recovery-image] Sep 07 00:13:43.591 INFO O| Sep 07 00:13:43.591 INFO STEP 785 (remove_files) COMPLETE
81212026-09-07T00:13:44.373Z[ recovery-image] Sep 07 00:13:43.591 INFO O| Sep 07 00:13:43.591 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-07T00:13:44.376Z[ recovery-image] Sep 07 00:13:43.602 INFO O| Sep 07 00:13:43.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
81232026-09-07T00:13:44.376Z[ recovery-image] Sep 07 00:13:43.602 INFO O| Sep 07 00:13:43.602 INFO STEP 786 (remove_files) COMPLETE
81242026-09-07T00:13:44.380Z[ recovery-image] Sep 07 00:13:43.602 INFO O| Sep 07 00:13:43.602 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-07T00:13:44.386Z[ recovery-image] Sep 07 00:13:43.611 INFO O| Sep 07 00:13:43.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
81262026-09-07T00:13:44.386Z[ recovery-image] Sep 07 00:13:43.611 INFO O| Sep 07 00:13:43.611 INFO STEP 787 (remove_files) COMPLETE
81272026-09-07T00:13:44.386Z[ recovery-image] Sep 07 00:13:43.611 INFO O| Sep 07 00:13:43.611 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-07T00:13:44.396Z[ recovery-image] Sep 07 00:13:43.621 INFO O| Sep 07 00:13:43.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
81292026-09-07T00:13:44.396Z[ recovery-image] Sep 07 00:13:43.621 INFO O| Sep 07 00:13:43.621 INFO STEP 788 (remove_files) COMPLETE
81302026-09-07T00:13:44.396Z[ recovery-image] Sep 07 00:13:43.621 INFO O| Sep 07 00:13:43.621 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-07T00:13:44.405Z[ recovery-image] Sep 07 00:13:43.631 INFO O| Sep 07 00:13:43.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
81322026-09-07T00:13:44.406Z[ recovery-image] Sep 07 00:13:43.631 INFO O| Sep 07 00:13:43.631 INFO STEP 789 (remove_files) COMPLETE
81332026-09-07T00:13:44.409Z[ recovery-image] Sep 07 00:13:43.631 INFO O| Sep 07 00:13:43.631 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-07T00:13:44.415Z[ recovery-image] Sep 07 00:13:43.641 INFO O| Sep 07 00:13:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81352026-09-07T00:13:44.415Z[ recovery-image] Sep 07 00:13:43.641 INFO O| Sep 07 00:13:43.641 INFO STEP 790 (remove_files) COMPLETE
81362026-09-07T00:13:44.419Z[ recovery-image] Sep 07 00:13:43.641 INFO O| Sep 07 00:13:43.641 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-07T00:13:44.424Z[ recovery-image] Sep 07 00:13:43.650 INFO O| Sep 07 00:13:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81382026-09-07T00:13:44.424Z[ recovery-image] Sep 07 00:13:43.650 INFO O| Sep 07 00:13:43.650 INFO STEP 791 (remove_files) COMPLETE
81392026-09-07T00:13:44.424Z[ recovery-image] Sep 07 00:13:43.650 INFO O| Sep 07 00:13:43.650 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-07T00:13:44.435Z[ recovery-image] Sep 07 00:13:43.659 INFO O| Sep 07 00:13:43.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81412026-09-07T00:13:44.435Z[ recovery-image] Sep 07 00:13:43.659 INFO O| Sep 07 00:13:43.659 INFO STEP 792 (remove_files) COMPLETE
81422026-09-07T00:13:44.435Z[ recovery-image] Sep 07 00:13:43.659 INFO O| Sep 07 00:13:43.659 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-07T00:13:44.438Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
81442026-09-07T00:13:44.443Z[ recovery-image] Sep 07 00:13:43.669 INFO O| Sep 07 00:13:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81452026-09-07T00:13:44.443Z[ recovery-image] Sep 07 00:13:43.669 INFO O| Sep 07 00:13:43.669 INFO STEP 793 (remove_files) COMPLETE
81462026-09-07T00:13:44.443Z[ recovery-image] Sep 07 00:13:43.669 INFO O| Sep 07 00:13:43.669 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-07T00:13:44.453Z[ recovery-image] Sep 07 00:13:43.678 INFO O| Sep 07 00:13:43.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81482026-09-07T00:13:44.453Z[ recovery-image] Sep 07 00:13:43.678 INFO O| Sep 07 00:13:43.678 INFO STEP 794 (remove_files) COMPLETE
81492026-09-07T00:13:44.453Z[ recovery-image] Sep 07 00:13:43.678 INFO O| Sep 07 00:13:43.678 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-07T00:13:44.463Z[ recovery-image] Sep 07 00:13:43.689 INFO O| Sep 07 00:13:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
81512026-09-07T00:13:44.463Z[ recovery-image] Sep 07 00:13:43.689 INFO O| Sep 07 00:13:43.689 INFO STEP 795 (remove_files) COMPLETE
81522026-09-07T00:13:44.463Z[ recovery-image] Sep 07 00:13:43.689 INFO O| Sep 07 00:13:43.689 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-07T00:13:44.473Z[ recovery-image] Sep 07 00:13:43.698 INFO O| Sep 07 00:13:43.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81542026-09-07T00:13:44.473Z[ recovery-image] Sep 07 00:13:43.698 INFO O| Sep 07 00:13:43.698 INFO STEP 796 (remove_files) COMPLETE
81552026-09-07T00:13:44.477Z[ recovery-image] Sep 07 00:13:43.698 INFO O| Sep 07 00:13:43.698 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-09-07T00:13:44.482Z[ recovery-image] Sep 07 00:13:43.707 INFO O| Sep 07 00:13:43.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81572026-09-07T00:13:44.482Z[ recovery-image] Sep 07 00:13:43.707 INFO O| Sep 07 00:13:43.707 INFO STEP 797 (remove_files) COMPLETE
81582026-09-07T00:13:44.485Z[ recovery-image] Sep 07 00:13:43.707 INFO O| Sep 07 00:13:43.707 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-07T00:13:44.490Z[ recovery-image] Sep 07 00:13:43.716 INFO O| Sep 07 00:13:43.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81602026-09-07T00:13:44.491Z[ recovery-image] Sep 07 00:13:43.716 INFO O| Sep 07 00:13:43.716 INFO STEP 798 (remove_files) COMPLETE
81612026-09-07T00:13:44.491Z[ recovery-image] Sep 07 00:13:43.716 INFO O| Sep 07 00:13:43.716 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-07T00:13:44.500Z[ recovery-image] Sep 07 00:13:43.725 INFO O| Sep 07 00:13:43.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81632026-09-07T00:13:44.500Z[ recovery-image] Sep 07 00:13:43.725 INFO O| Sep 07 00:13:43.725 INFO STEP 799 (remove_files) COMPLETE
81642026-09-07T00:13:44.503Z[ recovery-image] Sep 07 00:13:43.725 INFO O| Sep 07 00:13:43.725 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-07T00:13:44.507Z[ recovery-image] Sep 07 00:13:43.732 INFO O| Sep 07 00:13:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81662026-09-07T00:13:44.507Z[ recovery-image] Sep 07 00:13:43.733 INFO O| Sep 07 00:13:43.733 INFO STEP 800 (remove_files) COMPLETE
81672026-09-07T00:13:44.507Z[ recovery-image] Sep 07 00:13:43.733 INFO O| Sep 07 00:13:43.733 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-07T00:13:44.517Z[ recovery-image] Sep 07 00:13:43.743 INFO O| Sep 07 00:13:43.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81692026-09-07T00:13:44.518Z[ recovery-image] Sep 07 00:13:43.743 INFO O| Sep 07 00:13:43.743 INFO STEP 801 (remove_files) COMPLETE
81702026-09-07T00:13:44.518Z[ recovery-image] Sep 07 00:13:43.743 INFO O| Sep 07 00:13:43.743 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-07T00:13:44.528Z[ recovery-image] Sep 07 00:13:43.753 INFO O| Sep 07 00:13:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81722026-09-07T00:13:44.528Z[ recovery-image] Sep 07 00:13:43.753 INFO O| Sep 07 00:13:43.753 INFO STEP 802 (remove_files) COMPLETE
81732026-09-07T00:13:44.528Z[ recovery-image] Sep 07 00:13:43.753 INFO O| Sep 07 00:13:43.753 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-07T00:13:44.537Z[ recovery-image] Sep 07 00:13:43.763 INFO O| Sep 07 00:13:43.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81752026-09-07T00:13:44.538Z[ recovery-image] Sep 07 00:13:43.763 INFO O| Sep 07 00:13:43.763 INFO STEP 803 (remove_files) COMPLETE
81762026-09-07T00:13:44.538Z[ recovery-image] Sep 07 00:13:43.763 INFO O| Sep 07 00:13:43.763 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-07T00:13:44.548Z[ recovery-image] Sep 07 00:13:43.773 INFO O| Sep 07 00:13:43.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81782026-09-07T00:13:44.548Z[ recovery-image] Sep 07 00:13:43.773 INFO O| Sep 07 00:13:43.773 INFO STEP 804 (remove_files) COMPLETE
81792026-09-07T00:13:44.548Z[ recovery-image] Sep 07 00:13:43.773 INFO O| Sep 07 00:13:43.773 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-07T00:13:44.556Z[ recovery-image] Sep 07 00:13:43.781 INFO O| Sep 07 00:13:43.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81812026-09-07T00:13:44.559Z[ recovery-image] Sep 07 00:13:43.782 INFO O| Sep 07 00:13:43.782 INFO STEP 805 (remove_files) COMPLETE
81822026-09-07T00:13:44.559Z[ recovery-image] Sep 07 00:13:43.782 INFO O| Sep 07 00:13:43.782 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-07T00:13:44.566Z[ recovery-image] Sep 07 00:13:43.792 INFO O| Sep 07 00:13:43.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81842026-09-07T00:13:44.566Z[ recovery-image] Sep 07 00:13:43.792 INFO O| Sep 07 00:13:43.792 INFO STEP 806 (remove_files) COMPLETE
81852026-09-07T00:13:44.566Z[ recovery-image] Sep 07 00:13:43.792 INFO O| Sep 07 00:13:43.792 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-09-07T00:13:44.576Z[ recovery-image] Sep 07 00:13:43.801 INFO O| Sep 07 00:13:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81872026-09-07T00:13:44.576Z[ recovery-image] Sep 07 00:13:43.801 INFO O| Sep 07 00:13:43.801 INFO STEP 807 (remove_files) COMPLETE
81882026-09-07T00:13:44.579Z[ recovery-image] Sep 07 00:13:43.801 INFO O| Sep 07 00:13:43.801 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-07T00:13:44.584Z[ recovery-image] Sep 07 00:13:43.809 INFO O| Sep 07 00:13:43.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81902026-09-07T00:13:44.584Z[ recovery-image] Sep 07 00:13:43.809 INFO O| Sep 07 00:13:43.809 INFO STEP 808 (remove_files) COMPLETE
81912026-09-07T00:13:44.584Z[ recovery-image] Sep 07 00:13:43.809 INFO O| Sep 07 00:13:43.809 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-07T00:13:44.592Z[ recovery-image] Sep 07 00:13:43.818 INFO O| Sep 07 00:13:43.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81932026-09-07T00:13:44.593Z[ recovery-image] Sep 07 00:13:43.818 INFO O| Sep 07 00:13:43.818 INFO STEP 809 (remove_files) COMPLETE
81942026-09-07T00:13:44.593Z[ recovery-image] Sep 07 00:13:43.818 INFO O| Sep 07 00:13:43.818 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-07T00:13:44.601Z[ recovery-image] Sep 07 00:13:43.826 INFO O| Sep 07 00:13:43.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81962026-09-07T00:13:44.601Z[ recovery-image] Sep 07 00:13:43.826 INFO O| Sep 07 00:13:43.826 INFO STEP 810 (remove_files) COMPLETE
81972026-09-07T00:13:44.604Z[ recovery-image] Sep 07 00:13:43.826 INFO O| Sep 07 00:13:43.826 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-07T00:13:44.607Z[verify-libraries] Compiling yansi v1.0.1
81992026-09-07T00:13:44.611Z[ recovery-image] Sep 07 00:13:43.836 INFO O| Sep 07 00:13:43.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82002026-09-07T00:13:44.611Z[ recovery-image] Sep 07 00:13:43.836 INFO O| Sep 07 00:13:43.836 INFO STEP 811 (remove_files) COMPLETE
82012026-09-07T00:13:44.611Z[ recovery-image] Sep 07 00:13:43.836 INFO O| Sep 07 00:13:43.836 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-09-07T00:13:44.622Z[ recovery-image] Sep 07 00:13:43.847 INFO O| Sep 07 00:13:43.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82032026-09-07T00:13:44.622Z[ recovery-image] Sep 07 00:13:43.847 INFO O| Sep 07 00:13:43.847 INFO STEP 812 (remove_files) COMPLETE
82042026-09-07T00:13:44.622Z[ recovery-image] Sep 07 00:13:43.847 INFO O| Sep 07 00:13:43.847 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-09-07T00:13:44.632Z[ recovery-image] Sep 07 00:13:43.857 INFO O| Sep 07 00:13:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82062026-09-07T00:13:44.632Z[ recovery-image] Sep 07 00:13:43.857 INFO O| Sep 07 00:13:43.857 INFO STEP 813 (remove_files) COMPLETE
82072026-09-07T00:13:44.632Z[ recovery-image] Sep 07 00:13:43.857 INFO O| Sep 07 00:13:43.857 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-09-07T00:13:44.641Z[ recovery-image] Sep 07 00:13:43.866 INFO O| Sep 07 00:13:43.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
82092026-09-07T00:13:44.641Z[ recovery-image] Sep 07 00:13:43.867 INFO O| Sep 07 00:13:43.866 INFO STEP 814 (remove_files) COMPLETE
82102026-09-07T00:13:44.641Z[ recovery-image] Sep 07 00:13:43.867 INFO O| Sep 07 00:13:43.867 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-09-07T00:13:44.651Z[ recovery-image] Sep 07 00:13:43.876 INFO O| Sep 07 00:13:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
82122026-09-07T00:13:44.651Z[ recovery-image] Sep 07 00:13:43.876 INFO O| Sep 07 00:13:43.876 INFO STEP 815 (remove_files) COMPLETE
82132026-09-07T00:13:44.651Z[ recovery-image] Sep 07 00:13:43.876 INFO O| Sep 07 00:13:43.876 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-09-07T00:13:44.661Z[ recovery-image] Sep 07 00:13:43.887 INFO O| Sep 07 00:13:43.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82152026-09-07T00:13:44.661Z[ recovery-image] Sep 07 00:13:43.887 INFO O| Sep 07 00:13:43.887 INFO STEP 816 (remove_files) COMPLETE
82162026-09-07T00:13:44.661Z[ recovery-image] Sep 07 00:13:43.887 INFO O| Sep 07 00:13:43.887 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-09-07T00:13:44.672Z[ recovery-image] Sep 07 00:13:43.897 INFO O| Sep 07 00:13:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82182026-09-07T00:13:44.672Z[ recovery-image] Sep 07 00:13:43.897 INFO O| Sep 07 00:13:43.897 INFO STEP 817 (remove_files) COMPLETE
82192026-09-07T00:13:44.672Z[ recovery-image] Sep 07 00:13:43.897 INFO O| Sep 07 00:13:43.897 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-09-07T00:13:44.682Z[ recovery-image] Sep 07 00:13:43.907 INFO O| Sep 07 00:13:43.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82212026-09-07T00:13:44.682Z[ recovery-image] Sep 07 00:13:43.908 INFO O| Sep 07 00:13:43.907 INFO STEP 818 (remove_files) COMPLETE
82222026-09-07T00:13:44.682Z[ recovery-image] Sep 07 00:13:43.908 INFO O| Sep 07 00:13:43.907 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-09-07T00:13:44.692Z[ recovery-image] Sep 07 00:13:43.917 INFO O| Sep 07 00:13:43.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82242026-09-07T00:13:44.692Z[ recovery-image] Sep 07 00:13:43.917 INFO O| Sep 07 00:13:43.917 INFO STEP 819 (remove_files) COMPLETE
82252026-09-07T00:13:44.692Z[ recovery-image] Sep 07 00:13:43.917 INFO O| Sep 07 00:13:43.917 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-09-07T00:13:44.702Z[ recovery-image] Sep 07 00:13:43.928 INFO O| Sep 07 00:13:43.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
82272026-09-07T00:13:44.702Z[ recovery-image] Sep 07 00:13:43.928 INFO O| Sep 07 00:13:43.928 INFO STEP 820 (remove_files) COMPLETE
82282026-09-07T00:13:44.703Z[ recovery-image] Sep 07 00:13:43.928 INFO O| Sep 07 00:13:43.928 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-07T00:13:44.716Z[ recovery-image] Sep 07 00:13:43.938 INFO O| Sep 07 00:13:43.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
82302026-09-07T00:13:44.716Z[ recovery-image] Sep 07 00:13:43.938 INFO O| Sep 07 00:13:43.938 INFO STEP 821 (remove_files) COMPLETE
82312026-09-07T00:13:44.716Z[ recovery-image] Sep 07 00:13:43.938 INFO O| Sep 07 00:13:43.938 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-07T00:13:44.723Z[ recovery-image] Sep 07 00:13:43.948 INFO O| Sep 07 00:13:43.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
82332026-09-07T00:13:44.723Z[ recovery-image] Sep 07 00:13:43.948 INFO O| Sep 07 00:13:43.948 INFO STEP 822 (remove_files) COMPLETE
82342026-09-07T00:13:44.723Z[ recovery-image] Sep 07 00:13:43.948 INFO O| Sep 07 00:13:43.948 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-07T00:13:44.732Z[ recovery-image] Sep 07 00:13:43.957 INFO O| Sep 07 00:13:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
82362026-09-07T00:13:44.732Z[ recovery-image] Sep 07 00:13:43.957 INFO O| Sep 07 00:13:43.957 INFO STEP 823 (remove_files) COMPLETE
82372026-09-07T00:13:44.732Z[ recovery-image] Sep 07 00:13:43.957 INFO O| Sep 07 00:13:43.957 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-07T00:13:44.740Z[ recovery-image] Sep 07 00:13:43.965 INFO O| Sep 07 00:13:43.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
82392026-09-07T00:13:44.740Z[ recovery-image] Sep 07 00:13:43.965 INFO O| Sep 07 00:13:43.965 INFO STEP 824 (remove_files) COMPLETE
82402026-09-07T00:13:44.740Z[ recovery-image] Sep 07 00:13:43.965 INFO O| Sep 07 00:13:43.965 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-07T00:13:44.751Z[ recovery-image] Sep 07 00:13:43.976 INFO O| Sep 07 00:13:43.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
82422026-09-07T00:13:44.751Z[ recovery-image] Sep 07 00:13:43.976 INFO O| Sep 07 00:13:43.976 INFO STEP 825 (remove_files) COMPLETE
82432026-09-07T00:13:44.751Z[ recovery-image] Sep 07 00:13:43.976 INFO O| Sep 07 00:13:43.976 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-07T00:13:44.760Z[ recovery-image] Sep 07 00:13:43.986 INFO O| Sep 07 00:13:43.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
82452026-09-07T00:13:44.761Z[ recovery-image] Sep 07 00:13:43.986 INFO O| Sep 07 00:13:43.986 INFO STEP 826 (remove_files) COMPLETE
82462026-09-07T00:13:44.761Z[ recovery-image] Sep 07 00:13:43.986 INFO O| Sep 07 00:13:43.986 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-07T00:13:44.771Z[ recovery-image] Sep 07 00:13:43.996 INFO O| Sep 07 00:13:43.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
82482026-09-07T00:13:44.771Z[ recovery-image] Sep 07 00:13:43.996 INFO O| Sep 07 00:13:43.996 INFO STEP 827 (remove_files) COMPLETE
82492026-09-07T00:13:44.771Z[ recovery-image] Sep 07 00:13:43.996 INFO O| Sep 07 00:13:43.996 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-09-07T00:13:44.787Z[ recovery-image] Sep 07 00:13:44.012 INFO O| Sep 07 00:13:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
82512026-09-07T00:13:44.787Z[ recovery-image] Sep 07 00:13:44.012 INFO O| Sep 07 00:13:44.012 INFO STEP 828 (remove_files) COMPLETE
82522026-09-07T00:13:44.787Z[ recovery-image] Sep 07 00:13:44.013 INFO O| Sep 07 00:13:44.012 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-09-07T00:13:44.802Z[ recovery-image] Sep 07 00:13:44.022 INFO O| Sep 07 00:13:44.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82542026-09-07T00:13:44.802Z[ recovery-image] Sep 07 00:13:44.022 INFO O| Sep 07 00:13:44.022 INFO STEP 829 (remove_files) COMPLETE
82552026-09-07T00:13:44.802Z[ recovery-image] Sep 07 00:13:44.022 INFO O| Sep 07 00:13:44.022 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-07T00:13:44.805Z[ recovery-image] Sep 07 00:13:44.030 INFO O| Sep 07 00:13:44.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82572026-09-07T00:13:44.805Z[ recovery-image] Sep 07 00:13:44.030 INFO O| Sep 07 00:13:44.030 INFO STEP 830 (remove_files) COMPLETE
82582026-09-07T00:13:44.805Z[ recovery-image] Sep 07 00:13:44.030 INFO O| Sep 07 00:13:44.030 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-09-07T00:13:44.824Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
82602026-09-07T00:13:44.828Z[ recovery-image] Sep 07 00:13:44.050 INFO O| Sep 07 00:13:44.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82612026-09-07T00:13:44.828Z[ recovery-image] Sep 07 00:13:44.050 INFO O| Sep 07 00:13:44.050 INFO STEP 831 (remove_files) COMPLETE
82622026-09-07T00:13:44.828Z[ recovery-image] Sep 07 00:13:44.050 INFO O| Sep 07 00:13:44.050 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-07T00:13:44.839Z[ recovery-image] Sep 07 00:13:44.064 INFO O| Sep 07 00:13:44.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82642026-09-07T00:13:44.842Z[ recovery-image] Sep 07 00:13:44.064 INFO O| Sep 07 00:13:44.063 INFO STEP 832 (remove_files) COMPLETE
82652026-09-07T00:13:44.842Z[ recovery-image] Sep 07 00:13:44.064 INFO O| Sep 07 00:13:44.063 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-07T00:13:44.850Z[ recovery-image] Sep 07 00:13:44.075 INFO O| Sep 07 00:13:44.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82672026-09-07T00:13:44.850Z[ recovery-image] Sep 07 00:13:44.075 INFO O| Sep 07 00:13:44.075 INFO STEP 833 (remove_files) COMPLETE
82682026-09-07T00:13:44.850Z[ recovery-image] Sep 07 00:13:44.075 INFO O| Sep 07 00:13:44.075 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-07T00:13:44.859Z[ recovery-image] Sep 07 00:13:44.085 INFO O| Sep 07 00:13:44.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82702026-09-07T00:13:44.860Z[ recovery-image] Sep 07 00:13:44.085 INFO O| Sep 07 00:13:44.085 INFO STEP 834 (remove_files) COMPLETE
82712026-09-07T00:13:44.860Z[ recovery-image] Sep 07 00:13:44.085 INFO O| Sep 07 00:13:44.085 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-07T00:13:44.869Z[ recovery-image] Sep 07 00:13:44.094 INFO O| Sep 07 00:13:44.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82732026-09-07T00:13:44.869Z[ recovery-image] Sep 07 00:13:44.094 INFO O| Sep 07 00:13:44.094 INFO STEP 835 (remove_files) COMPLETE
82742026-09-07T00:13:44.869Z[ recovery-image] Sep 07 00:13:44.094 INFO O| Sep 07 00:13:44.094 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-07T00:13:44.878Z[ recovery-image] Sep 07 00:13:44.103 INFO O| Sep 07 00:13:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82762026-09-07T00:13:44.878Z[ recovery-image] Sep 07 00:13:44.103 INFO O| Sep 07 00:13:44.103 INFO STEP 836 (remove_files) COMPLETE
82772026-09-07T00:13:44.881Z[ recovery-image] Sep 07 00:13:44.103 INFO O| Sep 07 00:13:44.103 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-07T00:13:44.887Z[ recovery-image] Sep 07 00:13:44.112 INFO O| Sep 07 00:13:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82792026-09-07T00:13:44.887Z[ recovery-image] Sep 07 00:13:44.113 INFO O| Sep 07 00:13:44.113 INFO STEP 837 (remove_files) COMPLETE
82802026-09-07T00:13:44.887Z[ recovery-image] Sep 07 00:13:44.113 INFO O| Sep 07 00:13:44.113 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-07T00:13:44.898Z[ recovery-image] Sep 07 00:13:44.124 INFO O| Sep 07 00:13:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82822026-09-07T00:13:44.898Z[ recovery-image] Sep 07 00:13:44.124 INFO O| Sep 07 00:13:44.124 INFO STEP 838 (remove_files) COMPLETE
82832026-09-07T00:13:44.901Z[ recovery-image] Sep 07 00:13:44.124 INFO O| Sep 07 00:13:44.124 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-07T00:13:44.907Z[ recovery-image] Sep 07 00:13:44.133 INFO O| Sep 07 00:13:44.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82852026-09-07T00:13:44.907Z[ recovery-image] Sep 07 00:13:44.133 INFO O| Sep 07 00:13:44.133 INFO STEP 839 (remove_files) COMPLETE
82862026-09-07T00:13:44.907Z[ recovery-image] Sep 07 00:13:44.133 INFO O| Sep 07 00:13:44.133 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-07T00:13:44.918Z[ recovery-image] Sep 07 00:13:44.143 INFO O| Sep 07 00:13:44.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82882026-09-07T00:13:44.918Z[ recovery-image] Sep 07 00:13:44.143 INFO O| Sep 07 00:13:44.143 INFO STEP 840 (remove_files) COMPLETE
82892026-09-07T00:13:44.918Z[ recovery-image] Sep 07 00:13:44.143 INFO O| Sep 07 00:13:44.143 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-07T00:13:44.926Z[ recovery-image] Sep 07 00:13:44.151 INFO O| Sep 07 00:13:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82912026-09-07T00:13:44.926Z[ recovery-image] Sep 07 00:13:44.151 INFO O| Sep 07 00:13:44.151 INFO STEP 841 (remove_files) COMPLETE
82922026-09-07T00:13:44.926Z[ recovery-image] Sep 07 00:13:44.151 INFO O| Sep 07 00:13:44.151 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-07T00:13:44.934Z[ recovery-image] Sep 07 00:13:44.159 INFO O| Sep 07 00:13:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82942026-09-07T00:13:44.934Z[ recovery-image] Sep 07 00:13:44.160 INFO O| Sep 07 00:13:44.160 INFO STEP 842 (remove_files) COMPLETE
82952026-09-07T00:13:44.934Z[ recovery-image] Sep 07 00:13:44.160 INFO O| Sep 07 00:13:44.160 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-07T00:13:44.945Z[ recovery-image] Sep 07 00:13:44.170 INFO O| Sep 07 00:13:44.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82972026-09-07T00:13:44.945Z[ recovery-image] Sep 07 00:13:44.170 INFO O| Sep 07 00:13:44.170 INFO STEP 843 (remove_files) COMPLETE
82982026-09-07T00:13:44.945Z[ recovery-image] Sep 07 00:13:44.170 INFO O| Sep 07 00:13:44.170 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-07T00:13:44.956Z[ recovery-image] Sep 07 00:13:44.181 INFO O| Sep 07 00:13:44.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83002026-09-07T00:13:44.956Z[ recovery-image] Sep 07 00:13:44.181 INFO O| Sep 07 00:13:44.181 INFO STEP 844 (remove_files) COMPLETE
83012026-09-07T00:13:44.956Z[ recovery-image] Sep 07 00:13:44.181 INFO O| Sep 07 00:13:44.181 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-07T00:13:44.966Z[ recovery-image] Sep 07 00:13:44.191 INFO O| Sep 07 00:13:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83032026-09-07T00:13:44.966Z[ recovery-image] Sep 07 00:13:44.191 INFO O| Sep 07 00:13:44.191 INFO STEP 845 (remove_files) COMPLETE
83042026-09-07T00:13:44.966Z[ recovery-image] Sep 07 00:13:44.191 INFO O| Sep 07 00:13:44.191 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-07T00:13:44.975Z[ recovery-image] Sep 07 00:13:44.201 INFO O| Sep 07 00:13:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83062026-09-07T00:13:44.975Z[ recovery-image] Sep 07 00:13:44.201 INFO O| Sep 07 00:13:44.201 INFO STEP 846 (remove_files) COMPLETE
83072026-09-07T00:13:44.975Z[ recovery-image] Sep 07 00:13:44.201 INFO O| Sep 07 00:13:44.201 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-07T00:13:44.985Z[ recovery-image] Sep 07 00:13:44.210 INFO O| Sep 07 00:13:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83092026-09-07T00:13:44.985Z[ recovery-image] Sep 07 00:13:44.210 INFO O| Sep 07 00:13:44.210 INFO STEP 847 (remove_files) COMPLETE
83102026-09-07T00:13:44.988Z[ recovery-image] Sep 07 00:13:44.210 INFO O| Sep 07 00:13:44.210 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-07T00:13:44.995Z[ recovery-image] Sep 07 00:13:44.220 INFO O| Sep 07 00:13:44.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83122026-09-07T00:13:44.995Z[ recovery-image] Sep 07 00:13:44.220 INFO O| Sep 07 00:13:44.220 INFO STEP 848 (remove_files) COMPLETE
83132026-09-07T00:13:44.995Z[ recovery-image] Sep 07 00:13:44.220 INFO O| Sep 07 00:13:44.220 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-07T00:13:45.005Z[ recovery-image] Sep 07 00:13:44.230 INFO O| Sep 07 00:13:44.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
83152026-09-07T00:13:45.005Z[ recovery-image] Sep 07 00:13:44.230 INFO O| Sep 07 00:13:44.230 INFO STEP 849 (remove_files) COMPLETE
83162026-09-07T00:13:45.005Z[ recovery-image] Sep 07 00:13:44.230 INFO O| Sep 07 00:13:44.230 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-07T00:13:45.014Z[ recovery-image] Sep 07 00:13:44.239 INFO O| Sep 07 00:13:44.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
83182026-09-07T00:13:45.014Z[ recovery-image] Sep 07 00:13:44.240 INFO O| Sep 07 00:13:44.239 INFO STEP 850 (remove_files) COMPLETE
83192026-09-07T00:13:45.014Z[ recovery-image] Sep 07 00:13:44.240 INFO O| Sep 07 00:13:44.240 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-07T00:13:45.025Z[ recovery-image] Sep 07 00:13:44.251 INFO O| Sep 07 00:13:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
83212026-09-07T00:13:45.026Z[ recovery-image] Sep 07 00:13:44.251 INFO O| Sep 07 00:13:44.251 INFO STEP 851 (remove_files) COMPLETE
83222026-09-07T00:13:45.026Z[ recovery-image] Sep 07 00:13:44.251 INFO O| Sep 07 00:13:44.251 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-09-07T00:13:45.037Z[ recovery-image] Sep 07 00:13:44.261 INFO O| Sep 07 00:13:44.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
83242026-09-07T00:13:45.037Z[ recovery-image] Sep 07 00:13:44.261 INFO O| Sep 07 00:13:44.261 INFO STEP 852 (remove_files) COMPLETE
83252026-09-07T00:13:45.037Z[ recovery-image] Sep 07 00:13:44.261 INFO O| Sep 07 00:13:44.261 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-09-07T00:13:45.054Z[ recovery-image] Sep 07 00:13:44.271 INFO O| Sep 07 00:13:44.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
83272026-09-07T00:13:45.057Z[ recovery-image] Sep 07 00:13:44.271 INFO O| Sep 07 00:13:44.271 INFO STEP 853 (remove_files) COMPLETE
83282026-09-07T00:13:45.057Z[ recovery-image] Sep 07 00:13:44.271 INFO O| Sep 07 00:13:44.271 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-07T00:13:45.057Z[ recovery-image] Sep 07 00:13:44.282 INFO O| Sep 07 00:13:44.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
83302026-09-07T00:13:45.057Z[ recovery-image] Sep 07 00:13:44.282 INFO O| Sep 07 00:13:44.282 INFO STEP 854 (remove_files) COMPLETE
83312026-09-07T00:13:45.057Z[ recovery-image] Sep 07 00:13:44.282 INFO O| Sep 07 00:13:44.282 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-09-07T00:13:45.063Z[verify-libraries] Compiling pretty_assertions v1.4.1
83332026-09-07T00:13:45.066Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
83342026-09-07T00:13:45.070Z[ recovery-image] Sep 07 00:13:44.293 INFO O| Sep 07 00:13:44.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
83352026-09-07T00:13:45.070Z[ recovery-image] Sep 07 00:13:44.293 INFO O| Sep 07 00:13:44.293 INFO STEP 855 (remove_files) COMPLETE
83362026-09-07T00:13:45.073Z[ recovery-image] Sep 07 00:13:44.293 INFO O| Sep 07 00:13:44.293 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-09-07T00:13:45.079Z[ recovery-image] Sep 07 00:13:44.304 INFO O| Sep 07 00:13:44.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
83382026-09-07T00:13:45.079Z[ recovery-image] Sep 07 00:13:44.304 INFO O| Sep 07 00:13:44.304 INFO STEP 856 (remove_files) COMPLETE
83392026-09-07T00:13:45.079Z[ recovery-image] Sep 07 00:13:44.304 INFO O| Sep 07 00:13:44.304 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-09-07T00:13:45.090Z[ recovery-image] Sep 07 00:13:44.315 INFO O| Sep 07 00:13:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
83412026-09-07T00:13:45.090Z[ recovery-image] Sep 07 00:13:44.315 INFO O| Sep 07 00:13:44.315 INFO STEP 857 (remove_files) COMPLETE
83422026-09-07T00:13:45.090Z[ recovery-image] Sep 07 00:13:44.315 INFO O| Sep 07 00:13:44.315 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-07T00:13:45.102Z[ recovery-image] Sep 07 00:13:44.327 INFO O| Sep 07 00:13:44.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
83442026-09-07T00:13:45.102Z[ recovery-image] Sep 07 00:13:44.327 INFO O| Sep 07 00:13:44.327 INFO STEP 858 (remove_files) COMPLETE
83452026-09-07T00:13:45.105Z[ recovery-image] Sep 07 00:13:44.327 INFO O| Sep 07 00:13:44.327 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-07T00:13:45.112Z[ recovery-image] Sep 07 00:13:44.338 INFO O| Sep 07 00:13:44.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
83472026-09-07T00:13:45.112Z[ recovery-image] Sep 07 00:13:44.338 INFO O| Sep 07 00:13:44.338 INFO STEP 859 (remove_files) COMPLETE
83482026-09-07T00:13:45.112Z[ recovery-image] Sep 07 00:13:44.338 INFO O| Sep 07 00:13:44.338 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-07T00:13:45.122Z[ recovery-image] Sep 07 00:13:44.347 INFO O| Sep 07 00:13:44.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
83502026-09-07T00:13:45.122Z[ recovery-image] Sep 07 00:13:44.347 INFO O| Sep 07 00:13:44.347 INFO STEP 860 (remove_files) COMPLETE
83512026-09-07T00:13:45.122Z[ recovery-image] Sep 07 00:13:44.347 INFO O| Sep 07 00:13:44.347 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-07T00:13:45.134Z[ recovery-image] Sep 07 00:13:44.357 INFO O| Sep 07 00:13:44.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
83532026-09-07T00:13:45.135Z[ recovery-image] Sep 07 00:13:44.357 INFO O| Sep 07 00:13:44.356 INFO STEP 861 (remove_files) COMPLETE
83542026-09-07T00:13:45.138Z[ recovery-image] Sep 07 00:13:44.357 INFO O| Sep 07 00:13:44.356 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-07T00:13:45.141Z[ recovery-image] Sep 07 00:13:44.365 INFO O| Sep 07 00:13:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
83562026-09-07T00:13:45.141Z[ recovery-image] Sep 07 00:13:44.365 INFO O| Sep 07 00:13:44.365 INFO STEP 862 (remove_files) COMPLETE
83572026-09-07T00:13:45.141Z[ recovery-image] Sep 07 00:13:44.365 INFO O| Sep 07 00:13:44.365 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-07T00:13:45.149Z[ recovery-image] Sep 07 00:13:44.374 INFO O| Sep 07 00:13:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
83592026-09-07T00:13:45.149Z[ recovery-image] Sep 07 00:13:44.374 INFO O| Sep 07 00:13:44.374 INFO STEP 863 (remove_files) COMPLETE
83602026-09-07T00:13:45.152Z[ recovery-image] Sep 07 00:13:44.374 INFO O| Sep 07 00:13:44.374 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-07T00:13:45.157Z[ recovery-image] Sep 07 00:13:44.383 INFO O| Sep 07 00:13:44.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83622026-09-07T00:13:45.157Z[ recovery-image] Sep 07 00:13:44.383 INFO O| Sep 07 00:13:44.383 INFO STEP 864 (remove_files) COMPLETE
83632026-09-07T00:13:45.158Z[ recovery-image] Sep 07 00:13:44.383 INFO O| Sep 07 00:13:44.383 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-07T00:13:45.166Z[ recovery-image] Sep 07 00:13:44.391 INFO O| Sep 07 00:13:44.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83652026-09-07T00:13:45.166Z[ recovery-image] Sep 07 00:13:44.391 INFO O| Sep 07 00:13:44.391 INFO STEP 865 (remove_files) COMPLETE
83662026-09-07T00:13:45.166Z[ recovery-image] Sep 07 00:13:44.391 INFO O| Sep 07 00:13:44.391 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-07T00:13:45.175Z[ recovery-image] Sep 07 00:13:44.400 INFO O| Sep 07 00:13:44.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83682026-09-07T00:13:45.175Z[ recovery-image] Sep 07 00:13:44.400 INFO O| Sep 07 00:13:44.400 INFO STEP 866 (remove_files) COMPLETE
83692026-09-07T00:13:45.175Z[ recovery-image] Sep 07 00:13:44.400 INFO O| Sep 07 00:13:44.400 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-07T00:13:45.184Z[ recovery-image] Sep 07 00:13:44.409 INFO O| Sep 07 00:13:44.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83712026-09-07T00:13:45.184Z[ recovery-image] Sep 07 00:13:44.409 INFO O| Sep 07 00:13:44.409 INFO STEP 867 (remove_files) COMPLETE
83722026-09-07T00:13:45.184Z[ recovery-image] Sep 07 00:13:44.409 INFO O| Sep 07 00:13:44.409 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-07T00:13:45.193Z[ recovery-image] Sep 07 00:13:44.418 INFO O| Sep 07 00:13:44.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83742026-09-07T00:13:45.193Z[ recovery-image] Sep 07 00:13:44.418 INFO O| Sep 07 00:13:44.418 INFO STEP 868 (remove_files) COMPLETE
83752026-09-07T00:13:45.193Z[ recovery-image] Sep 07 00:13:44.418 INFO O| Sep 07 00:13:44.418 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-09-07T00:13:45.202Z[ recovery-image] Sep 07 00:13:44.428 INFO O| Sep 07 00:13:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83772026-09-07T00:13:45.202Z[ recovery-image] Sep 07 00:13:44.428 INFO O| Sep 07 00:13:44.428 INFO STEP 869 (remove_files) COMPLETE
83782026-09-07T00:13:45.202Z[ recovery-image] Sep 07 00:13:44.428 INFO O| Sep 07 00:13:44.428 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-09-07T00:13:45.211Z[ recovery-image] Sep 07 00:13:44.437 INFO O| Sep 07 00:13:44.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83802026-09-07T00:13:45.211Z[ recovery-image] Sep 07 00:13:44.437 INFO O| Sep 07 00:13:44.437 INFO STEP 870 (remove_files) COMPLETE
83812026-09-07T00:13:45.212Z[ recovery-image] Sep 07 00:13:44.437 INFO O| Sep 07 00:13:44.437 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-09-07T00:13:45.220Z[ recovery-image] Sep 07 00:13:44.445 INFO O| Sep 07 00:13:44.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83832026-09-07T00:13:45.220Z[ recovery-image] Sep 07 00:13:44.445 INFO O| Sep 07 00:13:44.445 INFO STEP 871 (remove_files) COMPLETE
83842026-09-07T00:13:45.220Z[ recovery-image] Sep 07 00:13:44.445 INFO O| Sep 07 00:13:44.445 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-09-07T00:13:45.228Z[ recovery-image] Sep 07 00:13:44.453 INFO O| Sep 07 00:13:44.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83862026-09-07T00:13:45.228Z[ recovery-image] Sep 07 00:13:44.453 INFO O| Sep 07 00:13:44.453 INFO STEP 872 (remove_files) COMPLETE
83872026-09-07T00:13:45.232Z[ recovery-image] Sep 07 00:13:44.453 INFO O| Sep 07 00:13:44.453 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-07T00:13:45.236Z[ recovery-image] Sep 07 00:13:44.461 INFO O| Sep 07 00:13:44.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83892026-09-07T00:13:45.236Z[ recovery-image] Sep 07 00:13:44.461 INFO O| Sep 07 00:13:44.461 INFO STEP 873 (remove_files) COMPLETE
83902026-09-07T00:13:45.236Z[ recovery-image] Sep 07 00:13:44.461 INFO O| Sep 07 00:13:44.461 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-09-07T00:13:45.244Z[ recovery-image] Sep 07 00:13:44.470 INFO O| Sep 07 00:13:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83922026-09-07T00:13:45.245Z[ recovery-image] Sep 07 00:13:44.470 INFO O| Sep 07 00:13:44.470 INFO STEP 874 (remove_files) COMPLETE
83932026-09-07T00:13:45.245Z[ recovery-image] Sep 07 00:13:44.470 INFO O| Sep 07 00:13:44.470 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-07T00:13:45.253Z[ recovery-image] Sep 07 00:13:44.479 INFO O| Sep 07 00:13:44.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83952026-09-07T00:13:45.253Z[ recovery-image] Sep 07 00:13:44.479 INFO O| Sep 07 00:13:44.479 INFO STEP 875 (remove_files) COMPLETE
83962026-09-07T00:13:45.254Z[ recovery-image] Sep 07 00:13:44.479 INFO O| Sep 07 00:13:44.479 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-07T00:13:45.262Z[ recovery-image] Sep 07 00:13:44.487 INFO O| Sep 07 00:13:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83982026-09-07T00:13:45.262Z[ recovery-image] Sep 07 00:13:44.487 INFO O| Sep 07 00:13:44.487 INFO STEP 876 (remove_files) COMPLETE
83992026-09-07T00:13:45.262Z[ recovery-image] Sep 07 00:13:44.487 INFO O| Sep 07 00:13:44.487 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-07T00:13:45.270Z[ recovery-image] Sep 07 00:13:44.496 INFO O| Sep 07 00:13:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84012026-09-07T00:13:45.270Z[ recovery-image] Sep 07 00:13:44.496 INFO O| Sep 07 00:13:44.496 INFO STEP 877 (remove_files) COMPLETE
84022026-09-07T00:13:45.273Z[ recovery-image] Sep 07 00:13:44.496 INFO O| Sep 07 00:13:44.496 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-09-07T00:13:45.279Z[ recovery-image] Sep 07 00:13:44.504 INFO O| Sep 07 00:13:44.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84042026-09-07T00:13:45.279Z[ recovery-image] Sep 07 00:13:44.504 INFO O| Sep 07 00:13:44.504 INFO STEP 878 (remove_files) COMPLETE
84052026-09-07T00:13:45.279Z[ recovery-image] Sep 07 00:13:44.504 INFO O| Sep 07 00:13:44.504 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-07T00:13:45.289Z[ recovery-image] Sep 07 00:13:44.514 INFO O| Sep 07 00:13:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84072026-09-07T00:13:45.289Z[ recovery-image] Sep 07 00:13:44.514 INFO O| Sep 07 00:13:44.514 INFO STEP 879 (remove_files) COMPLETE
84082026-09-07T00:13:45.289Z[ recovery-image] Sep 07 00:13:44.514 INFO O| Sep 07 00:13:44.514 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-09-07T00:13:45.298Z[ recovery-image] Sep 07 00:13:44.523 INFO O| Sep 07 00:13:44.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84102026-09-07T00:13:45.298Z[ recovery-image] Sep 07 00:13:44.523 INFO O| Sep 07 00:13:44.523 INFO STEP 880 (remove_files) COMPLETE
84112026-09-07T00:13:45.298Z[ recovery-image] Sep 07 00:13:44.523 INFO O| Sep 07 00:13:44.523 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-09-07T00:13:45.378Z[ recovery-image] Sep 07 00:13:44.533 INFO O| Sep 07 00:13:44.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84132026-09-07T00:13:45.381Z[ recovery-image] Sep 07 00:13:44.604 INFO O| Sep 07 00:13:44.604 INFO STEP 881 (remove_files) COMPLETE
84142026-09-07T00:13:45.382Z[ recovery-image] Sep 07 00:13:44.604 INFO O| Sep 07 00:13:44.604 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-09-07T00:13:45.391Z[ recovery-image] Sep 07 00:13:44.615 INFO O| Sep 07 00:13:44.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
84162026-09-07T00:13:45.391Z[ recovery-image] Sep 07 00:13:44.615 INFO O| Sep 07 00:13:44.615 INFO STEP 882 (remove_files) COMPLETE
84172026-09-07T00:13:45.391Z[ recovery-image] Sep 07 00:13:44.615 INFO O| Sep 07 00:13:44.615 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-07T00:13:45.400Z[ recovery-image] Sep 07 00:13:44.625 INFO O| Sep 07 00:13:44.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
84192026-09-07T00:13:45.400Z[ recovery-image] Sep 07 00:13:44.625 INFO O| Sep 07 00:13:44.625 INFO STEP 883 (remove_files) COMPLETE
84202026-09-07T00:13:45.403Z[ recovery-image] Sep 07 00:13:44.625 INFO O| Sep 07 00:13:44.625 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-07T00:13:45.409Z[ recovery-image] Sep 07 00:13:44.635 INFO O| Sep 07 00:13:44.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
84222026-09-07T00:13:45.409Z[ recovery-image] Sep 07 00:13:44.635 INFO O| Sep 07 00:13:44.635 INFO STEP 884 (remove_files) COMPLETE
84232026-09-07T00:13:45.409Z[ recovery-image] Sep 07 00:13:44.635 INFO O| Sep 07 00:13:44.635 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-07T00:13:45.420Z[ recovery-image] Sep 07 00:13:44.645 INFO O| Sep 07 00:13:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
84252026-09-07T00:13:45.420Z[ recovery-image] Sep 07 00:13:44.645 INFO O| Sep 07 00:13:44.645 INFO STEP 885 (remove_files) COMPLETE
84262026-09-07T00:13:45.420Z[ recovery-image] Sep 07 00:13:44.645 INFO O| Sep 07 00:13:44.645 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-07T00:13:45.430Z[ recovery-image] Sep 07 00:13:44.655 INFO O| Sep 07 00:13:44.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
84282026-09-07T00:13:45.430Z[ recovery-image] Sep 07 00:13:44.655 INFO O| Sep 07 00:13:44.655 INFO STEP 886 (remove_files) COMPLETE
84292026-09-07T00:13:45.430Z[ recovery-image] Sep 07 00:13:44.655 INFO O| Sep 07 00:13:44.655 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-07T00:13:45.439Z[ recovery-image] Sep 07 00:13:44.664 INFO O| Sep 07 00:13:44.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
84312026-09-07T00:13:45.439Z[ recovery-image] Sep 07 00:13:44.664 INFO O| Sep 07 00:13:44.664 INFO STEP 887 (remove_files) COMPLETE
84322026-09-07T00:13:45.439Z[ recovery-image] Sep 07 00:13:44.664 INFO O| Sep 07 00:13:44.664 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-07T00:13:45.452Z[ recovery-image] Sep 07 00:13:44.673 INFO O| Sep 07 00:13:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
84342026-09-07T00:13:45.452Z[ recovery-image] Sep 07 00:13:44.673 INFO O| Sep 07 00:13:44.673 INFO STEP 888 (remove_files) COMPLETE
84352026-09-07T00:13:45.455Z[ recovery-image] Sep 07 00:13:44.673 INFO O| Sep 07 00:13:44.673 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-07T00:13:45.459Z[ recovery-image] Sep 07 00:13:44.682 INFO O| Sep 07 00:13:44.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
84372026-09-07T00:13:45.459Z[ recovery-image] Sep 07 00:13:44.682 INFO O| Sep 07 00:13:44.682 INFO STEP 889 (remove_files) COMPLETE
84382026-09-07T00:13:45.459Z[ recovery-image] Sep 07 00:13:44.682 INFO O| Sep 07 00:13:44.682 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-07T00:13:45.466Z[ recovery-image] Sep 07 00:13:44.691 INFO O| Sep 07 00:13:44.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
84402026-09-07T00:13:45.469Z[ recovery-image] Sep 07 00:13:44.692 INFO O| Sep 07 00:13:44.692 INFO STEP 890 (remove_files) COMPLETE
84412026-09-07T00:13:45.469Z[ recovery-image] Sep 07 00:13:44.692 INFO O| Sep 07 00:13:44.692 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-07T00:13:45.476Z[ recovery-image] Sep 07 00:13:44.702 INFO O| Sep 07 00:13:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
84432026-09-07T00:13:45.476Z[ recovery-image] Sep 07 00:13:44.702 INFO O| Sep 07 00:13:44.702 INFO STEP 891 (remove_files) COMPLETE
84442026-09-07T00:13:45.476Z[ recovery-image] Sep 07 00:13:44.702 INFO O| Sep 07 00:13:44.702 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-07T00:13:45.485Z[ recovery-image] Sep 07 00:13:44.711 INFO O| Sep 07 00:13:44.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
84462026-09-07T00:13:45.485Z[ recovery-image] Sep 07 00:13:44.711 INFO O| Sep 07 00:13:44.711 INFO STEP 892 (remove_files) COMPLETE
84472026-09-07T00:13:45.485Z[ recovery-image] Sep 07 00:13:44.711 INFO O| Sep 07 00:13:44.711 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-07T00:13:45.495Z[ recovery-image] Sep 07 00:13:44.721 INFO O| Sep 07 00:13:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
84492026-09-07T00:13:45.496Z[ recovery-image] Sep 07 00:13:44.721 INFO O| Sep 07 00:13:44.721 INFO STEP 893 (remove_files) COMPLETE
84502026-09-07T00:13:45.496Z[ recovery-image] Sep 07 00:13:44.721 INFO O| Sep 07 00:13:44.721 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-07T00:13:45.542Z[ recovery-image] Sep 07 00:13:44.730 INFO O| Sep 07 00:13:44.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
84522026-09-07T00:13:45.542Z[ recovery-image] Sep 07 00:13:44.730 INFO O| Sep 07 00:13:44.730 INFO STEP 894 (remove_files) COMPLETE
84532026-09-07T00:13:45.542Z[ recovery-image] Sep 07 00:13:44.730 INFO O| Sep 07 00:13:44.730 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.739 INFO O| Sep 07 00:13:44.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
84552026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.739 INFO O| Sep 07 00:13:44.739 INFO STEP 895 (remove_files) COMPLETE
84562026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.739 INFO O| Sep 07 00:13:44.739 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.748 INFO O| Sep 07 00:13:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
84582026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.749 INFO O| Sep 07 00:13:44.749 INFO STEP 896 (remove_files) COMPLETE
84592026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.749 INFO O| Sep 07 00:13:44.749 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.758 INFO O| Sep 07 00:13:44.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
84612026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.758 INFO O| Sep 07 00:13:44.758 INFO STEP 897 (remove_files) COMPLETE
84622026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.758 INFO O| Sep 07 00:13:44.758 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.768 INFO O| Sep 07 00:13:44.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
84642026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.768 INFO O| Sep 07 00:13:44.768 INFO STEP 898 (remove_files) COMPLETE
84652026-09-07T00:13:45.543Z[ recovery-image] Sep 07 00:13:44.768 INFO O| Sep 07 00:13:44.768 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-07T00:13:45.551Z[ recovery-image] Sep 07 00:13:44.777 INFO O| Sep 07 00:13:44.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
84672026-09-07T00:13:45.551Z[ recovery-image] Sep 07 00:13:44.777 INFO O| Sep 07 00:13:44.777 INFO STEP 899 (remove_files) COMPLETE
84682026-09-07T00:13:45.551Z[ recovery-image] Sep 07 00:13:44.777 INFO O| Sep 07 00:13:44.777 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-07T00:13:45.561Z[ recovery-image] Sep 07 00:13:44.786 INFO O| Sep 07 00:13:44.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
84702026-09-07T00:13:45.561Z[ recovery-image] Sep 07 00:13:44.786 INFO O| Sep 07 00:13:44.786 INFO STEP 900 (remove_files) COMPLETE
84712026-09-07T00:13:45.561Z[ recovery-image] Sep 07 00:13:44.786 INFO O| Sep 07 00:13:44.786 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-07T00:13:45.571Z[ recovery-image] Sep 07 00:13:44.795 INFO O| Sep 07 00:13:44.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84732026-09-07T00:13:45.571Z[ recovery-image] Sep 07 00:13:44.795 INFO O| Sep 07 00:13:44.795 INFO STEP 901 (remove_files) COMPLETE
84742026-09-07T00:13:45.571Z[ recovery-image] Sep 07 00:13:44.795 INFO O| Sep 07 00:13:44.795 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-07T00:13:45.580Z[ recovery-image] Sep 07 00:13:44.805 INFO O| Sep 07 00:13:44.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84762026-09-07T00:13:45.580Z[ recovery-image] Sep 07 00:13:44.805 INFO O| Sep 07 00:13:44.805 INFO STEP 902 (remove_files) COMPLETE
84772026-09-07T00:13:45.580Z[ recovery-image] Sep 07 00:13:44.805 INFO O| Sep 07 00:13:44.805 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-07T00:13:45.590Z[ recovery-image] Sep 07 00:13:44.815 INFO O| Sep 07 00:13:44.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
84792026-09-07T00:13:45.590Z[ recovery-image] Sep 07 00:13:44.815 INFO O| Sep 07 00:13:44.815 INFO STEP 903 (remove_files) COMPLETE
84802026-09-07T00:13:45.590Z[ recovery-image] Sep 07 00:13:44.815 INFO O| Sep 07 00:13:44.815 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-07T00:13:45.601Z[ recovery-image] Sep 07 00:13:44.826 INFO O| Sep 07 00:13:44.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
84822026-09-07T00:13:45.601Z[ recovery-image] Sep 07 00:13:44.826 INFO O| Sep 07 00:13:44.826 INFO STEP 904 (remove_files) COMPLETE
84832026-09-07T00:13:45.601Z[ recovery-image] Sep 07 00:13:44.826 INFO O| Sep 07 00:13:44.826 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-07T00:13:45.611Z[ recovery-image] Sep 07 00:13:44.836 INFO O| Sep 07 00:13:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
84852026-09-07T00:13:45.611Z[ recovery-image] Sep 07 00:13:44.836 INFO O| Sep 07 00:13:44.836 INFO STEP 905 (remove_files) COMPLETE
84862026-09-07T00:13:45.614Z[ recovery-image] Sep 07 00:13:44.836 INFO O| Sep 07 00:13:44.836 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-07T00:13:45.619Z[ recovery-image] Sep 07 00:13:44.844 INFO O| Sep 07 00:13:44.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
84882026-09-07T00:13:45.619Z[ recovery-image] Sep 07 00:13:44.844 INFO O| Sep 07 00:13:44.844 INFO STEP 906 (remove_files) COMPLETE
84892026-09-07T00:13:45.619Z[ recovery-image] Sep 07 00:13:44.844 INFO O| Sep 07 00:13:44.844 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-07T00:13:45.631Z[ recovery-image] Sep 07 00:13:44.854 INFO O| Sep 07 00:13:44.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
84912026-09-07T00:13:45.632Z[ recovery-image] Sep 07 00:13:44.854 INFO O| Sep 07 00:13:44.854 INFO STEP 907 (remove_files) COMPLETE
84922026-09-07T00:13:45.635Z[ recovery-image] Sep 07 00:13:44.854 INFO O| Sep 07 00:13:44.854 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-07T00:13:45.638Z[ recovery-image] Sep 07 00:13:44.863 INFO O| Sep 07 00:13:44.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
84942026-09-07T00:13:45.638Z[ recovery-image] Sep 07 00:13:44.863 INFO O| Sep 07 00:13:44.863 INFO STEP 908 (remove_files) COMPLETE
84952026-09-07T00:13:45.638Z[ recovery-image] Sep 07 00:13:44.863 INFO O| Sep 07 00:13:44.863 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-07T00:13:45.648Z[ recovery-image] Sep 07 00:13:44.873 INFO O| Sep 07 00:13:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
84972026-09-07T00:13:45.648Z[ recovery-image] Sep 07 00:13:44.873 INFO O| Sep 07 00:13:44.873 INFO STEP 909 (remove_files) COMPLETE
84982026-09-07T00:13:45.648Z[ recovery-image] Sep 07 00:13:44.873 INFO O| Sep 07 00:13:44.873 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-07T00:13:45.658Z[ recovery-image] Sep 07 00:13:44.883 INFO O| Sep 07 00:13:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85002026-09-07T00:13:45.658Z[ recovery-image] Sep 07 00:13:44.883 INFO O| Sep 07 00:13:44.883 INFO STEP 910 (remove_files) COMPLETE
85012026-09-07T00:13:45.662Z[ recovery-image] Sep 07 00:13:44.883 INFO O| Sep 07 00:13:44.883 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-07T00:13:45.667Z[ recovery-image] Sep 07 00:13:44.893 INFO O| Sep 07 00:13:44.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85032026-09-07T00:13:45.667Z[ recovery-image] Sep 07 00:13:44.893 INFO O| Sep 07 00:13:44.893 INFO STEP 911 (remove_files) COMPLETE
85042026-09-07T00:13:45.667Z[ recovery-image] Sep 07 00:13:44.893 INFO O| Sep 07 00:13:44.893 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-07T00:13:45.677Z[ recovery-image] Sep 07 00:13:44.902 INFO O| Sep 07 00:13:44.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85062026-09-07T00:13:45.677Z[ recovery-image] Sep 07 00:13:44.902 INFO O| Sep 07 00:13:44.902 INFO STEP 912 (remove_files) COMPLETE
85072026-09-07T00:13:45.677Z[ recovery-image] Sep 07 00:13:44.902 INFO O| Sep 07 00:13:44.902 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-07T00:13:45.686Z[ recovery-image] Sep 07 00:13:44.911 INFO O| Sep 07 00:13:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
85092026-09-07T00:13:45.686Z[ recovery-image] Sep 07 00:13:44.911 INFO O| Sep 07 00:13:44.911 INFO STEP 913 (remove_files) COMPLETE
85102026-09-07T00:13:45.686Z[ recovery-image] Sep 07 00:13:44.911 INFO O| Sep 07 00:13:44.911 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-07T00:13:45.695Z[ recovery-image] Sep 07 00:13:44.920 INFO O| Sep 07 00:13:44.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
85122026-09-07T00:13:45.695Z[ recovery-image] Sep 07 00:13:44.920 INFO O| Sep 07 00:13:44.920 INFO STEP 914 (remove_files) COMPLETE
85132026-09-07T00:13:45.695Z[ recovery-image] Sep 07 00:13:44.920 INFO O| Sep 07 00:13:44.920 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-07T00:13:45.705Z[ recovery-image] Sep 07 00:13:44.931 INFO O| Sep 07 00:13:44.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
85152026-09-07T00:13:45.706Z[ recovery-image] Sep 07 00:13:44.931 INFO O| Sep 07 00:13:44.931 INFO STEP 915 (remove_files) COMPLETE
85162026-09-07T00:13:45.706Z[ recovery-image] Sep 07 00:13:44.931 INFO O| Sep 07 00:13:44.931 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-07T00:13:45.717Z[ recovery-image] Sep 07 00:13:44.942 INFO O| Sep 07 00:13:44.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
85182026-09-07T00:13:45.717Z[ recovery-image] Sep 07 00:13:44.942 INFO O| Sep 07 00:13:44.942 INFO STEP 916 (remove_files) COMPLETE
85192026-09-07T00:13:45.717Z[ recovery-image] Sep 07 00:13:44.942 INFO O| Sep 07 00:13:44.942 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-07T00:13:45.727Z[ recovery-image] Sep 07 00:13:44.952 INFO O| Sep 07 00:13:44.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
85212026-09-07T00:13:45.727Z[ recovery-image] Sep 07 00:13:44.952 INFO O| Sep 07 00:13:44.952 INFO STEP 917 (remove_files) COMPLETE
85222026-09-07T00:13:45.727Z[ recovery-image] Sep 07 00:13:44.952 INFO O| Sep 07 00:13:44.952 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-07T00:13:45.738Z[ recovery-image] Sep 07 00:13:44.963 INFO O| Sep 07 00:13:44.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
85242026-09-07T00:13:45.738Z[ recovery-image] Sep 07 00:13:44.963 INFO O| Sep 07 00:13:44.963 INFO STEP 918 (remove_files) COMPLETE
85252026-09-07T00:13:45.738Z[ recovery-image] Sep 07 00:13:44.963 INFO O| Sep 07 00:13:44.963 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-07T00:13:45.748Z[ recovery-image] Sep 07 00:13:44.973 INFO O| Sep 07 00:13:44.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
85272026-09-07T00:13:45.748Z[ recovery-image] Sep 07 00:13:44.973 INFO O| Sep 07 00:13:44.973 INFO STEP 919 (remove_files) COMPLETE
85282026-09-07T00:13:45.748Z[ recovery-image] Sep 07 00:13:44.973 INFO O| Sep 07 00:13:44.973 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-07T00:13:45.758Z[ recovery-image] Sep 07 00:13:44.983 INFO O| Sep 07 00:13:44.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
85302026-09-07T00:13:45.758Z[ recovery-image] Sep 07 00:13:44.983 INFO O| Sep 07 00:13:44.983 INFO STEP 920 (remove_files) COMPLETE
85312026-09-07T00:13:45.758Z[ recovery-image] Sep 07 00:13:44.983 INFO O| Sep 07 00:13:44.983 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-07T00:13:45.767Z[ recovery-image] Sep 07 00:13:44.992 INFO O| Sep 07 00:13:44.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
85332026-09-07T00:13:45.767Z[ recovery-image] Sep 07 00:13:44.992 INFO O| Sep 07 00:13:44.992 INFO STEP 921 (remove_files) COMPLETE
85342026-09-07T00:13:45.767Z[ recovery-image] Sep 07 00:13:44.992 INFO O| Sep 07 00:13:44.992 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-07T00:13:45.778Z[ recovery-image] Sep 07 00:13:45.003 INFO O| Sep 07 00:13:45.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
85362026-09-07T00:13:45.778Z[ recovery-image] Sep 07 00:13:45.003 INFO O| Sep 07 00:13:45.003 INFO STEP 922 (remove_files) COMPLETE
85372026-09-07T00:13:45.778Z[ recovery-image] Sep 07 00:13:45.003 INFO O| Sep 07 00:13:45.003 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-07T00:13:45.788Z[ recovery-image] Sep 07 00:13:45.013 INFO O| Sep 07 00:13:45.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
85392026-09-07T00:13:45.788Z[ recovery-image] Sep 07 00:13:45.014 INFO O| Sep 07 00:13:45.014 INFO STEP 923 (remove_files) COMPLETE
85402026-09-07T00:13:45.791Z[ recovery-image] Sep 07 00:13:45.014 INFO O| Sep 07 00:13:45.014 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-07T00:13:45.798Z[ recovery-image] Sep 07 00:13:45.024 INFO O| Sep 07 00:13:45.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
85422026-09-07T00:13:45.799Z[ recovery-image] Sep 07 00:13:45.024 INFO O| Sep 07 00:13:45.024 INFO STEP 924 (remove_files) COMPLETE
85432026-09-07T00:13:45.803Z[ recovery-image] Sep 07 00:13:45.024 INFO O| Sep 07 00:13:45.024 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-09-07T00:13:45.809Z[ recovery-image] Sep 07 00:13:45.034 INFO O| Sep 07 00:13:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
85452026-09-07T00:13:45.809Z[ recovery-image] Sep 07 00:13:45.034 INFO O| Sep 07 00:13:45.034 INFO STEP 925 (remove_files) COMPLETE
85462026-09-07T00:13:45.812Z[ recovery-image] Sep 07 00:13:45.034 INFO O| Sep 07 00:13:45.034 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-09-07T00:13:45.821Z[ recovery-image] Sep 07 00:13:45.043 INFO O| Sep 07 00:13:45.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
85482026-09-07T00:13:45.821Z[ recovery-image] Sep 07 00:13:45.043 INFO O| Sep 07 00:13:45.043 INFO STEP 926 (remove_files) COMPLETE
85492026-09-07T00:13:45.821Z[ recovery-image] Sep 07 00:13:45.043 INFO O| Sep 07 00:13:45.043 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-09-07T00:13:45.830Z[ recovery-image] Sep 07 00:13:45.055 INFO O| Sep 07 00:13:45.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
85512026-09-07T00:13:45.830Z[ recovery-image] Sep 07 00:13:45.055 INFO O| Sep 07 00:13:45.055 INFO STEP 927 (remove_files) COMPLETE
85522026-09-07T00:13:45.830Z[ recovery-image] Sep 07 00:13:45.055 INFO O| Sep 07 00:13:45.055 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-07T00:13:45.839Z[ recovery-image] Sep 07 00:13:45.064 INFO O| Sep 07 00:13:45.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
85542026-09-07T00:13:45.839Z[ recovery-image] Sep 07 00:13:45.064 INFO O| Sep 07 00:13:45.064 INFO STEP 928 (remove_files) COMPLETE
85552026-09-07T00:13:45.839Z[ recovery-image] Sep 07 00:13:45.064 INFO O| Sep 07 00:13:45.064 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-07T00:13:45.848Z[ recovery-image] Sep 07 00:13:45.073 INFO O| Sep 07 00:13:45.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
85572026-09-07T00:13:45.848Z[ recovery-image] Sep 07 00:13:45.073 INFO O| Sep 07 00:13:45.073 INFO STEP 929 (remove_files) COMPLETE
85582026-09-07T00:13:45.848Z[ recovery-image] Sep 07 00:13:45.073 INFO O| Sep 07 00:13:45.073 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-07T00:13:45.858Z[ recovery-image] Sep 07 00:13:45.083 INFO O| Sep 07 00:13:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
85602026-09-07T00:13:45.858Z[ recovery-image] Sep 07 00:13:45.083 INFO O| Sep 07 00:13:45.083 INFO STEP 930 (remove_files) COMPLETE
85612026-09-07T00:13:45.858Z[ recovery-image] Sep 07 00:13:45.083 INFO O| Sep 07 00:13:45.083 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-07T00:13:45.868Z[ recovery-image] Sep 07 00:13:45.093 INFO O| Sep 07 00:13:45.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
85632026-09-07T00:13:45.868Z[ recovery-image] Sep 07 00:13:45.093 INFO O| Sep 07 00:13:45.093 INFO STEP 931 (remove_files) COMPLETE
85642026-09-07T00:13:45.868Z[ recovery-image] Sep 07 00:13:45.093 INFO O| Sep 07 00:13:45.093 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-07T00:13:45.878Z[ recovery-image] Sep 07 00:13:45.104 INFO O| Sep 07 00:13:45.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
85662026-09-07T00:13:45.879Z[ recovery-image] Sep 07 00:13:45.104 INFO O| Sep 07 00:13:45.104 INFO STEP 932 (remove_files) COMPLETE
85672026-09-07T00:13:45.879Z[ recovery-image] Sep 07 00:13:45.104 INFO O| Sep 07 00:13:45.104 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-07T00:13:45.889Z[ recovery-image] Sep 07 00:13:45.113 INFO O| Sep 07 00:13:45.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85692026-09-07T00:13:45.889Z[ recovery-image] Sep 07 00:13:45.113 INFO O| Sep 07 00:13:45.113 INFO STEP 933 (remove_files) COMPLETE
85702026-09-07T00:13:45.889Z[ recovery-image] Sep 07 00:13:45.114 INFO O| Sep 07 00:13:45.113 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-07T00:13:45.898Z[ recovery-image] Sep 07 00:13:45.123 INFO O| Sep 07 00:13:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85722026-09-07T00:13:45.901Z[ recovery-image] Sep 07 00:13:45.123 INFO O| Sep 07 00:13:45.123 INFO STEP 934 (remove_files) COMPLETE
85732026-09-07T00:13:45.901Z[ recovery-image] Sep 07 00:13:45.123 INFO O| Sep 07 00:13:45.123 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-07T00:13:45.907Z[ recovery-image] Sep 07 00:13:45.132 INFO O| Sep 07 00:13:45.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85752026-09-07T00:13:45.910Z[ recovery-image] Sep 07 00:13:45.133 INFO O| Sep 07 00:13:45.132 INFO STEP 935 (remove_files) COMPLETE
85762026-09-07T00:13:45.910Z[ recovery-image] Sep 07 00:13:45.133 INFO O| Sep 07 00:13:45.133 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-07T00:13:45.917Z[ recovery-image] Sep 07 00:13:45.142 INFO O| Sep 07 00:13:45.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
85782026-09-07T00:13:45.920Z[ recovery-image] Sep 07 00:13:45.143 INFO O| Sep 07 00:13:45.142 INFO STEP 936 (remove_files) COMPLETE
85792026-09-07T00:13:45.920Z[ recovery-image] Sep 07 00:13:45.143 INFO O| Sep 07 00:13:45.143 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-07T00:13:45.928Z[ recovery-image] Sep 07 00:13:45.153 INFO O| Sep 07 00:13:45.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
85812026-09-07T00:13:45.928Z[ recovery-image] Sep 07 00:13:45.153 INFO O| Sep 07 00:13:45.153 INFO STEP 937 (remove_files) COMPLETE
85822026-09-07T00:13:45.928Z[ recovery-image] Sep 07 00:13:45.153 INFO O| Sep 07 00:13:45.153 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-07T00:13:45.939Z[ recovery-image] Sep 07 00:13:45.164 INFO O| Sep 07 00:13:45.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
85842026-09-07T00:13:45.939Z[ recovery-image] Sep 07 00:13:45.164 INFO O| Sep 07 00:13:45.164 INFO STEP 938 (remove_files) COMPLETE
85852026-09-07T00:13:45.942Z[ recovery-image] Sep 07 00:13:45.164 INFO O| Sep 07 00:13:45.164 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-07T00:13:45.949Z[ recovery-image] Sep 07 00:13:45.174 INFO O| Sep 07 00:13:45.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
85872026-09-07T00:13:45.949Z[ recovery-image] Sep 07 00:13:45.174 INFO O| Sep 07 00:13:45.174 INFO STEP 939 (remove_files) COMPLETE
85882026-09-07T00:13:45.949Z[ recovery-image] Sep 07 00:13:45.174 INFO O| Sep 07 00:13:45.174 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-07T00:13:45.960Z[ recovery-image] Sep 07 00:13:45.185 INFO O| Sep 07 00:13:45.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
85902026-09-07T00:13:45.960Z[ recovery-image] Sep 07 00:13:45.185 INFO O| Sep 07 00:13:45.185 INFO STEP 940 (remove_files) COMPLETE
85912026-09-07T00:13:45.960Z[ recovery-image] Sep 07 00:13:45.185 INFO O| Sep 07 00:13:45.185 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-07T00:13:45.971Z[ recovery-image] Sep 07 00:13:45.196 INFO O| Sep 07 00:13:45.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
85932026-09-07T00:13:45.971Z[ recovery-image] Sep 07 00:13:45.196 INFO O| Sep 07 00:13:45.196 INFO STEP 941 (remove_files) COMPLETE
85942026-09-07T00:13:45.971Z[ recovery-image] Sep 07 00:13:45.196 INFO O| Sep 07 00:13:45.196 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-07T00:13:45.982Z[ recovery-image] Sep 07 00:13:45.207 INFO O| Sep 07 00:13:45.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
85962026-09-07T00:13:45.982Z[ recovery-image] Sep 07 00:13:45.208 INFO O| Sep 07 00:13:45.208 INFO STEP 942 (remove_files) COMPLETE
85972026-09-07T00:13:45.982Z[ recovery-image] Sep 07 00:13:45.208 INFO O| Sep 07 00:13:45.208 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-07T00:13:45.992Z[ recovery-image] Sep 07 00:13:45.218 INFO O| Sep 07 00:13:45.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
85992026-09-07T00:13:45.992Z[ recovery-image] Sep 07 00:13:45.218 INFO O| Sep 07 00:13:45.218 INFO STEP 943 (remove_files) COMPLETE
86002026-09-07T00:13:45.996Z[ recovery-image] Sep 07 00:13:45.218 INFO O| Sep 07 00:13:45.218 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-07T00:13:46.002Z[ recovery-image] Sep 07 00:13:45.227 INFO O| Sep 07 00:13:45.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86022026-09-07T00:13:46.002Z[ recovery-image] Sep 07 00:13:45.227 INFO O| Sep 07 00:13:45.227 INFO STEP 944 (remove_files) COMPLETE
86032026-09-07T00:13:46.002Z[ recovery-image] Sep 07 00:13:45.227 INFO O| Sep 07 00:13:45.227 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-07T00:13:46.012Z[ recovery-image] Sep 07 00:13:45.237 INFO O| Sep 07 00:13:45.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86052026-09-07T00:13:46.012Z[ recovery-image] Sep 07 00:13:45.238 INFO O| Sep 07 00:13:45.238 INFO STEP 945 (remove_files) COMPLETE
86062026-09-07T00:13:46.012Z[ recovery-image] Sep 07 00:13:45.238 INFO O| Sep 07 00:13:45.238 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-07T00:13:46.021Z[ recovery-image] Sep 07 00:13:45.246 INFO O| Sep 07 00:13:45.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86082026-09-07T00:13:46.021Z[ recovery-image] Sep 07 00:13:45.247 INFO O| Sep 07 00:13:45.247 INFO STEP 946 (remove_files) COMPLETE
86092026-09-07T00:13:46.021Z[ recovery-image] Sep 07 00:13:45.247 INFO O| Sep 07 00:13:45.247 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-07T00:13:46.031Z[ recovery-image] Sep 07 00:13:45.256 INFO O| Sep 07 00:13:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86112026-09-07T00:13:46.031Z[ recovery-image] Sep 07 00:13:45.256 INFO O| Sep 07 00:13:45.256 INFO STEP 947 (remove_files) COMPLETE
86122026-09-07T00:13:46.031Z[ recovery-image] Sep 07 00:13:45.256 INFO O| Sep 07 00:13:45.256 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-07T00:13:46.042Z[ recovery-image] Sep 07 00:13:45.266 INFO O| Sep 07 00:13:45.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86142026-09-07T00:13:46.042Z[ recovery-image] Sep 07 00:13:45.266 INFO O| Sep 07 00:13:45.266 INFO STEP 948 (remove_files) COMPLETE
86152026-09-07T00:13:46.042Z[ recovery-image] Sep 07 00:13:45.266 INFO O| Sep 07 00:13:45.266 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-07T00:13:46.050Z[ recovery-image] Sep 07 00:13:45.274 INFO O| Sep 07 00:13:45.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86172026-09-07T00:13:46.051Z[ recovery-image] Sep 07 00:13:45.274 INFO O| Sep 07 00:13:45.274 INFO STEP 949 (remove_files) COMPLETE
86182026-09-07T00:13:46.051Z[ recovery-image] Sep 07 00:13:45.274 INFO O| Sep 07 00:13:45.274 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-09-07T00:13:46.059Z[ recovery-image] Sep 07 00:13:45.284 INFO O| Sep 07 00:13:45.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86202026-09-07T00:13:46.059Z[ recovery-image] Sep 07 00:13:45.284 INFO O| Sep 07 00:13:45.284 INFO STEP 950 (remove_files) COMPLETE
86212026-09-07T00:13:46.059Z[ recovery-image] Sep 07 00:13:45.284 INFO O| Sep 07 00:13:45.284 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-07T00:13:46.068Z[ recovery-image] Sep 07 00:13:45.293 INFO O| Sep 07 00:13:45.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
86232026-09-07T00:13:46.068Z[ recovery-image] Sep 07 00:13:45.293 INFO O| Sep 07 00:13:45.293 INFO STEP 951 (remove_files) COMPLETE
86242026-09-07T00:13:46.068Z[ recovery-image] Sep 07 00:13:45.293 INFO O| Sep 07 00:13:45.293 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-07T00:13:46.077Z[ recovery-image] Sep 07 00:13:45.302 INFO O| Sep 07 00:13:45.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
86262026-09-07T00:13:46.077Z[ recovery-image] Sep 07 00:13:45.302 INFO O| Sep 07 00:13:45.302 INFO STEP 952 (remove_files) COMPLETE
86272026-09-07T00:13:46.077Z[ recovery-image] Sep 07 00:13:45.302 INFO O| Sep 07 00:13:45.302 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-07T00:13:46.088Z[ recovery-image] Sep 07 00:13:45.313 INFO O| Sep 07 00:13:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
86292026-09-07T00:13:46.088Z[ recovery-image] Sep 07 00:13:45.314 INFO O| Sep 07 00:13:45.314 INFO STEP 953 (remove_files) COMPLETE
86302026-09-07T00:13:46.088Z[ recovery-image] Sep 07 00:13:45.314 INFO O| Sep 07 00:13:45.314 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-07T00:13:46.099Z[ recovery-image] Sep 07 00:13:45.324 INFO O| Sep 07 00:13:45.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
86322026-09-07T00:13:46.099Z[ recovery-image] Sep 07 00:13:45.325 INFO O| Sep 07 00:13:45.325 INFO STEP 954 (remove_files) COMPLETE
86332026-09-07T00:13:46.103Z[ recovery-image] Sep 07 00:13:45.325 INFO O| Sep 07 00:13:45.325 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-07T00:13:46.109Z[ recovery-image] Sep 07 00:13:45.335 INFO O| Sep 07 00:13:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
86352026-09-07T00:13:46.109Z[ recovery-image] Sep 07 00:13:45.335 INFO O| Sep 07 00:13:45.335 INFO STEP 955 (remove_files) COMPLETE
86362026-09-07T00:13:46.109Z[ recovery-image] Sep 07 00:13:45.335 INFO O| Sep 07 00:13:45.335 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-09-07T00:13:46.119Z[ recovery-image] Sep 07 00:13:45.344 INFO O| Sep 07 00:13:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
86382026-09-07T00:13:46.119Z[ recovery-image] Sep 07 00:13:45.344 INFO O| Sep 07 00:13:45.344 INFO STEP 956 (remove_files) COMPLETE
86392026-09-07T00:13:46.122Z[ recovery-image] Sep 07 00:13:45.344 INFO O| Sep 07 00:13:45.344 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-07T00:13:46.128Z[ recovery-image] Sep 07 00:13:45.353 INFO O| Sep 07 00:13:45.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
86412026-09-07T00:13:46.128Z[ recovery-image] Sep 07 00:13:45.353 INFO O| Sep 07 00:13:45.353 INFO STEP 957 (remove_files) COMPLETE
86422026-09-07T00:13:46.131Z[ recovery-image] Sep 07 00:13:45.353 INFO O| Sep 07 00:13:45.353 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-07T00:13:46.137Z[ recovery-image] Sep 07 00:13:45.362 INFO O| Sep 07 00:13:45.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
86442026-09-07T00:13:46.137Z[ recovery-image] Sep 07 00:13:45.362 INFO O| Sep 07 00:13:45.362 INFO STEP 958 (remove_files) COMPLETE
86452026-09-07T00:13:46.137Z[ recovery-image] Sep 07 00:13:45.362 INFO O| Sep 07 00:13:45.362 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-07T00:13:46.146Z[ recovery-image] Sep 07 00:13:45.371 INFO O| Sep 07 00:13:45.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
86472026-09-07T00:13:46.146Z[ recovery-image] Sep 07 00:13:45.371 INFO O| Sep 07 00:13:45.371 INFO STEP 959 (remove_files) COMPLETE
86482026-09-07T00:13:46.146Z[ recovery-image] Sep 07 00:13:45.371 INFO O| Sep 07 00:13:45.371 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-07T00:13:46.157Z[ recovery-image] Sep 07 00:13:45.383 INFO O| Sep 07 00:13:45.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
86502026-09-07T00:13:46.157Z[ recovery-image] Sep 07 00:13:45.383 INFO O| Sep 07 00:13:45.383 INFO STEP 960 (remove_files) COMPLETE
86512026-09-07T00:13:46.158Z[ recovery-image] Sep 07 00:13:45.383 INFO O| Sep 07 00:13:45.383 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-07T00:13:46.166Z[ recovery-image] Sep 07 00:13:45.392 INFO O| Sep 07 00:13:45.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
86532026-09-07T00:13:46.167Z[ recovery-image] Sep 07 00:13:45.392 INFO O| Sep 07 00:13:45.392 INFO STEP 961 (remove_files) COMPLETE
86542026-09-07T00:13:46.167Z[ recovery-image] Sep 07 00:13:45.392 INFO O| Sep 07 00:13:45.392 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-09-07T00:13:46.175Z[ recovery-image] Sep 07 00:13:45.400 INFO O| Sep 07 00:13:45.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
86562026-09-07T00:13:46.175Z[ recovery-image] Sep 07 00:13:45.400 INFO O| Sep 07 00:13:45.400 INFO STEP 962 (remove_files) COMPLETE
86572026-09-07T00:13:46.178Z[ recovery-image] Sep 07 00:13:45.400 INFO O| Sep 07 00:13:45.400 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-09-07T00:13:46.183Z[ recovery-image] Sep 07 00:13:45.409 INFO O| Sep 07 00:13:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
86592026-09-07T00:13:46.183Z[ recovery-image] Sep 07 00:13:45.409 INFO O| Sep 07 00:13:45.409 INFO STEP 963 (remove_files) COMPLETE
86602026-09-07T00:13:46.186Z[ recovery-image] Sep 07 00:13:45.409 INFO O| Sep 07 00:13:45.409 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-09-07T00:13:46.192Z[ recovery-image] Sep 07 00:13:45.417 INFO O| Sep 07 00:13:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
86622026-09-07T00:13:46.192Z[ recovery-image] Sep 07 00:13:45.417 INFO O| Sep 07 00:13:45.417 INFO STEP 964 (remove_files) COMPLETE
86632026-09-07T00:13:46.192Z[ recovery-image] Sep 07 00:13:45.417 INFO O| Sep 07 00:13:45.417 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-09-07T00:13:46.203Z[ recovery-image] Sep 07 00:13:45.428 INFO O| Sep 07 00:13:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
86652026-09-07T00:13:46.203Z[ recovery-image] Sep 07 00:13:45.428 INFO O| Sep 07 00:13:45.428 INFO STEP 965 (remove_files) COMPLETE
86662026-09-07T00:13:46.203Z[ recovery-image] Sep 07 00:13:45.428 INFO O| Sep 07 00:13:45.428 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-09-07T00:13:46.212Z[ recovery-image] Sep 07 00:13:45.437 INFO O| Sep 07 00:13:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
86682026-09-07T00:13:46.212Z[ recovery-image] Sep 07 00:13:45.437 INFO O| Sep 07 00:13:45.437 INFO STEP 966 (remove_files) COMPLETE
86692026-09-07T00:13:46.212Z[ recovery-image] Sep 07 00:13:45.437 INFO O| Sep 07 00:13:45.437 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-09-07T00:13:46.222Z[ recovery-image] Sep 07 00:13:45.447 INFO O| Sep 07 00:13:45.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86712026-09-07T00:13:46.222Z[ recovery-image] Sep 07 00:13:45.447 INFO O| Sep 07 00:13:45.447 INFO STEP 967 (remove_files) COMPLETE
86722026-09-07T00:13:46.222Z[ recovery-image] Sep 07 00:13:45.447 INFO O| Sep 07 00:13:45.447 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-09-07T00:13:46.232Z[ recovery-image] Sep 07 00:13:45.457 INFO O| Sep 07 00:13:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86742026-09-07T00:13:46.233Z[ recovery-image] Sep 07 00:13:45.457 INFO O| Sep 07 00:13:45.457 INFO STEP 968 (remove_files) COMPLETE
86752026-09-07T00:13:46.233Z[ recovery-image] Sep 07 00:13:45.457 INFO O| Sep 07 00:13:45.457 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-09-07T00:13:46.242Z[ recovery-image] Sep 07 00:13:45.467 INFO O| Sep 07 00:13:45.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86772026-09-07T00:13:46.242Z[ recovery-image] Sep 07 00:13:45.467 INFO O| Sep 07 00:13:45.467 INFO STEP 969 (remove_files) COMPLETE
86782026-09-07T00:13:46.245Z[ recovery-image] Sep 07 00:13:45.467 INFO O| Sep 07 00:13:45.467 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-09-07T00:13:46.253Z[ recovery-image] Sep 07 00:13:45.478 INFO O| Sep 07 00:13:45.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
86802026-09-07T00:13:46.253Z[ recovery-image] Sep 07 00:13:45.478 INFO O| Sep 07 00:13:45.478 INFO STEP 970 (remove_files) COMPLETE
86812026-09-07T00:13:46.256Z[ recovery-image] Sep 07 00:13:45.478 INFO O| Sep 07 00:13:45.478 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-09-07T00:13:46.259Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
86832026-09-07T00:13:46.259Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
86842026-09-07T00:13:46.259Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
86852026-09-07T00:13:46.259Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
86862026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
86872026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
86882026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
86892026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.483 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
86902026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260906T235943Z
86912026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
86922026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
86932026-09-07T00:13:46.260Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
86942026-09-07T00:13:46.263Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
86952026-09-07T00:13:46.266Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
86962026-09-07T00:13:46.266Z[ recovery-image] Sep 07 00:13:45.487 INFO O| Sep 07 00:13:45.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
86972026-09-07T00:13:46.266Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
86982026-09-07T00:13:46.266Z[ recovery-image] Sep 07 00:13:45.487 INFO O| Sep 07 00:13:45.487 INFO STEP 971 (remove_files) COMPLETE
86992026-09-07T00:13:46.266Z[ recovery-image] Sep 07 00:13:45.487 INFO O| Sep 07 00:13:45.487 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-09-07T00:13:46.266Z[ host-image] Sep 07 00:13:45.484 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87012026-09-07T00:13:46.266Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
87022026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
87032026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
87042026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
87052026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
87062026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
87072026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87082026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
87092026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87102026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
87112026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
87122026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
87132026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.485 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
87142026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
87152026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
87162026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
87172026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
87182026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
87192026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
87202026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
87212026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
87222026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
87232026-09-07T00:13:46.267Z[ host-image] Sep 07 00:13:45.486 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
87242026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87252026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
87262026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
87272026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87282026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87292026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87302026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
87312026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87322026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.489 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87332026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.490 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87342026-09-07T00:13:46.268Z[ host-image] Sep 07 00:13:45.490 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87352026-09-07T00:13:46.271Z[ host-image] Sep 07 00:13:45.493 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87362026-09-07T00:13:46.273Z[ host-image] Sep 07 00:13:45.493 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87372026-09-07T00:13:46.273Z[ host-image] Sep 07 00:13:45.493 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87382026-09-07T00:13:46.273Z[ host-image] Sep 07 00:13:45.493 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87392026-09-07T00:13:46.273Z[ host-image] Sep 07 00:13:45.494 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87402026-09-07T00:13:46.273Z[ host-image] Sep 07 00:13:45.494 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87412026-09-07T00:13:46.273Z[ recovery-image] Sep 07 00:13:45.496 INFO O| Sep 07 00:13:45.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87422026-09-07T00:13:46.273Z[ recovery-image] Sep 07 00:13:45.496 INFO O| Sep 07 00:13:45.496 INFO STEP 972 (remove_files) COMPLETE
87432026-09-07T00:13:46.273Z[ recovery-image] Sep 07 00:13:45.496 INFO O| Sep 07 00:13:45.496 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-09-07T00:13:46.279Z[ recovery-image] Sep 07 00:13:45.504 INFO O| Sep 07 00:13:45.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87452026-09-07T00:13:46.279Z[ recovery-image] Sep 07 00:13:45.504 INFO O| Sep 07 00:13:45.504 INFO STEP 973 (remove_files) COMPLETE
87462026-09-07T00:13:46.280Z[ recovery-image] Sep 07 00:13:45.504 INFO O| Sep 07 00:13:45.504 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.505 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
87482026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.505 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87492026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.505 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87502026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
87512026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
87522026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87532026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
87542026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87552026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87562026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87572026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
87582026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
87592026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.506 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87602026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.507 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87612026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.507 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87622026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.507 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87632026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.507 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
87642026-09-07T00:13:46.283Z[ host-image] Sep 07 00:13:45.507 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87652026-09-07T00:13:46.286Z[ host-image] Sep 07 00:13:45.511 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87662026-09-07T00:13:46.286Z[ host-image] Sep 07 00:13:45.511 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
87672026-09-07T00:13:46.286Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
87682026-09-07T00:13:46.286Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
87692026-09-07T00:13:46.287Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87702026-09-07T00:13:46.287Z[ recovery-image] Sep 07 00:13:45.512 INFO O| Sep 07 00:13:45.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87712026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
87722026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
87732026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
87742026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.512 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
87752026-09-07T00:13:46.290Z[ recovery-image] Sep 07 00:13:45.513 INFO O| Sep 07 00:13:45.513 INFO STEP 974 (remove_files) COMPLETE
87762026-09-07T00:13:46.290Z[ recovery-image] Sep 07 00:13:45.513 INFO O| Sep 07 00:13:45.513 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87772026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.513 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
87782026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.513 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
87792026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
87802026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87812026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
87822026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
87832026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
87842026-09-07T00:13:46.290Z[ host-image] Sep 07 00:13:45.514 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
87852026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.516 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
87862026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.516 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
87872026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.516 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
87882026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.516 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
87892026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
87902026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
87912026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
87922026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
87932026-09-07T00:13:46.294Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
87942026-09-07T00:13:46.295Z[ host-image] Sep 07 00:13:45.517 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
87952026-09-07T00:13:46.298Z[ host-image] Sep 07 00:13:45.520 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
87962026-09-07T00:13:46.298Z[ host-image] Sep 07 00:13:45.520 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
87972026-09-07T00:13:46.298Z[ host-image] Sep 07 00:13:45.520 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
87982026-09-07T00:13:46.298Z[ host-image] Sep 07 00:13:45.520 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
87992026-09-07T00:13:46.298Z[ host-image] Sep 07 00:13:45.520 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
88002026-09-07T00:13:46.301Z[ recovery-image] Sep 07 00:13:45.524 INFO O| Sep 07 00:13:45.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
88012026-09-07T00:13:46.301Z[ recovery-image] Sep 07 00:13:45.524 INFO O| Sep 07 00:13:45.524 INFO STEP 975 (remove_files) COMPLETE
88022026-09-07T00:13:46.301Z[ recovery-image] Sep 07 00:13:45.524 INFO O| Sep 07 00:13:45.524 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-09-07T00:13:46.301Z[ host-image] Sep 07 00:13:45.526 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
88042026-09-07T00:13:46.301Z[ host-image] Sep 07 00:13:45.526 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
88052026-09-07T00:13:46.301Z[ host-image] Sep 07 00:13:45.526 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
88062026-09-07T00:13:46.301Z[ host-image] Sep 07 00:13:45.526 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88072026-09-07T00:13:46.301Z[ host-image] Sep 07 00:13:45.526 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88082026-09-07T00:13:46.308Z[ recovery-image] Sep 07 00:13:45.534 INFO O| Sep 07 00:13:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
88092026-09-07T00:13:46.308Z[ recovery-image] Sep 07 00:13:45.534 INFO O| Sep 07 00:13:45.534 INFO STEP 976 (remove_files) COMPLETE
88102026-09-07T00:13:46.308Z[ recovery-image] Sep 07 00:13:45.534 INFO O| Sep 07 00:13:45.534 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
88122026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88132026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
88142026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
88152026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
88162026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88172026-09-07T00:13:46.312Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88182026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.535 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
88192026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
88202026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
88212026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
88222026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
88232026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
88242026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.536 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88252026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
88262026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
88272026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
88282026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
88292026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
88302026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
88312026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88322026-09-07T00:13:46.313Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88332026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
88342026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
88352026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88362026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88372026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.537 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88382026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.538 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88392026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.538 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88402026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.538 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88412026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.538 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
88422026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.539 INFO O| tempdir @ "/tmp/.tmppHjBqC/tmp"
88432026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.539 INFO O| image root @ "/tmp/.tmppHjBqC/tmp/root"
88442026-09-07T00:13:46.317Z[ host-image] Sep 07 00:13:45.539 INFO O| creating image...
88452026-09-07T00:13:46.320Z[ recovery-image] Sep 07 00:13:45.543 INFO O| Sep 07 00:13:45.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
88462026-09-07T00:13:46.320Z[ recovery-image] Sep 07 00:13:45.543 INFO O| Sep 07 00:13:45.543 INFO STEP 977 (remove_files) COMPLETE
88472026-09-07T00:13:46.320Z[ recovery-image] Sep 07 00:13:45.543 INFO O| Sep 07 00:13:45.543 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-07T00:13:46.328Z[ recovery-image] Sep 07 00:13:45.553 INFO O| Sep 07 00:13:45.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88492026-09-07T00:13:46.328Z[ recovery-image] Sep 07 00:13:45.553 INFO O| Sep 07 00:13:45.553 INFO STEP 978 (remove_files) COMPLETE
88502026-09-07T00:13:46.328Z[ recovery-image] Sep 07 00:13:45.553 INFO O| Sep 07 00:13:45.553 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-07T00:13:46.340Z[ recovery-image] Sep 07 00:13:45.564 INFO O| Sep 07 00:13:45.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88522026-09-07T00:13:46.342Z[ recovery-image] Sep 07 00:13:45.564 INFO O| Sep 07 00:13:45.564 INFO STEP 979 (remove_files) COMPLETE
88532026-09-07T00:13:46.342Z[ recovery-image] Sep 07 00:13:45.564 INFO O| Sep 07 00:13:45.564 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-07T00:13:46.350Z[ recovery-image] Sep 07 00:13:45.574 INFO O| Sep 07 00:13:45.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88552026-09-07T00:13:46.350Z[ recovery-image] Sep 07 00:13:45.574 INFO O| Sep 07 00:13:45.574 INFO STEP 980 (remove_files) COMPLETE
88562026-09-07T00:13:46.350Z[ recovery-image] Sep 07 00:13:45.574 INFO O| Sep 07 00:13:45.574 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-07T00:13:46.358Z[ recovery-image] Sep 07 00:13:45.583 INFO O| Sep 07 00:13:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88582026-09-07T00:13:46.361Z[ recovery-image] Sep 07 00:13:45.583 INFO O| Sep 07 00:13:45.583 INFO STEP 981 (remove_files) COMPLETE
88592026-09-07T00:13:46.361Z[ recovery-image] Sep 07 00:13:45.583 INFO O| Sep 07 00:13:45.583 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-07T00:13:46.367Z[ recovery-image] Sep 07 00:13:45.593 INFO O| Sep 07 00:13:45.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88612026-09-07T00:13:46.367Z[ recovery-image] Sep 07 00:13:45.593 INFO O| Sep 07 00:13:45.593 INFO STEP 982 (remove_files) COMPLETE
88622026-09-07T00:13:46.367Z[ recovery-image] Sep 07 00:13:45.593 INFO O| Sep 07 00:13:45.593 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-07T00:13:46.376Z[ recovery-image] Sep 07 00:13:45.602 INFO O| Sep 07 00:13:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88642026-09-07T00:13:46.376Z[ recovery-image] Sep 07 00:13:45.602 INFO O| Sep 07 00:13:45.602 INFO STEP 983 (remove_files) COMPLETE
88652026-09-07T00:13:46.376Z[ recovery-image] Sep 07 00:13:45.602 INFO O| Sep 07 00:13:45.602 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-07T00:13:46.388Z[ recovery-image] Sep 07 00:13:45.613 INFO O| Sep 07 00:13:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88672026-09-07T00:13:46.388Z[ recovery-image] Sep 07 00:13:45.614 INFO O| Sep 07 00:13:45.614 INFO STEP 984 (remove_files) COMPLETE
88682026-09-07T00:13:46.388Z[ recovery-image] Sep 07 00:13:45.614 INFO O| Sep 07 00:13:45.614 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-07T00:13:46.399Z[ recovery-image] Sep 07 00:13:45.624 INFO O| Sep 07 00:13:45.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88702026-09-07T00:13:46.399Z[ recovery-image] Sep 07 00:13:45.624 INFO O| Sep 07 00:13:45.624 INFO STEP 985 (remove_files) COMPLETE
88712026-09-07T00:13:46.399Z[ recovery-image] Sep 07 00:13:45.624 INFO O| Sep 07 00:13:45.624 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-07T00:13:46.409Z[ recovery-image] Sep 07 00:13:45.634 INFO O| Sep 07 00:13:45.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88732026-09-07T00:13:46.409Z[ recovery-image] Sep 07 00:13:45.634 INFO O| Sep 07 00:13:45.634 INFO STEP 986 (remove_files) COMPLETE
88742026-09-07T00:13:46.409Z[ recovery-image] Sep 07 00:13:45.634 INFO O| Sep 07 00:13:45.634 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-07T00:13:46.420Z[ recovery-image] Sep 07 00:13:45.643 INFO O| Sep 07 00:13:45.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88762026-09-07T00:13:46.420Z[ recovery-image] Sep 07 00:13:45.643 INFO O| Sep 07 00:13:45.643 INFO STEP 987 (remove_files) COMPLETE
88772026-09-07T00:13:46.420Z[ recovery-image] Sep 07 00:13:45.643 INFO O| Sep 07 00:13:45.643 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-07T00:13:46.427Z[ recovery-image] Sep 07 00:13:45.652 INFO O| Sep 07 00:13:45.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88792026-09-07T00:13:46.427Z[ recovery-image] Sep 07 00:13:45.652 INFO O| Sep 07 00:13:45.652 INFO STEP 988 (remove_files) COMPLETE
88802026-09-07T00:13:46.430Z[ recovery-image] Sep 07 00:13:45.652 INFO O| Sep 07 00:13:45.652 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-07T00:13:46.437Z[ recovery-image] Sep 07 00:13:45.662 INFO O| Sep 07 00:13:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88822026-09-07T00:13:46.437Z[ recovery-image] Sep 07 00:13:45.662 INFO O| Sep 07 00:13:45.662 INFO STEP 989 (remove_files) COMPLETE
88832026-09-07T00:13:46.437Z[ recovery-image] Sep 07 00:13:45.662 INFO O| Sep 07 00:13:45.662 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-07T00:13:46.447Z[ recovery-image] Sep 07 00:13:45.672 INFO O| Sep 07 00:13:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88852026-09-07T00:13:46.447Z[ recovery-image] Sep 07 00:13:45.672 INFO O| Sep 07 00:13:45.672 INFO STEP 990 (remove_files) COMPLETE
88862026-09-07T00:13:46.447Z[ recovery-image] Sep 07 00:13:45.672 INFO O| Sep 07 00:13:45.672 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-07T00:13:46.454Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88882026-09-07T00:13:46.457Z[ recovery-image] Sep 07 00:13:45.682 INFO O| Sep 07 00:13:45.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88892026-09-07T00:13:46.457Z[ recovery-image] Sep 07 00:13:45.682 INFO O| Sep 07 00:13:45.682 INFO STEP 991 (remove_files) COMPLETE
88902026-09-07T00:13:46.457Z[ recovery-image] Sep 07 00:13:45.682 INFO O| Sep 07 00:13:45.682 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-07T00:13:46.466Z[ recovery-image] Sep 07 00:13:45.691 INFO O| Sep 07 00:13:45.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88922026-09-07T00:13:46.466Z[ recovery-image] Sep 07 00:13:45.691 INFO O| Sep 07 00:13:45.691 INFO STEP 992 (remove_files) COMPLETE
88932026-09-07T00:13:46.466Z[ recovery-image] Sep 07 00:13:45.691 INFO O| Sep 07 00:13:45.691 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-07T00:13:46.478Z[ recovery-image] Sep 07 00:13:45.703 INFO O| Sep 07 00:13:45.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88952026-09-07T00:13:46.478Z[ recovery-image] Sep 07 00:13:45.704 INFO O| Sep 07 00:13:45.704 INFO STEP 993 (remove_files) COMPLETE
88962026-09-07T00:13:46.482Z[ recovery-image] Sep 07 00:13:45.704 INFO O| Sep 07 00:13:45.704 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-07T00:13:46.489Z[ recovery-image] Sep 07 00:13:45.714 INFO O| Sep 07 00:13:45.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88982026-09-07T00:13:46.489Z[ recovery-image] Sep 07 00:13:45.714 INFO O| Sep 07 00:13:45.714 INFO STEP 994 (remove_files) COMPLETE
88992026-09-07T00:13:46.489Z[ recovery-image] Sep 07 00:13:45.714 INFO O| Sep 07 00:13:45.714 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-07T00:13:46.499Z[ recovery-image] Sep 07 00:13:45.724 INFO O| Sep 07 00:13:45.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
89012026-09-07T00:13:46.499Z[ recovery-image] Sep 07 00:13:45.724 INFO O| Sep 07 00:13:45.724 INFO STEP 995 (remove_files) COMPLETE
89022026-09-07T00:13:46.499Z[ recovery-image] Sep 07 00:13:45.724 INFO O| Sep 07 00:13:45.724 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-07T00:13:46.508Z[ recovery-image] Sep 07 00:13:45.733 INFO O| Sep 07 00:13:45.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
89042026-09-07T00:13:46.508Z[ recovery-image] Sep 07 00:13:45.733 INFO O| Sep 07 00:13:45.733 INFO STEP 996 (remove_files) COMPLETE
89052026-09-07T00:13:46.508Z[ recovery-image] Sep 07 00:13:45.733 INFO O| Sep 07 00:13:45.733 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-07T00:13:46.517Z[ recovery-image] Sep 07 00:13:45.742 INFO O| Sep 07 00:13:45.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
89072026-09-07T00:13:46.517Z[ recovery-image] Sep 07 00:13:45.742 INFO O| Sep 07 00:13:45.742 INFO STEP 997 (remove_files) COMPLETE
89082026-09-07T00:13:46.517Z[ recovery-image] Sep 07 00:13:45.742 INFO O| Sep 07 00:13:45.742 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-07T00:13:46.526Z[ recovery-image] Sep 07 00:13:45.751 INFO O| Sep 07 00:13:45.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
89102026-09-07T00:13:46.526Z[ recovery-image] Sep 07 00:13:45.751 INFO O| Sep 07 00:13:45.751 INFO STEP 998 (remove_files) COMPLETE
89112026-09-07T00:13:46.527Z[ recovery-image] Sep 07 00:13:45.751 INFO O| Sep 07 00:13:45.751 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-07T00:13:46.535Z[ recovery-image] Sep 07 00:13:45.760 INFO O| Sep 07 00:13:45.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
89132026-09-07T00:13:46.535Z[ recovery-image] Sep 07 00:13:45.760 INFO O| Sep 07 00:13:45.760 INFO STEP 999 (remove_files) COMPLETE
89142026-09-07T00:13:46.535Z[ recovery-image] Sep 07 00:13:45.760 INFO O| Sep 07 00:13:45.760 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-07T00:13:46.544Z[ recovery-image] Sep 07 00:13:45.769 INFO O| Sep 07 00:13:45.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
89162026-09-07T00:13:46.544Z[ recovery-image] Sep 07 00:13:45.769 INFO O| Sep 07 00:13:45.769 INFO STEP 1000 (remove_files) COMPLETE
89172026-09-07T00:13:46.544Z[ recovery-image] Sep 07 00:13:45.769 INFO O| Sep 07 00:13:45.769 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-07T00:13:46.553Z[ recovery-image] Sep 07 00:13:45.778 INFO O| Sep 07 00:13:45.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
89192026-09-07T00:13:46.553Z[ recovery-image] Sep 07 00:13:45.778 INFO O| Sep 07 00:13:45.778 INFO STEP 1001 (remove_files) COMPLETE
89202026-09-07T00:13:46.553Z[ recovery-image] Sep 07 00:13:45.778 INFO O| Sep 07 00:13:45.778 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-07T00:13:46.563Z[ recovery-image] Sep 07 00:13:45.788 INFO O| Sep 07 00:13:45.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
89222026-09-07T00:13:46.563Z[ recovery-image] Sep 07 00:13:45.788 INFO O| Sep 07 00:13:45.788 INFO STEP 1002 (remove_files) COMPLETE
89232026-09-07T00:13:46.563Z[ recovery-image] Sep 07 00:13:45.788 INFO O| Sep 07 00:13:45.788 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89242026-09-07T00:13:46.575Z[ recovery-image] Sep 07 00:13:45.799 INFO O| Sep 07 00:13:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
89252026-09-07T00:13:46.575Z[ recovery-image] Sep 07 00:13:45.799 INFO O| Sep 07 00:13:45.799 INFO STEP 1003 (remove_files) COMPLETE
89262026-09-07T00:13:46.578Z[ recovery-image] Sep 07 00:13:45.799 INFO O| Sep 07 00:13:45.799 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89272026-09-07T00:13:46.587Z[ recovery-image] Sep 07 00:13:45.812 INFO O| Sep 07 00:13:45.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
89282026-09-07T00:13:46.587Z[ recovery-image] Sep 07 00:13:45.812 INFO O| Sep 07 00:13:45.812 INFO STEP 1004 (remove_files) COMPLETE
89292026-09-07T00:13:46.587Z[ recovery-image] Sep 07 00:13:45.812 INFO O| Sep 07 00:13:45.812 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89302026-09-07T00:13:46.598Z[ recovery-image] Sep 07 00:13:45.823 INFO O| Sep 07 00:13:45.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
89312026-09-07T00:13:46.598Z[ recovery-image] Sep 07 00:13:45.823 INFO O| Sep 07 00:13:45.823 INFO STEP 1005 (remove_files) COMPLETE
89322026-09-07T00:13:46.598Z[ recovery-image] Sep 07 00:13:45.823 INFO O| Sep 07 00:13:45.823 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89332026-09-07T00:13:46.611Z[ recovery-image] Sep 07 00:13:45.836 INFO O| Sep 07 00:13:45.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
89342026-09-07T00:13:46.615Z[ recovery-image] Sep 07 00:13:45.836 INFO O| Sep 07 00:13:45.832 INFO STEP 1006 (remove_files) COMPLETE
89352026-09-07T00:13:46.615Z[ recovery-image] Sep 07 00:13:45.836 INFO O| Sep 07 00:13:45.832 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-07T00:13:46.625Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
89372026-09-07T00:13:46.700Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
89382026-09-07T00:13:46.974Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
89392026-09-07T00:13:46.977Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
89402026-09-07T00:13:46.977Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
89412026-09-07T00:13:47.047Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
89422026-09-07T00:13:47.261Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
89432026-09-07T00:13:47.285Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
89442026-09-07T00:13:47.310Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
89452026-09-07T00:13:47.333Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
89462026-09-07T00:13:47.391Z[verify-libraries] Compiling drift v0.2.0
89472026-09-07T00:13:47.529Z[verify-libraries] Compiling uzers v0.12.2
89482026-09-07T00:13:47.557Z[verify-libraries] Compiling parse-size v1.1.0
89492026-09-07T00:13:47.691Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
89502026-09-07T00:13:47.836Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
89512026-09-07T00:13:48.120Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
89522026-09-07T00:13:48.324Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89532026-09-07T00:13:48.750Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
89542026-09-07T00:13:49.413Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89552026-09-07T00:13:49.712Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89562026-09-07T00:13:50.208Z[ recovery-image] Sep 07 00:13:49.431 INFO O| Sep 07 00:13:49.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
89572026-09-07T00:13:50.208Z[ recovery-image] Sep 07 00:13:49.432 INFO O| Sep 07 00:13:49.432 INFO STEP 1007 (remove_files) COMPLETE
89582026-09-07T00:13:50.208Z[ recovery-image] Sep 07 00:13:49.432 INFO O| Sep 07 00:13:49.432 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-07T00:13:50.319Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89602026-09-07T00:13:50.675Z[ recovery-image] Sep 07 00:13:49.901 INFO O| Sep 07 00:13:49.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
89612026-09-07T00:13:50.676Z[ recovery-image] Sep 07 00:13:49.901 INFO O| Sep 07 00:13:49.901 INFO STEP 1008 (remove_files) COMPLETE
89622026-09-07T00:13:50.676Z[ recovery-image] Sep 07 00:13:49.901 INFO O| Sep 07 00:13:49.901 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89632026-09-07T00:13:50.687Z[ recovery-image] Sep 07 00:13:49.912 INFO O| Sep 07 00:13:49.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89642026-09-07T00:13:50.687Z[ recovery-image] Sep 07 00:13:49.912 INFO O| Sep 07 00:13:49.912 INFO STEP 1009 (remove_files) COMPLETE
89652026-09-07T00:13:50.687Z[ recovery-image] Sep 07 00:13:49.912 INFO O| Sep 07 00:13:49.912 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-07T00:13:50.697Z[ recovery-image] Sep 07 00:13:49.922 INFO O| Sep 07 00:13:49.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89672026-09-07T00:13:50.697Z[ recovery-image] Sep 07 00:13:49.922 INFO O| Sep 07 00:13:49.922 INFO STEP 1010 (remove_files) COMPLETE
89682026-09-07T00:13:50.700Z[ recovery-image] Sep 07 00:13:49.922 INFO O| Sep 07 00:13:49.922 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-07T00:13:50.707Z[ recovery-image] Sep 07 00:13:49.932 INFO O| Sep 07 00:13:49.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89702026-09-07T00:13:50.707Z[ recovery-image] Sep 07 00:13:49.932 INFO O| Sep 07 00:13:49.932 INFO STEP 1011 (remove_files) COMPLETE
89712026-09-07T00:13:50.711Z[ recovery-image] Sep 07 00:13:49.933 INFO O| Sep 07 00:13:49.932 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89722026-09-07T00:13:50.718Z[ recovery-image] Sep 07 00:13:49.944 INFO O| Sep 07 00:13:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89732026-09-07T00:13:50.718Z[ recovery-image] Sep 07 00:13:49.944 INFO O| Sep 07 00:13:49.944 INFO STEP 1012 (remove_files) COMPLETE
89742026-09-07T00:13:50.718Z[ recovery-image] Sep 07 00:13:49.944 INFO O| Sep 07 00:13:49.944 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89752026-09-07T00:13:50.729Z[ recovery-image] Sep 07 00:13:49.954 INFO O| Sep 07 00:13:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89762026-09-07T00:13:50.729Z[ recovery-image] Sep 07 00:13:49.954 INFO O| Sep 07 00:13:49.954 INFO STEP 1013 (remove_files) COMPLETE
89772026-09-07T00:13:50.729Z[ recovery-image] Sep 07 00:13:49.954 INFO O| Sep 07 00:13:49.954 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-07T00:13:50.739Z[ recovery-image] Sep 07 00:13:49.964 INFO O| Sep 07 00:13:49.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89792026-09-07T00:13:50.739Z[ recovery-image] Sep 07 00:13:49.964 INFO O| Sep 07 00:13:49.964 INFO STEP 1014 (remove_files) COMPLETE
89802026-09-07T00:13:50.739Z[ recovery-image] Sep 07 00:13:49.964 INFO O| Sep 07 00:13:49.964 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-07T00:13:50.749Z[ recovery-image] Sep 07 00:13:49.974 INFO O| Sep 07 00:13:49.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89822026-09-07T00:13:50.749Z[ recovery-image] Sep 07 00:13:49.974 INFO O| Sep 07 00:13:49.974 INFO STEP 1015 (remove_files) COMPLETE
89832026-09-07T00:13:50.749Z[ recovery-image] Sep 07 00:13:49.974 INFO O| Sep 07 00:13:49.974 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-07T00:13:50.759Z[ recovery-image] Sep 07 00:13:49.984 INFO O| Sep 07 00:13:49.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89852026-09-07T00:13:50.759Z[ recovery-image] Sep 07 00:13:49.984 INFO O| Sep 07 00:13:49.984 INFO STEP 1016 (remove_files) COMPLETE
89862026-09-07T00:13:50.760Z[ recovery-image] Sep 07 00:13:49.984 INFO O| Sep 07 00:13:49.984 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-07T00:13:50.768Z[ recovery-image] Sep 07 00:13:49.993 INFO O| Sep 07 00:13:49.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89882026-09-07T00:13:50.768Z[ recovery-image] Sep 07 00:13:49.993 INFO O| Sep 07 00:13:49.993 INFO STEP 1017 (remove_files) COMPLETE
89892026-09-07T00:13:50.768Z[ recovery-image] Sep 07 00:13:49.993 INFO O| Sep 07 00:13:49.993 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-07T00:13:50.771Z[ host-image] Sep 07 00:13:49.994 INFO O| copying publishers...
89912026-09-07T00:13:50.777Z[ recovery-image] Sep 07 00:13:50.002 INFO O| Sep 07 00:13:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89922026-09-07T00:13:50.777Z[ recovery-image] Sep 07 00:13:50.002 INFO O| Sep 07 00:13:50.002 INFO STEP 1018 (remove_files) COMPLETE
89932026-09-07T00:13:50.780Z[ recovery-image] Sep 07 00:13:50.002 INFO O| Sep 07 00:13:50.002 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89942026-09-07T00:13:50.787Z[ recovery-image] Sep 07 00:13:50.011 INFO O| Sep 07 00:13:50.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89952026-09-07T00:13:50.787Z[ recovery-image] Sep 07 00:13:50.011 INFO O| Sep 07 00:13:50.011 INFO STEP 1019 (remove_files) COMPLETE
89962026-09-07T00:13:50.787Z[ recovery-image] Sep 07 00:13:50.011 INFO O| Sep 07 00:13:50.011 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89972026-09-07T00:13:50.794Z[ recovery-image] Sep 07 00:13:50.020 INFO O| Sep 07 00:13:50.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89982026-09-07T00:13:50.794Z[ recovery-image] Sep 07 00:13:50.020 INFO O| Sep 07 00:13:50.020 INFO STEP 1020 (remove_files) COMPLETE
89992026-09-07T00:13:50.797Z[ recovery-image] Sep 07 00:13:50.020 INFO O| Sep 07 00:13:50.020 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90002026-09-07T00:13:50.803Z[ recovery-image] Sep 07 00:13:50.028 INFO O| Sep 07 00:13:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
90012026-09-07T00:13:50.803Z[ recovery-image] Sep 07 00:13:50.028 INFO O| Sep 07 00:13:50.028 INFO STEP 1021 (remove_files) COMPLETE
90022026-09-07T00:13:50.803Z[ recovery-image] Sep 07 00:13:50.028 INFO O| Sep 07 00:13:50.028 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90032026-09-07T00:13:50.814Z[ recovery-image] Sep 07 00:13:50.039 INFO O| Sep 07 00:13:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
90042026-09-07T00:13:50.814Z[ recovery-image] Sep 07 00:13:50.039 INFO O| Sep 07 00:13:50.039 INFO STEP 1022 (remove_files) COMPLETE
90052026-09-07T00:13:50.817Z[ recovery-image] Sep 07 00:13:50.039 INFO O| Sep 07 00:13:50.039 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90062026-09-07T00:13:50.823Z[ recovery-image] Sep 07 00:13:50.048 INFO O| Sep 07 00:13:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
90072026-09-07T00:13:50.823Z[ recovery-image] Sep 07 00:13:50.048 INFO O| Sep 07 00:13:50.048 INFO STEP 1023 (remove_files) COMPLETE
90082026-09-07T00:13:50.826Z[ recovery-image] Sep 07 00:13:50.048 INFO O| Sep 07 00:13:50.048 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90092026-09-07T00:13:50.833Z[ recovery-image] Sep 07 00:13:50.058 INFO O| Sep 07 00:13:50.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
90102026-09-07T00:13:50.833Z[ recovery-image] Sep 07 00:13:50.058 INFO O| Sep 07 00:13:50.058 INFO STEP 1024 (remove_files) COMPLETE
90112026-09-07T00:13:50.833Z[ recovery-image] Sep 07 00:13:50.058 INFO O| Sep 07 00:13:50.058 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90122026-09-07T00:13:50.844Z[ recovery-image] Sep 07 00:13:50.069 INFO O| Sep 07 00:13:50.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
90132026-09-07T00:13:50.844Z[ recovery-image] Sep 07 00:13:50.069 INFO O| Sep 07 00:13:50.069 INFO STEP 1025 (remove_files) COMPLETE
90142026-09-07T00:13:50.844Z[ recovery-image] Sep 07 00:13:50.069 INFO O| Sep 07 00:13:50.069 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90152026-09-07T00:13:50.853Z[ recovery-image] Sep 07 00:13:50.078 INFO O| Sep 07 00:13:50.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
90162026-09-07T00:13:50.853Z[ recovery-image] Sep 07 00:13:50.078 INFO O| Sep 07 00:13:50.078 INFO STEP 1026 (remove_files) COMPLETE
90172026-09-07T00:13:50.853Z[ recovery-image] Sep 07 00:13:50.078 INFO O| Sep 07 00:13:50.078 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90182026-09-07T00:13:50.862Z[ recovery-image] Sep 07 00:13:50.087 INFO O| Sep 07 00:13:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
90192026-09-07T00:13:50.862Z[ recovery-image] Sep 07 00:13:50.087 INFO O| Sep 07 00:13:50.087 INFO STEP 1027 (remove_files) COMPLETE
90202026-09-07T00:13:50.862Z[ recovery-image] Sep 07 00:13:50.087 INFO O| Sep 07 00:13:50.087 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90212026-09-07T00:13:50.871Z[ recovery-image] Sep 07 00:13:50.096 INFO O| Sep 07 00:13:50.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
90222026-09-07T00:13:50.874Z[ recovery-image] Sep 07 00:13:50.096 INFO O| Sep 07 00:13:50.096 INFO STEP 1028 (remove_files) COMPLETE
90232026-09-07T00:13:50.874Z[ recovery-image] Sep 07 00:13:50.097 INFO O| Sep 07 00:13:50.096 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90242026-09-07T00:13:50.880Z[ recovery-image] Sep 07 00:13:50.106 INFO O| Sep 07 00:13:50.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
90252026-09-07T00:13:50.881Z[ recovery-image] Sep 07 00:13:50.106 INFO O| Sep 07 00:13:50.106 INFO STEP 1029 (remove_files) COMPLETE
90262026-09-07T00:13:50.884Z[ recovery-image] Sep 07 00:13:50.106 INFO O| Sep 07 00:13:50.106 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90272026-09-07T00:13:50.889Z[ recovery-image] Sep 07 00:13:50.114 INFO O| Sep 07 00:13:50.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
90282026-09-07T00:13:50.889Z[ recovery-image] Sep 07 00:13:50.115 INFO O| Sep 07 00:13:50.115 INFO STEP 1030 (remove_files) COMPLETE
90292026-09-07T00:13:50.889Z[ recovery-image] Sep 07 00:13:50.115 INFO O| Sep 07 00:13:50.115 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90302026-09-07T00:13:50.900Z[ recovery-image] Sep 07 00:13:50.125 INFO O| Sep 07 00:13:50.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
90312026-09-07T00:13:50.903Z[ recovery-image] Sep 07 00:13:50.125 INFO O| Sep 07 00:13:50.125 INFO STEP 1031 (remove_files) COMPLETE
90322026-09-07T00:13:50.903Z[ recovery-image] Sep 07 00:13:50.125 INFO O| Sep 07 00:13:50.125 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90332026-09-07T00:13:50.911Z[ recovery-image] Sep 07 00:13:50.136 INFO O| Sep 07 00:13:50.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
90342026-09-07T00:13:50.911Z[ recovery-image] Sep 07 00:13:50.136 INFO O| Sep 07 00:13:50.136 INFO STEP 1032 (remove_files) COMPLETE
90352026-09-07T00:13:50.911Z[ recovery-image] Sep 07 00:13:50.136 INFO O| Sep 07 00:13:50.136 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90362026-09-07T00:13:50.921Z[ recovery-image] Sep 07 00:13:50.146 INFO O| Sep 07 00:13:50.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
90372026-09-07T00:13:50.921Z[ recovery-image] Sep 07 00:13:50.146 INFO O| Sep 07 00:13:50.146 INFO STEP 1033 (remove_files) COMPLETE
90382026-09-07T00:13:50.921Z[ recovery-image] Sep 07 00:13:50.146 INFO O| Sep 07 00:13:50.146 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90392026-09-07T00:13:50.931Z[ recovery-image] Sep 07 00:13:50.156 INFO O| Sep 07 00:13:50.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
90402026-09-07T00:13:50.931Z[ recovery-image] Sep 07 00:13:50.156 INFO O| Sep 07 00:13:50.156 INFO STEP 1034 (remove_files) COMPLETE
90412026-09-07T00:13:50.931Z[ recovery-image] Sep 07 00:13:50.156 INFO O| Sep 07 00:13:50.156 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90422026-09-07T00:13:50.940Z[ recovery-image] Sep 07 00:13:50.165 INFO O| Sep 07 00:13:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
90432026-09-07T00:13:50.940Z[ recovery-image] Sep 07 00:13:50.166 INFO O| Sep 07 00:13:50.166 INFO STEP 1035 (remove_files) COMPLETE
90442026-09-07T00:13:50.941Z[ recovery-image] Sep 07 00:13:50.166 INFO O| Sep 07 00:13:50.166 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90452026-09-07T00:13:50.950Z[ recovery-image] Sep 07 00:13:50.175 INFO O| Sep 07 00:13:50.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
90462026-09-07T00:13:50.951Z[ recovery-image] Sep 07 00:13:50.175 INFO O| Sep 07 00:13:50.175 INFO STEP 1036 (remove_files) COMPLETE
90472026-09-07T00:13:50.951Z[ recovery-image] Sep 07 00:13:50.175 INFO O| Sep 07 00:13:50.175 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90482026-09-07T00:13:50.960Z[ recovery-image] Sep 07 00:13:50.185 INFO O| Sep 07 00:13:50.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
90492026-09-07T00:13:50.960Z[ recovery-image] Sep 07 00:13:50.185 INFO O| Sep 07 00:13:50.185 INFO STEP 1037 (remove_files) COMPLETE
90502026-09-07T00:13:50.960Z[ recovery-image] Sep 07 00:13:50.185 INFO O| Sep 07 00:13:50.185 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90512026-09-07T00:13:50.970Z[ recovery-image] Sep 07 00:13:50.195 INFO O| Sep 07 00:13:50.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
90522026-09-07T00:13:50.970Z[ recovery-image] Sep 07 00:13:50.195 INFO O| Sep 07 00:13:50.195 INFO STEP 1038 (remove_files) COMPLETE
90532026-09-07T00:13:50.970Z[ recovery-image] Sep 07 00:13:50.195 INFO O| Sep 07 00:13:50.195 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90542026-09-07T00:13:50.981Z[ recovery-image] Sep 07 00:13:50.206 INFO O| Sep 07 00:13:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
90552026-09-07T00:13:50.981Z[ recovery-image] Sep 07 00:13:50.206 INFO O| Sep 07 00:13:50.206 INFO STEP 1039 (remove_files) COMPLETE
90562026-09-07T00:13:50.981Z[ recovery-image] Sep 07 00:13:50.206 INFO O| Sep 07 00:13:50.206 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90572026-09-07T00:13:50.991Z[ recovery-image] Sep 07 00:13:50.216 INFO O| Sep 07 00:13:50.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90582026-09-07T00:13:50.991Z[ recovery-image] Sep 07 00:13:50.216 INFO O| Sep 07 00:13:50.216 INFO STEP 1040 (remove_files) COMPLETE
90592026-09-07T00:13:50.991Z[ recovery-image] Sep 07 00:13:50.216 INFO O| Sep 07 00:13:50.216 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90602026-09-07T00:13:51.003Z[ recovery-image] Sep 07 00:13:50.227 INFO O| Sep 07 00:13:50.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90612026-09-07T00:13:51.003Z[ recovery-image] Sep 07 00:13:50.227 INFO O| Sep 07 00:13:50.227 INFO STEP 1041 (remove_files) COMPLETE
90622026-09-07T00:13:51.007Z[ recovery-image] Sep 07 00:13:50.227 INFO O| Sep 07 00:13:50.227 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90632026-09-07T00:13:51.013Z[ recovery-image] Sep 07 00:13:50.238 INFO O| Sep 07 00:13:50.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90642026-09-07T00:13:51.013Z[ recovery-image] Sep 07 00:13:50.238 INFO O| Sep 07 00:13:50.238 INFO STEP 1042 (remove_files) COMPLETE
90652026-09-07T00:13:51.013Z[ recovery-image] Sep 07 00:13:50.238 INFO O| Sep 07 00:13:50.238 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90662026-09-07T00:13:51.025Z[ recovery-image] Sep 07 00:13:50.248 INFO O| Sep 07 00:13:50.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90672026-09-07T00:13:51.025Z[ recovery-image] Sep 07 00:13:50.248 INFO O| Sep 07 00:13:50.248 INFO STEP 1043 (remove_files) COMPLETE
90682026-09-07T00:13:51.028Z[ recovery-image] Sep 07 00:13:50.248 INFO O| Sep 07 00:13:50.248 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90692026-09-07T00:13:51.033Z[ recovery-image] Sep 07 00:13:50.258 INFO O| Sep 07 00:13:50.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90702026-09-07T00:13:51.033Z[ recovery-image] Sep 07 00:13:50.258 INFO O| Sep 07 00:13:50.258 INFO STEP 1044 (remove_files) COMPLETE
90712026-09-07T00:13:51.033Z[ recovery-image] Sep 07 00:13:50.258 INFO O| Sep 07 00:13:50.258 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90722026-09-07T00:13:51.043Z[ recovery-image] Sep 07 00:13:50.268 INFO O| Sep 07 00:13:50.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90732026-09-07T00:13:51.043Z[ recovery-image] Sep 07 00:13:50.268 INFO O| Sep 07 00:13:50.268 INFO STEP 1045 (remove_files) COMPLETE
90742026-09-07T00:13:51.043Z[ recovery-image] Sep 07 00:13:50.268 INFO O| Sep 07 00:13:50.268 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90752026-09-07T00:13:51.061Z[ recovery-image] Sep 07 00:13:50.286 INFO O| Sep 07 00:13:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90762026-09-07T00:13:51.061Z[ recovery-image] Sep 07 00:13:50.286 INFO O| Sep 07 00:13:50.286 INFO STEP 1046 (remove_files) COMPLETE
90772026-09-07T00:13:51.061Z[ recovery-image] Sep 07 00:13:50.286 INFO O| Sep 07 00:13:50.286 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90782026-09-07T00:13:51.071Z[ recovery-image] Sep 07 00:13:50.296 INFO O| Sep 07 00:13:50.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90792026-09-07T00:13:51.071Z[ recovery-image] Sep 07 00:13:50.296 INFO O| Sep 07 00:13:50.296 INFO STEP 1047 (remove_files) COMPLETE
90802026-09-07T00:13:51.075Z[ recovery-image] Sep 07 00:13:50.296 INFO O| Sep 07 00:13:50.296 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90812026-09-07T00:13:51.079Z[ recovery-image] Sep 07 00:13:50.304 INFO O| Sep 07 00:13:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90822026-09-07T00:13:51.079Z[ recovery-image] Sep 07 00:13:50.304 INFO O| Sep 07 00:13:50.304 INFO STEP 1048 (remove_files) COMPLETE
90832026-09-07T00:13:51.082Z[ recovery-image] Sep 07 00:13:50.304 INFO O| Sep 07 00:13:50.304 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90842026-09-07T00:13:51.106Z[ recovery-image] Sep 07 00:13:50.331 INFO O| Sep 07 00:13:50.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90852026-09-07T00:13:51.106Z[ recovery-image] Sep 07 00:13:50.331 INFO O| Sep 07 00:13:50.331 INFO STEP 1049 (remove_files) COMPLETE
90862026-09-07T00:13:51.106Z[ recovery-image] Sep 07 00:13:50.331 INFO O| Sep 07 00:13:50.331 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90872026-09-07T00:13:51.119Z[ recovery-image] Sep 07 00:13:50.342 INFO O| Sep 07 00:13:50.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90882026-09-07T00:13:51.119Z[ recovery-image] Sep 07 00:13:50.342 INFO O| Sep 07 00:13:50.342 INFO STEP 1050 (remove_files) COMPLETE
90892026-09-07T00:13:51.119Z[ recovery-image] Sep 07 00:13:50.342 INFO O| Sep 07 00:13:50.342 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90902026-09-07T00:13:51.129Z[ recovery-image] Sep 07 00:13:50.354 INFO O| Sep 07 00:13:50.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90912026-09-07T00:13:51.129Z[ recovery-image] Sep 07 00:13:50.354 INFO O| Sep 07 00:13:50.354 INFO STEP 1051 (remove_files) COMPLETE
90922026-09-07T00:13:51.129Z[ recovery-image] Sep 07 00:13:50.354 INFO O| Sep 07 00:13:50.354 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90932026-09-07T00:13:51.138Z[ recovery-image] Sep 07 00:13:50.363 INFO O| Sep 07 00:13:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90942026-09-07T00:13:51.138Z[ recovery-image] Sep 07 00:13:50.363 INFO O| Sep 07 00:13:50.363 INFO STEP 1052 (remove_files) COMPLETE
90952026-09-07T00:13:51.138Z[ recovery-image] Sep 07 00:13:50.363 INFO O| Sep 07 00:13:50.363 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90962026-09-07T00:13:51.147Z[ recovery-image] Sep 07 00:13:50.372 INFO O| Sep 07 00:13:50.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90972026-09-07T00:13:51.147Z[ recovery-image] Sep 07 00:13:50.372 INFO O| Sep 07 00:13:50.372 INFO STEP 1053 (remove_files) COMPLETE
90982026-09-07T00:13:51.147Z[ recovery-image] Sep 07 00:13:50.372 INFO O| Sep 07 00:13:50.372 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90992026-09-07T00:13:51.156Z[ recovery-image] Sep 07 00:13:50.381 INFO O| Sep 07 00:13:50.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
91002026-09-07T00:13:51.156Z[ recovery-image] Sep 07 00:13:50.381 INFO O| Sep 07 00:13:50.381 INFO STEP 1054 (remove_files) COMPLETE
91012026-09-07T00:13:51.156Z[ recovery-image] Sep 07 00:13:50.381 INFO O| Sep 07 00:13:50.381 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91022026-09-07T00:13:51.164Z[ recovery-image] Sep 07 00:13:50.389 INFO O| Sep 07 00:13:50.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
91032026-09-07T00:13:51.164Z[ recovery-image] Sep 07 00:13:50.389 INFO O| Sep 07 00:13:50.389 INFO STEP 1055 (remove_files) COMPLETE
91042026-09-07T00:13:51.164Z[ recovery-image] Sep 07 00:13:50.389 INFO O| Sep 07 00:13:50.389 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91052026-09-07T00:13:51.173Z[ recovery-image] Sep 07 00:13:50.398 INFO O| Sep 07 00:13:50.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
91062026-09-07T00:13:51.173Z[ recovery-image] Sep 07 00:13:50.398 INFO O| Sep 07 00:13:50.398 INFO STEP 1056 (remove_files) COMPLETE
91072026-09-07T00:13:51.173Z[ recovery-image] Sep 07 00:13:50.398 INFO O| Sep 07 00:13:50.398 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91082026-09-07T00:13:51.183Z[ recovery-image] Sep 07 00:13:50.408 INFO O| Sep 07 00:13:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
91092026-09-07T00:13:51.183Z[ recovery-image] Sep 07 00:13:50.408 INFO O| Sep 07 00:13:50.408 INFO STEP 1057 (remove_files) COMPLETE
91102026-09-07T00:13:51.183Z[ recovery-image] Sep 07 00:13:50.408 INFO O| Sep 07 00:13:50.408 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91112026-09-07T00:13:51.193Z[ recovery-image] Sep 07 00:13:50.418 INFO O| Sep 07 00:13:50.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
91122026-09-07T00:13:51.194Z[ recovery-image] Sep 07 00:13:50.418 INFO O| Sep 07 00:13:50.418 INFO STEP 1058 (remove_files) COMPLETE
91132026-09-07T00:13:51.194Z[ recovery-image] Sep 07 00:13:50.418 INFO O| Sep 07 00:13:50.418 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91142026-09-07T00:13:51.205Z[ recovery-image] Sep 07 00:13:50.428 INFO O| Sep 07 00:13:50.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
91152026-09-07T00:13:51.205Z[ recovery-image] Sep 07 00:13:50.428 INFO O| Sep 07 00:13:50.428 INFO STEP 1059 (remove_files) COMPLETE
91162026-09-07T00:13:51.205Z[ recovery-image] Sep 07 00:13:50.428 INFO O| Sep 07 00:13:50.428 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91172026-09-07T00:13:51.213Z[ recovery-image] Sep 07 00:13:50.438 INFO O| Sep 07 00:13:50.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
91182026-09-07T00:13:51.213Z[ recovery-image] Sep 07 00:13:50.438 INFO O| Sep 07 00:13:50.438 INFO STEP 1060 (remove_files) COMPLETE
91192026-09-07T00:13:51.214Z[ recovery-image] Sep 07 00:13:50.438 INFO O| Sep 07 00:13:50.438 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91202026-09-07T00:13:51.222Z[ recovery-image] Sep 07 00:13:50.447 INFO O| Sep 07 00:13:50.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
91212026-09-07T00:13:51.223Z[ recovery-image] Sep 07 00:13:50.447 INFO O| Sep 07 00:13:50.447 INFO STEP 1061 (remove_files) COMPLETE
91222026-09-07T00:13:51.223Z[ recovery-image] Sep 07 00:13:50.447 INFO O| Sep 07 00:13:50.447 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91232026-09-07T00:13:51.230Z[ recovery-image] Sep 07 00:13:50.455 INFO O| Sep 07 00:13:50.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
91242026-09-07T00:13:51.234Z[ recovery-image] Sep 07 00:13:50.456 INFO O| Sep 07 00:13:50.456 INFO STEP 1062 (remove_files) COMPLETE
91252026-09-07T00:13:51.234Z[ recovery-image] Sep 07 00:13:50.456 INFO O| Sep 07 00:13:50.456 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91262026-09-07T00:13:51.240Z[ recovery-image] Sep 07 00:13:50.465 INFO O| Sep 07 00:13:50.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
91272026-09-07T00:13:51.240Z[ recovery-image] Sep 07 00:13:50.465 INFO O| Sep 07 00:13:50.465 INFO STEP 1063 (remove_files) COMPLETE
91282026-09-07T00:13:51.240Z[ recovery-image] Sep 07 00:13:50.465 INFO O| Sep 07 00:13:50.465 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91292026-09-07T00:13:51.250Z[ recovery-image] Sep 07 00:13:50.475 INFO O| Sep 07 00:13:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
91302026-09-07T00:13:51.253Z[ recovery-image] Sep 07 00:13:50.476 INFO O| Sep 07 00:13:50.476 INFO STEP 1064 (remove_files) COMPLETE
91312026-09-07T00:13:51.253Z[ recovery-image] Sep 07 00:13:50.476 INFO O| Sep 07 00:13:50.476 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91322026-09-07T00:13:51.260Z[ recovery-image] Sep 07 00:13:50.485 INFO O| Sep 07 00:13:50.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
91332026-09-07T00:13:51.260Z[ recovery-image] Sep 07 00:13:50.485 INFO O| Sep 07 00:13:50.485 INFO STEP 1065 (remove_files) COMPLETE
91342026-09-07T00:13:51.260Z[ recovery-image] Sep 07 00:13:50.485 INFO O| Sep 07 00:13:50.485 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91352026-09-07T00:13:51.276Z[ recovery-image] Sep 07 00:13:50.501 INFO O| Sep 07 00:13:50.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
91362026-09-07T00:13:51.276Z[ recovery-image] Sep 07 00:13:50.501 INFO O| Sep 07 00:13:50.501 INFO STEP 1066 (remove_files) COMPLETE
91372026-09-07T00:13:51.279Z[ recovery-image] Sep 07 00:13:50.501 INFO O| Sep 07 00:13:50.501 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91382026-09-07T00:13:51.288Z[ recovery-image] Sep 07 00:13:50.513 INFO O| Sep 07 00:13:50.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
91392026-09-07T00:13:51.289Z[ recovery-image] Sep 07 00:13:50.513 INFO O| Sep 07 00:13:50.513 INFO STEP 1067 (remove_files) COMPLETE
91402026-09-07T00:13:51.292Z[ recovery-image] Sep 07 00:13:50.513 INFO O| Sep 07 00:13:50.513 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91412026-09-07T00:13:51.303Z[ recovery-image] Sep 07 00:13:50.528 INFO O| Sep 07 00:13:50.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
91422026-09-07T00:13:51.303Z[ recovery-image] Sep 07 00:13:50.528 INFO O| Sep 07 00:13:50.528 INFO STEP 1068 (remove_files) COMPLETE
91432026-09-07T00:13:51.303Z[ recovery-image] Sep 07 00:13:50.528 INFO O| Sep 07 00:13:50.528 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91442026-09-07T00:13:51.312Z[ recovery-image] Sep 07 00:13:50.537 INFO O| Sep 07 00:13:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
91452026-09-07T00:13:51.313Z[ recovery-image] Sep 07 00:13:50.537 INFO O| Sep 07 00:13:50.537 INFO STEP 1069 (remove_files) COMPLETE
91462026-09-07T00:13:51.313Z[ recovery-image] Sep 07 00:13:50.537 INFO O| Sep 07 00:13:50.537 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91472026-09-07T00:13:51.323Z[ recovery-image] Sep 07 00:13:50.547 INFO O| Sep 07 00:13:50.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
91482026-09-07T00:13:51.323Z[ recovery-image] Sep 07 00:13:50.547 INFO O| Sep 07 00:13:50.547 INFO STEP 1070 (remove_files) COMPLETE
91492026-09-07T00:13:51.323Z[ recovery-image] Sep 07 00:13:50.547 INFO O| Sep 07 00:13:50.547 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91502026-09-07T00:13:51.332Z[ recovery-image] Sep 07 00:13:50.557 INFO O| Sep 07 00:13:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
91512026-09-07T00:13:51.332Z[ recovery-image] Sep 07 00:13:50.557 INFO O| Sep 07 00:13:50.557 INFO STEP 1071 (remove_files) COMPLETE
91522026-09-07T00:13:51.332Z[ recovery-image] Sep 07 00:13:50.557 INFO O| Sep 07 00:13:50.557 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91532026-09-07T00:13:51.340Z[ recovery-image] Sep 07 00:13:50.565 INFO O| Sep 07 00:13:50.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
91542026-09-07T00:13:51.340Z[ recovery-image] Sep 07 00:13:50.565 INFO O| Sep 07 00:13:50.565 INFO STEP 1072 (remove_files) COMPLETE
91552026-09-07T00:13:51.341Z[ recovery-image] Sep 07 00:13:50.565 INFO O| Sep 07 00:13:50.565 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91562026-09-07T00:13:51.351Z[ recovery-image] Sep 07 00:13:50.576 INFO O| Sep 07 00:13:50.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91572026-09-07T00:13:51.351Z[ recovery-image] Sep 07 00:13:50.576 INFO O| Sep 07 00:13:50.576 INFO STEP 1073 (remove_files) COMPLETE
91582026-09-07T00:13:51.351Z[ recovery-image] Sep 07 00:13:50.576 INFO O| Sep 07 00:13:50.576 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91592026-09-07T00:13:51.363Z[ recovery-image] Sep 07 00:13:50.587 INFO O| Sep 07 00:13:50.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91602026-09-07T00:13:51.363Z[ recovery-image] Sep 07 00:13:50.587 INFO O| Sep 07 00:13:50.587 INFO STEP 1074 (remove_files) COMPLETE
91612026-09-07T00:13:51.363Z[ recovery-image] Sep 07 00:13:50.587 INFO O| Sep 07 00:13:50.587 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91622026-09-07T00:13:51.371Z[ recovery-image] Sep 07 00:13:50.596 INFO O| Sep 07 00:13:50.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91632026-09-07T00:13:51.371Z[ recovery-image] Sep 07 00:13:50.596 INFO O| Sep 07 00:13:50.596 INFO STEP 1075 (remove_files) COMPLETE
91642026-09-07T00:13:51.371Z[ recovery-image] Sep 07 00:13:50.596 INFO O| Sep 07 00:13:50.596 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91652026-09-07T00:13:51.381Z[ recovery-image] Sep 07 00:13:50.606 INFO O| Sep 07 00:13:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91662026-09-07T00:13:51.381Z[ recovery-image] Sep 07 00:13:50.606 INFO O| Sep 07 00:13:50.606 INFO STEP 1076 (remove_files) COMPLETE
91672026-09-07T00:13:51.382Z[ recovery-image] Sep 07 00:13:50.606 INFO O| Sep 07 00:13:50.606 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91682026-09-07T00:13:51.392Z[ recovery-image] Sep 07 00:13:50.616 INFO O| Sep 07 00:13:50.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91692026-09-07T00:13:51.395Z[ recovery-image] Sep 07 00:13:50.617 INFO O| Sep 07 00:13:50.617 INFO STEP 1077 (remove_files) COMPLETE
91702026-09-07T00:13:51.395Z[ recovery-image] Sep 07 00:13:50.617 INFO O| Sep 07 00:13:50.617 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91712026-09-07T00:13:51.402Z[ recovery-image] Sep 07 00:13:50.627 INFO O| Sep 07 00:13:50.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91722026-09-07T00:13:51.402Z[ recovery-image] Sep 07 00:13:50.627 INFO O| Sep 07 00:13:50.627 INFO STEP 1078 (remove_files) COMPLETE
91732026-09-07T00:13:51.405Z[ recovery-image] Sep 07 00:13:50.627 INFO O| Sep 07 00:13:50.627 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91742026-09-07T00:13:51.412Z[ recovery-image] Sep 07 00:13:50.637 INFO O| Sep 07 00:13:50.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91752026-09-07T00:13:51.412Z[ recovery-image] Sep 07 00:13:50.637 INFO O| Sep 07 00:13:50.637 INFO STEP 1079 (remove_files) COMPLETE
91762026-09-07T00:13:51.415Z[ recovery-image] Sep 07 00:13:50.637 INFO O| Sep 07 00:13:50.637 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91772026-09-07T00:13:51.421Z[ recovery-image] Sep 07 00:13:50.646 INFO O| Sep 07 00:13:50.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91782026-09-07T00:13:51.421Z[ recovery-image] Sep 07 00:13:50.646 INFO O| Sep 07 00:13:50.646 INFO STEP 1080 (remove_files) COMPLETE
91792026-09-07T00:13:51.425Z[ recovery-image] Sep 07 00:13:50.646 INFO O| Sep 07 00:13:50.646 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91802026-09-07T00:13:51.430Z[ recovery-image] Sep 07 00:13:50.655 INFO O| Sep 07 00:13:50.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91812026-09-07T00:13:51.430Z[ recovery-image] Sep 07 00:13:50.655 INFO O| Sep 07 00:13:50.655 INFO STEP 1081 (remove_files) COMPLETE
91822026-09-07T00:13:51.430Z[ recovery-image] Sep 07 00:13:50.655 INFO O| Sep 07 00:13:50.655 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91832026-09-07T00:13:51.440Z[ recovery-image] Sep 07 00:13:50.665 INFO O| Sep 07 00:13:50.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91842026-09-07T00:13:51.440Z[ recovery-image] Sep 07 00:13:50.665 INFO O| Sep 07 00:13:50.665 INFO STEP 1082 (remove_files) COMPLETE
91852026-09-07T00:13:51.440Z[ recovery-image] Sep 07 00:13:50.665 INFO O| Sep 07 00:13:50.665 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91862026-09-07T00:13:51.449Z[ recovery-image] Sep 07 00:13:50.674 INFO O| Sep 07 00:13:50.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91872026-09-07T00:13:51.449Z[ recovery-image] Sep 07 00:13:50.674 INFO O| Sep 07 00:13:50.674 INFO STEP 1083 (remove_files) COMPLETE
91882026-09-07T00:13:51.449Z[ recovery-image] Sep 07 00:13:50.674 INFO O| Sep 07 00:13:50.674 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91892026-09-07T00:13:51.460Z[ recovery-image] Sep 07 00:13:50.683 INFO O| Sep 07 00:13:50.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91902026-09-07T00:13:51.460Z[ recovery-image] Sep 07 00:13:50.684 INFO O| Sep 07 00:13:50.684 INFO STEP 1084 (remove_files) COMPLETE
91912026-09-07T00:13:51.464Z[ recovery-image] Sep 07 00:13:50.684 INFO O| Sep 07 00:13:50.684 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91922026-09-07T00:13:51.468Z[ recovery-image] Sep 07 00:13:50.693 INFO O| Sep 07 00:13:50.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91932026-09-07T00:13:51.468Z[ recovery-image] Sep 07 00:13:50.694 INFO O| Sep 07 00:13:50.694 INFO STEP 1085 (remove_files) COMPLETE
91942026-09-07T00:13:51.469Z[ recovery-image] Sep 07 00:13:50.694 INFO O| Sep 07 00:13:50.694 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91952026-09-07T00:13:51.478Z[ recovery-image] Sep 07 00:13:50.703 INFO O| Sep 07 00:13:50.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91962026-09-07T00:13:51.478Z[ recovery-image] Sep 07 00:13:50.703 INFO O| Sep 07 00:13:50.703 INFO STEP 1086 (remove_files) COMPLETE
91972026-09-07T00:13:51.478Z[ recovery-image] Sep 07 00:13:50.703 INFO O| Sep 07 00:13:50.703 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91982026-09-07T00:13:51.490Z[ recovery-image] Sep 07 00:13:50.715 INFO O| Sep 07 00:13:50.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91992026-09-07T00:13:51.490Z[ recovery-image] Sep 07 00:13:50.715 INFO O| Sep 07 00:13:50.715 INFO STEP 1087 (remove_files) COMPLETE
92002026-09-07T00:13:51.493Z[ recovery-image] Sep 07 00:13:50.715 INFO O| Sep 07 00:13:50.715 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92012026-09-07T00:13:51.499Z[ recovery-image] Sep 07 00:13:50.724 INFO O| Sep 07 00:13:50.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
92022026-09-07T00:13:51.499Z[ recovery-image] Sep 07 00:13:50.724 INFO O| Sep 07 00:13:50.724 INFO STEP 1088 (remove_files) COMPLETE
92032026-09-07T00:13:51.499Z[ recovery-image] Sep 07 00:13:50.724 INFO O| Sep 07 00:13:50.724 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92042026-09-07T00:13:51.508Z[ recovery-image] Sep 07 00:13:50.733 INFO O| Sep 07 00:13:50.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
92052026-09-07T00:13:51.508Z[ recovery-image] Sep 07 00:13:50.733 INFO O| Sep 07 00:13:50.733 INFO STEP 1089 (remove_files) COMPLETE
92062026-09-07T00:13:51.508Z[ recovery-image] Sep 07 00:13:50.733 INFO O| Sep 07 00:13:50.733 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92072026-09-07T00:13:51.519Z[ recovery-image] Sep 07 00:13:50.743 INFO O| Sep 07 00:13:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
92082026-09-07T00:13:51.520Z[ recovery-image] Sep 07 00:13:50.743 INFO O| Sep 07 00:13:50.743 INFO STEP 1090 (remove_files) COMPLETE
92092026-09-07T00:13:51.524Z[ recovery-image] Sep 07 00:13:50.743 INFO O| Sep 07 00:13:50.743 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92102026-09-07T00:13:51.527Z[ recovery-image] Sep 07 00:13:50.753 INFO O| Sep 07 00:13:50.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
92112026-09-07T00:13:51.527Z[ recovery-image] Sep 07 00:13:50.753 INFO O| Sep 07 00:13:50.753 INFO STEP 1091 (remove_files) COMPLETE
92122026-09-07T00:13:51.531Z[ recovery-image] Sep 07 00:13:50.753 INFO O| Sep 07 00:13:50.753 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92132026-09-07T00:13:51.538Z[ recovery-image] Sep 07 00:13:50.763 INFO O| Sep 07 00:13:50.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
92142026-09-07T00:13:51.538Z[ recovery-image] Sep 07 00:13:50.763 INFO O| Sep 07 00:13:50.763 INFO STEP 1092 (remove_files) COMPLETE
92152026-09-07T00:13:51.538Z[ recovery-image] Sep 07 00:13:50.763 INFO O| Sep 07 00:13:50.763 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92162026-09-07T00:13:51.549Z[ recovery-image] Sep 07 00:13:50.774 INFO O| Sep 07 00:13:50.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
92172026-09-07T00:13:51.549Z[ recovery-image] Sep 07 00:13:50.774 INFO O| Sep 07 00:13:50.774 INFO STEP 1093 (remove_files) COMPLETE
92182026-09-07T00:13:51.549Z[ recovery-image] Sep 07 00:13:50.774 INFO O| Sep 07 00:13:50.774 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92192026-09-07T00:13:51.558Z[ recovery-image] Sep 07 00:13:50.783 INFO O| Sep 07 00:13:50.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
92202026-09-07T00:13:51.558Z[ recovery-image] Sep 07 00:13:50.783 INFO O| Sep 07 00:13:50.783 INFO STEP 1094 (remove_files) COMPLETE
92212026-09-07T00:13:51.558Z[ recovery-image] Sep 07 00:13:50.783 INFO O| Sep 07 00:13:50.783 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92222026-09-07T00:13:51.569Z[ recovery-image] Sep 07 00:13:50.793 INFO O| Sep 07 00:13:50.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
92232026-09-07T00:13:51.569Z[ recovery-image] Sep 07 00:13:50.794 INFO O| Sep 07 00:13:50.794 INFO STEP 1095 (remove_files) COMPLETE
92242026-09-07T00:13:51.569Z[ recovery-image] Sep 07 00:13:50.794 INFO O| Sep 07 00:13:50.794 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92252026-09-07T00:13:51.579Z[ recovery-image] Sep 07 00:13:50.803 INFO O| Sep 07 00:13:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
92262026-09-07T00:13:51.579Z[ recovery-image] Sep 07 00:13:50.803 INFO O| Sep 07 00:13:50.803 INFO STEP 1096 (remove_files) COMPLETE
92272026-09-07T00:13:51.582Z[ recovery-image] Sep 07 00:13:50.803 INFO O| Sep 07 00:13:50.803 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92282026-09-07T00:13:51.592Z[ recovery-image] Sep 07 00:13:50.815 INFO O| Sep 07 00:13:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
92292026-09-07T00:13:51.592Z[ recovery-image] Sep 07 00:13:50.816 INFO O| Sep 07 00:13:50.815 INFO STEP 1097 (remove_files) COMPLETE
92302026-09-07T00:13:51.592Z[ recovery-image] Sep 07 00:13:50.816 INFO O| Sep 07 00:13:50.816 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92312026-09-07T00:13:51.603Z[ recovery-image] Sep 07 00:13:50.826 INFO O| Sep 07 00:13:50.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
92322026-09-07T00:13:51.603Z[ recovery-image] Sep 07 00:13:50.826 INFO O| Sep 07 00:13:50.826 INFO STEP 1098 (remove_files) COMPLETE
92332026-09-07T00:13:51.603Z[ recovery-image] Sep 07 00:13:50.826 INFO O| Sep 07 00:13:50.826 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92342026-09-07T00:13:51.610Z[ recovery-image] Sep 07 00:13:50.835 INFO O| Sep 07 00:13:50.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
92352026-09-07T00:13:51.610Z[ recovery-image] Sep 07 00:13:50.835 INFO O| Sep 07 00:13:50.835 INFO STEP 1099 (remove_files) COMPLETE
92362026-09-07T00:13:51.613Z[ recovery-image] Sep 07 00:13:50.835 INFO O| Sep 07 00:13:50.835 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92372026-09-07T00:13:51.618Z[ recovery-image] Sep 07 00:13:50.843 INFO O| Sep 07 00:13:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
92382026-09-07T00:13:51.618Z[ recovery-image] Sep 07 00:13:50.843 INFO O| Sep 07 00:13:50.843 INFO STEP 1100 (remove_files) COMPLETE
92392026-09-07T00:13:51.622Z[ recovery-image] Sep 07 00:13:50.843 INFO O| Sep 07 00:13:50.843 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92402026-09-07T00:13:51.626Z[ recovery-image] Sep 07 00:13:50.852 INFO O| Sep 07 00:13:50.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
92412026-09-07T00:13:51.627Z[ recovery-image] Sep 07 00:13:50.852 INFO O| Sep 07 00:13:50.852 INFO STEP 1101 (remove_files) COMPLETE
92422026-09-07T00:13:51.630Z[ recovery-image] Sep 07 00:13:50.852 INFO O| Sep 07 00:13:50.852 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92432026-09-07T00:13:51.636Z[ recovery-image] Sep 07 00:13:50.861 INFO O| Sep 07 00:13:50.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
92442026-09-07T00:13:51.636Z[ recovery-image] Sep 07 00:13:50.861 INFO O| Sep 07 00:13:50.861 INFO STEP 1102 (remove_files) COMPLETE
92452026-09-07T00:13:51.639Z[ recovery-image] Sep 07 00:13:50.861 INFO O| Sep 07 00:13:50.861 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92462026-09-07T00:13:51.644Z[ recovery-image] Sep 07 00:13:50.869 INFO O| Sep 07 00:13:50.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
92472026-09-07T00:13:51.644Z[ recovery-image] Sep 07 00:13:50.869 INFO O| Sep 07 00:13:50.869 INFO STEP 1103 (remove_files) COMPLETE
92482026-09-07T00:13:51.644Z[ recovery-image] Sep 07 00:13:50.869 INFO O| Sep 07 00:13:50.869 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92492026-09-07T00:13:51.654Z[ recovery-image] Sep 07 00:13:50.879 INFO O| Sep 07 00:13:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
92502026-09-07T00:13:51.654Z[ recovery-image] Sep 07 00:13:50.879 INFO O| Sep 07 00:13:50.879 INFO STEP 1104 (remove_files) COMPLETE
92512026-09-07T00:13:51.654Z[ recovery-image] Sep 07 00:13:50.879 INFO O| Sep 07 00:13:50.879 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92522026-09-07T00:13:51.664Z[ recovery-image] Sep 07 00:13:50.889 INFO O| Sep 07 00:13:50.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
92532026-09-07T00:13:51.664Z[ recovery-image] Sep 07 00:13:50.889 INFO O| Sep 07 00:13:50.889 INFO STEP 1105 (remove_files) COMPLETE
92542026-09-07T00:13:51.664Z[ recovery-image] Sep 07 00:13:50.889 INFO O| Sep 07 00:13:50.889 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92552026-09-07T00:13:51.675Z[ recovery-image] Sep 07 00:13:50.900 INFO O| Sep 07 00:13:50.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92562026-09-07T00:13:51.676Z[ recovery-image] Sep 07 00:13:50.900 INFO O| Sep 07 00:13:50.900 INFO STEP 1106 (remove_files) COMPLETE
92572026-09-07T00:13:51.676Z[ recovery-image] Sep 07 00:13:50.900 INFO O| Sep 07 00:13:50.900 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92582026-09-07T00:13:51.687Z[ recovery-image] Sep 07 00:13:50.912 INFO O| Sep 07 00:13:50.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92592026-09-07T00:13:51.687Z[ recovery-image] Sep 07 00:13:50.912 INFO O| Sep 07 00:13:50.912 INFO STEP 1107 (remove_files) COMPLETE
92602026-09-07T00:13:51.687Z[ recovery-image] Sep 07 00:13:50.912 INFO O| Sep 07 00:13:50.912 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92612026-09-07T00:13:51.699Z[ recovery-image] Sep 07 00:13:50.924 INFO O| Sep 07 00:13:50.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92622026-09-07T00:13:51.699Z[ recovery-image] Sep 07 00:13:50.924 INFO O| Sep 07 00:13:50.924 INFO STEP 1108 (remove_files) COMPLETE
92632026-09-07T00:13:51.699Z[ recovery-image] Sep 07 00:13:50.924 INFO O| Sep 07 00:13:50.924 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92642026-09-07T00:13:51.712Z[ recovery-image] Sep 07 00:13:50.934 INFO O| Sep 07 00:13:50.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92652026-09-07T00:13:51.712Z[ recovery-image] Sep 07 00:13:50.934 INFO O| Sep 07 00:13:50.934 INFO STEP 1109 (remove_files) COMPLETE
92662026-09-07T00:13:51.712Z[ recovery-image] Sep 07 00:13:50.934 INFO O| Sep 07 00:13:50.934 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92672026-09-07T00:13:51.718Z[ recovery-image] Sep 07 00:13:50.943 INFO O| Sep 07 00:13:50.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92682026-09-07T00:13:51.719Z[ recovery-image] Sep 07 00:13:50.943 INFO O| Sep 07 00:13:50.943 INFO STEP 1110 (remove_files) COMPLETE
92692026-09-07T00:13:51.719Z[ recovery-image] Sep 07 00:13:50.943 INFO O| Sep 07 00:13:50.943 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92702026-09-07T00:13:51.728Z[ recovery-image] Sep 07 00:13:50.953 INFO O| Sep 07 00:13:50.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92712026-09-07T00:13:51.728Z[ recovery-image] Sep 07 00:13:50.953 INFO O| Sep 07 00:13:50.953 INFO STEP 1111 (remove_files) COMPLETE
92722026-09-07T00:13:51.731Z[ recovery-image] Sep 07 00:13:50.953 INFO O| Sep 07 00:13:50.953 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92732026-09-07T00:13:51.737Z[ recovery-image] Sep 07 00:13:50.962 INFO O| Sep 07 00:13:50.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92742026-09-07T00:13:51.737Z[ recovery-image] Sep 07 00:13:50.962 INFO O| Sep 07 00:13:50.962 INFO STEP 1112 (remove_files) COMPLETE
92752026-09-07T00:13:51.742Z[ recovery-image] Sep 07 00:13:50.962 INFO O| Sep 07 00:13:50.962 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92762026-09-07T00:13:51.746Z[ recovery-image] Sep 07 00:13:50.971 INFO O| Sep 07 00:13:50.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92772026-09-07T00:13:51.746Z[ recovery-image] Sep 07 00:13:50.971 INFO O| Sep 07 00:13:50.971 INFO STEP 1113 (remove_files) COMPLETE
92782026-09-07T00:13:51.746Z[ recovery-image] Sep 07 00:13:50.971 INFO O| Sep 07 00:13:50.971 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92792026-09-07T00:13:51.754Z[ recovery-image] Sep 07 00:13:50.980 INFO O| Sep 07 00:13:50.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92802026-09-07T00:13:51.755Z[ recovery-image] Sep 07 00:13:50.980 INFO O| Sep 07 00:13:50.980 INFO STEP 1114 (remove_files) COMPLETE
92812026-09-07T00:13:51.758Z[ recovery-image] Sep 07 00:13:50.980 INFO O| Sep 07 00:13:50.980 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92822026-09-07T00:13:51.764Z[ recovery-image] Sep 07 00:13:50.989 INFO O| Sep 07 00:13:50.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92832026-09-07T00:13:51.765Z[ recovery-image] Sep 07 00:13:50.989 INFO O| Sep 07 00:13:50.989 INFO STEP 1115 (remove_files) COMPLETE
92842026-09-07T00:13:51.765Z[ recovery-image] Sep 07 00:13:50.989 INFO O| Sep 07 00:13:50.989 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92852026-09-07T00:13:51.779Z[ recovery-image] Sep 07 00:13:50.999 INFO O| Sep 07 00:13:50.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92862026-09-07T00:13:51.779Z[ recovery-image] Sep 07 00:13:50.999 INFO O| Sep 07 00:13:50.999 INFO STEP 1116 (remove_files) COMPLETE
92872026-09-07T00:13:51.779Z[ recovery-image] Sep 07 00:13:50.999 INFO O| Sep 07 00:13:50.999 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92882026-09-07T00:13:51.786Z[ recovery-image] Sep 07 00:13:51.011 INFO O| Sep 07 00:13:51.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92892026-09-07T00:13:51.786Z[ recovery-image] Sep 07 00:13:51.011 INFO O| Sep 07 00:13:51.011 INFO STEP 1117 (remove_files) COMPLETE
92902026-09-07T00:13:51.790Z[ recovery-image] Sep 07 00:13:51.011 INFO O| Sep 07 00:13:51.011 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92912026-09-07T00:13:51.805Z[ recovery-image] Sep 07 00:13:51.028 INFO O| Sep 07 00:13:51.028 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92922026-09-07T00:13:51.805Z[ recovery-image] Sep 07 00:13:51.028 INFO O| Sep 07 00:13:51.028 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92932026-09-07T00:13:51.911Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92942026-09-07T00:13:52.501Z[ recovery-image] Sep 07 00:13:51.726 INFO O| Sep 07 00:13:51.726 INFO STEP 1118 (pack_tar) COMPLETE
92952026-09-07T00:13:52.501Z[ recovery-image] Sep 07 00:13:51.726 INFO O| Sep 07 00:13:51.726 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92962026-09-07T00:13:52.501Z[ recovery-image] Sep 07 00:13:51.726 INFO O| Sep 07 00:13:51.726 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92972026-09-07T00:13:52.776Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92982026-09-07T00:13:52.858Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92992026-09-07T00:13:52.901Z[ recovery-image] Sep 07 00:13:52.126 INFO O| Sep 07 00:13:52.126 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
93002026-09-07T00:13:53.079Z[ recovery-image] Sep 07 00:13:52.304 INFO O| Sep 07 00:13:52.303 INFO completed processing sled/ramdisk-03-recovery-trim
93012026-09-07T00:13:53.082Z[ recovery-image] Sep 07 00:13:52.307 INFO image builder template: zfs-recovery...
93022026-09-07T00:13:53.082Z[ recovery-image] Sep 07 00:13:52.307 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/.tmpocBgrn/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
93032026-09-07T00:13:53.111Z[ recovery-image] Sep 07 00:13:52.335 INFO O| Sep 07 00:13:52.335 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
93042026-09-07T00:13:53.115Z[ recovery-image] Sep 07 00:13:52.340 INFO O| Sep 07 00:13:52.340 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93052026-09-07T00:13:53.131Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
93062026-09-07T00:13:53.203Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
93072026-09-07T00:13:53.241Z[ recovery-image] Sep 07 00:13:52.460 INFO O| Sep 07 00:13:52.460 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
93082026-09-07T00:13:53.369Z[ recovery-image] Sep 07 00:13:52.594 INFO O| Sep 07 00:13:52.594 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
93092026-09-07T00:13:53.369Z[ recovery-image] Sep 07 00:13:52.594 INFO O| Sep 07 00:13:52.594 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
93102026-09-07T00:13:53.373Z[ recovery-image] Sep 07 00:13:52.598 INFO O| Sep 07 00:13:52.598 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93112026-09-07T00:13:53.475Z[ recovery-image] Sep 07 00:13:52.700 INFO O| Sep 07 00:13:52.700 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
93122026-09-07T00:13:53.575Z[ recovery-image] Sep 07 00:13:52.789 INFO O| Sep 07 00:13:52.789 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
93132026-09-07T00:13:53.581Z[ recovery-image] Sep 07 00:13:52.799 INFO O| Sep 07 00:13:52.799 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93142026-09-07T00:13:53.588Z[ recovery-image] Sep 07 00:13:52.804 INFO O| Sep 07 00:13:52.804 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
93152026-09-07T00:13:53.588Z[ recovery-image] Sep 07 00:13:52.805 INFO O| Sep 07 00:13:52.805 INFO no lofi found
93162026-09-07T00:13:53.588Z[ recovery-image] Sep 07 00:13:52.805 INFO O| Sep 07 00:13:52.805 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
93172026-09-07T00:13:53.588Z[ recovery-image] Sep 07 00:13:52.805 INFO O| Sep 07 00:13:52.805 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
93182026-09-07T00:13:53.679Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
93192026-09-07T00:13:53.825Z[verify-libraries] Compiling multimap v0.10.1
93202026-09-07T00:13:53.996Z[verify-libraries] Compiling termios v0.3.3
93212026-09-07T00:13:54.282Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
93222026-09-07T00:13:54.487Z[ host-image] Sep 07 00:13:53.711 INFO O| adding properties...
93232026-09-07T00:13:55.477Z[ host-image] Sep 07 00:13:54.700 INFO O| installing packages...
93242026-09-07T00:13:55.779Z[ recovery-image] Sep 07 00:13:55.001 INFO O| Sep 07 00:13:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
93252026-09-07T00:13:55.780Z[ recovery-image] Sep 07 00:13:55.001 INFO O| Sep 07 00:13:55.001 INFO pool device = /dev/dsk/c2t1d0p0
93262026-09-07T00:13:55.780Z[ recovery-image] Sep 07 00:13:55.001 INFO O| Sep 07 00:13:55.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"]
93272026-09-07T00:13:55.994Z[ recovery-image] Sep 07 00:13:55.215 INFO O| Sep 07 00:13:55.215 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93282026-09-07T00:13:55.994Z[ recovery-image] Sep 07 00:13:55.215 INFO O| Sep 07 00:13:55.215 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
93292026-09-07T00:13:56.017Z[ recovery-image] Sep 07 00:13:55.242 INFO O| Sep 07 00:13:55.242 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
93302026-09-07T00:13:56.156Z[ recovery-image] Sep 07 00:13:55.380 INFO O| Sep 07 00:13:55.380 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
93312026-09-07T00:13:56.197Z[ recovery-image] Sep 07 00:13:55.422 INFO O| Sep 07 00:13:55.422 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93322026-09-07T00:13:56.218Z[ recovery-image] Sep 07 00:13:55.443 INFO O| Sep 07 00:13:55.443 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93332026-09-07T00:13:56.236Z[ recovery-image] Sep 07 00:13:55.461 INFO O| Sep 07 00:13:55.461 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93342026-09-07T00:13:56.281Z[ recovery-image] Sep 07 00:13:55.505 INFO O| Sep 07 00:13:55.505 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93352026-09-07T00:13:56.281Z[ recovery-image] Sep 07 00:13:55.506 INFO O| Sep 07 00:13:55.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93362026-09-07T00:13:56.284Z[ recovery-image] Sep 07 00:13:55.506 INFO O| Sep 07 00:13:55.506 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93372026-09-07T00:13:56.289Z[ recovery-image] Sep 07 00:13:55.513 INFO O| Sep 07 00:13:55.513 INFO boot environment UUID: 33f8f9e9-849d-4e89-b8fa-744b96c23f6d
93382026-09-07T00:13:56.289Z[ recovery-image] Sep 07 00:13:55.513 INFO O| Sep 07 00:13:55.513 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 33f8f9e9-849d-4e89-b8fa-744b96c23f6d
93392026-09-07T00:13:56.304Z[ recovery-image] Sep 07 00:13:55.529 INFO O| Sep 07 00:13:55.529 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93402026-09-07T00:13:56.328Z[ recovery-image] Sep 07 00:13:55.549 INFO O| Sep 07 00:13:55.549 INFO STEP 0 (create_be) COMPLETE
93412026-09-07T00:13:56.328Z[ recovery-image] Sep 07 00:13:55.549 INFO O| Sep 07 00:13:55.549 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93422026-09-07T00:13:56.341Z[ recovery-image] Sep 07 00:13:55.565 INFO O| Sep 07 00:13:55.565 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"]
93432026-09-07T00:13:57.622Z[verify-libraries] Compiling polar-core v0.27.3
93442026-09-07T00:14:03.112Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
93452026-09-07T00:14:04.188Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93462026-09-07T00:14:05.141Z[ recovery-image] Sep 07 00:14:04.359 INFO O| Sep 07 00:14:04.359 INFO STEP 1 (unpack_tar) COMPLETE
93472026-09-07T00:14:05.141Z[ recovery-image] Sep 07 00:14:04.359 INFO O| Sep 07 00:14:04.359 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93482026-09-07T00:14:06.296Z[verify-libraries] Compiling oso v0.27.3
93492026-09-07T00:14:06.307Z[ recovery-image] Sep 07 00:14:05.530 INFO O| Sep 07 00:14:05.530 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93502026-09-07T00:14:06.775Z[ recovery-image] Sep 07 00:14:05.998 INFO O| Sep 07 00:14:05.998 INFO STEP 2 (devfsadm) COMPLETE
93512026-09-07T00:14:06.775Z[ recovery-image] Sep 07 00:14:05.998 INFO O| Sep 07 00:14:05.998 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93522026-09-07T00:14:06.801Z[ recovery-image] Sep 07 00:14:06.009 INFO O| Sep 07 00:14:06.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93532026-09-07T00:14:06.801Z[ recovery-image] Sep 07 00:14:06.010 INFO O| Sep 07 00:14:06.009 INFO STEP 3 (ensure_dir) COMPLETE
93542026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.010 INFO O| Sep 07 00:14:06.010 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93552026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.020 INFO O| Sep 07 00:14:06.020 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93562026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.020 INFO O| Sep 07 00:14:06.020 INFO STEP 4 (ensure_dir) COMPLETE
93572026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.020 INFO O| Sep 07 00:14:06.020 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.029 INFO O| Sep 07 00:14:06.029 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93592026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.029 INFO O| Sep 07 00:14:06.029 INFO STEP 5 (ensure_dir) COMPLETE
93602026-09-07T00:14:06.858Z[ recovery-image] Sep 07 00:14:06.029 INFO O| Sep 07 00:14:06.029 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93612026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.039 INFO O| Sep 07 00:14:06.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93622026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.040 INFO O| Sep 07 00:14:06.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93632026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.040 INFO O| Sep 07 00:14:06.040 INFO STEP 6 (ensure_dir) COMPLETE
93642026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.040 INFO O| Sep 07 00:14:06.040 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93652026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.085 INFO O| Sep 07 00:14:06.085 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93662026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.085 INFO O| Sep 07 00:14:06.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93672026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.085 INFO O| Sep 07 00:14:06.085 INFO STEP 7 (ensure_dir) COMPLETE
93682026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.085 INFO O| Sep 07 00:14:06.085 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93692026-09-07T00:14:06.879Z[ recovery-image] Sep 07 00:14:06.097 INFO O| Sep 07 00:14:06.097 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93702026-09-07T00:14:06.880Z[ recovery-image] Sep 07 00:14:06.098 INFO O| Sep 07 00:14:06.098 INFO STEP 8 (remove_files) COMPLETE
93712026-09-07T00:14:06.880Z[ recovery-image] Sep 07 00:14:06.098 INFO O| Sep 07 00:14:06.098 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93722026-09-07T00:14:06.890Z[ recovery-image] Sep 07 00:14:06.110 INFO O| Sep 07 00:14:06.110 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93732026-09-07T00:14:06.897Z[ recovery-image] Sep 07 00:14:06.111 INFO O| Sep 07 00:14:06.111 INFO STEP 9 (remove_files) COMPLETE
93742026-09-07T00:14:06.897Z[ recovery-image] Sep 07 00:14:06.111 INFO O| Sep 07 00:14:06.111 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93752026-09-07T00:14:06.918Z[ recovery-image] Sep 07 00:14:06.122 INFO O| Sep 07 00:14:06.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93762026-09-07T00:14:06.918Z[ recovery-image] Sep 07 00:14:06.122 INFO O| Sep 07 00:14:06.122 INFO STEP 10 (remove_files) COMPLETE
93772026-09-07T00:14:06.918Z[ recovery-image] Sep 07 00:14:06.122 INFO O| Sep 07 00:14:06.122 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93782026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.132 INFO O| Sep 07 00:14:06.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93792026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.132 INFO O| Sep 07 00:14:06.132 INFO STEP 11 (remove_files) COMPLETE
93802026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.132 INFO O| Sep 07 00:14:06.132 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93812026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.143 INFO O| Sep 07 00:14:06.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93822026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.143 INFO O| Sep 07 00:14:06.143 INFO STEP 12 (remove_files) COMPLETE
93832026-09-07T00:14:06.925Z[ recovery-image] Sep 07 00:14:06.143 INFO O| Sep 07 00:14:06.143 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93842026-09-07T00:14:06.930Z[ recovery-image] Sep 07 00:14:06.155 INFO O| Sep 07 00:14:06.154 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93852026-09-07T00:14:06.930Z[ recovery-image] Sep 07 00:14:06.155 INFO O| Sep 07 00:14:06.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93862026-09-07T00:14:06.935Z[ recovery-image] Sep 07 00:14:06.155 INFO O| Sep 07 00:14:06.155 INFO STEP 13 (ensure_dir) COMPLETE
93872026-09-07T00:14:06.936Z[ recovery-image] Sep 07 00:14:06.155 INFO O| Sep 07 00:14:06.155 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93882026-09-07T00:14:06.940Z[ recovery-image] Sep 07 00:14:06.164 INFO O| Sep 07 00:14:06.164 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93892026-09-07T00:14:06.940Z[ recovery-image] Sep 07 00:14:06.164 INFO O| Sep 07 00:14:06.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93902026-09-07T00:14:06.944Z[ recovery-image] Sep 07 00:14:06.164 INFO O| Sep 07 00:14:06.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93912026-09-07T00:14:06.945Z[ recovery-image] Sep 07 00:14:06.164 INFO O| Sep 07 00:14:06.164 INFO STEP 14 (ensure_dir) COMPLETE
93922026-09-07T00:14:06.945Z[ recovery-image] Sep 07 00:14:06.165 INFO O| Sep 07 00:14:06.164 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93932026-09-07T00:14:06.964Z[ recovery-image] Sep 07 00:14:06.189 INFO O| Sep 07 00:14:06.189 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93942026-09-07T00:14:06.964Z[ recovery-image] Sep 07 00:14:06.189 INFO O| Sep 07 00:14:06.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93952026-09-07T00:14:06.964Z[ recovery-image] Sep 07 00:14:06.189 INFO O| Sep 07 00:14:06.189 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93962026-09-07T00:14:06.969Z[ recovery-image] Sep 07 00:14:06.189 INFO O| Sep 07 00:14:06.189 INFO STEP 15 (ensure_dir) COMPLETE
93972026-09-07T00:14:06.969Z[ recovery-image] Sep 07 00:14:06.189 INFO O| Sep 07 00:14:06.189 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93982026-09-07T00:14:06.974Z[ recovery-image] Sep 07 00:14:06.199 INFO O| Sep 07 00:14:06.199 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93992026-09-07T00:14:06.974Z[ recovery-image] Sep 07 00:14:06.199 INFO O| Sep 07 00:14:06.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94002026-09-07T00:14:06.977Z[ recovery-image] Sep 07 00:14:06.199 INFO O| Sep 07 00:14:06.199 INFO STEP 16 (ensure_dir) COMPLETE
94012026-09-07T00:14:06.977Z[ recovery-image] Sep 07 00:14:06.199 INFO O| Sep 07 00:14:06.199 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94022026-09-07T00:14:06.986Z[ recovery-image] Sep 07 00:14:06.209 INFO O| Sep 07 00:14:06.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94032026-09-07T00:14:06.986Z[ recovery-image] Sep 07 00:14:06.209 INFO O| Sep 07 00:14:06.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94042026-09-07T00:14:06.986Z[ recovery-image] Sep 07 00:14:06.209 INFO O| Sep 07 00:14:06.209 INFO STEP 17 (ensure_dir) COMPLETE
94052026-09-07T00:14:06.990Z[ recovery-image] Sep 07 00:14:06.209 INFO O| Sep 07 00:14:06.209 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-09-07T00:14:06.994Z[ recovery-image] Sep 07 00:14:06.218 INFO O| Sep 07 00:14:06.218 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94072026-09-07T00:14:06.994Z[ recovery-image] Sep 07 00:14:06.218 INFO O| Sep 07 00:14:06.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94082026-09-07T00:14:06.994Z[ recovery-image] Sep 07 00:14:06.218 INFO O| Sep 07 00:14:06.218 INFO ok!
94092026-09-07T00:14:06.994Z[ recovery-image] Sep 07 00:14:06.218 INFO O| Sep 07 00:14:06.218 INFO STEP 18 (ensure_symlink) COMPLETE
94102026-09-07T00:14:06.994Z[ recovery-image] Sep 07 00:14:06.218 INFO O| Sep 07 00:14:06.218 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94112026-09-07T00:14:07.002Z[ recovery-image] Sep 07 00:14:06.227 INFO O| Sep 07 00:14:06.227 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
94122026-09-07T00:14:07.002Z[ recovery-image] Sep 07 00:14:06.227 INFO O| Sep 07 00:14:06.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
94132026-09-07T00:14:07.002Z[ recovery-image] Sep 07 00:14:06.227 INFO O| Sep 07 00:14:06.227 INFO ok!
94142026-09-07T00:14:07.006Z[ recovery-image] Sep 07 00:14:06.227 INFO O| Sep 07 00:14:06.227 INFO STEP 19 (ensure_file) COMPLETE
94152026-09-07T00:14:07.006Z[ recovery-image] Sep 07 00:14:06.227 INFO O| Sep 07 00:14:06.227 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94162026-09-07T00:14:07.011Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
94172026-09-07T00:14:07.011Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94182026-09-07T00:14:07.011Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
94192026-09-07T00:14:07.011Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO ok!
94202026-09-07T00:14:07.016Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO STEP 20 (ensure_symlink) COMPLETE
94212026-09-07T00:14:07.016Z[ recovery-image] Sep 07 00:14:06.236 INFO O| Sep 07 00:14:06.236 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94222026-09-07T00:14:07.020Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
94232026-09-07T00:14:07.020Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94242026-09-07T00:14:07.028Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
94252026-09-07T00:14:07.029Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO ok!
94262026-09-07T00:14:07.029Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO STEP 21 (ensure_symlink) COMPLETE
94272026-09-07T00:14:07.029Z[ recovery-image] Sep 07 00:14:06.245 INFO O| Sep 07 00:14:06.245 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94282026-09-07T00:14:07.033Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.254 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
94292026-09-07T00:14:07.034Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.255 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94302026-09-07T00:14:07.034Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
94312026-09-07T00:14:07.034Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.255 INFO ok!
94322026-09-07T00:14:07.034Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.255 INFO STEP 22 (ensure_symlink) COMPLETE
94332026-09-07T00:14:07.034Z[ recovery-image] Sep 07 00:14:06.255 INFO O| Sep 07 00:14:06.255 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94342026-09-07T00:14:07.040Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94352026-09-07T00:14:07.040Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94362026-09-07T00:14:07.043Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94372026-09-07T00:14:07.043Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO ok!
94382026-09-07T00:14:07.043Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO STEP 23 (ensure_symlink) COMPLETE
94392026-09-07T00:14:07.043Z[ recovery-image] Sep 07 00:14:06.264 INFO O| Sep 07 00:14:06.264 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94402026-09-07T00:14:07.049Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94412026-09-07T00:14:07.049Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 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 ...
94422026-09-07T00:14:07.049Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94432026-09-07T00:14:07.049Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 INFO ok!
94442026-09-07T00:14:07.053Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 INFO STEP 24 (ensure_file) COMPLETE
94452026-09-07T00:14:07.053Z[ recovery-image] Sep 07 00:14:06.274 INFO O| Sep 07 00:14:06.274 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94462026-09-07T00:14:07.064Z[ recovery-image] Sep 07 00:14:06.285 INFO O| Sep 07 00:14:06.285 INFO updating shadow file
94472026-09-07T00:14:07.064Z[ recovery-image] Sep 07 00:14:06.285 INFO O| Sep 07 00:14:06.285 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94482026-09-07T00:14:07.064Z[ recovery-image] Sep 07 00:14:06.285 INFO O| Sep 07 00:14:06.285 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94492026-09-07T00:14:07.064Z[ recovery-image] Sep 07 00:14:06.285 INFO O| Sep 07 00:14:06.285 INFO STEP 25 (shadow) COMPLETE
94502026-09-07T00:14:07.068Z[ recovery-image] Sep 07 00:14:06.285 INFO O| Sep 07 00:14:06.285 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94512026-09-07T00:14:07.078Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94522026-09-07T00:14:07.079Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94532026-09-07T00:14:07.083Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94542026-09-07T00:14:07.083Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 INFO ok!
94552026-09-07T00:14:07.083Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 INFO STEP 26 (ensure_file) COMPLETE
94562026-09-07T00:14:07.083Z[ recovery-image] Sep 07 00:14:06.297 INFO O| Sep 07 00:14:06.297 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94572026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.309 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94582026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.310 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94592026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94602026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.310 INFO ok!
94612026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.310 INFO STEP 27 (ensure_file) COMPLETE
94622026-09-07T00:14:07.088Z[ recovery-image] Sep 07 00:14:06.310 INFO O| Sep 07 00:14:06.310 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94632026-09-07T00:14:07.096Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94642026-09-07T00:14:07.096Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94652026-09-07T00:14:07.096Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94662026-09-07T00:14:07.103Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94672026-09-07T00:14:07.103Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO ok!
94682026-09-07T00:14:07.103Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO STEP 28 (ensure_file) COMPLETE
94692026-09-07T00:14:07.103Z[ recovery-image] Sep 07 00:14:06.321 INFO O| Sep 07 00:14:06.321 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94702026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.331 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94712026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.331 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94722026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94732026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.332 INFO ok!
94742026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.332 INFO STEP 29 (ensure_file) COMPLETE
94752026-09-07T00:14:07.107Z[ recovery-image] Sep 07 00:14:06.332 INFO O| Sep 07 00:14:06.332 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94762026-09-07T00:14:07.128Z[ recovery-image] Sep 07 00:14:06.343 INFO O| Sep 07 00:14:06.343 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94772026-09-07T00:14:07.128Z[ recovery-image] Sep 07 00:14:06.343 INFO O| Sep 07 00:14:06.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94782026-09-07T00:14:07.128Z[ recovery-image] Sep 07 00:14:06.343 INFO O| Sep 07 00:14:06.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94792026-09-07T00:14:07.132Z[ recovery-image] Sep 07 00:14:06.343 INFO O| Sep 07 00:14:06.343 INFO STEP 30 (ensure_dir) COMPLETE
94802026-09-07T00:14:07.132Z[ recovery-image] Sep 07 00:14:06.343 INFO O| Sep 07 00:14:06.343 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94812026-09-07T00:14:07.132Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94822026-09-07T00:14:07.133Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 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 ...
94832026-09-07T00:14:07.136Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 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
94842026-09-07T00:14:07.136Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94852026-09-07T00:14:07.136Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 INFO ok!
94862026-09-07T00:14:07.136Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 INFO STEP 31 (ensure_file) COMPLETE
94872026-09-07T00:14:07.136Z[ recovery-image] Sep 07 00:14:06.353 INFO O| Sep 07 00:14:06.353 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94882026-09-07T00:14:07.142Z[ recovery-image] Sep 07 00:14:06.362 INFO O| Sep 07 00:14:06.362 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94892026-09-07T00:14:07.142Z[ recovery-image] Sep 07 00:14:06.362 INFO O| Sep 07 00:14:06.362 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94902026-09-07T00:14:07.142Z[ recovery-image] Sep 07 00:14:06.362 INFO O| Sep 07 00:14:06.362 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94912026-09-07T00:14:07.142Z[ recovery-image] Sep 07 00:14:06.362 INFO O| Sep 07 00:14:06.362 INFO STEP 32 (ensure_dir) COMPLETE
94922026-09-07T00:14:07.142Z[ recovery-image] Sep 07 00:14:06.362 INFO O| Sep 07 00:14:06.362 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94932026-09-07T00:14:07.151Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94942026-09-07T00:14:07.151Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 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 ...
94952026-09-07T00:14:07.162Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 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
94962026-09-07T00:14:07.162Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94972026-09-07T00:14:07.163Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 INFO ok!
94982026-09-07T00:14:07.163Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 INFO STEP 33 (ensure_file) COMPLETE
94992026-09-07T00:14:07.163Z[ recovery-image] Sep 07 00:14:06.374 INFO O| Sep 07 00:14:06.374 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95002026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95012026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95022026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95032026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO ok!
95042026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO STEP 34 (ensure_file) COMPLETE
95052026-09-07T00:14:07.167Z[ recovery-image] Sep 07 00:14:06.385 INFO O| Sep 07 00:14:06.385 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95062026-09-07T00:14:07.178Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95072026-09-07T00:14:07.178Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95082026-09-07T00:14:07.182Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95092026-09-07T00:14:07.182Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
95102026-09-07T00:14:07.182Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO ok!
95112026-09-07T00:14:07.182Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO STEP 35 (ensure_file) COMPLETE
95122026-09-07T00:14:07.182Z[ recovery-image] Sep 07 00:14:06.398 INFO O| Sep 07 00:14:06.398 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95132026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.409 INFO O| Sep 07 00:14:06.409 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
95142026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.410 INFO O| Sep 07 00:14:06.409 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
95152026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.410 INFO O| Sep 07 00:14:06.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
95162026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.410 INFO O| Sep 07 00:14:06.410 INFO ok!
95172026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.410 INFO O| Sep 07 00:14:06.410 INFO STEP 36 (ensure_file) COMPLETE
95182026-09-07T00:14:07.188Z[ recovery-image] Sep 07 00:14:06.410 INFO O| Sep 07 00:14:06.410 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95192026-09-07T00:14:07.196Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95202026-09-07T00:14:07.196Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
95212026-09-07T00:14:07.200Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
95222026-09-07T00:14:07.200Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 INFO ok!
95232026-09-07T00:14:07.200Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 INFO STEP 37 (ensure_file) COMPLETE
95242026-09-07T00:14:07.200Z[ recovery-image] Sep 07 00:14:06.419 INFO O| Sep 07 00:14:06.419 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95252026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
95262026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
95272026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95282026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95292026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95302026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
95312026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO ok!
95322026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO STEP 38 (ensure_file) COMPLETE
95332026-09-07T00:14:07.204Z[ recovery-image] Sep 07 00:14:06.428 INFO O| Sep 07 00:14:06.428 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95342026-09-07T00:14:07.213Z[ recovery-image] Sep 07 00:14:06.437 INFO O| Sep 07 00:14:06.437 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95352026-09-07T00:14:07.213Z[ recovery-image] Sep 07 00:14:06.437 INFO O| Sep 07 00:14:06.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95362026-09-07T00:14:07.216Z[ recovery-image] Sep 07 00:14:06.437 INFO O| Sep 07 00:14:06.437 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95372026-09-07T00:14:07.216Z[ recovery-image] Sep 07 00:14:06.437 INFO O| Sep 07 00:14:06.437 INFO STEP 39 (ensure_dir) COMPLETE
95382026-09-07T00:14:07.216Z[ recovery-image] Sep 07 00:14:06.437 INFO O| Sep 07 00:14:06.437 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95392026-09-07T00:14:07.226Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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
95402026-09-07T00:14:07.226Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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 ...
95412026-09-07T00:14:07.231Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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
95422026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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
95432026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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
95442026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 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
95452026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 INFO ok!
95462026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 INFO STEP 40 (ensure_file) COMPLETE
95472026-09-07T00:14:07.232Z[ recovery-image] Sep 07 00:14:06.450 INFO O| Sep 07 00:14:06.450 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95482026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.459 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95492026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.459 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 ...
95502026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95512026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.460 INFO ok!
95522026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.460 INFO STEP 41 (ensure_symlink) COMPLETE
95532026-09-07T00:14:07.242Z[ recovery-image] Sep 07 00:14:06.460 INFO O| Sep 07 00:14:06.460 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95542026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95552026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95562026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95572026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO ok!
95582026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO STEP 42 (ensure_symlink) COMPLETE
95592026-09-07T00:14:07.255Z[ recovery-image] Sep 07 00:14:06.469 INFO O| Sep 07 00:14:06.469 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95602026-09-07T00:14:07.264Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95612026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95622026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95632026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95642026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95652026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95662026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO ok!
95672026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO STEP 43 (ensure_file) COMPLETE
95682026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.477 INFO O| Sep 07 00:14:06.477 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95692026-09-07T00:14:07.265Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95702026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 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 ...
95712026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 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
95722026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95732026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 INFO ok!
95742026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 INFO STEP 44 (ensure_file) COMPLETE
95752026-09-07T00:14:07.266Z[ recovery-image] Sep 07 00:14:06.486 INFO O| Sep 07 00:14:06.486 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95762026-09-07T00:14:07.287Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95772026-09-07T00:14:07.288Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95782026-09-07T00:14:07.288Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95792026-09-07T00:14:07.288Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO ok!
95802026-09-07T00:14:07.288Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO STEP 45 (ensure_file) COMPLETE
95812026-09-07T00:14:07.288Z[ recovery-image] Sep 07 00:14:06.494 INFO O| Sep 07 00:14:06.494 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95822026-09-07T00:14:07.308Z[ recovery-image] Sep 07 00:14:06.503 INFO O| Sep 07 00:14:06.502 INFO updating shadow file
95832026-09-07T00:14:07.308Z[ recovery-image] Sep 07 00:14:06.503 INFO O| Sep 07 00:14:06.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95842026-09-07T00:14:07.308Z[ recovery-image] Sep 07 00:14:06.503 INFO O| Sep 07 00:14:06.503 INFO STEP 46 (shadow) COMPLETE
95852026-09-07T00:14:07.308Z[ recovery-image] Sep 07 00:14:06.503 INFO O| Sep 07 00:14:06.503 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95862026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.511 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95872026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95882026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95892026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95902026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO ok!
95912026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO STEP 47 (ensure_file) COMPLETE
95922026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.512 INFO O| Sep 07 00:14:06.512 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.520 INFO O| Sep 07 00:14:06.520 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95942026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.520 INFO O| Sep 07 00:14:06.520 INFO STEP 48 (ensure_dir) COMPLETE
95952026-09-07T00:14:07.309Z[ recovery-image] Sep 07 00:14:06.520 INFO O| Sep 07 00:14:06.520 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95962026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.529 INFO O| Sep 07 00:14:06.529 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95972026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.529 INFO O| Sep 07 00:14:06.529 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95982026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.529 INFO O| Sep 07 00:14:06.529 INFO STEP 49 (ensure_dir) COMPLETE
95992026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.529 INFO O| Sep 07 00:14:06.529 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96002026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.538 INFO O| Sep 07 00:14:06.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96012026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.538 INFO O| Sep 07 00:14:06.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96022026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.538 INFO O| Sep 07 00:14:06.538 INFO STEP 50 (ensure_dir) COMPLETE
96032026-09-07T00:14:07.315Z[ recovery-image] Sep 07 00:14:06.538 INFO O| Sep 07 00:14:06.538 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96042026-09-07T00:14:07.330Z[ recovery-image] Sep 07 00:14:06.547 INFO O| Sep 07 00:14:06.547 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96052026-09-07T00:14:07.331Z[ recovery-image] Sep 07 00:14:06.548 INFO O| Sep 07 00:14:06.547 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96062026-09-07T00:14:07.341Z[ recovery-image] Sep 07 00:14:06.560 INFO O| Sep 07 00:14:06.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96072026-09-07T00:14:07.341Z[ recovery-image] Sep 07 00:14:06.560 INFO O| Sep 07 00:14:06.560 INFO ok!
96082026-09-07T00:14:07.341Z[ recovery-image] Sep 07 00:14:06.560 INFO O| Sep 07 00:14:06.560 INFO STEP 51 (ensure_file) COMPLETE
96092026-09-07T00:14:07.341Z[ recovery-image] Sep 07 00:14:06.560 INFO O| Sep 07 00:14:06.560 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96102026-09-07T00:14:07.352Z[ recovery-image] Sep 07 00:14:06.572 INFO O| Sep 07 00:14:06.572 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96112026-09-07T00:14:07.352Z[ recovery-image] Sep 07 00:14:06.572 INFO O| Sep 07 00:14:06.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
96122026-09-07T00:14:07.361Z[ recovery-image] Sep 07 00:14:06.572 INFO O| Sep 07 00:14:06.572 INFO STEP 52 (ensure_dir) COMPLETE
96132026-09-07T00:14:07.361Z[ recovery-image] Sep 07 00:14:06.572 INFO O| Sep 07 00:14:06.572 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96142026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
96152026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
96162026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
96172026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO ok!
96182026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO STEP 53 (ensure_file) COMPLETE
96192026-09-07T00:14:07.369Z[ recovery-image] Sep 07 00:14:06.582 INFO O| Sep 07 00:14:06.582 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96202026-09-07T00:14:07.383Z[ recovery-image] Sep 07 00:14:06.594 INFO O| Sep 07 00:14:06.593 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96212026-09-07T00:14:07.383Z[ recovery-image] Sep 07 00:14:06.594 INFO O| Sep 07 00:14:06.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
96222026-09-07T00:14:07.383Z[ recovery-image] Sep 07 00:14:06.594 INFO O| Sep 07 00:14:06.594 INFO STEP 54 (ensure_dir) COMPLETE
96232026-09-07T00:14:07.383Z[ recovery-image] Sep 07 00:14:06.594 INFO O| Sep 07 00:14:06.594 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96242026-09-07T00:14:07.390Z[ recovery-image] Sep 07 00:14:06.605 INFO O| Sep 07 00:14:06.605 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
96252026-09-07T00:14:07.390Z[ recovery-image] Sep 07 00:14:06.606 INFO O| Sep 07 00:14:06.605 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
96262026-09-07T00:14:08.931Z[ host-image] Sep 07 00:14:08.148 INFO O| seeding SMF database...
96272026-09-07T00:14:09.337Z[ recovery-image] Sep 07 00:14:08.562 INFO O| Sep 07 00:14:08.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
96282026-09-07T00:14:09.338Z[ recovery-image] Sep 07 00:14:08.562 INFO O| Sep 07 00:14:08.562 INFO ok!
96292026-09-07T00:14:09.338Z[ recovery-image] Sep 07 00:14:08.562 INFO O| Sep 07 00:14:08.562 INFO STEP 55 (ensure_file) COMPLETE
96302026-09-07T00:14:09.348Z[ recovery-image] Sep 07 00:14:08.562 INFO O| Sep 07 00:14:08.562 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96312026-09-07T00:14:09.352Z[ recovery-image] Sep 07 00:14:08.573 INFO O| Sep 07 00:14:08.573 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
96322026-09-07T00:14:09.352Z[ recovery-image] Sep 07 00:14:08.573 INFO O| Sep 07 00:14:08.573 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
96332026-09-07T00:14:11.420Z[ recovery-image] Sep 07 00:14:10.633 INFO O| Sep 07 00:14:10.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96342026-09-07T00:14:11.420Z[ recovery-image] Sep 07 00:14:10.633 INFO O| Sep 07 00:14:10.633 INFO ok!
96352026-09-07T00:14:11.420Z[ recovery-image] Sep 07 00:14:10.633 INFO O| Sep 07 00:14:10.633 INFO STEP 56 (ensure_file) COMPLETE
96362026-09-07T00:14:11.420Z[ recovery-image] Sep 07 00:14:10.633 INFO O| Sep 07 00:14:10.633 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96372026-09-07T00:14:11.431Z[ recovery-image] Sep 07 00:14:10.646 INFO O| Sep 07 00:14:10.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96382026-09-07T00:14:11.431Z[ recovery-image] Sep 07 00:14:10.646 INFO O| Sep 07 00:14:10.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96392026-09-07T00:14:11.431Z[ recovery-image] Sep 07 00:14:10.646 INFO O| Sep 07 00:14:10.646 INFO STEP 57 (ensure_dir) COMPLETE
96402026-09-07T00:14:11.431Z[ recovery-image] Sep 07 00:14:10.646 INFO O| Sep 07 00:14:10.646 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96412026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.657 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96422026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.657 INFO copying /tmp/.tmpocBgrn/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 ...
96432026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.658 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
96442026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.658 INFO ok!
96452026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.658 INFO STEP 58 (ensure_file) COMPLETE
96462026-09-07T00:14:11.435Z[ recovery-image] Sep 07 00:14:10.658 INFO O| Sep 07 00:14:10.658 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96472026-09-07T00:14:11.519Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96482026-09-07T00:14:11.519Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 INFO copying /tmp/.tmpocBgrn/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 ...
96492026-09-07T00:14:11.519Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 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
96502026-09-07T00:14:11.525Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 INFO ok!
96512026-09-07T00:14:11.525Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 INFO STEP 59 (ensure_file) COMPLETE
96522026-09-07T00:14:11.525Z[ recovery-image] Sep 07 00:14:10.744 INFO O| Sep 07 00:14:10.744 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96532026-09-07T00:14:11.532Z[ recovery-image] Sep 07 00:14:10.756 INFO O| Sep 07 00:14:10.756 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96542026-09-07T00:14:11.536Z[ recovery-image] Sep 07 00:14:10.756 INFO O| Sep 07 00:14:10.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96552026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.756 INFO O| Sep 07 00:14:10.756 INFO STEP 60 (ensure_dir) COMPLETE
96562026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.756 INFO O| Sep 07 00:14:10.756 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96572026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96582026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO copying /tmp/.tmpocBgrn/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 ...
96592026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96602026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO ok!
96612026-09-07T00:14:11.545Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO STEP 61 (ensure_file) COMPLETE
96622026-09-07T00:14:11.555Z[ recovery-image] Sep 07 00:14:10.768 INFO O| Sep 07 00:14:10.768 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96632026-09-07T00:14:11.564Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96642026-09-07T00:14:11.564Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 INFO copying /tmp/.tmpocBgrn/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 ...
96652026-09-07T00:14:11.564Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 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
96662026-09-07T00:14:11.570Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 INFO ok!
96672026-09-07T00:14:11.570Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 INFO STEP 62 (ensure_file) COMPLETE
96682026-09-07T00:14:11.570Z[ recovery-image] Sep 07 00:14:10.786 INFO O| Sep 07 00:14:10.786 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96692026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.809 INFO O| Sep 07 00:14:10.809 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96702026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.809 INFO O| Sep 07 00:14:10.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96712026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.809 INFO O| Sep 07 00:14:10.809 INFO STEP 63 (ensure_dir) COMPLETE
96722026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.809 INFO O| Sep 07 00:14:10.809 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96732026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96742026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO copying /tmp/.tmpocBgrn/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 ...
96752026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96762026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO ok!
96772026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO STEP 64 (ensure_file) COMPLETE
96782026-09-07T00:14:11.631Z[ recovery-image] Sep 07 00:14:10.832 INFO O| Sep 07 00:14:10.832 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96792026-09-07T00:14:11.642Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96802026-09-07T00:14:11.642Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96812026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96822026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO ok!
96832026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO STEP 65 (ensure_file) COMPLETE
96842026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.856 INFO O| Sep 07 00:14:10.856 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96852026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.867 INFO O| Sep 07 00:14:10.867 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96862026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.867 INFO O| Sep 07 00:14:10.867 INFO STEP 66 (ensure_dir) COMPLETE
96872026-09-07T00:14:11.646Z[ recovery-image] Sep 07 00:14:10.867 INFO O| Sep 07 00:14:10.867 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96882026-09-07T00:14:11.682Z[ recovery-image] Sep 07 00:14:10.899 INFO O| Sep 07 00:14:10.899 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96892026-09-07T00:14:11.686Z[ recovery-image] Sep 07 00:14:10.899 INFO O| Sep 07 00:14:10.899 INFO STEP 67 (ensure_dir) COMPLETE
96902026-09-07T00:14:11.686Z[ recovery-image] Sep 07 00:14:10.899 INFO O| Sep 07 00:14:10.899 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96912026-09-07T00:14:11.698Z[ recovery-image] Sep 07 00:14:10.918 INFO O| Sep 07 00:14:10.918 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96922026-09-07T00:14:11.698Z[ recovery-image] Sep 07 00:14:10.918 INFO O| Sep 07 00:14:10.918 INFO STEP 68 (ensure_dir) COMPLETE
96932026-09-07T00:14:11.699Z[ recovery-image] Sep 07 00:14:10.918 INFO O| Sep 07 00:14:10.918 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96942026-09-07T00:14:11.704Z[ recovery-image] Sep 07 00:14:10.928 INFO O| Sep 07 00:14:10.928 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96952026-09-07T00:14:11.704Z[ recovery-image] Sep 07 00:14:10.929 INFO O| Sep 07 00:14:10.928 INFO STEP 69 (ensure_dir) COMPLETE
96962026-09-07T00:14:11.707Z[ recovery-image] Sep 07 00:14:10.929 INFO O| Sep 07 00:14:10.928 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96972026-09-07T00:14:11.718Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96982026-09-07T00:14:11.718Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO copying /tmp/.tmpocBgrn/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96992026-09-07T00:14:11.718Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
97002026-09-07T00:14:11.721Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO ok!
97012026-09-07T00:14:11.721Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO STEP 70 (ensure_file) COMPLETE
97022026-09-07T00:14:11.721Z[ recovery-image] Sep 07 00:14:10.939 INFO O| Sep 07 00:14:10.939 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97032026-09-07T00:14:11.733Z[ recovery-image] Sep 07 00:14:10.949 INFO O| Sep 07 00:14:10.949 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
97042026-09-07T00:14:11.733Z[ recovery-image] Sep 07 00:14:10.949 INFO O| Sep 07 00:14:10.949 INFO STEP 71 (remove_files) COMPLETE
97052026-09-07T00:14:11.733Z[ recovery-image] Sep 07 00:14:10.949 INFO O| Sep 07 00:14:10.949 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97062026-09-07T00:14:11.738Z[ recovery-image] Sep 07 00:14:10.958 INFO O| Sep 07 00:14:10.958 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
97072026-09-07T00:14:11.738Z[ recovery-image] Sep 07 00:14:10.958 INFO O| Sep 07 00:14:10.958 INFO STEP 72 (remove_files) COMPLETE
97082026-09-07T00:14:11.738Z[ recovery-image] Sep 07 00:14:10.958 INFO O| Sep 07 00:14:10.958 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97092026-09-07T00:14:11.743Z[ recovery-image] Sep 07 00:14:10.968 INFO O| Sep 07 00:14:10.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
97102026-09-07T00:14:11.743Z[ recovery-image] Sep 07 00:14:10.968 INFO O| Sep 07 00:14:10.968 INFO STEP 73 (remove_files) COMPLETE
97112026-09-07T00:14:11.749Z[ recovery-image] Sep 07 00:14:10.968 INFO O| Sep 07 00:14:10.968 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97122026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.977 INFO O| Sep 07 00:14:10.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
97132026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.977 INFO O| Sep 07 00:14:10.977 INFO STEP 74 (remove_files) COMPLETE
97142026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.977 INFO O| Sep 07 00:14:10.977 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97152026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.985 INFO O| Sep 07 00:14:10.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
97162026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.985 INFO O| Sep 07 00:14:10.985 INFO STEP 75 (remove_files) COMPLETE
97172026-09-07T00:14:11.768Z[ recovery-image] Sep 07 00:14:10.985 INFO O| Sep 07 00:14:10.985 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97182026-09-07T00:14:11.771Z[ recovery-image] Sep 07 00:14:10.994 INFO O| Sep 07 00:14:10.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
97192026-09-07T00:14:11.771Z[ recovery-image] Sep 07 00:14:10.994 INFO O| Sep 07 00:14:10.994 INFO STEP 76 (remove_files) COMPLETE
97202026-09-07T00:14:11.771Z[ recovery-image] Sep 07 00:14:10.994 INFO O| Sep 07 00:14:10.994 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97212026-09-07T00:14:11.781Z[ recovery-image] Sep 07 00:14:11.005 INFO O| Sep 07 00:14:11.005 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
97222026-09-07T00:14:11.782Z[ recovery-image] Sep 07 00:14:11.005 INFO O| Sep 07 00:14:11.005 INFO STEP 77 (remove_files) COMPLETE
97232026-09-07T00:14:11.785Z[ recovery-image] Sep 07 00:14:11.005 INFO O| Sep 07 00:14:11.005 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97242026-09-07T00:14:11.789Z[ recovery-image] Sep 07 00:14:11.014 INFO O| Sep 07 00:14:11.014 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
97252026-09-07T00:14:11.792Z[ recovery-image] Sep 07 00:14:11.014 INFO O| Sep 07 00:14:11.014 INFO STEP 78 (remove_files) COMPLETE
97262026-09-07T00:14:11.792Z[ recovery-image] Sep 07 00:14:11.014 INFO O| Sep 07 00:14:11.014 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97272026-09-07T00:14:11.803Z[ recovery-image] Sep 07 00:14:11.024 INFO O| Sep 07 00:14:11.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
97282026-09-07T00:14:11.803Z[ recovery-image] Sep 07 00:14:11.024 INFO O| Sep 07 00:14:11.024 INFO STEP 79 (remove_files) COMPLETE
97292026-09-07T00:14:11.803Z[ recovery-image] Sep 07 00:14:11.024 INFO O| Sep 07 00:14:11.024 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302026-09-07T00:14:11.808Z[ recovery-image] Sep 07 00:14:11.032 INFO O| Sep 07 00:14:11.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
97312026-09-07T00:14:11.808Z[ recovery-image] Sep 07 00:14:11.032 INFO O| Sep 07 00:14:11.032 INFO STEP 80 (remove_files) COMPLETE
97322026-09-07T00:14:11.808Z[ recovery-image] Sep 07 00:14:11.032 INFO O| Sep 07 00:14:11.032 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332026-09-07T00:14:11.817Z[ recovery-image] Sep 07 00:14:11.041 INFO O| Sep 07 00:14:11.041 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97342026-09-07T00:14:11.817Z[ recovery-image] Sep 07 00:14:11.042 INFO O| Sep 07 00:14:11.041 INFO STEP 81 (remove_files) COMPLETE
97352026-09-07T00:14:11.821Z[ recovery-image] Sep 07 00:14:11.042 INFO O| Sep 07 00:14:11.041 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97362026-09-07T00:14:11.826Z[ recovery-image] Sep 07 00:14:11.051 INFO O| Sep 07 00:14:11.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97372026-09-07T00:14:11.826Z[ recovery-image] Sep 07 00:14:11.051 INFO O| Sep 07 00:14:11.051 INFO STEP 82 (remove_files) COMPLETE
97382026-09-07T00:14:11.830Z[ recovery-image] Sep 07 00:14:11.051 INFO O| Sep 07 00:14:11.051 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97392026-09-07T00:14:11.849Z[ recovery-image] Sep 07 00:14:11.068 INFO O| Sep 07 00:14:11.064 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97402026-09-07T00:14:11.849Z[ recovery-image] Sep 07 00:14:11.068 INFO O| Sep 07 00:14:11.064 INFO STEP 83 (remove_files) COMPLETE
97412026-09-07T00:14:11.850Z[ recovery-image] Sep 07 00:14:11.068 INFO O| Sep 07 00:14:11.064 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97422026-09-07T00:14:11.860Z[ recovery-image] Sep 07 00:14:11.084 INFO O| Sep 07 00:14:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97432026-09-07T00:14:11.860Z[ recovery-image] Sep 07 00:14:11.084 INFO O| Sep 07 00:14:11.077 INFO STEP 84 (remove_files) COMPLETE
97442026-09-07T00:14:11.863Z[ recovery-image] Sep 07 00:14:11.084 INFO O| Sep 07 00:14:11.077 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97452026-09-07T00:14:11.879Z[ recovery-image] Sep 07 00:14:11.093 INFO O| Sep 07 00:14:11.092 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97462026-09-07T00:14:11.879Z[ recovery-image] Sep 07 00:14:11.093 INFO O| Sep 07 00:14:11.092 INFO STEP 85 (remove_files) COMPLETE
97472026-09-07T00:14:11.879Z[ recovery-image] Sep 07 00:14:11.093 INFO O| Sep 07 00:14:11.092 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97482026-09-07T00:14:11.883Z[ recovery-image] Sep 07 00:14:11.103 INFO O| Sep 07 00:14:11.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97492026-09-07T00:14:11.883Z[ recovery-image] Sep 07 00:14:11.103 INFO O| Sep 07 00:14:11.101 INFO STEP 86 (remove_files) COMPLETE
97502026-09-07T00:14:11.883Z[ recovery-image] Sep 07 00:14:11.103 INFO O| Sep 07 00:14:11.101 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97512026-09-07T00:14:11.891Z[ recovery-image] Sep 07 00:14:11.114 INFO O| Sep 07 00:14:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97522026-09-07T00:14:11.892Z[ recovery-image] Sep 07 00:14:11.114 INFO O| Sep 07 00:14:11.114 INFO STEP 87 (remove_files) COMPLETE
97532026-09-07T00:14:11.892Z[ recovery-image] Sep 07 00:14:11.114 INFO O| Sep 07 00:14:11.114 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97542026-09-07T00:14:11.902Z[ recovery-image] Sep 07 00:14:11.125 INFO O| Sep 07 00:14:11.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97552026-09-07T00:14:11.902Z[ recovery-image] Sep 07 00:14:11.125 INFO O| Sep 07 00:14:11.125 INFO STEP 88 (remove_files) COMPLETE
97562026-09-07T00:14:11.916Z[ recovery-image] Sep 07 00:14:11.125 INFO O| Sep 07 00:14:11.125 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97572026-09-07T00:14:11.916Z[ recovery-image] Sep 07 00:14:11.136 INFO O| Sep 07 00:14:11.136 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97582026-09-07T00:14:11.916Z[ recovery-image] Sep 07 00:14:11.136 INFO O| Sep 07 00:14:11.136 INFO STEP 89 (remove_files) COMPLETE
97592026-09-07T00:14:11.916Z[ recovery-image] Sep 07 00:14:11.136 INFO O| Sep 07 00:14:11.136 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97602026-09-07T00:14:11.922Z[ recovery-image] Sep 07 00:14:11.147 INFO O| Sep 07 00:14:11.147 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97612026-09-07T00:14:11.925Z[ recovery-image] Sep 07 00:14:11.147 INFO O| Sep 07 00:14:11.147 INFO STEP 90 (remove_files) COMPLETE
97622026-09-07T00:14:11.928Z[ recovery-image] Sep 07 00:14:11.147 INFO O| Sep 07 00:14:11.147 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632026-09-07T00:14:11.937Z[ recovery-image] Sep 07 00:14:11.158 INFO O| Sep 07 00:14:11.158 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97642026-09-07T00:14:11.937Z[ recovery-image] Sep 07 00:14:11.158 INFO O| Sep 07 00:14:11.158 INFO STEP 91 (remove_files) COMPLETE
97652026-09-07T00:14:11.937Z[ recovery-image] Sep 07 00:14:11.158 INFO O| Sep 07 00:14:11.158 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662026-09-07T00:14:11.943Z[ recovery-image] Sep 07 00:14:11.167 INFO O| Sep 07 00:14:11.167 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97672026-09-07T00:14:11.943Z[ recovery-image] Sep 07 00:14:11.167 INFO O| Sep 07 00:14:11.167 INFO STEP 92 (remove_files) COMPLETE
97682026-09-07T00:14:11.943Z[ recovery-image] Sep 07 00:14:11.167 INFO O| Sep 07 00:14:11.167 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692026-09-07T00:14:11.963Z[ recovery-image] Sep 07 00:14:11.187 INFO O| Sep 07 00:14:11.187 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97702026-09-07T00:14:11.963Z[ recovery-image] Sep 07 00:14:11.187 INFO O| Sep 07 00:14:11.187 INFO STEP 93 (remove_files) COMPLETE
97712026-09-07T00:14:11.967Z[ recovery-image] Sep 07 00:14:11.187 INFO O| Sep 07 00:14:11.187 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722026-09-07T00:14:11.972Z[ recovery-image] Sep 07 00:14:11.197 INFO O| Sep 07 00:14:11.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97732026-09-07T00:14:11.972Z[ recovery-image] Sep 07 00:14:11.197 INFO O| Sep 07 00:14:11.197 INFO STEP 94 (remove_files) COMPLETE
97742026-09-07T00:14:11.976Z[ recovery-image] Sep 07 00:14:11.197 INFO O| Sep 07 00:14:11.197 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752026-09-07T00:14:11.984Z[ recovery-image] Sep 07 00:14:11.207 INFO O| Sep 07 00:14:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97762026-09-07T00:14:11.985Z[ recovery-image] Sep 07 00:14:11.207 INFO O| Sep 07 00:14:11.207 INFO STEP 95 (remove_files) COMPLETE
97772026-09-07T00:14:11.989Z[ recovery-image] Sep 07 00:14:11.207 INFO O| Sep 07 00:14:11.207 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782026-09-07T00:14:11.997Z[ recovery-image] Sep 07 00:14:11.218 INFO O| Sep 07 00:14:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97792026-09-07T00:14:11.998Z[ recovery-image] Sep 07 00:14:11.218 INFO O| Sep 07 00:14:11.218 INFO STEP 96 (remove_files) COMPLETE
97802026-09-07T00:14:11.998Z[ recovery-image] Sep 07 00:14:11.218 INFO O| Sep 07 00:14:11.218 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812026-09-07T00:14:12.005Z[ recovery-image] Sep 07 00:14:11.229 INFO O| Sep 07 00:14:11.229 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97822026-09-07T00:14:12.005Z[ recovery-image] Sep 07 00:14:11.229 INFO O| Sep 07 00:14:11.229 INFO STEP 97 (remove_files) COMPLETE
97832026-09-07T00:14:12.005Z[ recovery-image] Sep 07 00:14:11.229 INFO O| Sep 07 00:14:11.229 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842026-09-07T00:14:12.024Z[ recovery-image] Sep 07 00:14:11.248 INFO O| Sep 07 00:14:11.248 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97852026-09-07T00:14:12.024Z[ recovery-image] Sep 07 00:14:11.248 INFO O| Sep 07 00:14:11.248 INFO STEP 98 (remove_files) COMPLETE
97862026-09-07T00:14:12.024Z[ recovery-image] Sep 07 00:14:11.248 INFO O| Sep 07 00:14:11.248 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872026-09-07T00:14:12.038Z[ recovery-image] Sep 07 00:14:11.259 INFO O| Sep 07 00:14:11.259 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97882026-09-07T00:14:12.038Z[ recovery-image] Sep 07 00:14:11.259 INFO O| Sep 07 00:14:11.259 INFO STEP 99 (remove_files) COMPLETE
97892026-09-07T00:14:12.038Z[ recovery-image] Sep 07 00:14:11.259 INFO O| Sep 07 00:14:11.259 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97902026-09-07T00:14:12.055Z[ recovery-image] Sep 07 00:14:11.275 INFO O| Sep 07 00:14:11.275 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97912026-09-07T00:14:12.055Z[ recovery-image] Sep 07 00:14:11.275 INFO O| Sep 07 00:14:11.275 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97922026-09-07T00:14:12.715Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97932026-09-07T00:14:14.382Z[ host-image] Sep 07 00:14:13.607 INFO O| configuring SMF profile...
97942026-09-07T00:14:14.382Z[ host-image] Sep 07 00:14:13.607 INFO O| modifying shadow(5)...
97952026-09-07T00:14:14.386Z[ host-image] Sep 07 00:14:13.607 INFO O| loading user and group database...
97962026-09-07T00:14:14.386Z[ host-image] Sep 07 00:14:13.607 INFO O| loading facet selections...
97972026-09-07T00:14:14.765Z[ host-image] Sep 07 00:14:13.990 INFO O| devel -> true
97982026-09-07T00:14:14.765Z[ host-image] Sep 07 00:14:13.990 INFO O| doc.man -> true
97992026-09-07T00:14:14.765Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.shell/ksh93 -> true
98002026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.system/data/hardware-registry -> true
98012026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.system/data/zoneinfo -> true
98022026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.system/microcode/amd -> true
98032026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.system/microcode/intel -> true
98042026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| version-lock.system/microcode/oxide -> true
98052026-09-07T00:14:14.769Z[ host-image] Sep 07 00:14:13.990 INFO O| assessing packaged files...
98062026-09-07T00:14:15.699Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
98072026-09-07T00:14:16.660Z[ host-image] Sep 07 00:14:15.884 INFO O| creating archive...
98082026-09-07T00:14:16.682Z[ host-image] Sep 07 00:14:15.907 INFO O| missing from packaging:
98092026-09-07T00:14:16.682Z[ host-image] Sep 07 00:14:15.907 INFO O| "etc/.pwd.lock"
98102026-09-07T00:14:16.682Z[ host-image] Sep 07 00:14:15.907 INFO O| "etc/bash"
98112026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/profile/generic.xml"
98122026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/profile/inetd_services.xml"
98132026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/profile/name_service.xml"
98142026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/profile/platform.xml"
98152026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/profile/platform_omicron1.xml"
98162026-09-07T00:14:16.687Z[ host-image] Sep 07 00:14:15.911 INFO O| "etc/svc/repository.db"
98172026-09-07T00:14:16.701Z[ host-image] Sep 07 00:14:15.922 INFO O| "opt/ooce/share"
98182026-09-07T00:14:16.701Z[ host-image] Sep 07 00:14:15.922 INFO O| "opt/ooce/share/man"
98192026-09-07T00:14:16.704Z[ host-image] Sep 07 00:14:15.922 INFO O| "opt/ooce/share/man/man1"
98202026-09-07T00:14:16.719Z[ host-image] Sep 07 00:14:15.943 INFO O| finishing archive...
98212026-09-07T00:14:18.511Z[ recovery-image] Sep 07 00:14:17.736 INFO O| Sep 07 00:14:17.736 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
98222026-09-07T00:14:18.522Z[ recovery-image] Sep 07 00:14:17.736 INFO O| Sep 07 00:14:17.736 INFO E| svccfg: Loaded 69 smf(7) service descriptions
98232026-09-07T00:14:18.547Z[ recovery-image] Sep 07 00:14:17.768 INFO O| Sep 07 00:14:17.768 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
98242026-09-07T00:14:18.654Z[ recovery-image] Sep 07 00:14:17.875 INFO O| Sep 07 00:14:17.875 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98252026-09-07T00:14:18.720Z[ recovery-image] Sep 07 00:14:17.937 INFO O| Sep 07 00:14:17.937 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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_CHECKHASH": "1"}
98262026-09-07T00:14:18.783Z[ recovery-image] Sep 07 00:14:18.003 INFO O| Sep 07 00:14:18.002 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
98272026-09-07T00:14:18.783Z[ recovery-image] Sep 07 00:14:18.003 INFO O| Sep 07 00:14:18.003 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 ...
98282026-09-07T00:14:18.791Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
98292026-09-07T00:14:18.792Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO ok!
98302026-09-07T00:14:18.792Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
98312026-09-07T00:14:18.792Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO STEP 100 (seed_smf) COMPLETE
98322026-09-07T00:14:18.792Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO steps complete; finalising image!
98332026-09-07T00:14:18.792Z[ recovery-image] Sep 07 00:14:18.004 INFO O| Sep 07 00:14:18.004 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
98342026-09-07T00:14:18.848Z[ recovery-image] Sep 07 00:14:18.068 INFO O| Sep 07 00:14:18.068 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Sep 7 00:14:18 2026)
98352026-09-07T00:14:19.120Z[ recovery-image] Sep 07 00:14:18.277 INFO O| Sep 07 00:14:18.277 INFO trim TEMPORARY-sled-zfs-recovery: (25% trimmed, started at Mon Sep 7 00:14:18 2026)
98362026-09-07T00:14:19.264Z[ recovery-image] Sep 07 00:14:18.483 INFO O| Sep 07 00:14:18.483 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Sep 7 00:14:18 2026)
98372026-09-07T00:14:19.362Z[ host-image] Sep 07 00:14:18.587 INFO O| creating gzonly manifest...
98382026-09-07T00:14:19.373Z[ host-image] Sep 07 00:14:18.596 INFO O| ok
98392026-09-07T00:14:19.465Z[ recovery-image] Sep 07 00:14:18.689 INFO O| Sep 07 00:14:18.689 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Sep 7 00:14:18 2026)
98402026-09-07T00:14:19.508Z[ host-image] Sep 07 00:14:18.731 INFO image builder template: ramdisk-02-trim...
98412026-09-07T00:14:19.508Z[ host-image] Sep 07 00:14:18.731 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/.tmpocBgrn/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
98422026-09-07T00:14:19.534Z[ host-image] Sep 07 00:14:18.754 INFO O| Sep 07 00:14:18.754 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98432026-09-07T00:14:19.544Z[ host-image] Sep 07 00:14:18.758 INFO O| Sep 07 00:14:18.758 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98442026-09-07T00:14:19.672Z[ recovery-image] Sep 07 00:14:18.896 INFO O| Sep 07 00:14:18.896 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Mon Sep 7 00:14:18 2026)
98452026-09-07T00:14:19.880Z[ recovery-image] Sep 07 00:14:19.103 INFO O| Sep 07 00:14:19.103 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Mon Sep 7 00:14:18 2026)
98462026-09-07T00:14:20.111Z[ recovery-image] Sep 07 00:14:19.310 INFO O| Sep 07 00:14:19.310 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Mon Sep 7 00:14:18 2026)
98472026-09-07T00:14:20.294Z[ recovery-image] Sep 07 00:14:19.519 INFO O| Sep 07 00:14:19.519 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Mon Sep 7 00:14:18 2026)
98482026-09-07T00:14:20.544Z[ recovery-image] Sep 07 00:14:19.757 INFO O| Sep 07 00:14:19.757 INFO temporary pool has 463M used, 1.30G avail, 1.00x compressratio
98492026-09-07T00:14:20.544Z[ recovery-image] Sep 07 00:14:19.757 INFO O| Sep 07 00:14:19.757 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98502026-09-07T00:14:24.467Z[ host-image] Sep 07 00:14:20.493 INFO O| Sep 07 00:14:20.493 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98512026-09-07T00:14:24.512Z[ recovery-image] Sep 07 00:14:20.615 INFO O| Sep 07 00:14:20.615 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
98522026-09-07T00:14:24.512Z[ recovery-image] Sep 07 00:14:20.615 INFO O| Sep 07 00:14:20.615 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98532026-09-07T00:14:24.512Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
98542026-09-07T00:14:24.512Z[ host-image] Sep 07 00:14:21.530 INFO O| Sep 07 00:14:21.530 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98552026-09-07T00:14:24.512Z[ host-image] Sep 07 00:14:21.530 INFO O| Sep 07 00:14:21.530 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98562026-09-07T00:14:24.512Z[ host-image] Sep 07 00:14:21.548 INFO O| Sep 07 00:14:21.548 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98572026-09-07T00:14:24.512Z[ host-image] Sep 07 00:14:21.552 INFO O| Sep 07 00:14:21.552 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98582026-09-07T00:14:24.512Z[ host-image] Sep 07 00:14:21.557 INFO O| Sep 07 00:14:21.557 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98592026-09-07T00:14:24.512Z[ recovery-image] Sep 07 00:14:23.267 INFO O| Sep 07 00:14:23.267 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98602026-09-07T00:14:24.512Z[ recovery-image] Sep 07 00:14:23.267 INFO O| Sep 07 00:14:23.267 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98612026-09-07T00:14:24.513Z[ recovery-image] Sep 07 00:14:23.267 INFO O| Sep 07 00:14:23.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98622026-09-07T00:14:24.513Z[ recovery-image] Sep 07 00:14:23.267 INFO O| Sep 07 00:14:23.267 INFO completed processing sled/zfs-recovery
98632026-09-07T00:14:24.513Z[ recovery-image] Sep 07 00:14:23.267 INFO O| Sep 07 00:14:23.267 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98642026-09-07T00:14:25.168Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
98652026-09-07T00:14:26.735Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
98662026-09-07T00:14:28.155Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
98672026-09-07T00:14:28.193Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
98682026-09-07T00:14:29.742Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
98692026-09-07T00:14:30.982Z[ host-image] Sep 07 00:14:30.206 INFO O| Sep 07 00:14:30.206 INFO rolled back to input snapshot; work may begin
98702026-09-07T00:14:30.982Z[ host-image] Sep 07 00:14:30.207 INFO O| Sep 07 00:14:30.206 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98712026-09-07T00:14:30.989Z[ host-image] Sep 07 00:14:30.214 INFO O| Sep 07 00:14:30.214 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98722026-09-07T00:14:31.002Z[ host-image] Sep 07 00:14:30.227 INFO O| Sep 07 00:14:30.226 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98732026-09-07T00:14:31.057Z[ host-image] Sep 07 00:14:30.281 INFO O| Sep 07 00:14:30.281 INFO STEP 0 (remove_files) COMPLETE
98742026-09-07T00:14:31.058Z[ host-image] Sep 07 00:14:30.281 INFO O| Sep 07 00:14:30.281 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98752026-09-07T00:14:31.062Z[ recovery-image] Sep 07 00:14:30.282 INFO O| Sep 07 00:14:30.281 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98762026-09-07T00:14:31.068Z[ host-image] Sep 07 00:14:30.292 INFO O| Sep 07 00:14:30.292 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98772026-09-07T00:14:31.072Z[ host-image] Sep 07 00:14:30.294 INFO O| Sep 07 00:14:30.294 INFO STEP 1 (remove_files) COMPLETE
98782026-09-07T00:14:31.072Z[ host-image] Sep 07 00:14:30.294 INFO O| Sep 07 00:14:30.294 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98792026-09-07T00:14:31.080Z[ host-image] Sep 07 00:14:30.304 INFO O| Sep 07 00:14:30.304 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98802026-09-07T00:14:31.093Z[ host-image] Sep 07 00:14:30.317 INFO O| Sep 07 00:14:30.317 INFO STEP 2 (remove_files) COMPLETE
98812026-09-07T00:14:31.093Z[ host-image] Sep 07 00:14:30.317 INFO O| Sep 07 00:14:30.317 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98822026-09-07T00:14:31.104Z[ host-image] Sep 07 00:14:30.329 INFO O| Sep 07 00:14:30.329 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98832026-09-07T00:14:31.108Z[ host-image] Sep 07 00:14:30.330 INFO O| Sep 07 00:14:30.330 INFO STEP 3 (remove_files) COMPLETE
98842026-09-07T00:14:31.109Z[ host-image] Sep 07 00:14:30.330 INFO O| Sep 07 00:14:30.330 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98852026-09-07T00:14:31.126Z[ host-image] Sep 07 00:14:30.351 INFO O| Sep 07 00:14:30.351 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98862026-09-07T00:14:31.130Z[ host-image] Sep 07 00:14:30.354 INFO O| Sep 07 00:14:30.354 INFO STEP 4 (remove_files) COMPLETE
98872026-09-07T00:14:31.130Z[ host-image] Sep 07 00:14:30.354 INFO O| Sep 07 00:14:30.354 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-09-07T00:14:31.143Z[ host-image] Sep 07 00:14:30.367 INFO O| Sep 07 00:14:30.367 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98892026-09-07T00:14:31.147Z[ host-image] Sep 07 00:14:30.369 INFO O| Sep 07 00:14:30.369 INFO STEP 5 (remove_files) COMPLETE
98902026-09-07T00:14:31.147Z[ host-image] Sep 07 00:14:30.369 INFO O| Sep 07 00:14:30.369 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98912026-09-07T00:14:31.157Z[ host-image] Sep 07 00:14:30.382 INFO O| Sep 07 00:14:30.382 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98922026-09-07T00:14:31.169Z[ host-image] Sep 07 00:14:30.393 INFO O| Sep 07 00:14:30.393 INFO STEP 6 (remove_files) COMPLETE
98932026-09-07T00:14:31.169Z[ host-image] Sep 07 00:14:30.394 INFO O| Sep 07 00:14:30.393 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98942026-09-07T00:14:31.169Z[ host-image] Sep 07 00:14:30.394 INFO O| Sep 07 00:14:30.393 INFO skip step because feature "heliosv2" is not enabled
98952026-09-07T00:14:31.173Z[ host-image] Sep 07 00:14:30.394 INFO O| Sep 07 00:14:30.393 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98962026-09-07T00:14:31.182Z[ host-image] Sep 07 00:14:30.406 INFO O| Sep 07 00:14:30.406 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98972026-09-07T00:14:31.194Z[ host-image] Sep 07 00:14:30.419 INFO O| Sep 07 00:14:30.419 INFO STEP 8 (remove_files) COMPLETE
98982026-09-07T00:14:31.194Z[ host-image] Sep 07 00:14:30.419 INFO O| Sep 07 00:14:30.419 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98992026-09-07T00:14:31.207Z[ host-image] Sep 07 00:14:30.431 INFO O| Sep 07 00:14:30.431 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
99002026-09-07T00:14:31.273Z[ host-image] Sep 07 00:14:30.497 INFO O| Sep 07 00:14:30.497 INFO STEP 9 (remove_files) COMPLETE
99012026-09-07T00:14:31.273Z[ host-image] Sep 07 00:14:30.498 INFO O| Sep 07 00:14:30.497 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99022026-09-07T00:14:31.291Z[ host-image] Sep 07 00:14:30.515 INFO O| Sep 07 00:14:30.515 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
99032026-09-07T00:14:31.304Z[ recovery-image] Sep 07 00:14:30.528 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
99042026-09-07T00:14:31.304Z[ recovery-image] Sep 07 00:14:30.528 INFO expanded image name: "recovery 01f98ba/${os_short_commit} 2026-09-06 23:59" -> "recovery 01f98ba/0e29ea8 2026-09-06 23:59"
99052026-09-07T00:14:31.304Z[ recovery-image] Sep 07 00:14:30.528 INFO output artefacts stored in: "/work/os-recovery"
99062026-09-07T00:14:31.307Z[ recovery-image] Sep 07 00:14:30.528 INFO collecting git info from project "dmar-report"...
99072026-09-07T00:14:31.315Z[ recovery-image] Sep 07 00:14:30.540 INFO collecting git info from project "pilot"...
99082026-09-07T00:14:31.325Z[ recovery-image] Sep 07 00:14:30.550 INFO collecting git info from project "chelsio-t6-roms"...
99092026-09-07T00:14:31.345Z[ recovery-image] Sep 07 00:14:30.568 INFO collecting git info from project "amd-firmware"...
99102026-09-07T00:14:31.405Z[ host-image] Sep 07 00:14:30.630 INFO O| Sep 07 00:14:30.630 INFO STEP 10 (remove_files) COMPLETE
99112026-09-07T00:14:31.406Z[ host-image] Sep 07 00:14:30.630 INFO O| Sep 07 00:14:30.630 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99122026-09-07T00:14:31.421Z[ recovery-image] Sep 07 00:14:30.645 INFO collecting git info from project "amd-host-image-builder"...
99132026-09-07T00:14:31.438Z[ host-image] Sep 07 00:14:30.654 INFO O| Sep 07 00:14:30.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
99142026-09-07T00:14:31.442Z[ host-image] Sep 07 00:14:30.657 INFO O| Sep 07 00:14:30.657 INFO STEP 11 (remove_files) COMPLETE
99152026-09-07T00:14:31.442Z[ host-image] Sep 07 00:14:30.657 INFO O| Sep 07 00:14:30.657 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-07T00:14:31.446Z[ host-image] Sep 07 00:14:30.668 INFO O| Sep 07 00:14:30.668 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
99172026-09-07T00:14:31.446Z[ host-image] Sep 07 00:14:30.669 INFO O| Sep 07 00:14:30.669 INFO STEP 12 (remove_files) COMPLETE
99182026-09-07T00:14:31.446Z[ host-image] Sep 07 00:14:30.669 INFO O| Sep 07 00:14:30.669 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-07T00:14:31.454Z[ host-image] Sep 07 00:14:30.678 INFO O| Sep 07 00:14:30.678 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
99202026-09-07T00:14:31.458Z[ host-image] Sep 07 00:14:30.679 INFO O| Sep 07 00:14:30.679 INFO STEP 13 (remove_files) COMPLETE
99212026-09-07T00:14:31.458Z[ host-image] Sep 07 00:14:30.679 INFO O| Sep 07 00:14:30.679 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-07T00:14:31.464Z[ recovery-image] Sep 07 00:14:30.688 INFO collecting git info from project "pinprick"...
99232026-09-07T00:14:31.476Z[ recovery-image] Sep 07 00:14:30.701 INFO collecting git info from project "bootserver"...
99242026-09-07T00:14:31.541Z[ recovery-image] Sep 07 00:14:30.765 INFO collecting git info from project "image-builder"...
99252026-09-07T00:14:31.591Z[ recovery-image] Sep 07 00:14:30.815 INFO collecting git info from project "phbl"...
99262026-09-07T00:14:31.600Z[ recovery-image] Sep 07 00:14:30.824 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99272026-09-07T00:14:31.746Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
99282026-09-07T00:14:31.775Z[ host-image] Sep 07 00:14:30.997 INFO O| Sep 07 00:14:30.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99292026-09-07T00:14:31.778Z[ host-image] Sep 07 00:14:30.998 INFO O| Sep 07 00:14:30.998 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99302026-09-07T00:14:31.874Z[ host-image] Sep 07 00:14:31.099 INFO O| Sep 07 00:14:31.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
99312026-09-07T00:14:31.874Z[ host-image] Sep 07 00:14:31.099 INFO O| Sep 07 00:14:31.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
99322026-09-07T00:14:31.882Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99332026-09-07T00:14:31.882Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
99342026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
99352026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
99362026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
99372026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
99382026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
99392026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.107 INFO O| Sep 07 00:14:31.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
99402026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
99412026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
99422026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
99432026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
99442026-09-07T00:14:31.887Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
99452026-09-07T00:14:31.888Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
99462026-09-07T00:14:31.888Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
99472026-09-07T00:14:31.888Z[ host-image] Sep 07 00:14:31.108 INFO O| Sep 07 00:14:31.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
99482026-09-07T00:14:31.910Z[ host-image] Sep 07 00:14:31.122 INFO O| Sep 07 00:14:31.122 INFO STEP 14 (remove_files) COMPLETE
99492026-09-07T00:14:31.910Z[ host-image] Sep 07 00:14:31.122 INFO O| Sep 07 00:14:31.122 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99502026-09-07T00:14:31.916Z[ host-image] Sep 07 00:14:31.140 INFO O| Sep 07 00:14:31.140 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99512026-09-07T00:14:31.919Z[ host-image] Sep 07 00:14:31.141 INFO O| Sep 07 00:14:31.141 INFO STEP 15 (remove_files) COMPLETE
99522026-09-07T00:14:31.920Z[ host-image] Sep 07 00:14:31.142 INFO O| Sep 07 00:14:31.141 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99532026-09-07T00:14:31.928Z[ host-image] Sep 07 00:14:31.153 INFO O| Sep 07 00:14:31.152 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99542026-09-07T00:14:31.933Z[ host-image] Sep 07 00:14:31.158 INFO O| Sep 07 00:14:31.158 INFO STEP 16 (remove_files) COMPLETE
99552026-09-07T00:14:31.933Z[ host-image] Sep 07 00:14:31.158 INFO O| Sep 07 00:14:31.158 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99562026-09-07T00:14:31.945Z[ host-image] Sep 07 00:14:31.168 INFO O| Sep 07 00:14:31.168 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99572026-09-07T00:14:31.949Z[ host-image] Sep 07 00:14:31.169 INFO O| Sep 07 00:14:31.169 INFO STEP 17 (remove_files) COMPLETE
99582026-09-07T00:14:31.949Z[ host-image] Sep 07 00:14:31.169 INFO O| Sep 07 00:14:31.169 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99592026-09-07T00:14:31.954Z[ host-image] Sep 07 00:14:31.178 INFO O| Sep 07 00:14:31.178 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99602026-09-07T00:14:31.959Z[ host-image] Sep 07 00:14:31.179 INFO O| Sep 07 00:14:31.179 INFO STEP 18 (remove_files) COMPLETE
99612026-09-07T00:14:31.959Z[ host-image] Sep 07 00:14:31.180 INFO O| Sep 07 00:14:31.179 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99622026-09-07T00:14:31.964Z[ host-image] Sep 07 00:14:31.189 INFO O| Sep 07 00:14:31.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
99632026-09-07T00:14:31.964Z[ host-image] Sep 07 00:14:31.189 INFO O| Sep 07 00:14:31.189 INFO STEP 19 (remove_files) COMPLETE
99642026-09-07T00:14:31.968Z[ host-image] Sep 07 00:14:31.189 INFO O| Sep 07 00:14:31.189 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99652026-09-07T00:14:31.973Z[ host-image] Sep 07 00:14:31.198 INFO O| Sep 07 00:14:31.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
99662026-09-07T00:14:31.973Z[ host-image] Sep 07 00:14:31.198 INFO O| Sep 07 00:14:31.198 INFO STEP 20 (remove_files) COMPLETE
99672026-09-07T00:14:31.977Z[ host-image] Sep 07 00:14:31.198 INFO O| Sep 07 00:14:31.198 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99682026-09-07T00:14:31.990Z[ host-image] Sep 07 00:14:31.207 INFO O| Sep 07 00:14:31.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99692026-09-07T00:14:31.990Z[ host-image] Sep 07 00:14:31.207 INFO O| Sep 07 00:14:31.207 INFO STEP 21 (remove_files) COMPLETE
99702026-09-07T00:14:31.990Z[ host-image] Sep 07 00:14:31.207 INFO O| Sep 07 00:14:31.207 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99712026-09-07T00:14:31.994Z[ host-image] Sep 07 00:14:31.217 INFO O| Sep 07 00:14:31.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99722026-09-07T00:14:31.994Z[ host-image] Sep 07 00:14:31.217 INFO O| Sep 07 00:14:31.217 INFO STEP 22 (remove_files) COMPLETE
99732026-09-07T00:14:31.994Z[ host-image] Sep 07 00:14:31.217 INFO O| Sep 07 00:14:31.217 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99742026-09-07T00:14:32.001Z[ host-image] Sep 07 00:14:31.225 INFO O| Sep 07 00:14:31.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99752026-09-07T00:14:32.001Z[ host-image] Sep 07 00:14:31.226 INFO O| Sep 07 00:14:31.225 INFO STEP 23 (remove_files) COMPLETE
99762026-09-07T00:14:32.005Z[ host-image] Sep 07 00:14:31.226 INFO O| Sep 07 00:14:31.225 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99772026-09-07T00:14:32.010Z[ host-image] Sep 07 00:14:31.235 INFO O| Sep 07 00:14:31.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99782026-09-07T00:14:32.010Z[ host-image] Sep 07 00:14:31.235 INFO O| Sep 07 00:14:31.235 INFO STEP 24 (remove_files) COMPLETE
99792026-09-07T00:14:32.014Z[ host-image] Sep 07 00:14:31.235 INFO O| Sep 07 00:14:31.235 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-07T00:14:32.014Z[ recovery-image] Sep 07 00:14:31.238 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99812026-09-07T00:14:32.020Z[ host-image] Sep 07 00:14:31.244 INFO O| Sep 07 00:14:31.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99822026-09-07T00:14:32.020Z[ host-image] Sep 07 00:14:31.244 INFO O| Sep 07 00:14:31.244 INFO STEP 25 (remove_files) COMPLETE
99832026-09-07T00:14:32.023Z[ host-image] Sep 07 00:14:31.244 INFO O| Sep 07 00:14:31.244 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99842026-09-07T00:14:32.029Z[ host-image] Sep 07 00:14:31.254 INFO O| Sep 07 00:14:31.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99852026-09-07T00:14:32.029Z[ host-image] Sep 07 00:14:31.254 INFO O| Sep 07 00:14:31.254 INFO STEP 26 (remove_files) COMPLETE
99862026-09-07T00:14:32.033Z[ host-image] Sep 07 00:14:31.254 INFO O| Sep 07 00:14:31.254 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99872026-09-07T00:14:32.041Z[ host-image] Sep 07 00:14:31.265 INFO O| Sep 07 00:14:31.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99882026-09-07T00:14:32.041Z[ host-image] Sep 07 00:14:31.265 INFO O| Sep 07 00:14:31.265 INFO STEP 27 (remove_files) COMPLETE
99892026-09-07T00:14:32.041Z[ host-image] Sep 07 00:14:31.265 INFO O| Sep 07 00:14:31.265 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99902026-09-07T00:14:32.049Z[ host-image] Sep 07 00:14:31.274 INFO O| Sep 07 00:14:31.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99912026-09-07T00:14:32.050Z[ host-image] Sep 07 00:14:31.274 INFO O| Sep 07 00:14:31.274 INFO STEP 28 (remove_files) COMPLETE
99922026-09-07T00:14:32.050Z[ host-image] Sep 07 00:14:31.274 INFO O| Sep 07 00:14:31.274 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99932026-09-07T00:14:32.107Z[ host-image] Sep 07 00:14:31.331 INFO O| Sep 07 00:14:31.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99942026-09-07T00:14:32.107Z[ host-image] Sep 07 00:14:31.331 INFO O| Sep 07 00:14:31.331 INFO STEP 29 (remove_files) COMPLETE
99952026-09-07T00:14:32.107Z[ host-image] Sep 07 00:14:31.331 INFO O| Sep 07 00:14:31.331 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99962026-09-07T00:14:32.188Z[ host-image] Sep 07 00:14:31.413 INFO O| Sep 07 00:14:31.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99972026-09-07T00:14:32.188Z[ host-image] Sep 07 00:14:31.413 INFO O| Sep 07 00:14:31.413 INFO STEP 30 (remove_files) COMPLETE
99982026-09-07T00:14:32.188Z[ host-image] Sep 07 00:14:31.413 INFO O| Sep 07 00:14:31.413 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99992026-09-07T00:14:32.200Z[ host-image] Sep 07 00:14:31.424 INFO O| Sep 07 00:14:31.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
100002026-09-07T00:14:32.200Z[ host-image] Sep 07 00:14:31.424 INFO O| Sep 07 00:14:31.424 INFO STEP 31 (remove_files) COMPLETE
100012026-09-07T00:14:32.200Z[ host-image] Sep 07 00:14:31.424 INFO O| Sep 07 00:14:31.424 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100022026-09-07T00:14:32.211Z[ host-image] Sep 07 00:14:31.434 INFO O| Sep 07 00:14:31.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
100032026-09-07T00:14:32.211Z[ host-image] Sep 07 00:14:31.434 INFO O| Sep 07 00:14:31.434 INFO STEP 32 (remove_files) COMPLETE
100042026-09-07T00:14:32.211Z[ host-image] Sep 07 00:14:31.434 INFO O| Sep 07 00:14:31.434 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100052026-09-07T00:14:32.220Z[ host-image] Sep 07 00:14:31.445 INFO O| Sep 07 00:14:31.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
100062026-09-07T00:14:32.221Z[ host-image] Sep 07 00:14:31.445 INFO O| Sep 07 00:14:31.445 INFO STEP 33 (remove_files) COMPLETE
100072026-09-07T00:14:32.221Z[ host-image] Sep 07 00:14:31.445 INFO O| Sep 07 00:14:31.445 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100082026-09-07T00:14:32.232Z[ host-image] Sep 07 00:14:31.456 INFO O| Sep 07 00:14:31.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
100092026-09-07T00:14:32.232Z[ host-image] Sep 07 00:14:31.456 INFO O| Sep 07 00:14:31.456 INFO STEP 34 (remove_files) COMPLETE
100102026-09-07T00:14:32.235Z[ host-image] Sep 07 00:14:31.456 INFO O| Sep 07 00:14:31.456 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100112026-09-07T00:14:32.243Z[ host-image] Sep 07 00:14:31.467 INFO O| Sep 07 00:14:31.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
100122026-09-07T00:14:32.243Z[ host-image] Sep 07 00:14:31.467 INFO O| Sep 07 00:14:31.467 INFO STEP 35 (remove_files) COMPLETE
100132026-09-07T00:14:32.243Z[ host-image] Sep 07 00:14:31.467 INFO O| Sep 07 00:14:31.467 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100142026-09-07T00:14:32.255Z[ host-image] Sep 07 00:14:31.480 INFO O| Sep 07 00:14:31.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
100152026-09-07T00:14:32.256Z[ host-image] Sep 07 00:14:31.480 INFO O| Sep 07 00:14:31.480 INFO STEP 36 (remove_files) COMPLETE
100162026-09-07T00:14:32.256Z[ host-image] Sep 07 00:14:31.480 INFO O| Sep 07 00:14:31.480 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100172026-09-07T00:14:32.267Z[ host-image] Sep 07 00:14:31.491 INFO O| Sep 07 00:14:31.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
100182026-09-07T00:14:32.268Z[ host-image] Sep 07 00:14:31.491 INFO O| Sep 07 00:14:31.491 INFO STEP 37 (remove_files) COMPLETE
100192026-09-07T00:14:32.271Z[ host-image] Sep 07 00:14:31.491 INFO O| Sep 07 00:14:31.491 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100202026-09-07T00:14:32.276Z[ host-image] Sep 07 00:14:31.501 INFO O| Sep 07 00:14:31.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
100212026-09-07T00:14:32.277Z[ host-image] Sep 07 00:14:31.501 INFO O| Sep 07 00:14:31.501 INFO STEP 38 (remove_files) COMPLETE
100222026-09-07T00:14:32.277Z[ host-image] Sep 07 00:14:31.501 INFO O| Sep 07 00:14:31.501 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100232026-09-07T00:14:32.287Z[ host-image] Sep 07 00:14:31.511 INFO O| Sep 07 00:14:31.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
100242026-09-07T00:14:32.287Z[ host-image] Sep 07 00:14:31.511 INFO O| Sep 07 00:14:31.511 INFO STEP 39 (remove_files) COMPLETE
100252026-09-07T00:14:32.293Z[ host-image] Sep 07 00:14:31.511 INFO O| Sep 07 00:14:31.511 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100262026-09-07T00:14:32.297Z[ host-image] Sep 07 00:14:31.521 INFO O| Sep 07 00:14:31.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
100272026-09-07T00:14:32.298Z[ host-image] Sep 07 00:14:31.521 INFO O| Sep 07 00:14:31.521 INFO STEP 40 (remove_files) COMPLETE
100282026-09-07T00:14:32.298Z[ host-image] Sep 07 00:14:31.521 INFO O| Sep 07 00:14:31.521 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100292026-09-07T00:14:32.307Z[ host-image] Sep 07 00:14:31.531 INFO O| Sep 07 00:14:31.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
100302026-09-07T00:14:32.307Z[ host-image] Sep 07 00:14:31.531 INFO O| Sep 07 00:14:31.531 INFO STEP 41 (remove_files) COMPLETE
100312026-09-07T00:14:32.308Z[ host-image] Sep 07 00:14:31.531 INFO O| Sep 07 00:14:31.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100322026-09-07T00:14:32.317Z[ host-image] Sep 07 00:14:31.541 INFO O| Sep 07 00:14:31.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
100332026-09-07T00:14:32.318Z[ host-image] Sep 07 00:14:31.542 INFO O| Sep 07 00:14:31.541 INFO STEP 42 (remove_files) COMPLETE
100342026-09-07T00:14:32.321Z[ host-image] Sep 07 00:14:31.542 INFO O| Sep 07 00:14:31.541 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100352026-09-07T00:14:32.343Z[ host-image] Sep 07 00:14:31.568 INFO O| Sep 07 00:14:31.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
100362026-09-07T00:14:32.343Z[ host-image] Sep 07 00:14:31.568 INFO O| Sep 07 00:14:31.568 INFO STEP 43 (remove_files) COMPLETE
100372026-09-07T00:14:32.344Z[ host-image] Sep 07 00:14:31.568 INFO O| Sep 07 00:14:31.568 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100382026-09-07T00:14:32.353Z[ host-image] Sep 07 00:14:31.577 INFO O| Sep 07 00:14:31.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
100392026-09-07T00:14:32.353Z[ host-image] Sep 07 00:14:31.577 INFO O| Sep 07 00:14:31.577 INFO STEP 44 (remove_files) COMPLETE
100402026-09-07T00:14:32.353Z[ host-image] Sep 07 00:14:31.577 INFO O| Sep 07 00:14:31.577 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100412026-09-07T00:14:32.364Z[ host-image] Sep 07 00:14:31.588 INFO O| Sep 07 00:14:31.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
100422026-09-07T00:14:32.364Z[ host-image] Sep 07 00:14:31.588 INFO O| Sep 07 00:14:31.588 INFO STEP 45 (remove_files) COMPLETE
100432026-09-07T00:14:32.364Z[ host-image] Sep 07 00:14:31.588 INFO O| Sep 07 00:14:31.588 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100442026-09-07T00:14:32.408Z[ recovery-image] Sep 07 00:14:31.633 INFO creating Oxide boot image...
100452026-09-07T00:14:32.409Z[ recovery-image] Sep 07 00:14:31.633 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 01f98ba/0e29ea8 2026-09-06 23:59", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100462026-09-07T00:14:32.430Z[ host-image] Sep 07 00:14:31.655 INFO O| Sep 07 00:14:31.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
100472026-09-07T00:14:32.434Z[ host-image] Sep 07 00:14:31.655 INFO O| Sep 07 00:14:31.655 INFO STEP 46 (remove_files) COMPLETE
100482026-09-07T00:14:32.435Z[ host-image] Sep 07 00:14:31.655 INFO O| Sep 07 00:14:31.655 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100492026-09-07T00:14:32.456Z[ host-image] Sep 07 00:14:31.666 INFO O| Sep 07 00:14:31.666 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100502026-09-07T00:14:32.467Z[ host-image] Sep 07 00:14:31.666 INFO O| Sep 07 00:14:31.666 INFO STEP 47 (remove_files) COMPLETE
100512026-09-07T00:14:32.467Z[ host-image] Sep 07 00:14:31.666 INFO O| Sep 07 00:14:31.666 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100522026-09-07T00:14:32.467Z[ host-image] Sep 07 00:14:31.676 INFO O| Sep 07 00:14:31.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100532026-09-07T00:14:32.468Z[ host-image] Sep 07 00:14:31.676 INFO O| Sep 07 00:14:31.676 INFO STEP 48 (remove_files) COMPLETE
100542026-09-07T00:14:32.468Z[ host-image] Sep 07 00:14:31.676 INFO O| Sep 07 00:14:31.676 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100552026-09-07T00:14:32.575Z[ host-image] Sep 07 00:14:31.694 INFO O| Sep 07 00:14:31.694 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100562026-09-07T00:14:32.575Z[ host-image] Sep 07 00:14:31.694 INFO O| Sep 07 00:14:31.694 INFO STEP 49 (remove_files) COMPLETE
100572026-09-07T00:14:32.575Z[ host-image] Sep 07 00:14:31.694 INFO O| Sep 07 00:14:31.694 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100582026-09-07T00:14:32.582Z[ host-image] Sep 07 00:14:31.807 INFO O| Sep 07 00:14:31.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100592026-09-07T00:14:32.583Z[ host-image] Sep 07 00:14:31.807 INFO O| Sep 07 00:14:31.807 INFO STEP 50 (remove_files) COMPLETE
100602026-09-07T00:14:32.587Z[ host-image] Sep 07 00:14:31.807 INFO O| Sep 07 00:14:31.807 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100612026-09-07T00:14:32.594Z[ host-image] Sep 07 00:14:31.818 INFO O| Sep 07 00:14:31.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100622026-09-07T00:14:32.594Z[ host-image] Sep 07 00:14:31.818 INFO O| Sep 07 00:14:31.818 INFO STEP 51 (remove_files) COMPLETE
100632026-09-07T00:14:32.594Z[ host-image] Sep 07 00:14:31.818 INFO O| Sep 07 00:14:31.818 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100642026-09-07T00:14:32.602Z[ host-image] Sep 07 00:14:31.827 INFO O| Sep 07 00:14:31.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
100652026-09-07T00:14:32.602Z[ host-image] Sep 07 00:14:31.827 INFO O| Sep 07 00:14:31.827 INFO STEP 52 (remove_files) COMPLETE
100662026-09-07T00:14:32.606Z[ host-image] Sep 07 00:14:31.827 INFO O| Sep 07 00:14:31.827 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100672026-09-07T00:14:32.629Z[ host-image] Sep 07 00:14:31.853 INFO O| Sep 07 00:14:31.853 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
100682026-09-07T00:14:32.629Z[ host-image] Sep 07 00:14:31.853 INFO O| Sep 07 00:14:31.853 INFO STEP 53 (remove_files) COMPLETE
100692026-09-07T00:14:32.629Z[ host-image] Sep 07 00:14:31.853 INFO O| Sep 07 00:14:31.853 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100702026-09-07T00:14:32.651Z[ host-image] Sep 07 00:14:31.876 INFO O| Sep 07 00:14:31.876 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100712026-09-07T00:14:32.651Z[ host-image] Sep 07 00:14:31.876 INFO O| Sep 07 00:14:31.876 INFO STEP 54 (remove_files) COMPLETE
100722026-09-07T00:14:32.651Z[ host-image] Sep 07 00:14:31.876 INFO O| Sep 07 00:14:31.876 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-07T00:14:32.691Z[ host-image] Sep 07 00:14:31.916 INFO O| Sep 07 00:14:31.916 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100742026-09-07T00:14:32.691Z[ host-image] Sep 07 00:14:31.916 INFO O| Sep 07 00:14:31.916 INFO STEP 55 (remove_files) COMPLETE
100752026-09-07T00:14:32.691Z[ host-image] Sep 07 00:14:31.916 INFO O| Sep 07 00:14:31.916 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100762026-09-07T00:14:32.705Z[ host-image] Sep 07 00:14:31.929 INFO O| Sep 07 00:14:31.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100772026-09-07T00:14:32.705Z[ host-image] Sep 07 00:14:31.929 INFO O| Sep 07 00:14:31.929 INFO STEP 56 (remove_files) COMPLETE
100782026-09-07T00:14:32.705Z[ host-image] Sep 07 00:14:31.929 INFO O| Sep 07 00:14:31.929 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100792026-09-07T00:14:32.714Z[ host-image] Sep 07 00:14:31.938 INFO O| Sep 07 00:14:31.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100802026-09-07T00:14:32.714Z[ host-image] Sep 07 00:14:31.938 INFO O| Sep 07 00:14:31.938 INFO STEP 57 (remove_files) COMPLETE
100812026-09-07T00:14:32.718Z[ host-image] Sep 07 00:14:31.938 INFO O| Sep 07 00:14:31.938 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100822026-09-07T00:14:32.723Z[ host-image] Sep 07 00:14:31.948 INFO O| Sep 07 00:14:31.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100832026-09-07T00:14:32.723Z[ host-image] Sep 07 00:14:31.948 INFO O| Sep 07 00:14:31.948 INFO STEP 58 (remove_files) COMPLETE
100842026-09-07T00:14:32.727Z[ host-image] Sep 07 00:14:31.948 INFO O| Sep 07 00:14:31.948 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100852026-09-07T00:14:32.734Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100862026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100872026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100882026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100892026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100902026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100912026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO ok!
100922026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO STEP 59 (ensure_file) COMPLETE
100932026-09-07T00:14:32.735Z[ host-image] Sep 07 00:14:31.958 INFO O| Sep 07 00:14:31.958 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100942026-09-07T00:14:32.753Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100952026-09-07T00:14:32.753Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100962026-09-07T00:14:32.753Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100972026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100982026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100992026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
101002026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO ok!
101012026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO STEP 60 (ensure_file) COMPLETE
101022026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.968 INFO O| Sep 07 00:14:31.968 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101032026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
101042026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
101052026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
101062026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO ok!
101072026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO STEP 61 (ensure_file) COMPLETE
101082026-09-07T00:14:32.754Z[ host-image] Sep 07 00:14:31.977 INFO O| Sep 07 00:14:31.977 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101092026-09-07T00:14:32.791Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
101102026-09-07T00:14:32.791Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
101112026-09-07T00:14:32.791Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
101122026-09-07T00:14:32.791Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 INFO ok!
101132026-09-07T00:14:32.795Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 INFO STEP 62 (ensure_file) COMPLETE
101142026-09-07T00:14:32.795Z[ host-image] Sep 07 00:14:32.015 INFO O| Sep 07 00:14:32.015 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101152026-09-07T00:14:32.803Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
101162026-09-07T00:14:32.803Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
101172026-09-07T00:14:32.807Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101182026-09-07T00:14:32.807Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
101192026-09-07T00:14:32.807Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO ok!
101202026-09-07T00:14:32.807Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO STEP 63 (ensure_file) COMPLETE
101212026-09-07T00:14:32.807Z[ host-image] Sep 07 00:14:32.027 INFO O| Sep 07 00:14:32.027 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101222026-09-07T00:14:32.824Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.048 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
101232026-09-07T00:14:32.824Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
101242026-09-07T00:14:32.832Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101252026-09-07T00:14:32.832Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
101262026-09-07T00:14:32.832Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO ok!
101272026-09-07T00:14:32.832Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO STEP 64 (ensure_file) COMPLETE
101282026-09-07T00:14:32.832Z[ host-image] Sep 07 00:14:32.049 INFO O| Sep 07 00:14:32.049 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101292026-09-07T00:14:32.840Z[ host-image] Sep 07 00:14:32.064 INFO O| Sep 07 00:14:32.064 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
101302026-09-07T00:14:32.840Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
101312026-09-07T00:14:32.840Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101322026-09-07T00:14:32.840Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
101332026-09-07T00:14:32.844Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO ok!
101342026-09-07T00:14:32.844Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO STEP 65 (ensure_file) COMPLETE
101352026-09-07T00:14:32.844Z[ host-image] Sep 07 00:14:32.065 INFO O| Sep 07 00:14:32.064 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101362026-09-07T00:14:32.866Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
101372026-09-07T00:14:32.866Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
101382026-09-07T00:14:32.866Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
101392026-09-07T00:14:32.867Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO ok!
101402026-09-07T00:14:32.867Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO STEP 66 (assemble_files) COMPLETE
101412026-09-07T00:14:32.867Z[ host-image] Sep 07 00:14:32.089 INFO O| Sep 07 00:14:32.089 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101422026-09-07T00:14:32.876Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
101432026-09-07T00:14:32.876Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
101442026-09-07T00:14:32.880Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101452026-09-07T00:14:32.880Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
101462026-09-07T00:14:32.880Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO ok!
101472026-09-07T00:14:32.880Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO STEP 67 (ensure_file) COMPLETE
101482026-09-07T00:14:32.880Z[ host-image] Sep 07 00:14:32.100 INFO O| Sep 07 00:14:32.100 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101492026-09-07T00:14:32.888Z[ host-image] Sep 07 00:14:32.113 INFO O| Sep 07 00:14:32.113 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101502026-09-07T00:14:32.889Z[ host-image] Sep 07 00:14:32.113 INFO O| Sep 07 00:14:32.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101512026-09-07T00:14:32.889Z[ host-image] Sep 07 00:14:32.113 INFO O| Sep 07 00:14:32.113 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101522026-09-07T00:14:32.892Z[ host-image] Sep 07 00:14:32.113 INFO O| Sep 07 00:14:32.113 INFO STEP 68 (ensure_dir) COMPLETE
101532026-09-07T00:14:32.893Z[ host-image] Sep 07 00:14:32.113 INFO O| Sep 07 00:14:32.113 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101542026-09-07T00:14:32.902Z[ host-image] Sep 07 00:14:32.126 INFO O| Sep 07 00:14:32.126 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101552026-09-07T00:14:32.904Z[ host-image] Sep 07 00:14:32.126 INFO O| Sep 07 00:14:32.126 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 ...
101562026-09-07T00:14:32.911Z[ host-image] Sep 07 00:14:32.136 INFO O| Sep 07 00:14:32.136 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
101572026-09-07T00:14:32.911Z[ host-image] Sep 07 00:14:32.136 INFO O| Sep 07 00:14:32.136 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101582026-09-07T00:14:32.915Z[ host-image] Sep 07 00:14:32.136 INFO O| Sep 07 00:14:32.136 INFO ok!
101592026-09-07T00:14:32.915Z[ host-image] Sep 07 00:14:32.136 INFO O| Sep 07 00:14:32.136 INFO STEP 69 (ensure_file) COMPLETE
101602026-09-07T00:14:32.915Z[ host-image] Sep 07 00:14:32.136 INFO O| Sep 07 00:14:32.136 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101612026-09-07T00:14:32.924Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101622026-09-07T00:14:32.924Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 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 ...
101632026-09-07T00:14:32.928Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 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
101642026-09-07T00:14:32.928Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
101652026-09-07T00:14:32.928Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 INFO ok!
101662026-09-07T00:14:32.928Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 INFO STEP 70 (ensure_file) COMPLETE
101672026-09-07T00:14:32.928Z[ host-image] Sep 07 00:14:32.149 INFO O| Sep 07 00:14:32.149 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101682026-09-07T00:14:32.948Z[ host-image] Sep 07 00:14:32.172 INFO O| Sep 07 00:14:32.172 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101692026-09-07T00:14:32.952Z[ host-image] Sep 07 00:14:32.172 INFO O| Sep 07 00:14:32.172 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101702026-09-07T00:14:33.890Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101712026-09-07T00:14:34.818Z[ host-image] Sep 07 00:14:34.041 INFO O| Sep 07 00:14:34.041 INFO STEP 71 (pack_tar) COMPLETE
101722026-09-07T00:14:34.818Z[ host-image] Sep 07 00:14:34.041 INFO O| Sep 07 00:14:34.041 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101732026-09-07T00:14:34.818Z[ host-image] Sep 07 00:14:34.041 INFO O| Sep 07 00:14:34.041 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101742026-09-07T00:14:35.120Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101752026-09-07T00:14:36.423Z[ host-image] Sep 07 00:14:35.647 INFO O| Sep 07 00:14:35.647 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101762026-09-07T00:14:37.463Z[ host-image] Sep 07 00:14:36.667 INFO O| Sep 07 00:14:36.667 INFO completed processing sled/ramdisk-02-trim
101772026-09-07T00:14:37.463Z[ host-image] Sep 07 00:14:36.670 INFO image builder template: zfs...
101782026-09-07T00:14:37.463Z[ host-image] Sep 07 00:14:36.670 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/.tmpocBgrn/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
101792026-09-07T00:14:37.463Z[ host-image] Sep 07 00:14:36.686 INFO O| Sep 07 00:14:36.685 INFO skip include "stress" because feature "stress" is not enabled
101802026-09-07T00:14:37.463Z[ host-image] Sep 07 00:14:36.686 INFO O| Sep 07 00:14:36.686 INFO skip include "stress" because feature "compliance" is not enabled
101812026-09-07T00:14:37.495Z[ host-image] Sep 07 00:14:36.720 INFO O| Sep 07 00:14:36.720 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101822026-09-07T00:14:37.500Z[ host-image] Sep 07 00:14:36.724 INFO O| Sep 07 00:14:36.724 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101832026-09-07T00:14:40.185Z[ host-image] Sep 07 00:14:39.409 INFO O| Sep 07 00:14:39.409 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101842026-09-07T00:14:41.020Z[ host-image] Sep 07 00:14:40.244 INFO O| Sep 07 00:14:40.244 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101852026-09-07T00:14:41.020Z[ host-image] Sep 07 00:14:40.244 INFO O| Sep 07 00:14:40.244 INFO work dataset: rpool/images/build/host/work/sled/zfs
101862026-09-07T00:14:41.025Z[ host-image] Sep 07 00:14:40.248 INFO O| Sep 07 00:14:40.248 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101872026-09-07T00:14:41.373Z[ host-image] Sep 07 00:14:40.598 INFO O| Sep 07 00:14:40.598 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101882026-09-07T00:14:41.701Z[ host-image] Sep 07 00:14:40.926 INFO O| Sep 07 00:14:40.926 INFO DESTROY POOL: TEMPORARY-sled-zfs
101892026-09-07T00:14:41.708Z[ host-image] Sep 07 00:14:40.933 INFO O| Sep 07 00:14:40.933 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101902026-09-07T00:14:41.712Z[ host-image] Sep 07 00:14:40.937 INFO O| Sep 07 00:14:40.937 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101912026-09-07T00:14:41.716Z[ host-image] Sep 07 00:14:40.937 INFO O| Sep 07 00:14:40.937 INFO no lofi found
101922026-09-07T00:14:41.716Z[ host-image] Sep 07 00:14:40.937 INFO O| Sep 07 00:14:40.937 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101932026-09-07T00:14:41.716Z[ host-image] Sep 07 00:14:40.937 INFO O| Sep 07 00:14:40.937 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101942026-09-07T00:14:43.637Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101952026-09-07T00:14:43.777Z[ host-image] Sep 07 00:14:43.001 INFO O| Sep 07 00:14:43.001 INFO lofi device = /dev/dsk/c2t1d0p0
101962026-09-07T00:14:43.777Z[ host-image] Sep 07 00:14:43.001 INFO O| Sep 07 00:14:43.001 INFO pool device = /dev/dsk/c2t1d0p0
101972026-09-07T00:14:43.777Z[ host-image] Sep 07 00:14:43.001 INFO O| Sep 07 00:14:43.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
101982026-09-07T00:14:43.881Z[ host-image] Sep 07 00:14:43.105 INFO O| Sep 07 00:14:43.105 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101992026-09-07T00:14:43.881Z[ host-image] Sep 07 00:14:43.105 INFO O| Sep 07 00:14:43.105 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
102002026-09-07T00:14:43.906Z[ host-image] Sep 07 00:14:43.129 INFO O| Sep 07 00:14:43.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
102012026-09-07T00:14:43.962Z[ host-image] Sep 07 00:14:43.186 INFO O| Sep 07 00:14:43.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
102022026-09-07T00:14:43.992Z[ host-image] Sep 07 00:14:43.217 INFO O| Sep 07 00:14:43.217 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
102032026-09-07T00:14:44.010Z[ host-image] Sep 07 00:14:43.234 INFO O| Sep 07 00:14:43.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
102042026-09-07T00:14:44.023Z[ host-image] Sep 07 00:14:43.246 INFO O| Sep 07 00:14:43.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
102052026-09-07T00:14:44.059Z[ host-image] Sep 07 00:14:43.284 INFO O| Sep 07 00:14:43.284 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
102062026-09-07T00:14:44.059Z[ host-image] Sep 07 00:14:43.284 INFO O| Sep 07 00:14:43.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
102072026-09-07T00:14:44.060Z[ host-image] Sep 07 00:14:43.284 INFO O| Sep 07 00:14:43.284 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
102082026-09-07T00:14:44.071Z[ host-image] Sep 07 00:14:43.296 INFO O| Sep 07 00:14:43.296 INFO boot environment UUID: ec122d7c-61cc-4991-88fb-4a8853766462
102092026-09-07T00:14:44.072Z[ host-image] Sep 07 00:14:43.296 INFO O| Sep 07 00:14:43.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ec122d7c-61cc-4991-88fb-4a8853766462
102102026-09-07T00:14:44.086Z[ host-image] Sep 07 00:14:43.309 INFO O| Sep 07 00:14:43.309 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
102112026-09-07T00:14:44.098Z[ host-image] Sep 07 00:14:43.322 INFO O| Sep 07 00:14:43.322 INFO STEP 0 (create_be) COMPLETE
102122026-09-07T00:14:44.098Z[ host-image] Sep 07 00:14:43.322 INFO O| Sep 07 00:14:43.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102132026-09-07T00:14:44.112Z[ host-image] Sep 07 00:14:43.336 INFO O| Sep 07 00:14:43.336 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
102142026-09-07T00:14:47.933Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
102152026-09-07T00:14:53.836Z[ host-image] Sep 07 00:14:53.059 INFO O| Sep 07 00:14:53.059 INFO STEP 1 (unpack_tar) COMPLETE
102162026-09-07T00:14:53.836Z[ host-image] Sep 07 00:14:53.059 INFO O| Sep 07 00:14:53.059 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102172026-09-07T00:14:53.845Z[ host-image] Sep 07 00:14:53.070 INFO O| Sep 07 00:14:53.069 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
102182026-09-07T00:14:54.482Z[ host-image] Sep 07 00:14:53.706 INFO O| Sep 07 00:14:53.706 INFO STEP 2 (devfsadm) COMPLETE
102192026-09-07T00:14:54.483Z[ host-image] Sep 07 00:14:53.707 INFO O| Sep 07 00:14:53.706 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102202026-09-07T00:14:54.493Z[ host-image] Sep 07 00:14:53.717 INFO O| Sep 07 00:14:53.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102212026-09-07T00:14:54.497Z[ host-image] Sep 07 00:14:53.717 INFO O| Sep 07 00:14:53.717 INFO STEP 3 (ensure_dir) COMPLETE
102222026-09-07T00:14:54.497Z[ host-image] Sep 07 00:14:53.717 INFO O| Sep 07 00:14:53.717 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102232026-09-07T00:14:54.509Z[ host-image] Sep 07 00:14:53.727 INFO O| Sep 07 00:14:53.727 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102242026-09-07T00:14:54.510Z[ host-image] Sep 07 00:14:53.727 INFO O| Sep 07 00:14:53.727 INFO STEP 4 (ensure_dir) COMPLETE
102252026-09-07T00:14:54.513Z[ host-image] Sep 07 00:14:53.727 INFO O| Sep 07 00:14:53.727 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102262026-09-07T00:14:54.513Z[ host-image] Sep 07 00:14:53.736 INFO O| Sep 07 00:14:53.736 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102272026-09-07T00:14:54.513Z[ host-image] Sep 07 00:14:53.736 INFO O| Sep 07 00:14:53.736 INFO STEP 5 (ensure_dir) COMPLETE
102282026-09-07T00:14:54.513Z[ host-image] Sep 07 00:14:53.736 INFO O| Sep 07 00:14:53.736 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102292026-09-07T00:14:54.522Z[ host-image] Sep 07 00:14:53.746 INFO O| Sep 07 00:14:53.746 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102302026-09-07T00:14:54.522Z[ host-image] Sep 07 00:14:53.746 INFO O| Sep 07 00:14:53.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102312026-09-07T00:14:54.522Z[ host-image] Sep 07 00:14:53.746 INFO O| Sep 07 00:14:53.746 INFO STEP 6 (ensure_dir) COMPLETE
102322026-09-07T00:14:54.526Z[ host-image] Sep 07 00:14:53.746 INFO O| Sep 07 00:14:53.746 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102332026-09-07T00:14:54.534Z[ host-image] Sep 07 00:14:53.757 INFO O| Sep 07 00:14:53.757 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102342026-09-07T00:14:54.534Z[ host-image] Sep 07 00:14:53.757 INFO O| Sep 07 00:14:53.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102352026-09-07T00:14:54.544Z[ host-image] Sep 07 00:14:53.757 INFO O| Sep 07 00:14:53.757 INFO STEP 7 (ensure_dir) COMPLETE
102362026-09-07T00:14:54.544Z[ host-image] Sep 07 00:14:53.757 INFO O| Sep 07 00:14:53.757 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102372026-09-07T00:14:54.549Z[ host-image] Sep 07 00:14:53.767 INFO O| Sep 07 00:14:53.767 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102382026-09-07T00:14:54.549Z[ host-image] Sep 07 00:14:53.768 INFO O| Sep 07 00:14:53.768 INFO STEP 8 (remove_files) COMPLETE
102392026-09-07T00:14:54.549Z[ host-image] Sep 07 00:14:53.768 INFO O| Sep 07 00:14:53.768 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102402026-09-07T00:14:54.553Z[ host-image] Sep 07 00:14:53.777 INFO O| Sep 07 00:14:53.776 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102412026-09-07T00:14:54.556Z[ host-image] Sep 07 00:14:53.777 INFO O| Sep 07 00:14:53.777 INFO STEP 9 (remove_files) COMPLETE
102422026-09-07T00:14:54.556Z[ host-image] Sep 07 00:14:53.777 INFO O| Sep 07 00:14:53.777 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102432026-09-07T00:14:54.564Z[ host-image] Sep 07 00:14:53.787 INFO O| Sep 07 00:14:53.787 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102442026-09-07T00:14:54.569Z[ host-image] Sep 07 00:14:53.788 INFO O| Sep 07 00:14:53.788 INFO STEP 10 (remove_files) COMPLETE
102452026-09-07T00:14:54.569Z[ host-image] Sep 07 00:14:53.788 INFO O| Sep 07 00:14:53.788 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102462026-09-07T00:14:54.573Z[ host-image] Sep 07 00:14:53.797 INFO O| Sep 07 00:14:53.797 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102472026-09-07T00:14:54.573Z[ host-image] Sep 07 00:14:53.797 INFO O| Sep 07 00:14:53.797 INFO STEP 11 (remove_files) COMPLETE
102482026-09-07T00:14:54.573Z[ host-image] Sep 07 00:14:53.797 INFO O| Sep 07 00:14:53.797 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102492026-09-07T00:14:54.584Z[ host-image] Sep 07 00:14:53.806 INFO O| Sep 07 00:14:53.806 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102502026-09-07T00:14:54.585Z[ host-image] Sep 07 00:14:53.806 INFO O| Sep 07 00:14:53.806 INFO STEP 12 (remove_files) COMPLETE
102512026-09-07T00:14:54.592Z[ host-image] Sep 07 00:14:53.806 INFO O| Sep 07 00:14:53.806 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102522026-09-07T00:14:54.595Z[ host-image] Sep 07 00:14:53.814 INFO O| Sep 07 00:14:53.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102532026-09-07T00:14:54.595Z[ host-image] Sep 07 00:14:53.814 INFO O| Sep 07 00:14:53.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102542026-09-07T00:14:54.595Z[ host-image] Sep 07 00:14:53.814 INFO O| Sep 07 00:14:53.814 INFO STEP 13 (ensure_dir) COMPLETE
102552026-09-07T00:14:54.595Z[ host-image] Sep 07 00:14:53.814 INFO O| Sep 07 00:14:53.814 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102562026-09-07T00:14:54.602Z[ host-image] Sep 07 00:14:53.825 INFO O| Sep 07 00:14:53.825 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102572026-09-07T00:14:54.602Z[ host-image] Sep 07 00:14:53.825 INFO O| Sep 07 00:14:53.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102582026-09-07T00:14:54.602Z[ host-image] Sep 07 00:14:53.825 INFO O| Sep 07 00:14:53.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102592026-09-07T00:14:54.606Z[ host-image] Sep 07 00:14:53.825 INFO O| Sep 07 00:14:53.825 INFO STEP 14 (ensure_dir) COMPLETE
102602026-09-07T00:14:54.606Z[ host-image] Sep 07 00:14:53.825 INFO O| Sep 07 00:14:53.825 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102612026-09-07T00:14:54.614Z[ host-image] Sep 07 00:14:53.834 INFO O| Sep 07 00:14:53.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102622026-09-07T00:14:54.614Z[ host-image] Sep 07 00:14:53.834 INFO O| Sep 07 00:14:53.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102632026-09-07T00:14:54.614Z[ host-image] Sep 07 00:14:53.834 INFO O| Sep 07 00:14:53.834 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102642026-09-07T00:14:54.614Z[ host-image] Sep 07 00:14:53.834 INFO O| Sep 07 00:14:53.834 INFO STEP 15 (ensure_dir) COMPLETE
102652026-09-07T00:14:54.614Z[ host-image] Sep 07 00:14:53.834 INFO O| Sep 07 00:14:53.834 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102662026-09-07T00:14:54.620Z[ host-image] Sep 07 00:14:53.843 INFO O| Sep 07 00:14:53.843 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102672026-09-07T00:14:54.620Z[ host-image] Sep 07 00:14:53.843 INFO O| Sep 07 00:14:53.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102682026-09-07T00:14:54.630Z[ host-image] Sep 07 00:14:53.843 INFO O| Sep 07 00:14:53.843 INFO STEP 16 (ensure_dir) COMPLETE
102692026-09-07T00:14:54.631Z[ host-image] Sep 07 00:14:53.843 INFO O| Sep 07 00:14:53.843 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102702026-09-07T00:14:54.634Z[ host-image] Sep 07 00:14:53.853 INFO O| Sep 07 00:14:53.853 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102712026-09-07T00:14:54.634Z[ host-image] Sep 07 00:14:53.853 INFO O| Sep 07 00:14:53.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102722026-09-07T00:14:54.634Z[ host-image] Sep 07 00:14:53.853 INFO O| Sep 07 00:14:53.853 INFO STEP 17 (ensure_dir) COMPLETE
102732026-09-07T00:14:54.634Z[ host-image] Sep 07 00:14:53.853 INFO O| Sep 07 00:14:53.853 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102742026-09-07T00:14:54.639Z[ host-image] Sep 07 00:14:53.862 INFO O| Sep 07 00:14:53.862 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
102752026-09-07T00:14:54.639Z[ host-image] Sep 07 00:14:53.862 INFO O| Sep 07 00:14:53.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
102762026-09-07T00:14:54.639Z[ host-image] Sep 07 00:14:53.862 INFO O| Sep 07 00:14:53.862 INFO ok!
102772026-09-07T00:14:54.641Z[ host-image] Sep 07 00:14:53.862 INFO O| Sep 07 00:14:53.862 INFO STEP 18 (ensure_symlink) COMPLETE
102782026-09-07T00:14:54.641Z[ host-image] Sep 07 00:14:53.862 INFO O| Sep 07 00:14:53.862 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102792026-09-07T00:14:54.647Z[ host-image] Sep 07 00:14:53.870 INFO O| Sep 07 00:14:53.870 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102802026-09-07T00:14:54.647Z[ host-image] Sep 07 00:14:53.871 INFO O| Sep 07 00:14:53.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102812026-09-07T00:14:54.652Z[ host-image] Sep 07 00:14:53.871 INFO O| Sep 07 00:14:53.870 INFO ok!
102822026-09-07T00:14:54.652Z[ host-image] Sep 07 00:14:53.871 INFO O| Sep 07 00:14:53.870 INFO STEP 19 (ensure_file) COMPLETE
102832026-09-07T00:14:54.652Z[ host-image] Sep 07 00:14:53.871 INFO O| Sep 07 00:14:53.870 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102842026-09-07T00:14:54.657Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102852026-09-07T00:14:54.657Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102862026-09-07T00:14:54.661Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102872026-09-07T00:14:54.661Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO ok!
102882026-09-07T00:14:54.661Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO STEP 20 (ensure_symlink) COMPLETE
102892026-09-07T00:14:54.661Z[ host-image] Sep 07 00:14:53.881 INFO O| Sep 07 00:14:53.881 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102902026-09-07T00:14:54.670Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102912026-09-07T00:14:54.670Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102922026-09-07T00:14:54.673Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102932026-09-07T00:14:54.673Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO ok!
102942026-09-07T00:14:54.673Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO STEP 21 (ensure_symlink) COMPLETE
102952026-09-07T00:14:54.673Z[ host-image] Sep 07 00:14:53.891 INFO O| Sep 07 00:14:53.891 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102962026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102972026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102982026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102992026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO ok!
103002026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO STEP 22 (ensure_symlink) COMPLETE
103012026-09-07T00:14:54.682Z[ host-image] Sep 07 00:14:53.900 INFO O| Sep 07 00:14:53.900 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
103022026-09-07T00:14:54.686Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
103032026-09-07T00:14:54.687Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
103042026-09-07T00:14:54.691Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
103052026-09-07T00:14:54.692Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO ok!
103062026-09-07T00:14:54.692Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO STEP 23 (ensure_symlink) COMPLETE
103072026-09-07T00:14:54.692Z[ host-image] Sep 07 00:14:53.911 INFO O| Sep 07 00:14:53.911 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103082026-09-07T00:14:54.699Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
103092026-09-07T00:14:54.703Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
103102026-09-07T00:14:54.703Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
103112026-09-07T00:14:54.703Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 INFO ok!
103122026-09-07T00:14:54.703Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 INFO STEP 24 (ensure_file) COMPLETE
103132026-09-07T00:14:54.703Z[ host-image] Sep 07 00:14:53.920 INFO O| Sep 07 00:14:53.920 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
103142026-09-07T00:14:54.707Z[ host-image] Sep 07 00:14:53.930 INFO O| Sep 07 00:14:53.930 INFO updating shadow file
103152026-09-07T00:14:54.707Z[ host-image] Sep 07 00:14:53.930 INFO O| Sep 07 00:14:53.930 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103162026-09-07T00:14:54.707Z[ host-image] Sep 07 00:14:53.930 INFO O| Sep 07 00:14:53.930 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103172026-09-07T00:14:54.707Z[ host-image] Sep 07 00:14:53.931 INFO O| Sep 07 00:14:53.930 INFO STEP 25 (shadow) COMPLETE
103182026-09-07T00:14:54.707Z[ host-image] Sep 07 00:14:53.931 INFO O| Sep 07 00:14:53.931 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103192026-09-07T00:14:54.716Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
103202026-09-07T00:14:54.716Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
103212026-09-07T00:14:54.719Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
103222026-09-07T00:14:54.719Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 INFO ok!
103232026-09-07T00:14:54.719Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 INFO STEP 26 (ensure_file) COMPLETE
103242026-09-07T00:14:54.719Z[ host-image] Sep 07 00:14:53.940 INFO O| Sep 07 00:14:53.940 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103252026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
103262026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
103272026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
103282026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO ok!
103292026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO STEP 27 (ensure_file) COMPLETE
103302026-09-07T00:14:54.724Z[ host-image] Sep 07 00:14:53.948 INFO O| Sep 07 00:14:53.948 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103312026-09-07T00:14:54.733Z[ host-image] Sep 07 00:14:53.957 INFO O| Sep 07 00:14:53.957 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103322026-09-07T00:14:54.733Z[ host-image] Sep 07 00:14:53.957 INFO O| Sep 07 00:14:53.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103332026-09-07T00:14:54.737Z[ host-image] Sep 07 00:14:53.958 INFO O| Sep 07 00:14:53.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103342026-09-07T00:14:54.737Z[ host-image] Sep 07 00:14:53.958 INFO O| Sep 07 00:14:53.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103352026-09-07T00:14:54.737Z[ host-image] Sep 07 00:14:53.958 INFO O| Sep 07 00:14:53.958 INFO ok!
103362026-09-07T00:14:54.737Z[ host-image] Sep 07 00:14:53.958 INFO O| Sep 07 00:14:53.958 INFO STEP 28 (ensure_file) COMPLETE
103372026-09-07T00:14:54.737Z[ host-image] Sep 07 00:14:53.958 INFO O| Sep 07 00:14:53.958 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103382026-09-07T00:14:54.743Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103392026-09-07T00:14:54.743Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103402026-09-07T00:14:54.751Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103412026-09-07T00:14:54.751Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO ok!
103422026-09-07T00:14:54.752Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO STEP 29 (ensure_file) COMPLETE
103432026-09-07T00:14:54.752Z[ host-image] Sep 07 00:14:53.967 INFO O| Sep 07 00:14:53.967 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103442026-09-07T00:14:54.757Z[ host-image] Sep 07 00:14:53.978 INFO O| Sep 07 00:14:53.978 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103452026-09-07T00:14:54.757Z[ host-image] Sep 07 00:14:53.978 INFO O| Sep 07 00:14:53.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103462026-09-07T00:14:54.757Z[ host-image] Sep 07 00:14:53.978 INFO O| Sep 07 00:14:53.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103472026-09-07T00:14:54.758Z[ host-image] Sep 07 00:14:53.978 INFO O| Sep 07 00:14:53.978 INFO STEP 30 (ensure_dir) COMPLETE
103482026-09-07T00:14:54.758Z[ host-image] Sep 07 00:14:53.978 INFO O| Sep 07 00:14:53.978 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103492026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.986 INFO O| Sep 07 00:14:53.986 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103502026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.986 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103512026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.987 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103522026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103532026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.987 INFO ok!
103542026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.987 INFO STEP 31 (ensure_file) COMPLETE
103552026-09-07T00:14:54.766Z[ host-image] Sep 07 00:14:53.987 INFO O| Sep 07 00:14:53.987 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103562026-09-07T00:14:54.773Z[ host-image] Sep 07 00:14:53.997 INFO O| Sep 07 00:14:53.997 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103572026-09-07T00:14:54.773Z[ host-image] Sep 07 00:14:53.997 INFO O| Sep 07 00:14:53.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103582026-09-07T00:14:54.773Z[ host-image] Sep 07 00:14:53.997 INFO O| Sep 07 00:14:53.997 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103592026-09-07T00:14:54.777Z[ host-image] Sep 07 00:14:53.997 INFO O| Sep 07 00:14:53.997 INFO STEP 32 (ensure_dir) COMPLETE
103602026-09-07T00:14:54.777Z[ host-image] Sep 07 00:14:53.997 INFO O| Sep 07 00:14:53.997 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103612026-09-07T00:14:54.783Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103622026-09-07T00:14:54.783Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 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 ...
103632026-09-07T00:14:54.786Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 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
103642026-09-07T00:14:54.786Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103652026-09-07T00:14:54.786Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 INFO ok!
103662026-09-07T00:14:54.786Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 INFO STEP 33 (ensure_file) COMPLETE
103672026-09-07T00:14:54.786Z[ host-image] Sep 07 00:14:54.007 INFO O| Sep 07 00:14:54.007 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103682026-09-07T00:14:54.793Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.017 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103692026-09-07T00:14:54.793Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.018 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103702026-09-07T00:14:54.796Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103712026-09-07T00:14:54.796Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.018 INFO ok!
103722026-09-07T00:14:54.796Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.018 INFO STEP 34 (ensure_file) COMPLETE
103732026-09-07T00:14:54.796Z[ host-image] Sep 07 00:14:54.018 INFO O| Sep 07 00:14:54.018 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103742026-09-07T00:14:54.805Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
103752026-09-07T00:14:54.805Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
103762026-09-07T00:14:54.808Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103772026-09-07T00:14:54.808Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103782026-09-07T00:14:54.808Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO ok!
103792026-09-07T00:14:54.808Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO STEP 35 (ensure_file) COMPLETE
103802026-09-07T00:14:54.808Z[ host-image] Sep 07 00:14:54.028 INFO O| Sep 07 00:14:54.028 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103812026-09-07T00:14:54.814Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103822026-09-07T00:14:54.814Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103832026-09-07T00:14:54.818Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103842026-09-07T00:14:54.818Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 INFO ok!
103852026-09-07T00:14:54.818Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 INFO STEP 36 (ensure_file) COMPLETE
103862026-09-07T00:14:54.818Z[ host-image] Sep 07 00:14:54.039 INFO O| Sep 07 00:14:54.039 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103872026-09-07T00:14:54.825Z[ host-image] Sep 07 00:14:54.049 INFO O| Sep 07 00:14:54.049 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103882026-09-07T00:14:54.825Z[ host-image] Sep 07 00:14:54.049 INFO O| Sep 07 00:14:54.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103892026-09-07T00:14:54.825Z[ host-image] Sep 07 00:14:54.050 INFO O| Sep 07 00:14:54.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103902026-09-07T00:14:54.830Z[ host-image] Sep 07 00:14:54.050 INFO O| Sep 07 00:14:54.049 INFO ok!
103912026-09-07T00:14:54.830Z[ host-image] Sep 07 00:14:54.050 INFO O| Sep 07 00:14:54.050 INFO STEP 37 (ensure_file) COMPLETE
103922026-09-07T00:14:54.830Z[ host-image] Sep 07 00:14:54.050 INFO O| Sep 07 00:14:54.050 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103932026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.059 INFO O| Sep 07 00:14:54.059 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103942026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.059 INFO O| Sep 07 00:14:54.059 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103952026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103962026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103972026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103982026-09-07T00:14:54.835Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103992026-09-07T00:14:54.839Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO ok!
104002026-09-07T00:14:54.839Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO STEP 38 (ensure_file) COMPLETE
104012026-09-07T00:14:54.839Z[ host-image] Sep 07 00:14:54.060 INFO O| Sep 07 00:14:54.060 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104022026-09-07T00:14:54.849Z[ host-image] Sep 07 00:14:54.073 INFO O| Sep 07 00:14:54.073 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104032026-09-07T00:14:54.849Z[ host-image] Sep 07 00:14:54.073 INFO O| Sep 07 00:14:54.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104042026-09-07T00:14:54.852Z[ host-image] Sep 07 00:14:54.073 INFO O| Sep 07 00:14:54.073 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
104052026-09-07T00:14:54.852Z[ host-image] Sep 07 00:14:54.073 INFO O| Sep 07 00:14:54.073 INFO STEP 39 (ensure_dir) COMPLETE
104062026-09-07T00:14:54.852Z[ host-image] Sep 07 00:14:54.073 INFO O| Sep 07 00:14:54.073 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104072026-09-07T00:14:54.860Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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
104082026-09-07T00:14:54.860Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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 ...
104092026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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
104102026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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
104112026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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
104122026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 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
104132026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 INFO ok!
104142026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 INFO STEP 40 (ensure_file) COMPLETE
104152026-09-07T00:14:54.864Z[ host-image] Sep 07 00:14:54.085 INFO O| Sep 07 00:14:54.085 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104162026-09-07T00:14:54.871Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
104172026-09-07T00:14:54.871Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 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 ...
104182026-09-07T00:14:54.871Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
104192026-09-07T00:14:54.875Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 INFO ok!
104202026-09-07T00:14:54.875Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 INFO STEP 41 (ensure_symlink) COMPLETE
104212026-09-07T00:14:54.875Z[ host-image] Sep 07 00:14:54.095 INFO O| Sep 07 00:14:54.095 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
104222026-09-07T00:14:54.885Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
104232026-09-07T00:14:54.885Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
104242026-09-07T00:14:54.885Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
104252026-09-07T00:14:54.889Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO ok!
104262026-09-07T00:14:54.889Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO STEP 42 (ensure_symlink) COMPLETE
104272026-09-07T00:14:54.889Z[ host-image] Sep 07 00:14:54.106 INFO O| Sep 07 00:14:54.106 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104282026-09-07T00:14:54.895Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
104292026-09-07T00:14:54.895Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
104302026-09-07T00:14:54.895Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104312026-09-07T00:14:54.895Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104322026-09-07T00:14:54.895Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104332026-09-07T00:14:54.896Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104342026-09-07T00:14:54.896Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO ok!
104352026-09-07T00:14:54.896Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO STEP 43 (ensure_file) COMPLETE
104362026-09-07T00:14:54.896Z[ host-image] Sep 07 00:14:54.117 INFO O| Sep 07 00:14:54.117 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104372026-09-07T00:14:54.903Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104382026-09-07T00:14:54.903Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 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 ...
104392026-09-07T00:14:54.907Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 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
104402026-09-07T00:14:54.907Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104412026-09-07T00:14:54.907Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 INFO ok!
104422026-09-07T00:14:54.907Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 INFO STEP 44 (ensure_file) COMPLETE
104432026-09-07T00:14:54.908Z[ host-image] Sep 07 00:14:54.127 INFO O| Sep 07 00:14:54.127 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104442026-09-07T00:14:54.917Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104452026-09-07T00:14:54.917Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104462026-09-07T00:14:54.921Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104472026-09-07T00:14:54.921Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO ok!
104482026-09-07T00:14:54.921Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO STEP 45 (ensure_file) COMPLETE
104492026-09-07T00:14:54.921Z[ host-image] Sep 07 00:14:54.138 INFO O| Sep 07 00:14:54.138 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104502026-09-07T00:14:54.924Z[ host-image] Sep 07 00:14:54.148 INFO O| Sep 07 00:14:54.148 INFO updating shadow file
104512026-09-07T00:14:54.924Z[ host-image] Sep 07 00:14:54.148 INFO O| Sep 07 00:14:54.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104522026-09-07T00:14:54.924Z[ host-image] Sep 07 00:14:54.148 INFO O| Sep 07 00:14:54.148 INFO STEP 46 (shadow) COMPLETE
104532026-09-07T00:14:54.924Z[ host-image] Sep 07 00:14:54.148 INFO O| Sep 07 00:14:54.148 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104542026-09-07T00:14:54.935Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104552026-09-07T00:14:54.935Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104562026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104572026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104582026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO ok!
104592026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO STEP 47 (ensure_file) COMPLETE
104602026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104612026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO skip step because feature "mfg" is not enabled
104622026-09-07T00:14:54.939Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104632026-09-07T00:14:54.940Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO skip step because feature "mfg" is not enabled
104642026-09-07T00:14:54.940Z[ host-image] Sep 07 00:14:54.157 INFO O| Sep 07 00:14:54.157 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104652026-09-07T00:14:54.945Z[ host-image] Sep 07 00:14:54.166 INFO O| Sep 07 00:14:54.166 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104662026-09-07T00:14:54.945Z[ host-image] Sep 07 00:14:54.167 INFO O| Sep 07 00:14:54.166 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104672026-09-07T00:14:54.972Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.196 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104682026-09-07T00:14:54.972Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104692026-09-07T00:14:54.975Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO ok!
104702026-09-07T00:14:54.976Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO STEP 50 (ensure_file) COMPLETE
104712026-09-07T00:14:54.976Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104722026-09-07T00:14:54.976Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO skip step because feature "compliance" is not enabled
104732026-09-07T00:14:54.976Z[ host-image] Sep 07 00:14:54.197 INFO O| Sep 07 00:14:54.197 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104742026-09-07T00:14:54.984Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
104752026-09-07T00:14:54.984Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
104762026-09-07T00:14:54.990Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104772026-09-07T00:14:54.990Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104782026-09-07T00:14:54.990Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104792026-09-07T00:14:54.991Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104802026-09-07T00:14:54.991Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO ok!
104812026-09-07T00:14:54.991Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO STEP 52 (ensure_file) COMPLETE
104822026-09-07T00:14:54.991Z[ host-image] Sep 07 00:14:54.208 INFO O| Sep 07 00:14:54.208 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104832026-09-07T00:14:54.995Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104842026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 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 ...
104852026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 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
104862026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104872026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 INFO ok!
104882026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 INFO STEP 53 (ensure_file) COMPLETE
104892026-09-07T00:14:54.996Z[ host-image] Sep 07 00:14:54.218 INFO O| Sep 07 00:14:54.218 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104902026-09-07T00:14:55.002Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104912026-09-07T00:14:55.003Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 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 ...
104922026-09-07T00:14:55.009Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104932026-09-07T00:14:55.009Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104942026-09-07T00:14:55.009Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO ok!
104952026-09-07T00:14:55.009Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO STEP 54 (ensure_file) COMPLETE
104962026-09-07T00:14:55.009Z[ host-image] Sep 07 00:14:54.227 INFO O| Sep 07 00:14:54.227 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104972026-09-07T00:14:55.014Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.235 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104982026-09-07T00:14:55.014Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.235 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 ...
104992026-09-07T00:14:55.014Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.236 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
105002026-09-07T00:14:55.014Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.236 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
105012026-09-07T00:14:55.014Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.236 INFO ok!
105022026-09-07T00:14:55.015Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.236 INFO STEP 55 (ensure_file) COMPLETE
105032026-09-07T00:14:55.015Z[ host-image] Sep 07 00:14:54.236 INFO O| Sep 07 00:14:54.236 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105042026-09-07T00:14:55.019Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
105052026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 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 ...
105062026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105072026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
105082026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO ok!
105092026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO STEP 56 (ensure_file) COMPLETE
105102026-09-07T00:14:55.023Z[ host-image] Sep 07 00:14:54.244 INFO O| Sep 07 00:14:54.244 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105112026-09-07T00:14:55.033Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
105122026-09-07T00:14:55.033Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 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 ...
105132026-09-07T00:14:55.036Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 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
105142026-09-07T00:14:55.036Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
105152026-09-07T00:14:55.036Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 INFO ok!
105162026-09-07T00:14:55.036Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 INFO STEP 57 (ensure_file) COMPLETE
105172026-09-07T00:14:55.036Z[ host-image] Sep 07 00:14:54.255 INFO O| Sep 07 00:14:54.255 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105182026-09-07T00:14:55.041Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
105192026-09-07T00:14:55.041Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 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 ...
105202026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105212026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105222026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105232026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
105242026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO ok!
105252026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO STEP 58 (ensure_file) COMPLETE
105262026-09-07T00:14:55.042Z[ host-image] Sep 07 00:14:54.266 INFO O| Sep 07 00:14:54.266 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105272026-09-07T00:14:55.052Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
105282026-09-07T00:14:55.052Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 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 ...
105292026-09-07T00:14:55.057Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 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
105302026-09-07T00:14:55.057Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105312026-09-07T00:14:55.057Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 INFO ok!
105322026-09-07T00:14:55.057Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 INFO STEP 59 (ensure_file) COMPLETE
105332026-09-07T00:14:55.057Z[ host-image] Sep 07 00:14:54.275 INFO O| Sep 07 00:14:54.275 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105342026-09-07T00:14:55.062Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105352026-09-07T00:14:55.062Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105362026-09-07T00:14:55.062Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105372026-09-07T00:14:55.062Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105382026-09-07T00:14:55.062Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO ok!
105392026-09-07T00:14:55.063Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO STEP 60 (ensure_file) COMPLETE
105402026-09-07T00:14:55.063Z[ host-image] Sep 07 00:14:54.284 INFO O| Sep 07 00:14:54.284 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105412026-09-07T00:14:55.068Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.292 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105422026-09-07T00:14:55.068Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 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 ...
105432026-09-07T00:14:55.073Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 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
105442026-09-07T00:14:55.073Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105452026-09-07T00:14:55.073Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 INFO ok!
105462026-09-07T00:14:55.073Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 INFO STEP 61 (ensure_file) COMPLETE
105472026-09-07T00:14:55.073Z[ host-image] Sep 07 00:14:54.293 INFO O| Sep 07 00:14:54.293 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105482026-09-07T00:14:55.079Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105492026-09-07T00:14:55.079Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105502026-09-07T00:14:55.079Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105512026-09-07T00:14:55.079Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105522026-09-07T00:14:55.079Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105532026-09-07T00:14:55.080Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105542026-09-07T00:14:55.080Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO ok!
105552026-09-07T00:14:55.082Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO STEP 62 (ensure_file) COMPLETE
105562026-09-07T00:14:55.082Z[ host-image] Sep 07 00:14:54.301 INFO O| Sep 07 00:14:54.301 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105572026-09-07T00:14:55.087Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105582026-09-07T00:14:55.087Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 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 ...
105592026-09-07T00:14:55.098Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 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
105602026-09-07T00:14:55.098Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105612026-09-07T00:14:55.098Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 INFO ok!
105622026-09-07T00:14:55.098Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 INFO STEP 63 (ensure_file) COMPLETE
105632026-09-07T00:14:55.098Z[ host-image] Sep 07 00:14:54.312 INFO O| Sep 07 00:14:54.312 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105642026-09-07T00:14:55.102Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105652026-09-07T00:14:55.102Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 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 ...
105662026-09-07T00:14:55.102Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 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
105672026-09-07T00:14:55.103Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105682026-09-07T00:14:55.103Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 INFO ok!
105692026-09-07T00:14:55.103Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 INFO STEP 64 (ensure_file) COMPLETE
105702026-09-07T00:14:55.103Z[ host-image] Sep 07 00:14:54.323 INFO O| Sep 07 00:14:54.323 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105712026-09-07T00:14:55.108Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105722026-09-07T00:14:55.108Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 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 ...
105732026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 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
105742026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
105752026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO ok!
105762026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO STEP 65 (ensure_file) COMPLETE
105772026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105782026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO skip step because feature "mbist" is not enabled
105792026-09-07T00:14:55.112Z[ host-image] Sep 07 00:14:54.333 INFO O| Sep 07 00:14:54.333 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105802026-09-07T00:14:55.118Z[ host-image] Sep 07 00:14:54.343 INFO O| Sep 07 00:14:54.343 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105812026-09-07T00:14:55.118Z[ host-image] Sep 07 00:14:54.343 INFO O| Sep 07 00:14:54.343 INFO STEP 67 (ensure_dir) COMPLETE
105822026-09-07T00:14:55.122Z[ host-image] Sep 07 00:14:54.343 INFO O| Sep 07 00:14:54.343 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-09-07T00:14:55.131Z[ host-image] Sep 07 00:14:54.356 INFO O| Sep 07 00:14:54.355 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105842026-09-07T00:14:55.134Z[ host-image] Sep 07 00:14:54.356 INFO O| Sep 07 00:14:54.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105852026-09-07T00:14:55.134Z[ host-image] Sep 07 00:14:54.356 INFO O| Sep 07 00:14:54.356 INFO STEP 68 (ensure_dir) COMPLETE
105862026-09-07T00:14:55.134Z[ host-image] Sep 07 00:14:54.356 INFO O| Sep 07 00:14:54.356 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-09-07T00:14:55.141Z[ host-image] Sep 07 00:14:54.366 INFO O| Sep 07 00:14:54.365 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105882026-09-07T00:14:55.141Z[ host-image] Sep 07 00:14:54.366 INFO O| Sep 07 00:14:54.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105892026-09-07T00:14:55.146Z[ host-image] Sep 07 00:14:54.366 INFO O| Sep 07 00:14:54.366 INFO STEP 69 (ensure_dir) COMPLETE
105902026-09-07T00:14:55.146Z[ host-image] Sep 07 00:14:54.366 INFO O| Sep 07 00:14:54.366 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-09-07T00:14:55.151Z[ host-image] Sep 07 00:14:54.375 INFO O| Sep 07 00:14:54.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105922026-09-07T00:14:55.151Z[ host-image] Sep 07 00:14:54.375 INFO O| Sep 07 00:14:54.375 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105932026-09-07T00:14:55.658Z[ host-image] Sep 07 00:14:54.883 INFO O| Sep 07 00:14:54.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105942026-09-07T00:14:55.659Z[ host-image] Sep 07 00:14:54.883 INFO O| Sep 07 00:14:54.883 INFO ok!
105952026-09-07T00:14:55.664Z[ host-image] Sep 07 00:14:54.883 INFO O| Sep 07 00:14:54.883 INFO STEP 70 (ensure_file) COMPLETE
105962026-09-07T00:14:55.664Z[ host-image] Sep 07 00:14:54.883 INFO O| Sep 07 00:14:54.883 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-09-07T00:14:55.670Z[ host-image] Sep 07 00:14:54.894 INFO O| Sep 07 00:14:54.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105982026-09-07T00:14:55.670Z[ host-image] Sep 07 00:14:54.894 INFO O| Sep 07 00:14:54.894 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105992026-09-07T00:14:56.480Z[ host-image] Sep 07 00:14:55.705 INFO O| Sep 07 00:14:55.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
106002026-09-07T00:14:56.480Z[ host-image] Sep 07 00:14:55.705 INFO O| Sep 07 00:14:55.705 INFO ok!
106012026-09-07T00:14:56.480Z[ host-image] Sep 07 00:14:55.705 INFO O| Sep 07 00:14:55.705 INFO STEP 71 (ensure_file) COMPLETE
106022026-09-07T00:14:56.484Z[ host-image] Sep 07 00:14:55.705 INFO O| Sep 07 00:14:55.705 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-09-07T00:14:56.492Z[ host-image] Sep 07 00:14:55.716 INFO O| Sep 07 00:14:55.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106042026-09-07T00:14:56.492Z[ host-image] Sep 07 00:14:55.716 INFO O| Sep 07 00:14:55.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
106052026-09-07T00:14:56.492Z[ host-image] Sep 07 00:14:55.716 INFO O| Sep 07 00:14:55.716 INFO STEP 72 (ensure_dir) COMPLETE
106062026-09-07T00:14:56.492Z[ host-image] Sep 07 00:14:55.716 INFO O| Sep 07 00:14:55.716 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-09-07T00:14:56.503Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
106082026-09-07T00:14:56.503Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO copying /tmp/.tmpocBgrn/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 ...
106092026-09-07T00:14:56.503Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
106102026-09-07T00:14:56.503Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO ok!
106112026-09-07T00:14:56.506Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO STEP 73 (ensure_file) COMPLETE
106122026-09-07T00:14:56.507Z[ host-image] Sep 07 00:14:55.727 INFO O| Sep 07 00:14:55.727 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-09-07T00:14:56.518Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
106142026-09-07T00:14:56.519Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO copying /tmp/.tmpocBgrn/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 ...
106152026-09-07T00:14:56.519Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
106162026-09-07T00:14:56.519Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO ok!
106172026-09-07T00:14:56.523Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO STEP 74 (ensure_file) COMPLETE
106182026-09-07T00:14:56.523Z[ host-image] Sep 07 00:14:55.736 INFO O| Sep 07 00:14:55.736 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-09-07T00:14:56.527Z[ host-image] Sep 07 00:14:55.747 INFO O| Sep 07 00:14:55.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106202026-09-07T00:14:56.528Z[ host-image] Sep 07 00:14:55.747 INFO O| Sep 07 00:14:55.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
106212026-09-07T00:14:56.528Z[ host-image] Sep 07 00:14:55.747 INFO O| Sep 07 00:14:55.747 INFO STEP 75 (ensure_dir) COMPLETE
106222026-09-07T00:14:56.528Z[ host-image] Sep 07 00:14:55.747 INFO O| Sep 07 00:14:55.747 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-09-07T00:14:56.533Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
106242026-09-07T00:14:56.533Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.757 INFO copying /tmp/.tmpocBgrn/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 ...
106252026-09-07T00:14:56.534Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
106262026-09-07T00:14:56.534Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.758 INFO ok!
106272026-09-07T00:14:56.534Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.758 INFO STEP 76 (ensure_file) COMPLETE
106282026-09-07T00:14:56.534Z[ host-image] Sep 07 00:14:55.758 INFO O| Sep 07 00:14:55.758 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-09-07T00:14:56.544Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
106302026-09-07T00:14:56.545Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO copying /tmp/.tmpocBgrn/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 ...
106312026-09-07T00:14:56.548Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106322026-09-07T00:14:56.548Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO ok!
106332026-09-07T00:14:56.548Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO STEP 77 (ensure_file) COMPLETE
106342026-09-07T00:14:56.548Z[ host-image] Sep 07 00:14:55.768 INFO O| Sep 07 00:14:55.768 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-09-07T00:14:56.554Z[ host-image] Sep 07 00:14:55.778 INFO O| Sep 07 00:14:55.778 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106362026-09-07T00:14:56.554Z[ host-image] Sep 07 00:14:55.778 INFO O| Sep 07 00:14:55.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106372026-09-07T00:14:56.554Z[ host-image] Sep 07 00:14:55.778 INFO O| Sep 07 00:14:55.778 INFO STEP 78 (ensure_dir) COMPLETE
106382026-09-07T00:14:56.557Z[ host-image] Sep 07 00:14:55.778 INFO O| Sep 07 00:14:55.778 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-09-07T00:14:56.569Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106402026-09-07T00:14:56.569Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO copying /tmp/.tmpocBgrn/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 ...
106412026-09-07T00:14:56.574Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106422026-09-07T00:14:56.574Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO ok!
106432026-09-07T00:14:56.574Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO STEP 79 (ensure_file) COMPLETE
106442026-09-07T00:14:56.574Z[ host-image] Sep 07 00:14:55.789 INFO O| Sep 07 00:14:55.789 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106462026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106472026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106482026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO ok!
106492026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO STEP 80 (ensure_file) COMPLETE
106502026-09-07T00:14:56.577Z[ host-image] Sep 07 00:14:55.800 INFO O| Sep 07 00:14:55.800 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-09-07T00:14:56.586Z[ host-image] Sep 07 00:14:55.809 INFO O| Sep 07 00:14:55.809 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106522026-09-07T00:14:56.586Z[ host-image] Sep 07 00:14:55.809 INFO O| Sep 07 00:14:55.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106532026-09-07T00:14:56.590Z[ host-image] Sep 07 00:14:55.809 INFO O| Sep 07 00:14:55.809 INFO STEP 81 (ensure_dir) COMPLETE
106542026-09-07T00:14:56.590Z[ host-image] Sep 07 00:14:55.809 INFO O| Sep 07 00:14:55.809 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-09-07T00:14:56.600Z[ host-image] Sep 07 00:14:55.819 INFO O| Sep 07 00:14:55.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106562026-09-07T00:14:56.600Z[ host-image] Sep 07 00:14:55.819 INFO O| Sep 07 00:14:55.819 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106572026-09-07T00:14:56.908Z[ host-image] Sep 07 00:14:56.132 INFO O| Sep 07 00:14:56.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106582026-09-07T00:14:56.908Z[ host-image] Sep 07 00:14:56.132 INFO O| Sep 07 00:14:56.132 INFO ok!
106592026-09-07T00:14:56.911Z[ host-image] Sep 07 00:14:56.132 INFO O| Sep 07 00:14:56.132 INFO STEP 82 (ensure_file) COMPLETE
106602026-09-07T00:14:56.911Z[ host-image] Sep 07 00:14:56.132 INFO O| Sep 07 00:14:56.132 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-09-07T00:14:56.919Z[ host-image] Sep 07 00:14:56.144 INFO O| Sep 07 00:14:56.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106622026-09-07T00:14:56.919Z[ host-image] Sep 07 00:14:56.144 INFO O| Sep 07 00:14:56.144 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106632026-09-07T00:14:56.922Z[ host-image] Sep 07 00:14:56.145 INFO O| Sep 07 00:14:56.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106642026-09-07T00:14:56.922Z[ host-image] Sep 07 00:14:56.145 INFO O| Sep 07 00:14:56.145 INFO ok!
106652026-09-07T00:14:56.922Z[ host-image] Sep 07 00:14:56.145 INFO O| Sep 07 00:14:56.145 INFO STEP 83 (ensure_file) COMPLETE
106662026-09-07T00:14:56.922Z[ host-image] Sep 07 00:14:56.145 INFO O| Sep 07 00:14:56.145 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-09-07T00:14:56.932Z[ host-image] Sep 07 00:14:56.156 INFO O| Sep 07 00:14:56.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106682026-09-07T00:14:56.932Z[ host-image] Sep 07 00:14:56.156 INFO O| Sep 07 00:14:56.156 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106692026-09-07T00:14:58.375Z[ host-image] Sep 07 00:14:57.596 INFO O| Sep 07 00:14:57.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106702026-09-07T00:14:58.375Z[ host-image] Sep 07 00:14:57.596 INFO O| Sep 07 00:14:57.596 INFO ok!
106712026-09-07T00:14:58.375Z[ host-image] Sep 07 00:14:57.596 INFO O| Sep 07 00:14:57.596 INFO STEP 84 (ensure_file) COMPLETE
106722026-09-07T00:14:58.375Z[ host-image] Sep 07 00:14:57.596 INFO O| Sep 07 00:14:57.596 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106732026-09-07T00:14:58.391Z[ host-image] Sep 07 00:14:57.608 INFO O| Sep 07 00:14:57.608 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106742026-09-07T00:14:58.391Z[ host-image] Sep 07 00:14:57.608 INFO O| Sep 07 00:14:57.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106752026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.608 INFO O| Sep 07 00:14:57.608 INFO STEP 85 (ensure_dir) COMPLETE
106762026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.608 INFO O| Sep 07 00:14:57.608 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106772026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
106782026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ...
106792026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
106802026-09-07T00:14:58.404Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO ok!
106812026-09-07T00:14:58.405Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO STEP 86 (ensure_file) COMPLETE
106822026-09-07T00:14:58.405Z[ host-image] Sep 07 00:14:57.619 INFO O| Sep 07 00:14:57.619 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106832026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.629 INFO O| Sep 07 00:14:57.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106842026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.630 INFO O| Sep 07 00:14:57.629 INFO copying /tmp/.tmpocBgrn/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 ...
106852026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.630 INFO O| Sep 07 00:14:57.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106862026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.630 INFO O| Sep 07 00:14:57.630 INFO ok!
106872026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.630 INFO O| Sep 07 00:14:57.630 INFO STEP 87 (ensure_file) COMPLETE
106882026-09-07T00:14:58.419Z[ host-image] Sep 07 00:14:57.630 INFO O| Sep 07 00:14:57.630 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106892026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106902026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO copying /tmp/.tmpocBgrn/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 ...
106912026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106922026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO ok!
106932026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO STEP 88 (ensure_file) COMPLETE
106942026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.640 INFO O| Sep 07 00:14:57.640 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106952026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106962026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.652 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106972026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106982026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.652 INFO ok!
106992026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.652 INFO STEP 89 (ensure_file) COMPLETE
107002026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.652 INFO O| Sep 07 00:14:57.652 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107012026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
107022026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
107032026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
107042026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO ok!
107052026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO STEP 90 (ensure_file) COMPLETE
107062026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.663 INFO O| Sep 07 00:14:57.663 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107072026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.674 INFO O| Sep 07 00:14:57.673 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107082026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.674 INFO O| Sep 07 00:14:57.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
107092026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.674 INFO O| Sep 07 00:14:57.674 INFO STEP 91 (ensure_dir) COMPLETE
107102026-09-07T00:14:58.472Z[ host-image] Sep 07 00:14:57.674 INFO O| Sep 07 00:14:57.674 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107112026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.685 INFO O| Sep 07 00:14:57.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
107122026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.685 INFO O| Sep 07 00:14:57.685 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
107132026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.687 INFO O| Sep 07 00:14:57.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
107142026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.687 INFO O| Sep 07 00:14:57.687 INFO ok!
107152026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.687 INFO O| Sep 07 00:14:57.687 INFO STEP 92 (ensure_file) COMPLETE
107162026-09-07T00:14:58.473Z[ host-image] Sep 07 00:14:57.687 INFO O| Sep 07 00:14:57.687 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107172026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
107182026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
107192026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
107202026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO ok!
107212026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO STEP 93 (ensure_file) COMPLETE
107222026-09-07T00:14:58.480Z[ host-image] Sep 07 00:14:57.698 INFO O| Sep 07 00:14:57.698 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107232026-09-07T00:14:58.498Z[ host-image] Sep 07 00:14:57.709 INFO O| Sep 07 00:14:57.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
107242026-09-07T00:14:58.498Z[ host-image] Sep 07 00:14:57.709 INFO O| Sep 07 00:14:57.709 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
107252026-09-07T00:14:59.218Z[ host-image] Sep 07 00:14:58.442 INFO O| Sep 07 00:14:58.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
107262026-09-07T00:14:59.218Z[ host-image] Sep 07 00:14:58.442 INFO O| Sep 07 00:14:58.442 INFO ok!
107272026-09-07T00:14:59.218Z[ host-image] Sep 07 00:14:58.442 INFO O| Sep 07 00:14:58.442 INFO STEP 94 (ensure_file) COMPLETE
107282026-09-07T00:14:59.223Z[ host-image] Sep 07 00:14:58.442 INFO O| Sep 07 00:14:58.442 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107292026-09-07T00:14:59.229Z[ host-image] Sep 07 00:14:58.453 INFO O| Sep 07 00:14:58.453 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107302026-09-07T00:14:59.229Z[ host-image] Sep 07 00:14:58.453 INFO O| Sep 07 00:14:58.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
107312026-09-07T00:14:59.233Z[ host-image] Sep 07 00:14:58.453 INFO O| Sep 07 00:14:58.453 INFO STEP 95 (ensure_dir) COMPLETE
107322026-09-07T00:14:59.233Z[ host-image] Sep 07 00:14:58.453 INFO O| Sep 07 00:14:58.453 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107332026-09-07T00:14:59.240Z[ host-image] Sep 07 00:14:58.465 INFO O| Sep 07 00:14:58.465 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107342026-09-07T00:14:59.242Z[ host-image] Sep 07 00:14:58.465 INFO O| Sep 07 00:14:58.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
107352026-09-07T00:14:59.245Z[ host-image] Sep 07 00:14:58.465 INFO O| Sep 07 00:14:58.465 INFO STEP 96 (ensure_dir) COMPLETE
107362026-09-07T00:14:59.245Z[ host-image] Sep 07 00:14:58.465 INFO O| Sep 07 00:14:58.465 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107372026-09-07T00:14:59.251Z[ host-image] Sep 07 00:14:58.475 INFO O| Sep 07 00:14:58.475 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107382026-09-07T00:14:59.251Z[ host-image] Sep 07 00:14:58.475 INFO O| Sep 07 00:14:58.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107392026-09-07T00:14:59.254Z[ host-image] Sep 07 00:14:58.475 INFO O| Sep 07 00:14:58.475 INFO STEP 97 (ensure_dir) COMPLETE
107402026-09-07T00:14:59.254Z[ host-image] Sep 07 00:14:58.475 INFO O| Sep 07 00:14:58.475 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107412026-09-07T00:14:59.265Z[ host-image] Sep 07 00:14:58.485 INFO O| Sep 07 00:14:58.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107422026-09-07T00:14:59.265Z[ host-image] Sep 07 00:14:58.485 INFO O| Sep 07 00:14:58.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107432026-09-07T00:14:59.265Z[ host-image] Sep 07 00:14:58.485 INFO O| Sep 07 00:14:58.485 INFO STEP 98 (ensure_dir) COMPLETE
107442026-09-07T00:14:59.265Z[ host-image] Sep 07 00:14:58.485 INFO O| Sep 07 00:14:58.485 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107452026-09-07T00:14:59.277Z[ host-image] Sep 07 00:14:58.493 INFO O| Sep 07 00:14:58.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107462026-09-07T00:14:59.277Z[ host-image] Sep 07 00:14:58.493 INFO O| Sep 07 00:14:58.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107472026-09-07T00:14:59.277Z[ host-image] Sep 07 00:14:58.493 INFO O| Sep 07 00:14:58.493 INFO STEP 99 (ensure_dir) COMPLETE
107482026-09-07T00:14:59.277Z[ host-image] Sep 07 00:14:58.493 INFO O| Sep 07 00:14:58.493 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107492026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107502026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.502 INFO copying /tmp/.tmpocBgrn/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 ...
107512026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107522026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.503 INFO ok!
107532026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.503 INFO STEP 100 (ensure_file) COMPLETE
107542026-09-07T00:14:59.282Z[ host-image] Sep 07 00:14:58.503 INFO O| Sep 07 00:14:58.503 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107552026-09-07T00:14:59.286Z[ host-image] Sep 07 00:14:58.511 INFO O| Sep 07 00:14:58.511 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107562026-09-07T00:14:59.289Z[ host-image] Sep 07 00:14:58.511 INFO O| Sep 07 00:14:58.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107572026-09-07T00:14:59.289Z[ host-image] Sep 07 00:14:58.511 INFO O| Sep 07 00:14:58.511 INFO STEP 101 (ensure_dir) COMPLETE
107582026-09-07T00:14:59.289Z[ host-image] Sep 07 00:14:58.511 INFO O| Sep 07 00:14:58.511 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107592026-09-07T00:14:59.298Z[ host-image] Sep 07 00:14:58.522 INFO O| Sep 07 00:14:58.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107602026-09-07T00:14:59.298Z[ host-image] Sep 07 00:14:58.522 INFO O| Sep 07 00:14:58.522 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107612026-09-07T00:14:59.853Z[ host-image] Sep 07 00:14:59.076 INFO O| Sep 07 00:14:59.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107622026-09-07T00:14:59.853Z[ host-image] Sep 07 00:14:59.076 INFO O| Sep 07 00:14:59.076 INFO ok!
107632026-09-07T00:14:59.858Z[ host-image] Sep 07 00:14:59.076 INFO O| Sep 07 00:14:59.076 INFO STEP 102 (ensure_file) COMPLETE
107642026-09-07T00:14:59.858Z[ host-image] Sep 07 00:14:59.076 INFO O| Sep 07 00:14:59.076 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107652026-09-07T00:14:59.863Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107662026-09-07T00:14:59.863Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107672026-09-07T00:14:59.866Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107682026-09-07T00:14:59.866Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO ok!
107692026-09-07T00:14:59.867Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO STEP 103 (ensure_file) COMPLETE
107702026-09-07T00:14:59.867Z[ host-image] Sep 07 00:14:59.088 INFO O| Sep 07 00:14:59.088 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107712026-09-07T00:14:59.874Z[ host-image] Sep 07 00:14:59.099 INFO O| Sep 07 00:14:59.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
107722026-09-07T00:14:59.874Z[ host-image] Sep 07 00:14:59.099 INFO O| Sep 07 00:14:59.099 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
107732026-09-07T00:14:59.887Z[ host-image] Sep 07 00:14:59.112 INFO O| Sep 07 00:14:59.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
107742026-09-07T00:14:59.887Z[ host-image] Sep 07 00:14:59.112 INFO O| Sep 07 00:14:59.112 INFO ok!
107752026-09-07T00:14:59.887Z[ host-image] Sep 07 00:14:59.112 INFO O| Sep 07 00:14:59.112 INFO STEP 104 (ensure_file) COMPLETE
107762026-09-07T00:14:59.891Z[ host-image] Sep 07 00:14:59.112 INFO O| Sep 07 00:14:59.112 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107772026-09-07T00:14:59.898Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
107782026-09-07T00:14:59.899Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
107792026-09-07T00:14:59.901Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
107802026-09-07T00:14:59.901Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO ok!
107812026-09-07T00:14:59.901Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO STEP 105 (ensure_file) COMPLETE
107822026-09-07T00:14:59.901Z[ host-image] Sep 07 00:14:59.123 INFO O| Sep 07 00:14:59.123 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107832026-09-07T00:14:59.908Z[ host-image] Sep 07 00:14:59.132 INFO O| Sep 07 00:14:59.132 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107842026-09-07T00:14:59.911Z[ host-image] Sep 07 00:14:59.133 INFO O| Sep 07 00:14:59.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107852026-09-07T00:14:59.911Z[ host-image] Sep 07 00:14:59.133 INFO O| Sep 07 00:14:59.133 INFO STEP 106 (ensure_dir) COMPLETE
107862026-09-07T00:14:59.911Z[ host-image] Sep 07 00:14:59.133 INFO O| Sep 07 00:14:59.133 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107872026-09-07T00:14:59.917Z[ host-image] Sep 07 00:14:59.142 INFO O| Sep 07 00:14:59.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107882026-09-07T00:14:59.920Z[ host-image] Sep 07 00:14:59.142 INFO O| Sep 07 00:14:59.142 INFO copying /tmp/.tmpocBgrn/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 ...
107892026-09-07T00:15:00.260Z[ host-image] Sep 07 00:14:59.484 INFO O| Sep 07 00:14:59.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107902026-09-07T00:15:00.260Z[ host-image] Sep 07 00:14:59.484 INFO O| Sep 07 00:14:59.484 INFO ok!
107912026-09-07T00:15:00.263Z[ host-image] Sep 07 00:14:59.484 INFO O| Sep 07 00:14:59.484 INFO STEP 107 (ensure_file) COMPLETE
107922026-09-07T00:15:00.263Z[ host-image] Sep 07 00:14:59.484 INFO O| Sep 07 00:14:59.484 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107932026-09-07T00:15:00.271Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107942026-09-07T00:15:00.271Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO copying /tmp/.tmpocBgrn/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 ...
107952026-09-07T00:15:00.277Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107962026-09-07T00:15:00.277Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO ok!
107972026-09-07T00:15:00.277Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO STEP 108 (ensure_file) COMPLETE
107982026-09-07T00:15:00.277Z[ host-image] Sep 07 00:14:59.495 INFO O| Sep 07 00:14:59.495 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107992026-09-07T00:15:00.282Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
108002026-09-07T00:15:00.282Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.506 INFO copying /tmp/.tmpocBgrn/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 ...
108012026-09-07T00:15:00.282Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
108022026-09-07T00:15:00.282Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.507 INFO ok!
108032026-09-07T00:15:00.282Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.507 INFO STEP 109 (ensure_file) COMPLETE
108042026-09-07T00:15:00.283Z[ host-image] Sep 07 00:14:59.507 INFO O| Sep 07 00:14:59.507 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108052026-09-07T00:15:00.292Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
108062026-09-07T00:15:00.292Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO copying /tmp/.tmpocBgrn/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 ...
108072026-09-07T00:15:00.292Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
108082026-09-07T00:15:00.293Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO ok!
108092026-09-07T00:15:00.296Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO STEP 110 (ensure_file) COMPLETE
108102026-09-07T00:15:00.296Z[ host-image] Sep 07 00:14:59.517 INFO O| Sep 07 00:14:59.517 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108112026-09-07T00:15:00.303Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
108122026-09-07T00:15:00.303Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO copying /tmp/.tmpocBgrn/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 ...
108132026-09-07T00:15:00.306Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
108142026-09-07T00:15:00.306Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO ok!
108152026-09-07T00:15:00.306Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO STEP 111 (ensure_file) COMPLETE
108162026-09-07T00:15:00.307Z[ host-image] Sep 07 00:14:59.527 INFO O| Sep 07 00:14:59.527 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108172026-09-07T00:15:00.316Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
108182026-09-07T00:15:00.316Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO copying /tmp/.tmpocBgrn/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 ...
108192026-09-07T00:15:00.320Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
108202026-09-07T00:15:00.320Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO ok!
108212026-09-07T00:15:00.320Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO STEP 112 (ensure_file) COMPLETE
108222026-09-07T00:15:00.320Z[ host-image] Sep 07 00:14:59.537 INFO O| Sep 07 00:14:59.537 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108232026-09-07T00:15:00.324Z[ host-image] Sep 07 00:14:59.544 INFO O| Sep 07 00:14:59.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
108242026-09-07T00:15:00.324Z[ host-image] Sep 07 00:14:59.544 INFO O| Sep 07 00:14:59.544 INFO copying /tmp/.tmpocBgrn/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 ...
108252026-09-07T00:15:00.324Z[ host-image] Sep 07 00:14:59.545 INFO O| Sep 07 00:14:59.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
108262026-09-07T00:15:00.324Z[ host-image] Sep 07 00:14:59.545 INFO O| Sep 07 00:14:59.545 INFO ok!
108272026-09-07T00:15:00.326Z[ host-image] Sep 07 00:14:59.545 INFO O| Sep 07 00:14:59.545 INFO STEP 113 (ensure_file) COMPLETE
108282026-09-07T00:15:00.326Z[ host-image] Sep 07 00:14:59.545 INFO O| Sep 07 00:14:59.545 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108292026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
108302026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
108312026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
108322026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO ok!
108332026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO STEP 114 (ensure_file) COMPLETE
108342026-09-07T00:15:00.331Z[ host-image] Sep 07 00:14:59.552 INFO O| Sep 07 00:14:59.552 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108352026-09-07T00:15:00.342Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
108362026-09-07T00:15:00.342Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO copying /tmp/.tmpocBgrn/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 ...
108372026-09-07T00:15:00.345Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108382026-09-07T00:15:00.346Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO ok!
108392026-09-07T00:15:00.346Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO STEP 115 (ensure_file) COMPLETE
108402026-09-07T00:15:00.346Z[ host-image] Sep 07 00:14:59.563 INFO O| Sep 07 00:14:59.563 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108412026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.572 INFO O| Sep 07 00:14:59.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108422026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.572 INFO O| Sep 07 00:14:59.572 INFO copying /tmp/.tmpocBgrn/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 ...
108432026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.573 INFO O| Sep 07 00:14:59.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108442026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.573 INFO O| Sep 07 00:14:59.573 INFO ok!
108452026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.573 INFO O| Sep 07 00:14:59.573 INFO STEP 116 (ensure_file) COMPLETE
108462026-09-07T00:15:00.349Z[ host-image] Sep 07 00:14:59.573 INFO O| Sep 07 00:14:59.573 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108472026-09-07T00:15:00.360Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108482026-09-07T00:15:00.360Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO copying /tmp/.tmpocBgrn/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 ...
108492026-09-07T00:15:00.363Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108502026-09-07T00:15:00.363Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO ok!
108512026-09-07T00:15:00.363Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO STEP 117 (ensure_file) COMPLETE
108522026-09-07T00:15:00.364Z[ host-image] Sep 07 00:14:59.582 INFO O| Sep 07 00:14:59.582 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108532026-09-07T00:15:00.368Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108542026-09-07T00:15:00.368Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108552026-09-07T00:15:00.369Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108562026-09-07T00:15:00.369Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO ok!
108572026-09-07T00:15:00.369Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO STEP 118 (ensure_file) COMPLETE
108582026-09-07T00:15:00.369Z[ host-image] Sep 07 00:14:59.591 INFO O| Sep 07 00:14:59.591 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108592026-09-07T00:15:00.377Z[ host-image] Sep 07 00:14:59.601 INFO O| Sep 07 00:14:59.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108602026-09-07T00:15:00.377Z[ host-image] Sep 07 00:14:59.602 INFO O| Sep 07 00:14:59.601 INFO copying /tmp/.tmpocBgrn/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 ...
108612026-09-07T00:15:00.382Z[ host-image] Sep 07 00:14:59.602 INFO O| Sep 07 00:14:59.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108622026-09-07T00:15:00.382Z[ host-image] Sep 07 00:14:59.602 INFO O| Sep 07 00:14:59.602 INFO ok!
108632026-09-07T00:15:00.382Z[ host-image] Sep 07 00:14:59.602 INFO O| Sep 07 00:14:59.602 INFO STEP 119 (ensure_file) COMPLETE
108642026-09-07T00:15:00.382Z[ host-image] Sep 07 00:14:59.602 INFO O| Sep 07 00:14:59.602 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108652026-09-07T00:15:00.386Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108662026-09-07T00:15:00.386Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO copying /tmp/.tmpocBgrn/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 ...
108672026-09-07T00:15:00.389Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108682026-09-07T00:15:00.389Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO ok!
108692026-09-07T00:15:00.389Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO STEP 120 (ensure_file) COMPLETE
108702026-09-07T00:15:00.390Z[ host-image] Sep 07 00:14:59.611 INFO O| Sep 07 00:14:59.611 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108712026-09-07T00:15:00.395Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
108722026-09-07T00:15:00.395Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO copying /tmp/.tmpocBgrn/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 ...
108732026-09-07T00:15:00.399Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
108742026-09-07T00:15:00.399Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO ok!
108752026-09-07T00:15:00.399Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO STEP 121 (ensure_file) COMPLETE
108762026-09-07T00:15:00.399Z[ host-image] Sep 07 00:14:59.620 INFO O| Sep 07 00:14:59.620 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108772026-09-07T00:15:00.403Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
108782026-09-07T00:15:00.403Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO copying /tmp/.tmpocBgrn/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 ...
108792026-09-07T00:15:00.406Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
108802026-09-07T00:15:00.406Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO ok!
108812026-09-07T00:15:00.406Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO STEP 122 (ensure_file) COMPLETE
108822026-09-07T00:15:00.406Z[ host-image] Sep 07 00:14:59.628 INFO O| Sep 07 00:14:59.628 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108832026-09-07T00:15:00.411Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108842026-09-07T00:15:00.411Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO copying /tmp/.tmpocBgrn/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 ...
108852026-09-07T00:15:00.420Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108862026-09-07T00:15:00.421Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO ok!
108872026-09-07T00:15:00.421Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO STEP 123 (ensure_file) COMPLETE
108882026-09-07T00:15:00.421Z[ host-image] Sep 07 00:14:59.636 INFO O| Sep 07 00:14:59.636 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108892026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108902026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO copying /tmp/.tmpocBgrn/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 ...
108912026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108922026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO ok!
108932026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO STEP 124 (ensure_file) COMPLETE
108942026-09-07T00:15:00.424Z[ host-image] Sep 07 00:14:59.645 INFO O| Sep 07 00:14:59.645 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108952026-09-07T00:15:00.431Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108962026-09-07T00:15:00.431Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.655 INFO copying /tmp/.tmpocBgrn/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 ...
108972026-09-07T00:15:00.431Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108982026-09-07T00:15:00.436Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.655 INFO ok!
108992026-09-07T00:15:00.436Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.655 INFO STEP 125 (ensure_file) COMPLETE
109002026-09-07T00:15:00.436Z[ host-image] Sep 07 00:14:59.655 INFO O| Sep 07 00:14:59.655 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109012026-09-07T00:15:00.439Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
109022026-09-07T00:15:00.439Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO copying /tmp/.tmpocBgrn/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 ...
109032026-09-07T00:15:00.440Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
109042026-09-07T00:15:00.440Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO ok!
109052026-09-07T00:15:00.440Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO STEP 126 (ensure_file) COMPLETE
109062026-09-07T00:15:00.440Z[ host-image] Sep 07 00:14:59.662 INFO O| Sep 07 00:14:59.662 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109072026-09-07T00:15:00.448Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
109082026-09-07T00:15:00.448Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO copying /tmp/.tmpocBgrn/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 ...
109092026-09-07T00:15:00.451Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
109102026-09-07T00:15:00.451Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO ok!
109112026-09-07T00:15:00.451Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO STEP 127 (ensure_file) COMPLETE
109122026-09-07T00:15:00.451Z[ host-image] Sep 07 00:14:59.672 INFO O| Sep 07 00:14:59.672 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109132026-09-07T00:15:00.456Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
109142026-09-07T00:15:00.456Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO copying /tmp/.tmpocBgrn/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 ...
109152026-09-07T00:15:00.459Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
109162026-09-07T00:15:00.459Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO ok!
109172026-09-07T00:15:00.459Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO STEP 128 (ensure_file) COMPLETE
109182026-09-07T00:15:00.459Z[ host-image] Sep 07 00:14:59.680 INFO O| Sep 07 00:14:59.680 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109192026-09-07T00:15:00.464Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
109202026-09-07T00:15:00.464Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO copying /tmp/.tmpocBgrn/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 ...
109212026-09-07T00:15:00.468Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
109222026-09-07T00:15:00.468Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO ok!
109232026-09-07T00:15:00.468Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO STEP 129 (ensure_file) COMPLETE
109242026-09-07T00:15:00.468Z[ host-image] Sep 07 00:14:59.689 INFO O| Sep 07 00:14:59.689 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109252026-09-07T00:15:00.479Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
109262026-09-07T00:15:00.479Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO copying /tmp/.tmpocBgrn/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 ...
109272026-09-07T00:15:00.486Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
109282026-09-07T00:15:00.486Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO ok!
109292026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO STEP 130 (ensure_file) COMPLETE
109302026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.698 INFO O| Sep 07 00:14:59.698 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109312026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
109322026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO copying /tmp/.tmpocBgrn/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 ...
109332026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
109342026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO ok!
109352026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO STEP 131 (ensure_file) COMPLETE
109362026-09-07T00:15:00.487Z[ host-image] Sep 07 00:14:59.706 INFO O| Sep 07 00:14:59.706 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109372026-09-07T00:15:00.491Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109382026-09-07T00:15:00.492Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO copying /tmp/.tmpocBgrn/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 ...
109392026-09-07T00:15:00.492Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109402026-09-07T00:15:00.492Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO ok!
109412026-09-07T00:15:00.492Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO STEP 132 (ensure_file) COMPLETE
109422026-09-07T00:15:00.492Z[ host-image] Sep 07 00:14:59.715 INFO O| Sep 07 00:14:59.715 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109432026-09-07T00:15:00.500Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109442026-09-07T00:15:00.500Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO copying /tmp/.tmpocBgrn/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 ...
109452026-09-07T00:15:00.501Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109462026-09-07T00:15:00.501Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO ok!
109472026-09-07T00:15:00.504Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO STEP 133 (ensure_file) COMPLETE
109482026-09-07T00:15:00.504Z[ host-image] Sep 07 00:14:59.725 INFO O| Sep 07 00:14:59.725 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109492026-09-07T00:15:00.509Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109502026-09-07T00:15:00.509Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO copying /tmp/.tmpocBgrn/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 ...
109512026-09-07T00:15:00.510Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109522026-09-07T00:15:00.516Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO ok!
109532026-09-07T00:15:00.516Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO STEP 134 (ensure_file) COMPLETE
109542026-09-07T00:15:00.516Z[ host-image] Sep 07 00:14:59.734 INFO O| Sep 07 00:14:59.734 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109552026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109562026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO copying /tmp/.tmpocBgrn/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 ...
109572026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109582026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO ok!
109592026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO STEP 135 (ensure_file) COMPLETE
109602026-09-07T00:15:00.520Z[ host-image] Sep 07 00:14:59.742 INFO O| Sep 07 00:14:59.742 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109612026-09-07T00:15:00.525Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109622026-09-07T00:15:00.528Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO copying /tmp/.tmpocBgrn/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 ...
109632026-09-07T00:15:00.528Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109642026-09-07T00:15:00.528Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO ok!
109652026-09-07T00:15:00.528Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO STEP 136 (ensure_file) COMPLETE
109662026-09-07T00:15:00.530Z[ host-image] Sep 07 00:14:59.750 INFO O| Sep 07 00:14:59.750 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109672026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109682026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109692026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109702026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO ok!
109712026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO STEP 137 (ensure_file) COMPLETE
109722026-09-07T00:15:00.536Z[ host-image] Sep 07 00:14:59.758 INFO O| Sep 07 00:14:59.758 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109732026-09-07T00:15:00.542Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
109742026-09-07T00:15:00.542Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.766 INFO copying /tmp/.tmpocBgrn/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 ...
109752026-09-07T00:15:00.545Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
109762026-09-07T00:15:00.545Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.767 INFO ok!
109772026-09-07T00:15:00.545Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.767 INFO STEP 138 (ensure_file) COMPLETE
109782026-09-07T00:15:00.545Z[ host-image] Sep 07 00:14:59.767 INFO O| Sep 07 00:14:59.767 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109792026-09-07T00:15:00.550Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
109802026-09-07T00:15:00.553Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
109812026-09-07T00:15:00.557Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
109822026-09-07T00:15:00.557Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO ok!
109832026-09-07T00:15:00.557Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO STEP 139 (ensure_file) COMPLETE
109842026-09-07T00:15:00.557Z[ host-image] Sep 07 00:14:59.775 INFO O| Sep 07 00:14:59.775 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109852026-09-07T00:15:00.560Z[ host-image] Sep 07 00:14:59.784 INFO O| Sep 07 00:14:59.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109862026-09-07T00:15:00.560Z[ host-image] Sep 07 00:14:59.784 INFO O| Sep 07 00:14:59.784 INFO copying /tmp/.tmpocBgrn/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109872026-09-07T00:15:06.882Z[ host-image] Sep 07 00:15:06.107 INFO O| Sep 07 00:15:06.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109882026-09-07T00:15:06.882Z[ host-image] Sep 07 00:15:06.107 INFO O| Sep 07 00:15:06.107 INFO ok!
109892026-09-07T00:15:06.888Z[ host-image] Sep 07 00:15:06.107 INFO O| Sep 07 00:15:06.107 INFO STEP 140 (ensure_file) COMPLETE
109902026-09-07T00:15:06.888Z[ host-image] Sep 07 00:15:06.107 INFO O| Sep 07 00:15:06.107 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109912026-09-07T00:15:06.892Z[ host-image] Sep 07 00:15:06.115 INFO O| Sep 07 00:15:06.115 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109922026-09-07T00:15:06.892Z[ host-image] Sep 07 00:15:06.115 INFO O| Sep 07 00:15:06.115 INFO STEP 141 (ensure_dir) COMPLETE
109932026-09-07T00:15:06.892Z[ host-image] Sep 07 00:15:06.115 INFO O| Sep 07 00:15:06.115 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109942026-09-07T00:15:06.899Z[ host-image] Sep 07 00:15:06.123 INFO O| Sep 07 00:15:06.123 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109952026-09-07T00:15:06.903Z[ host-image] Sep 07 00:15:06.123 INFO O| Sep 07 00:15:06.123 INFO STEP 142 (ensure_dir) COMPLETE
109962026-09-07T00:15:06.903Z[ host-image] Sep 07 00:15:06.123 INFO O| Sep 07 00:15:06.123 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109972026-09-07T00:15:06.907Z[ host-image] Sep 07 00:15:06.130 INFO O| Sep 07 00:15:06.130 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109982026-09-07T00:15:06.907Z[ host-image] Sep 07 00:15:06.130 INFO O| Sep 07 00:15:06.130 INFO STEP 143 (ensure_dir) COMPLETE
109992026-09-07T00:15:06.908Z[ host-image] Sep 07 00:15:06.130 INFO O| Sep 07 00:15:06.130 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110002026-09-07T00:15:06.921Z[ host-image] Sep 07 00:15:06.138 INFO O| Sep 07 00:15:06.138 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
110012026-09-07T00:15:06.921Z[ host-image] Sep 07 00:15:06.139 INFO O| Sep 07 00:15:06.138 INFO STEP 144 (ensure_dir) COMPLETE
110022026-09-07T00:15:06.927Z[ host-image] Sep 07 00:15:06.139 INFO O| Sep 07 00:15:06.138 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110032026-09-07T00:15:06.927Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
110042026-09-07T00:15:06.927Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO copying /tmp/.tmpocBgrn/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 ...
110052026-09-07T00:15:06.928Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
110062026-09-07T00:15:06.928Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO ok!
110072026-09-07T00:15:06.928Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO STEP 145 (ensure_file) COMPLETE
110082026-09-07T00:15:06.928Z[ host-image] Sep 07 00:15:06.145 INFO O| Sep 07 00:15:06.145 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110092026-09-07T00:15:06.934Z[ host-image] Sep 07 00:15:06.152 INFO O| Sep 07 00:15:06.152 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
110102026-09-07T00:15:06.934Z[ host-image] Sep 07 00:15:06.152 INFO O| Sep 07 00:15:06.152 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
110112026-09-07T00:15:06.935Z[ host-image] Sep 07 00:15:06.152 INFO O| Sep 07 00:15:06.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
110122026-09-07T00:15:06.935Z[ host-image] Sep 07 00:15:06.152 INFO O| Sep 07 00:15:06.152 INFO STEP 146 (ensure_dir) COMPLETE
110132026-09-07T00:15:06.935Z[ host-image] Sep 07 00:15:06.152 INFO O| Sep 07 00:15:06.152 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
110142026-09-07T00:15:06.938Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
110152026-09-07T00:15:06.938Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 INFO copying /tmp/.tmpocBgrn/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
110162026-09-07T00:15:06.938Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
110172026-09-07T00:15:06.938Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 INFO ok!
110182026-09-07T00:15:06.938Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 INFO STEP 147 (ensure_file) COMPLETE
110192026-09-07T00:15:06.939Z[ host-image] Sep 07 00:15:06.160 INFO O| Sep 07 00:15:06.160 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110202026-09-07T00:15:06.943Z[ host-image] Sep 07 00:15:06.166 INFO O| Sep 07 00:15:06.166 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
110212026-09-07T00:15:06.944Z[ host-image] Sep 07 00:15:06.166 INFO O| Sep 07 00:15:06.166 INFO STEP 148 (remove_files) COMPLETE
110222026-09-07T00:15:06.944Z[ host-image] Sep 07 00:15:06.166 INFO O| Sep 07 00:15:06.166 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110232026-09-07T00:15:06.950Z[ host-image] Sep 07 00:15:06.175 INFO O| Sep 07 00:15:06.175 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
110242026-09-07T00:15:06.954Z[ host-image] Sep 07 00:15:06.175 INFO O| Sep 07 00:15:06.175 INFO STEP 149 (remove_files) COMPLETE
110252026-09-07T00:15:06.954Z[ host-image] Sep 07 00:15:06.175 INFO O| Sep 07 00:15:06.175 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110262026-09-07T00:15:06.959Z[ host-image] Sep 07 00:15:06.182 INFO O| Sep 07 00:15:06.182 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
110272026-09-07T00:15:06.959Z[ host-image] Sep 07 00:15:06.182 INFO O| Sep 07 00:15:06.182 INFO STEP 150 (remove_files) COMPLETE
110282026-09-07T00:15:06.959Z[ host-image] Sep 07 00:15:06.182 INFO O| Sep 07 00:15:06.182 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110292026-09-07T00:15:06.968Z[ host-image] Sep 07 00:15:06.189 INFO O| Sep 07 00:15:06.189 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
110302026-09-07T00:15:06.974Z[ host-image] Sep 07 00:15:06.189 INFO O| Sep 07 00:15:06.189 INFO STEP 151 (remove_files) COMPLETE
110312026-09-07T00:15:06.974Z[ host-image] Sep 07 00:15:06.189 INFO O| Sep 07 00:15:06.189 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110322026-09-07T00:15:06.978Z[ host-image] Sep 07 00:15:06.197 INFO O| Sep 07 00:15:06.197 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
110332026-09-07T00:15:06.978Z[ host-image] Sep 07 00:15:06.197 INFO O| Sep 07 00:15:06.197 INFO STEP 152 (remove_files) COMPLETE
110342026-09-07T00:15:06.979Z[ host-image] Sep 07 00:15:06.197 INFO O| Sep 07 00:15:06.197 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110352026-09-07T00:15:06.984Z[ host-image] Sep 07 00:15:06.205 INFO O| Sep 07 00:15:06.205 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
110362026-09-07T00:15:06.984Z[ host-image] Sep 07 00:15:06.205 INFO O| Sep 07 00:15:06.205 INFO STEP 153 (remove_files) COMPLETE
110372026-09-07T00:15:06.984Z[ host-image] Sep 07 00:15:06.205 INFO O| Sep 07 00:15:06.205 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110382026-09-07T00:15:06.988Z[ host-image] Sep 07 00:15:06.212 INFO O| Sep 07 00:15:06.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110392026-09-07T00:15:06.988Z[ host-image] Sep 07 00:15:06.212 INFO O| Sep 07 00:15:06.212 INFO STEP 154 (remove_files) COMPLETE
110402026-09-07T00:15:06.988Z[ host-image] Sep 07 00:15:06.212 INFO O| Sep 07 00:15:06.212 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110412026-09-07T00:15:06.994Z[ host-image] Sep 07 00:15:06.218 INFO O| Sep 07 00:15:06.218 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110422026-09-07T00:15:06.994Z[ host-image] Sep 07 00:15:06.218 INFO O| Sep 07 00:15:06.218 INFO STEP 155 (remove_files) COMPLETE
110432026-09-07T00:15:06.994Z[ host-image] Sep 07 00:15:06.218 INFO O| Sep 07 00:15:06.218 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110442026-09-07T00:15:07.001Z[ host-image] Sep 07 00:15:06.225 INFO O| Sep 07 00:15:06.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110452026-09-07T00:15:07.001Z[ host-image] Sep 07 00:15:06.225 INFO O| Sep 07 00:15:06.225 INFO STEP 156 (remove_files) COMPLETE
110462026-09-07T00:15:07.001Z[ host-image] Sep 07 00:15:06.225 INFO O| Sep 07 00:15:06.225 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110472026-09-07T00:15:07.009Z[ host-image] Sep 07 00:15:06.233 INFO O| Sep 07 00:15:06.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110482026-09-07T00:15:07.009Z[ host-image] Sep 07 00:15:06.233 INFO O| Sep 07 00:15:06.233 INFO STEP 157 (remove_files) COMPLETE
110492026-09-07T00:15:07.016Z[ host-image] Sep 07 00:15:06.233 INFO O| Sep 07 00:15:06.233 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110502026-09-07T00:15:07.021Z[ host-image] Sep 07 00:15:06.240 INFO O| Sep 07 00:15:06.240 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110512026-09-07T00:15:07.021Z[ host-image] Sep 07 00:15:06.240 INFO O| Sep 07 00:15:06.240 INFO STEP 158 (remove_files) COMPLETE
110522026-09-07T00:15:07.021Z[ host-image] Sep 07 00:15:06.240 INFO O| Sep 07 00:15:06.240 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110532026-09-07T00:15:07.025Z[ host-image] Sep 07 00:15:06.248 INFO O| Sep 07 00:15:06.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110542026-09-07T00:15:07.026Z[ host-image] Sep 07 00:15:06.248 INFO O| Sep 07 00:15:06.248 INFO STEP 159 (remove_files) COMPLETE
110552026-09-07T00:15:07.026Z[ host-image] Sep 07 00:15:06.248 INFO O| Sep 07 00:15:06.248 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110562026-09-07T00:15:07.030Z[ host-image] Sep 07 00:15:06.255 INFO O| Sep 07 00:15:06.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110572026-09-07T00:15:07.030Z[ host-image] Sep 07 00:15:06.255 INFO O| Sep 07 00:15:06.255 INFO STEP 160 (remove_files) COMPLETE
110582026-09-07T00:15:07.030Z[ host-image] Sep 07 00:15:06.255 INFO O| Sep 07 00:15:06.255 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110592026-09-07T00:15:07.037Z[ host-image] Sep 07 00:15:06.261 INFO O| Sep 07 00:15:06.261 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110602026-09-07T00:15:07.037Z[ host-image] Sep 07 00:15:06.261 INFO O| Sep 07 00:15:06.261 INFO STEP 161 (remove_files) COMPLETE
110612026-09-07T00:15:07.044Z[ host-image] Sep 07 00:15:06.261 INFO O| Sep 07 00:15:06.261 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110622026-09-07T00:15:07.049Z[ host-image] Sep 07 00:15:06.269 INFO O| Sep 07 00:15:06.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110632026-09-07T00:15:07.049Z[ host-image] Sep 07 00:15:06.269 INFO O| Sep 07 00:15:06.269 INFO STEP 162 (remove_files) COMPLETE
110642026-09-07T00:15:07.049Z[ host-image] Sep 07 00:15:06.269 INFO O| Sep 07 00:15:06.269 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110652026-09-07T00:15:07.054Z[ host-image] Sep 07 00:15:06.277 INFO O| Sep 07 00:15:06.277 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
110662026-09-07T00:15:07.054Z[ host-image] Sep 07 00:15:06.277 INFO O| Sep 07 00:15:06.277 INFO STEP 163 (remove_files) COMPLETE
110672026-09-07T00:15:07.054Z[ host-image] Sep 07 00:15:06.277 INFO O| Sep 07 00:15:06.277 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110682026-09-07T00:15:07.060Z[ host-image] Sep 07 00:15:06.284 INFO O| Sep 07 00:15:06.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
110692026-09-07T00:15:07.060Z[ host-image] Sep 07 00:15:06.284 INFO O| Sep 07 00:15:06.284 INFO STEP 164 (remove_files) COMPLETE
110702026-09-07T00:15:07.069Z[ host-image] Sep 07 00:15:06.284 INFO O| Sep 07 00:15:06.284 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110712026-09-07T00:15:07.074Z[ host-image] Sep 07 00:15:06.292 INFO O| Sep 07 00:15:06.292 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
110722026-09-07T00:15:07.074Z[ host-image] Sep 07 00:15:06.292 INFO O| Sep 07 00:15:06.292 INFO STEP 165 (remove_files) COMPLETE
110732026-09-07T00:15:07.074Z[ host-image] Sep 07 00:15:06.292 INFO O| Sep 07 00:15:06.292 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110742026-09-07T00:15:07.078Z[ host-image] Sep 07 00:15:06.298 INFO O| Sep 07 00:15:06.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
110752026-09-07T00:15:07.078Z[ host-image] Sep 07 00:15:06.299 INFO O| Sep 07 00:15:06.299 INFO STEP 166 (remove_files) COMPLETE
110762026-09-07T00:15:07.078Z[ host-image] Sep 07 00:15:06.299 INFO O| Sep 07 00:15:06.299 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110772026-09-07T00:15:07.082Z[ host-image] Sep 07 00:15:06.307 INFO O| Sep 07 00:15:06.306 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
110782026-09-07T00:15:07.082Z[ host-image] Sep 07 00:15:06.307 INFO O| Sep 07 00:15:06.307 INFO STEP 167 (remove_files) COMPLETE
110792026-09-07T00:15:07.088Z[ host-image] Sep 07 00:15:06.307 INFO O| Sep 07 00:15:06.307 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110802026-09-07T00:15:07.092Z[ host-image] Sep 07 00:15:06.313 INFO O| Sep 07 00:15:06.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
110812026-09-07T00:15:07.092Z[ host-image] Sep 07 00:15:06.313 INFO O| Sep 07 00:15:06.313 INFO STEP 168 (remove_files) COMPLETE
110822026-09-07T00:15:07.092Z[ host-image] Sep 07 00:15:06.313 INFO O| Sep 07 00:15:06.313 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110832026-09-07T00:15:07.110Z[ host-image] Sep 07 00:15:06.321 INFO O| Sep 07 00:15:06.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110842026-09-07T00:15:07.118Z[ host-image] Sep 07 00:15:06.321 INFO O| Sep 07 00:15:06.321 INFO STEP 169 (remove_files) COMPLETE
110852026-09-07T00:15:07.118Z[ host-image] Sep 07 00:15:06.321 INFO O| Sep 07 00:15:06.321 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110862026-09-07T00:15:07.118Z[ host-image] Sep 07 00:15:06.330 INFO O| Sep 07 00:15:06.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110872026-09-07T00:15:07.118Z[ host-image] Sep 07 00:15:06.330 INFO O| Sep 07 00:15:06.330 INFO STEP 170 (remove_files) COMPLETE
110882026-09-07T00:15:07.118Z[ host-image] Sep 07 00:15:06.330 INFO O| Sep 07 00:15:06.330 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110892026-09-07T00:15:07.119Z[ host-image] Sep 07 00:15:06.336 INFO O| Sep 07 00:15:06.336 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110902026-09-07T00:15:07.119Z[ host-image] Sep 07 00:15:06.337 INFO O| Sep 07 00:15:06.337 INFO STEP 171 (remove_files) COMPLETE
110912026-09-07T00:15:07.119Z[ host-image] Sep 07 00:15:06.337 INFO O| Sep 07 00:15:06.337 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110922026-09-07T00:15:07.136Z[ host-image] Sep 07 00:15:06.343 INFO O| Sep 07 00:15:06.343 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110932026-09-07T00:15:07.136Z[ host-image] Sep 07 00:15:06.343 INFO O| Sep 07 00:15:06.343 INFO STEP 172 (remove_files) COMPLETE
110942026-09-07T00:15:07.136Z[ host-image] Sep 07 00:15:06.343 INFO O| Sep 07 00:15:06.343 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110952026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.352 INFO O| Sep 07 00:15:06.352 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110962026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.352 INFO O| Sep 07 00:15:06.352 INFO STEP 173 (remove_files) COMPLETE
110972026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.352 INFO O| Sep 07 00:15:06.352 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110982026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.360 INFO O| Sep 07 00:15:06.360 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110992026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.360 INFO O| Sep 07 00:15:06.360 INFO STEP 174 (remove_files) COMPLETE
111002026-09-07T00:15:07.153Z[ host-image] Sep 07 00:15:06.360 INFO O| Sep 07 00:15:06.360 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111012026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.367 INFO O| Sep 07 00:15:06.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
111022026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.368 INFO O| Sep 07 00:15:06.368 INFO STEP 175 (remove_files) COMPLETE
111032026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.368 INFO O| Sep 07 00:15:06.368 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
111042026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.375 INFO O| Sep 07 00:15:06.375 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
111052026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.375 INFO O| Sep 07 00:15:06.375 INFO STEP 176 (remove_files) COMPLETE
111062026-09-07T00:15:07.157Z[ host-image] Sep 07 00:15:06.375 INFO O| Sep 07 00:15:06.375 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
111072026-09-07T00:15:07.167Z[ host-image] Sep 07 00:15:06.386 INFO O| Sep 07 00:15:06.386 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
111082026-09-07T00:15:07.167Z[ host-image] Sep 07 00:15:06.386 INFO O| Sep 07 00:15:06.386 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
111092026-09-07T00:15:13.769Z[ host-image] Sep 07 00:15:12.991 INFO O| Sep 07 00:15:12.991 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
111102026-09-07T00:15:13.770Z[ host-image] Sep 07 00:15:12.991 INFO O| Sep 07 00:15:12.991 INFO E| svccfg: Loaded 80 smf(7) service descriptions
111112026-09-07T00:15:13.783Z[ host-image] Sep 07 00:15:13.006 INFO O| Sep 07 00:15:13.006 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
111122026-09-07T00:15:13.883Z[ host-image] Sep 07 00:15:13.102 INFO O| Sep 07 00:15:13.102 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
111132026-09-07T00:15:13.934Z[ host-image] Sep 07 00:15:13.158 INFO O| Sep 07 00:15:13.158 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
111142026-09-07T00:15:13.997Z[ host-image] Sep 07 00:15:13.221 INFO O| Sep 07 00:15:13.221 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
111152026-09-07T00:15:13.997Z[ host-image] Sep 07 00:15:13.221 INFO O| Sep 07 00:15:13.221 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
111162026-09-07T00:15:14.003Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
111172026-09-07T00:15:14.003Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO ok!
111182026-09-07T00:15:14.003Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
111192026-09-07T00:15:14.003Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO STEP 177 (seed_smf) COMPLETE
111202026-09-07T00:15:14.003Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO steps complete; finalising image!
111212026-09-07T00:15:14.006Z[ host-image] Sep 07 00:15:13.224 INFO O| Sep 07 00:15:13.224 INFO TRIM POOL: TEMPORARY-sled-zfs
111222026-09-07T00:15:14.075Z[ host-image] Sep 07 00:15:13.296 INFO O| Sep 07 00:15:13.296 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Mon Sep 7 00:15:13 2026)
111232026-09-07T00:15:14.287Z[ host-image] Sep 07 00:15:13.509 INFO O| Sep 07 00:15:13.509 INFO temporary pool has 712M used, 312M avail, 1.93x compressratio
111242026-09-07T00:15:14.287Z[ host-image] Sep 07 00:15:13.509 INFO O| Sep 07 00:15:13.509 INFO EXPORT POOL: TEMPORARY-sled-zfs
111252026-09-07T00:15:14.605Z[ host-image] Sep 07 00:15:13.827 INFO O| Sep 07 00:15:13.827 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
111262026-09-07T00:15:14.605Z[ host-image] Sep 07 00:15:13.827 INFO O| Sep 07 00:15:13.827 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
111272026-09-07T00:15:15.593Z[ host-image] Sep 07 00:15:14.813 INFO O| Sep 07 00:15:14.813 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
111282026-09-07T00:15:15.593Z[ host-image] Sep 07 00:15:14.813 INFO O| Sep 07 00:15:14.813 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
111292026-09-07T00:15:15.593Z[ host-image] Sep 07 00:15:14.813 INFO O| Sep 07 00:15:14.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
111302026-09-07T00:15:15.603Z[ host-image] Sep 07 00:15:14.813 INFO O| Sep 07 00:15:14.813 INFO completed processing sled/zfs
111312026-09-07T00:15:15.608Z[ host-image] Sep 07 00:15:14.813 INFO O| Sep 07 00:15:14.813 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
111322026-09-07T00:15:15.911Z[ recovery-image] Sep 07 00:15:15.135 INFO O| ok, image written!
111332026-09-07T00:15:15.911Z[ recovery-image] Sep 07 00:15:15.135 INFO O| ok, boot_image_csum file written!
111342026-09-07T00:15:15.923Z[ recovery-image] Sep 07 00:15:15.137 INFO creating boot archive (CPIO)...
111352026-09-07T00:15:15.924Z[ recovery-image] Sep 07 00:15:15.137 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
111362026-09-07T00:15:15.924Z[ recovery-image] Sep 07 00:15:15.142 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111372026-09-07T00:15:15.924Z[ recovery-image] Sep 07 00:15:15.142 INFO E| + outfile=/work/os-recovery/cpio
111382026-09-07T00:15:15.924Z[ recovery-image] Sep 07 00:15:15.142 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111392026-09-07T00:15:15.945Z[ recovery-image] Sep 07 00:15:15.144 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111402026-09-07T00:15:15.945Z[ recovery-image] Sep 07 00:15:15.144 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111412026-09-07T00:15:15.957Z[ recovery-image] Sep 07 00:15:15.169 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111422026-09-07T00:15:15.957Z[ recovery-image] Sep 07 00:15:15.169 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111432026-09-07T00:15:15.957Z[ recovery-image] Sep 07 00:15:15.175 INFO creating compressed cpio/unix for dev loaders...
111442026-09-07T00:15:15.957Z[ recovery-image] Sep 07 00:15:15.175 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
111452026-09-07T00:15:16.183Z[ recovery-image] Sep 07 00:15:15.398 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111462026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:18.648 INFO creating reset image...
111472026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:18.648 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")
111482026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:18.856 INFO E| Updating crates.io index
111492026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.153 INFO E| Downloading crates ...
111502026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.197 INFO E| Downloaded os_pipe v1.2.3
111512026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.199 INFO E| Downloaded shared_child v1.1.1
111522026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.200 INFO E| Downloaded sigchld v0.2.4
111532026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.204 INFO E| Downloaded colorchoice v1.0.5
111542026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.205 INFO E| Downloaded clap_lex v1.1.0
111552026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.206 INFO E| Downloaded shared_thread v0.2.0
111562026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.208 INFO E| Downloaded duct v1.1.1
111572026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling libc v0.2.186
111582026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling proc-macro2 v1.0.106
111592026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling unicode-ident v1.0.24
111602026-09-07T00:15:21.561Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling signal-hook v0.3.18
111612026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling quote v1.0.45
111622026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling utf8parse v0.2.2
111632026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling anstyle-query v1.1.5
111642026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling anstyle v1.0.14
111652026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling is_terminal_polyfill v1.70.2
111662026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling colorchoice v1.0.5
111672026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.240 INFO E| Compiling heck v0.5.0
111682026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.250 INFO E| Compiling clap_lex v1.1.0
111692026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.250 INFO E| Compiling strsim v0.11.1
111702026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.250 INFO E| Compiling shared_thread v0.2.0
111712026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.360 INFO E| Compiling anstyle-parse v1.0.0
111722026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.497 INFO E| Compiling anstream v1.0.0
111732026-09-07T00:15:21.562Z[ recovery-image] Sep 07 00:15:19.683 INFO E| Compiling clap_builder v4.6.0
111742026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:19.937 INFO E| Compiling errno v0.3.14
111752026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:19.937 INFO E| Compiling os_pipe v1.2.3
111762026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:20.025 INFO E| Compiling signal-hook-registry v1.4.8
111772026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:20.215 INFO E| Compiling syn v2.0.117
111782026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:20.269 INFO E| Compiling sigchld v0.2.4
111792026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:20.355 INFO E| Compiling shared_child v1.1.1
111802026-09-07T00:15:21.564Z[ recovery-image] Sep 07 00:15:20.462 INFO E| Compiling duct v1.1.1
111812026-09-07T00:15:22.836Z[ recovery-image] Sep 07 00:15:22.060 INFO E| Compiling clap_derive v4.6.1
111822026-09-07T00:15:23.958Z[ recovery-image] Sep 07 00:15:23.181 INFO E| Compiling clap v4.6.1
111832026-09-07T00:15:24.008Z[ recovery-image] Sep 07 00:15:23.232 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111842026-09-07T00:15:24.759Z[ recovery-image] Sep 07 00:15:23.983 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
111852026-09-07T00:15:24.764Z[ recovery-image] Sep 07 00:15:23.989 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111862026-09-07T00:15:25.291Z[ recovery-image] Sep 07 00:15:24.179 INFO E| Downloading crates ...
111872026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.222 INFO E| Downloaded bit_field v0.10.3
111882026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.231 INFO E| Downloaded miniz_oxide v0.9.1
111892026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.232 INFO E| Downloaded bitstruct_derive v0.1.0
111902026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.236 INFO E| Downloaded bitflags v2.13.0
111912026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.239 INFO E| Downloaded bitstruct v0.1.1
111922026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.240 INFO E| Downloaded cpio_reader v0.1.2
111932026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.251 INFO E| Downloaded log v0.4.32
111942026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.260 INFO E| Downloaded raw-cpuid v10.7.0
111952026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.280 INFO E| Downloaded goblin v0.10.7
111962026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.372 INFO E| Downloaded x86 v0.52.0
111972026-09-07T00:15:25.295Z[ recovery-image] Sep 07 00:15:24.402 INFO E| Updating crates.io index
111982026-09-07T00:15:25.312Z[ recovery-image] Sep 07 00:15:24.537 INFO E| Downloading crates ...
111992026-09-07T00:15:25.335Z[ recovery-image] Sep 07 00:15:24.559 INFO E| Downloaded hashbrown v0.17.1
112002026-09-07T00:15:25.340Z[ recovery-image] Sep 07 00:15:24.562 INFO E| Downloaded rustc-literal-escaper v0.0.7
112012026-09-07T00:15:25.377Z[ recovery-image] Sep 07 00:15:24.601 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)
112022026-09-07T00:15:25.377Z[ recovery-image] Sep 07 00:15:24.601 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)
112032026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.601 INFO E| Compiling proc-macro2 v1.0.106
112042026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling unicode-ident v1.0.24
112052026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling quote v1.0.45
112062026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling syn v1.0.109
112072026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling x86 v0.52.0
112082026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112092026-09-07T00:15:25.381Z[ recovery-image] Sep 07 00:15:24.602 INFO E| Compiling seq-macro v0.3.6
112102026-09-07T00:15:26.280Z[ host-image] Sep 07 00:15:25.504 INFO O| Sep 07 00:15:25.504 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
112112026-09-07T00:15:26.284Z[ recovery-image] Sep 07 00:15:25.507 INFO E| Compiling syn v2.0.117
112122026-09-07T00:15:26.460Z[ host-image] Sep 07 00:15:25.652 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
112132026-09-07T00:15:26.460Z[ host-image] Sep 07 00:15:25.652 INFO expanded image name: "ci 01f98ba/${os_short_commit} 2026-09-06 23:59" -> "ci 01f98ba/0e29ea8 2026-09-06 23:59"
112142026-09-07T00:15:26.460Z[ host-image] Sep 07 00:15:25.652 INFO output artefacts stored in: "/work/os-host"
112152026-09-07T00:15:26.463Z[ host-image] Sep 07 00:15:25.652 INFO collecting git info from project "dmar-report"...
112162026-09-07T00:15:26.463Z[ host-image] Sep 07 00:15:25.658 INFO collecting git info from project "pilot"...
112172026-09-07T00:15:26.463Z[ host-image] Sep 07 00:15:25.664 INFO collecting git info from project "chelsio-t6-roms"...
112182026-09-07T00:15:26.463Z[ host-image] Sep 07 00:15:25.668 INFO collecting git info from project "amd-firmware"...
112192026-09-07T00:15:26.463Z[ host-image] Sep 07 00:15:25.679 INFO collecting git info from project "amd-host-image-builder"...
112202026-09-07T00:15:26.464Z[ host-image] Sep 07 00:15:25.684 INFO collecting git info from project "pinprick"...
112212026-09-07T00:15:26.467Z[ host-image] Sep 07 00:15:25.688 INFO collecting git info from project "bootserver"...
112222026-09-07T00:15:26.468Z[ host-image] Sep 07 00:15:25.692 INFO collecting git info from project "image-builder"...
112232026-09-07T00:15:26.472Z[ host-image] Sep 07 00:15:25.696 INFO collecting git info from project "phbl"...
112242026-09-07T00:15:26.475Z[ host-image] Sep 07 00:15:25.700 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
112252026-09-07T00:15:26.777Z[ host-image] Sep 07 00:15:26.001 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
112262026-09-07T00:15:27.060Z[ host-image] Sep 07 00:15:26.284 INFO creating Oxide boot image...
112272026-09-07T00:15:27.060Z[ host-image] Sep 07 00:15:26.284 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 01f98ba/0e29ea8 2026-09-06 23:59", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
112282026-09-07T00:15:27.568Z[ recovery-image] Sep 07 00:15:26.792 INFO E| Compiling scroll_derive v0.13.1
112292026-09-07T00:15:27.832Z[ host-image] Sep 07 00:15:27.056 INFO O| ok, image written!
112302026-09-07T00:15:27.832Z[ host-image] Sep 07 00:15:27.056 INFO O| ok, boot_image_csum file written!
112312026-09-07T00:15:27.835Z[ host-image] Sep 07 00:15:27.058 INFO creating boot archive (CPIO)...
112322026-09-07T00:15:27.835Z[ host-image] Sep 07 00:15:27.058 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
112332026-09-07T00:15:27.838Z[ host-image] Sep 07 00:15:27.061 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
112342026-09-07T00:15:27.838Z[ host-image] Sep 07 00:15:27.061 INFO E| + outfile=/work/os-host/cpio
112352026-09-07T00:15:27.838Z[ host-image] Sep 07 00:15:27.061 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
112362026-09-07T00:15:27.843Z[ host-image] Sep 07 00:15:27.063 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
112372026-09-07T00:15:27.843Z[ host-image] Sep 07 00:15:27.064 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
112382026-09-07T00:15:27.865Z[ host-image] Sep 07 00:15:27.089 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
112392026-09-07T00:15:27.865Z[ host-image] Sep 07 00:15:27.090 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
112402026-09-07T00:15:27.872Z[ host-image] Sep 07 00:15:27.096 INFO creating compressed cpio/unix for dev loaders...
112412026-09-07T00:15:27.872Z[ host-image] Sep 07 00:15:27.096 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
112422026-09-07T00:15:28.097Z[ host-image] Sep 07 00:15:27.321 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
112432026-09-07T00:15:28.614Z[ recovery-image] Sep 07 00:15:27.838 INFO E| Compiling bitstruct_derive v0.1.0
112442026-09-07T00:15:31.344Z[ host-image] Sep 07 00:15:30.569 INFO creating reset image...
112452026-09-07T00:15:31.344Z[ host-image] Sep 07 00:15:30.569 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")
112462026-09-07T00:15:31.413Z[ host-image] Sep 07 00:15:30.636 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112472026-09-07T00:15:31.416Z[ host-image] Sep 07 00:15:30.637 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
112482026-09-07T00:15:31.666Z[ host-image] Sep 07 00:15:30.890 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)
112492026-09-07T00:15:31.666Z[ host-image] Sep 07 00:15:30.890 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)
112502026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling proc-macro2 v1.0.106
112512026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling unicode-ident v1.0.24
112522026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling quote v1.0.45
112532026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling syn v1.0.109
112542026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling x86 v0.52.0
112552026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112562026-09-07T00:15:31.670Z[ host-image] Sep 07 00:15:30.890 INFO E| Compiling seq-macro v0.3.6
112572026-09-07T00:15:32.583Z[ host-image] Sep 07 00:15:31.806 INFO E| Compiling syn v2.0.117
112582026-09-07T00:15:33.869Z[ host-image] Sep 07 00:15:33.093 INFO E| Compiling scroll_derive v0.13.1
112592026-09-07T00:15:34.886Z[ host-image] Sep 07 00:15:34.110 INFO E| Compiling bitstruct_derive v0.1.0
112602026-09-07T00:15:38.195Z[ recovery-image] Sep 07 00:15:37.418 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)
112612026-09-07T00:15:40.676Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling bitflags v1.3.2
112622026-09-07T00:15:40.676Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling log v0.4.32
112632026-09-07T00:15:40.680Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling plain v0.2.3
112642026-09-07T00:15:40.680Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling scroll v0.13.0
112652026-09-07T00:15:40.680Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling bitflags v2.13.0
112662026-09-07T00:15:40.681Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling adler2 v2.0.1
112672026-09-07T00:15:40.681Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling bit_field v0.10.3
112682026-09-07T00:15:40.682Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling bitstruct v0.1.1
112692026-09-07T00:15:40.682Z[ recovery-image] Sep 07 00:15:39.899 INFO E| Compiling static_assertions v1.1.0
112702026-09-07T00:15:40.732Z[ recovery-image] Sep 07 00:15:39.956 INFO E| Compiling raw-cpuid v10.7.0
112712026-09-07T00:15:40.779Z[ recovery-image] Sep 07 00:15:40.003 INFO E| Compiling miniz_oxide v0.9.1
112722026-09-07T00:15:40.842Z[ recovery-image] Sep 07 00:15:40.066 INFO E| Compiling cpio_reader v0.1.2
112732026-09-07T00:15:40.921Z[ recovery-image] Sep 07 00:15:40.144 INFO E| Compiling goblin v0.10.7
112742026-09-07T00:15:44.100Z[ recovery-image] Sep 07 00:15:43.324 INFO E| Finished `release` profile [optimized] target(s) in 19.32s
112752026-09-07T00:15:44.123Z[ recovery-image] Sep 07 00:15:43.347 INFO building ROM for cosmo
112762026-09-07T00:15:44.124Z[ recovery-image] Sep 07 00:15:43.347 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")
112772026-09-07T00:15:44.219Z[ recovery-image] Sep 07 00:15:43.442 INFO E| Downloading crates ...
112782026-09-07T00:15:44.288Z[ recovery-image] Sep 07 00:15:43.511 INFO E| Downloaded anstyle v1.0.10
112792026-09-07T00:15:44.299Z[ recovery-image] Sep 07 00:15:43.523 INFO E| Downloaded clap_lex v0.7.4
112802026-09-07T00:15:44.303Z[ recovery-image] Sep 07 00:15:43.524 INFO E| Downloaded is_terminal_polyfill v1.70.1
112812026-09-07T00:15:44.303Z[ recovery-image] Sep 07 00:15:43.525 INFO E| Downloaded serde_spanned v0.6.8
112822026-09-07T00:15:44.303Z[ recovery-image] Sep 07 00:15:43.525 INFO E| Downloaded shared_child v1.0.1
112832026-09-07T00:15:44.304Z[ recovery-image] Sep 07 00:15:43.526 INFO E| Downloaded toml_datetime v0.6.9
112842026-09-07T00:15:44.307Z[ recovery-image] Sep 07 00:15:43.528 INFO E| Downloaded colorchoice v1.0.3
112852026-09-07T00:15:44.307Z[ recovery-image] Sep 07 00:15:43.529 INFO E| Downloaded os_pipe v1.2.1
112862026-09-07T00:15:44.308Z[ recovery-image] Sep 07 00:15:43.530 INFO E| Downloaded duct v0.13.7
112872026-09-07T00:15:44.311Z[ recovery-image] Sep 07 00:15:43.532 INFO E| Downloaded anstyle-query v1.1.2
112882026-09-07T00:15:44.315Z[ recovery-image] Sep 07 00:15:43.536 INFO E| Downloaded anstream v0.6.18
112892026-09-07T00:15:44.315Z[ recovery-image] Sep 07 00:15:43.538 INFO E| Downloaded anstyle-parse v0.2.6
112902026-09-07T00:15:44.319Z[ recovery-image] Sep 07 00:15:43.539 INFO E| Downloaded toml_write v0.1.1
112912026-09-07T00:15:44.319Z[ recovery-image] Sep 07 00:15:43.541 INFO E| Downloaded clap_derive v4.5.32
112922026-09-07T00:15:44.323Z[ recovery-image] Sep 07 00:15:43.545 INFO E| Downloaded cc v1.2.20
112932026-09-07T00:15:44.326Z[ recovery-image] Sep 07 00:15:43.548 INFO E| Downloaded clap v4.5.37
112942026-09-07T00:15:44.330Z[ recovery-image] Sep 07 00:15:43.553 INFO E| Downloaded toml v0.8.22
112952026-09-07T00:15:44.349Z[ recovery-image] Sep 07 00:15:43.573 INFO E| Downloaded winnow v0.7.7
112962026-09-07T00:15:44.354Z[ recovery-image] Sep 07 00:15:43.578 INFO E| Downloaded toml_edit v0.22.26
112972026-09-07T00:15:44.376Z[ recovery-image] Sep 07 00:15:43.599 INFO E| Downloaded clap_builder v4.5.37
112982026-09-07T00:15:44.391Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling syn v2.0.101
112992026-09-07T00:15:44.391Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling libc v0.2.172
113002026-09-07T00:15:44.391Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling utf8parse v0.2.2
113012026-09-07T00:15:44.392Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling equivalent v1.0.2
113022026-09-07T00:15:44.395Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling anstyle v1.0.10
113032026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling is_terminal_polyfill v1.70.1
113042026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling shlex v1.3.0
113052026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling anstyle-query v1.1.2
113062026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling once_cell v1.21.3
113072026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling hashbrown v0.15.2
113082026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling colorchoice v1.0.3
113092026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling clap_lex v0.7.4
113102026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling winnow v0.7.7
113112026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling anyhow v1.0.98
113122026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling toml_write v0.1.1
113132026-09-07T00:15:44.396Z[ recovery-image] Sep 07 00:15:43.615 INFO E| Compiling strsim v0.11.1
113142026-09-07T00:15:44.833Z[ recovery-image] Sep 07 00:15:44.057 INFO E| Compiling anstyle-parse v0.2.6
113152026-09-07T00:15:44.983Z[ recovery-image] Sep 07 00:15:44.206 INFO E| Compiling anstream v0.6.18
113162026-09-07T00:15:44.991Z[ recovery-image] Sep 07 00:15:44.215 INFO E| Compiling cc v1.2.20
113172026-09-07T00:15:45.209Z[ recovery-image] Sep 07 00:15:44.432 INFO E| Compiling clap_builder v4.5.37
113182026-09-07T00:15:45.222Z[ host-image] Sep 07 00:15:44.446 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)
113192026-09-07T00:15:45.397Z[ recovery-image] Sep 07 00:15:44.621 INFO E| Compiling indexmap v2.9.0
113202026-09-07T00:15:45.685Z[ recovery-image] Sep 07 00:15:44.909 INFO E| Compiling shared_child v1.0.1
113212026-09-07T00:15:45.686Z[ recovery-image] Sep 07 00:15:44.909 INFO E| Compiling os_pipe v1.2.1
113222026-09-07T00:15:45.838Z[ recovery-image] Sep 07 00:15:45.062 INFO E| Compiling duct v0.13.7
113232026-09-07T00:15:46.478Z[ recovery-image] Sep 07 00:15:45.701 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113242026-09-07T00:15:46.987Z[ recovery-image] Sep 07 00:15:46.211 INFO E| Compiling serde_derive v1.0.219
113252026-09-07T00:15:46.988Z[ recovery-image] Sep 07 00:15:46.211 INFO E| Compiling clap_derive v4.5.32
113262026-09-07T00:15:47.848Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling bitflags v1.3.2
113272026-09-07T00:15:47.848Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling plain v0.2.3
113282026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling scroll v0.13.0
113292026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling adler2 v2.0.1
113302026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling log v0.4.32
113312026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling bitflags v2.13.0
113322026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling bit_field v0.10.3
113332026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling static_assertions v1.1.0
113342026-09-07T00:15:47.852Z[ host-image] Sep 07 00:15:47.072 INFO E| Compiling bitstruct v0.1.1
113352026-09-07T00:15:47.905Z[ host-image] Sep 07 00:15:47.128 INFO E| Compiling raw-cpuid v10.7.0
113362026-09-07T00:15:47.956Z[ host-image] Sep 07 00:15:47.179 INFO E| Compiling miniz_oxide v0.9.1
113372026-09-07T00:15:48.018Z[ host-image] Sep 07 00:15:47.242 INFO E| Compiling cpio_reader v0.1.2
113382026-09-07T00:15:48.097Z[ host-image] Sep 07 00:15:47.320 INFO E| Compiling goblin v0.10.7
113392026-09-07T00:15:48.471Z[ recovery-image] Sep 07 00:15:47.694 INFO E| Compiling clap v4.5.37
113402026-09-07T00:15:49.210Z[ recovery-image] Sep 07 00:15:48.433 INFO E| Compiling serde v1.0.219
113412026-09-07T00:15:50.983Z[ recovery-image] Sep 07 00:15:50.205 INFO E| Compiling serde_spanned v0.6.8
113422026-09-07T00:15:50.983Z[ recovery-image] Sep 07 00:15:50.205 INFO E| Compiling toml_datetime v0.6.9
113432026-09-07T00:15:51.010Z[ host-image] Sep 07 00:15:50.234 INFO E| Finished `release` profile [optimized] target(s) in 19.58s
113442026-09-07T00:15:51.028Z[ host-image] Sep 07 00:15:50.251 INFO building ROM for cosmo
113452026-09-07T00:15:51.028Z[ host-image] Sep 07 00:15:50.251 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")
113462026-09-07T00:15:51.123Z[ host-image] Sep 07 00:15:50.346 INFO E| Blocking waiting for file lock on build directory
113472026-09-07T00:15:51.129Z[ recovery-image] Sep 07 00:15:50.353 INFO E| Compiling toml_edit v0.22.26
113482026-09-07T00:15:52.359Z[ recovery-image] Sep 07 00:15:51.582 INFO E| Compiling toml v0.8.22
113492026-09-07T00:15:54.476Z[ recovery-image] Sep 07 00:15:53.700 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
113502026-09-07T00:15:54.484Z[ host-image] Sep 07 00:15:53.708 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
113512026-09-07T00:15:54.488Z[ recovery-image] Sep 07 00:15:53.709 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`
113522026-09-07T00:15:54.488Z[ host-image] Sep 07 00:15:53.711 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`
113532026-09-07T00:15:54.503Z[ host-image] Sep 07 00:15:53.724 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113542026-09-07T00:15:54.510Z[ recovery-image] Sep 07 00:15:53.725 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113552026-09-07T00:15:54.523Z[ host-image] Sep 07 00:15:53.746 INFO E| Blocking waiting for file lock on package cache
113562026-09-07T00:15:54.547Z[ recovery-image] Sep 07 00:15:53.770 INFO E| Blocking waiting for file lock on package cache
113572026-09-07T00:15:54.571Z[ host-image] Sep 07 00:15:53.794 INFO E| Blocking waiting for file lock on package cache
113582026-09-07T00:15:54.588Z[ recovery-image] Sep 07 00:15:53.811 INFO E| Blocking waiting for file lock on package cache
113592026-09-07T00:15:54.602Z[ recovery-image] Sep 07 00:15:53.826 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
113602026-09-07T00:15:54.606Z[ recovery-image] Sep 07 00:15:53.829 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`
113612026-09-07T00:15:54.615Z[ host-image] Sep 07 00:15:53.839 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113622026-09-07T00:15:54.618Z[ host-image] Sep 07 00:15:53.842 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`
113632026-09-07T00:15:54.826Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113642026-09-07T00:15:54.826Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113652026-09-07T00:15:54.826Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113662026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113672026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113682026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113692026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113702026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113712026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113722026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113732026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113742026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113752026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113762026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113772026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113782026-09-07T00:15:54.832Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113792026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113802026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113812026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113822026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113832026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113842026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113852026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113862026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113872026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113882026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113892026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113902026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113912026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113922026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113932026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113942026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113952026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113962026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113972026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113982026-09-07T00:15:54.833Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113992026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114002026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114012026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114022026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114032026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114042026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114052026-09-07T00:15:54.834Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114062026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114072026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114082026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114092026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114102026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114112026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.050 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114122026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114132026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114142026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114152026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114162026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO O| Info: ABL version: 0x100af010
114172026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114182026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114192026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114202026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114212026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114222026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114232026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114242026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114252026-09-07T00:15:54.835Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114262026-09-07T00:15:54.836Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114272026-09-07T00:15:54.836Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114282026-09-07T00:15:54.836Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114292026-09-07T00:15:54.836Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114302026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114312026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114322026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114332026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114342026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114352026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114362026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114372026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114382026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114392026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114402026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114412026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114422026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114432026-09-07T00:15:54.837Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114442026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114452026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114462026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114472026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114482026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114492026-09-07T00:15:54.838Z[ recovery-image] Sep 07 00:15:54.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114502026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114512026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114522026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114532026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114542026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114552026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.065 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114562026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114572026-09-07T00:15:54.843Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114582026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114592026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114602026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114612026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114622026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114632026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114642026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114652026-09-07T00:15:54.845Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114662026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114672026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114682026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114692026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114702026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114712026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114722026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114732026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114742026-09-07T00:15:54.846Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114752026-09-07T00:15:54.852Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114762026-09-07T00:15:54.852Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114772026-09-07T00:15:54.852Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114782026-09-07T00:15:54.852Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114792026-09-07T00:15:54.852Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114802026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114812026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114822026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114832026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114842026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114852026-09-07T00:15:54.853Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114862026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114872026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114882026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114892026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114902026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114912026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114922026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114932026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114942026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114952026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114962026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114972026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114982026-09-07T00:15:54.854Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114992026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115002026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115012026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115022026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115032026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO O| Info: ABL version: 0x100af010
115042026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115052026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115062026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115072026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115082026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115092026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115102026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115112026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115122026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115132026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115142026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115152026-09-07T00:15:54.855Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115162026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115172026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115182026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115192026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115202026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115212026-09-07T00:15:54.856Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115222026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115232026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115242026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115252026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115262026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115272026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.067 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115282026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115292026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115302026-09-07T00:15:54.857Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115312026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115322026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115332026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115342026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115352026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115362026-09-07T00:15:54.858Z[ host-image] Sep 07 00:15:54.068 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115372026-09-07T00:15:54.865Z[ recovery-image] Sep 07 00:15:54.089 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115382026-09-07T00:15:54.865Z[ recovery-image] Sep 07 00:15:54.089 INFO building ROM for gimlet
115392026-09-07T00:15:54.868Z[ recovery-image] Sep 07 00:15:54.089 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")
115402026-09-07T00:15:54.884Z[ host-image] Sep 07 00:15:54.107 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115412026-09-07T00:15:54.887Z[ host-image] Sep 07 00:15:54.107 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115422026-09-07T00:15:54.887Z[ host-image] Sep 07 00:15:54.107 INFO building ROM for gimlet
115432026-09-07T00:15:54.887Z[ host-image] Sep 07 00:15:54.107 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")
115442026-09-07T00:15:54.939Z[ host-image] Sep 07 00:15:54.161 INFO E| Blocking waiting for file lock on package cache
115452026-09-07T00:15:54.946Z[ recovery-image] Sep 07 00:15:54.170 INFO E| Blocking waiting for file lock on package cache
115462026-09-07T00:15:54.970Z[ host-image] Sep 07 00:15:54.193 INFO E| Blocking waiting for file lock on package cache
115472026-09-07T00:15:54.979Z[ recovery-image] Sep 07 00:15:54.203 INFO E| Blocking waiting for file lock on package cache
115482026-09-07T00:15:54.987Z[ recovery-image] Sep 07 00:15:54.211 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
115492026-09-07T00:15:54.991Z[ recovery-image] Sep 07 00:15:54.214 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`
115502026-09-07T00:15:54.996Z[ host-image] Sep 07 00:15:54.219 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
115512026-09-07T00:15:55.003Z[ host-image] Sep 07 00:15:54.224 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`
115522026-09-07T00:15:55.007Z[ recovery-image] Sep 07 00:15:54.228 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115532026-09-07T00:15:55.016Z[ host-image] Sep 07 00:15:54.240 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115542026-09-07T00:15:55.036Z[ host-image] Sep 07 00:15:54.260 INFO E| Blocking waiting for file lock on package cache
115552026-09-07T00:15:55.050Z[ recovery-image] Sep 07 00:15:54.274 INFO E| Blocking waiting for file lock on package cache
115562026-09-07T00:15:55.073Z[ host-image] Sep 07 00:15:54.297 INFO E| Blocking waiting for file lock on package cache
115572026-09-07T00:15:55.077Z[ recovery-image] Sep 07 00:15:54.297 INFO E| Blocking waiting for file lock on package cache
115582026-09-07T00:15:55.077Z[ host-image] Sep 07 00:15:54.298 INFO E| Blocking waiting for file lock on package cache
115592026-09-07T00:15:55.088Z[ recovery-image] Sep 07 00:15:54.312 INFO E| Blocking waiting for file lock on package cache
115602026-09-07T00:15:55.103Z[ recovery-image] Sep 07 00:15:54.326 INFO E| Blocking waiting for file lock on build directory
115612026-09-07T00:15:55.112Z[ host-image] Sep 07 00:15:54.335 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
115622026-09-07T00:15:55.115Z[ host-image] Sep 07 00:15:54.338 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`
115632026-09-07T00:15:55.122Z[ recovery-image] Sep 07 00:15:54.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
115642026-09-07T00:15:55.126Z[ recovery-image] Sep 07 00:15:54.350 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`
115652026-09-07T00:15:55.240Z[ host-image] Sep 07 00:15:54.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115662026-09-07T00:15:55.240Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115672026-09-07T00:15:55.245Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115682026-09-07T00:15:55.245Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115692026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115702026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115712026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115722026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115732026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115742026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115752026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115762026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115772026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115782026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115792026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115802026-09-07T00:15:55.246Z[ host-image] Sep 07 00:15:54.463 INFO O| Info: ABL version: 0x100f5010
115812026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.463 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115822026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115832026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115842026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115852026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115862026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115872026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115882026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115892026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115902026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115912026-09-07T00:15:55.247Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115922026-09-07T00:15:55.248Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115932026-09-07T00:15:55.248Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115942026-09-07T00:15:55.248Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115952026-09-07T00:15:55.249Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115962026-09-07T00:15:55.249Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115972026-09-07T00:15:55.249Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115982026-09-07T00:15:55.249Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115992026-09-07T00:15:55.249Z[ host-image] Sep 07 00:15:54.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
116002026-09-07T00:15:55.253Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
116012026-09-07T00:15:55.253Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
116022026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
116032026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
116042026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
116052026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
116062026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
116072026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
116082026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
116092026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
116102026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
116112026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
116122026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
116132026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
116142026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
116152026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.478 INFO O| Info: ABL version: 0x100f5010
116162026-09-07T00:15:55.259Z[ recovery-image] Sep 07 00:15:54.478 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
116172026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
116182026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
116192026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
116202026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
116212026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
116222026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
116232026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
116242026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
116252026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
116262026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
116272026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
116282026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
116292026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
116302026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
116312026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
116322026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
116332026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
116342026-09-07T00:15:55.260Z[ recovery-image] Sep 07 00:15:54.478 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
116352026-09-07T00:15:55.278Z[ host-image] Sep 07 00:15:54.502 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116362026-09-07T00:15:55.295Z[ recovery-image] Sep 07 00:15:54.518 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
116372026-09-07T00:15:55.295Z[ recovery-image] Sep 07 00:15:54.518 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116382026-09-07T00:15:56.499Z[ recovery-image] Sep 07 00:15:55.709 INFO image complete! materials are in "/work/os-recovery"
116392026-09-07T00:15:56.504Z[ recovery-image]
116402026-09-07T00:15:56.504Z[ recovery-image] real 3:32.493273203
116412026-09-07T00:15:56.504Z[ recovery-image] user 2:37.612423211
116422026-09-07T00:15:56.504Z[ recovery-image] sys 39.601990777
116432026-09-07T00:15:56.505Z[ recovery-image] trap 0.128031924
116442026-09-07T00:15:56.505Z[ recovery-image] tflt 0.607715923
116452026-09-07T00:15:56.506Z[ recovery-image] dflt 0.706220092
116462026-09-07T00:15:56.506Z[ recovery-image] kflt 0.000188370
116472026-09-07T00:15:56.506Z[ recovery-image] lock 8:17.784417499
116482026-09-07T00:15:56.506Z[ recovery-image] slp 19:06.445056046
116492026-09-07T00:15:56.506Z[ recovery-image] lat 35.173847225
116502026-09-07T00:15:56.506Z[ recovery-image] stop 8.976964446
116512026-09-07T00:15:56.506ZSep 07 00:15:55.713 INFO [recovery-image] process exited with exit status: 0 (212.498188495s)
116522026-09-07T00:15:56.506ZSep 07 00:15:55.713 INFO [tuf-v2-recovery] running task
116532026-09-07T00:15:56.506ZSep 07 00:15:55.714 INFO [tuf-v2-recovery] task succeeded (940.41µs)
116542026-09-07T00:15:58.866Z[ host-image] Sep 07 00:15:58.089 INFO image complete! materials are in "/work/os-host"
116552026-09-07T00:15:58.870Z[ host-image]
116562026-09-07T00:15:58.870Z[ host-image] real 4:06.498760998
116572026-09-07T00:15:58.870Z[ host-image] user 2:48.496471429
116582026-09-07T00:15:58.870Z[ host-image] sys 38.338389326
116592026-09-07T00:15:58.870Z[ host-image] trap 0.158484177
116602026-09-07T00:15:58.870Z[ host-image] tflt 0.279576030
116612026-09-07T00:15:58.870Z[ host-image] dflt 0.315433520
116622026-09-07T00:15:58.870Z[ host-image] kflt 0.004558561
116632026-09-07T00:15:58.870Z[ host-image] lock 4:53.867597437
116642026-09-07T00:15:58.870Z[ host-image] slp 21:28.557558949
116652026-09-07T00:15:58.870Z[ host-image] lat 27.761254903
116662026-09-07T00:15:58.870Z[ host-image] stop 1.596271587
116672026-09-07T00:15:58.870ZSep 07 00:15:58.094 INFO [host-image] process exited with exit status: 0 (246.5045642s)
116682026-09-07T00:15:58.871ZSep 07 00:15:58.094 INFO [tuf-v2-host] running task
116692026-09-07T00:15:58.871ZSep 07 00:15:58.094 INFO [tuf-repo] running task
116702026-09-07T00:15:58.879ZSep 07 00:15:58.094 INFO [tuf-v2-host] task succeeded (558.101µs)
116712026-09-07T00:15:58.879ZSep 07 00:15:58.094 INFO [tuf-v2-repo] running task
116722026-09-07T00:16:13.118ZSep 07 00:16:12.341 INFO assembling repository in `/tmp/tufaceousUi4ukn`, component: OmicronRepoAssembler
116732026-09-07T00:16:15.853ZSep 07 00:16:15.077 INFO [tuf-v2-repo] task succeeded (16.982587205s)
116742026-09-07T00:16:18.302ZSep 07 00:16:17.523 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116752026-09-07T00:16:18.479ZSep 07 00:16:17.701 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
116762026-09-07T00:16:20.109ZSep 07 00:16:19.332 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
116772026-09-07T00:16:20.163ZSep 07 00:16:19.385 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
116782026-09-07T00:16:20.219ZSep 07 00:16:19.434 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116792026-09-07T00:16:20.278ZSep 07 00:16:19.487 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116802026-09-07T00:16:20.312ZSep 07 00:16:19.534 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116812026-09-07T00:16:20.362ZSep 07 00:16:19.585 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116822026-09-07T00:16:20.410ZSep 07 00:16:19.633 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116832026-09-07T00:16:28.117ZSep 07 00:16:27.299 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
116842026-09-07T00:16:28.121ZSep 07 00:16:27.305 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
116852026-09-07T00:16:28.121ZSep 07 00:16:27.329 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
116862026-09-07T00:16:28.163ZSep 07 00:16:27.386 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116872026-09-07T00:16:28.221ZSep 07 00:16:27.445 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116882026-09-07T00:16:28.278ZSep 07 00:16:27.501 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116892026-09-07T00:16:28.344ZSep 07 00:16:27.568 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
116902026-09-07T00:16:28.350ZSep 07 00:16:27.574 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
116912026-09-07T00:16:28.373ZSep 07 00:16:27.597 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
116922026-09-07T00:16:29.493ZSep 07 00:16:28.717 INFO [tuf-repo] task succeeded (30.623139629s)
116932026-09-07T00:19:41.649Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 14s
116942026-09-07T00:19:41.653Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116952026-09-07T00:19:41.653Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116962026-09-07T00:19:44.313ZSep 07 00:19:43.534 INFO [verify-libraries] process exited with exit status: 0 (440.551971942s)
116972026-09-07T00:19:44.313ZSep 07 00:19:43.535 INFO all jobs completed in 1205.824658772s
116982026-09-07T00:19:45.244Zprocess exited: duration 1427220 ms, exit code 0
 
116992026-09-07T00:19:45.257Zfound 41 output files
117002026-09-07T00:19:45.257Zuploading: /work/manifest.toml (17334 bytes)
117012026-09-07T00:19:46.271Zuploaded: /work/manifest.toml
117022026-09-07T00:19:46.271Zuploading: /work/repo.zip (2356440568 bytes)
117032026-09-07T00:20:20.754Zuploaded: /work/repo.zip
117042026-09-07T00:20:20.754Zuploading: /work/repo.zip.sha256.txt (65 bytes)
117052026-09-07T00:20:21.763Zuploaded: /work/repo.zip.sha256.txt
117062026-09-07T00:20:21.763Zuploading: /work/helios.json (647 bytes)
117072026-09-07T00:20:22.775Zuploaded: /work/helios.json
117082026-09-07T00:20:22.775Zuploading: /work/incorporation.p5m (113595 bytes)
117092026-09-07T00:20:23.792Zuploaded: /work/incorporation.p5m
117102026-09-07T00:20:23.795Zuploading: /work/incorporation.p5p (133120 bytes)
117112026-09-07T00:20:24.808Zuploaded: /work/incorporation.p5p
117122026-09-07T00:20:24.808Zuploading: /work/helios-incorp.log (522 bytes)
117132026-09-07T00:20:25.819Zuploaded: /work/helios-incorp.log
117142026-09-07T00:20:25.819Zuploading: /work/helios-setup.log (57206 bytes)
117152026-09-07T00:20:26.833Zuploaded: /work/helios-setup.log
117162026-09-07T00:20:26.833Zuploading: /work/host-image.log (235703 bytes)
117172026-09-07T00:20:27.851Zuploaded: /work/host-image.log
117182026-09-07T00:20:27.851Zuploading: /work/host-package.log (50319 bytes)
117192026-09-07T00:20:28.866Zuploaded: /work/host-package.log
117202026-09-07T00:20:28.867Zuploading: /work/host-target.log (101 bytes)
117212026-09-07T00:20:29.876Zuploaded: /work/host-target.log
117222026-09-07T00:20:29.876Zuploading: /work/incorp-create.log (0 bytes)
117232026-09-07T00:20:30.886Zuploaded: /work/incorp-create.log
117242026-09-07T00:20:30.886Zuploading: /work/incorp-fmt.log (0 bytes)
117252026-09-07T00:20:31.893Zuploaded: /work/incorp-fmt.log
117262026-09-07T00:20:31.893Zuploading: /work/incorp-pkgsend.log (108 bytes)
117272026-09-07T00:20:32.904Zuploaded: /work/incorp-pkgsend.log
117282026-09-07T00:20:32.904Zuploading: /work/incorp-publisher.log (0 bytes)
117292026-09-07T00:20:33.912Zuploaded: /work/incorp-publisher.log
117302026-09-07T00:20:33.914Zuploading: /work/omicron-package.log (10502 bytes)
117312026-09-07T00:20:34.925Zuploaded: /work/omicron-package.log
117322026-09-07T00:20:34.928Zuploading: /work/recovery-image.log (591254 bytes)
117332026-09-07T00:20:35.947Zuploaded: /work/recovery-image.log
117342026-09-07T00:20:35.950Zuploading: /work/recovery-package.log (2764 bytes)
117352026-09-07T00:20:36.959Zuploaded: /work/recovery-package.log
117362026-09-07T00:20:36.959Zuploading: /work/recovery-target.log (98 bytes)
117372026-09-07T00:20:37.968Zuploaded: /work/recovery-target.log
117382026-09-07T00:20:37.968Zuploading: /work/stamp-clickhouse.log (117 bytes)
117392026-09-07T00:20:38.979Zuploaded: /work/stamp-clickhouse.log
117402026-09-07T00:20:38.979Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117412026-09-07T00:20:39.991Zuploaded: /work/stamp-clickhouse_keeper.log
117422026-09-07T00:20:39.991Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117432026-09-07T00:20:40.999Zuploaded: /work/stamp-clickhouse_server.log
117442026-09-07T00:20:40.999Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117452026-09-07T00:20:42.010Zuploaded: /work/stamp-cockroachdb.log
117462026-09-07T00:20:42.010Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117472026-09-07T00:20:43.021Zuploaded: /work/stamp-crucible-pantry-zone.log
117482026-09-07T00:20:43.022Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117492026-09-07T00:20:44.035Zuploaded: /work/stamp-crucible-utils.log
117502026-09-07T00:20:44.035Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117512026-09-07T00:20:45.048Zuploaded: /work/stamp-crucible-zone.log
117522026-09-07T00:20:45.051Zuploading: /work/stamp-external-dns.log (119 bytes)
117532026-09-07T00:20:46.061Zuploaded: /work/stamp-external-dns.log
117542026-09-07T00:20:46.061Zuploading: /work/stamp-installinator.log (103 bytes)
117552026-09-07T00:20:47.076Zuploaded: /work/stamp-installinator.log
117562026-09-07T00:20:47.076Zuploading: /work/stamp-internal-dns.log (119 bytes)
117572026-09-07T00:20:48.091Zuploaded: /work/stamp-internal-dns.log
117582026-09-07T00:20:48.092Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117592026-09-07T00:20:49.113Zuploaded: /work/stamp-mg-ddm-gz.log
117602026-09-07T00:20:49.113Zuploading: /work/stamp-nexus.log (112 bytes)
117612026-09-07T00:20:50.124Zuploaded: /work/stamp-nexus.log
117622026-09-07T00:20:50.125Zuploading: /work/stamp-ntp.log (110 bytes)
117632026-09-07T00:20:51.143Zuploaded: /work/stamp-ntp.log
117642026-09-07T00:20:51.143Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117652026-09-07T00:20:52.185Zuploaded: /work/stamp-omicron-sled-agent.log
117662026-09-07T00:20:52.186Zuploading: /work/stamp-overlay.log (114 bytes)
117672026-09-07T00:20:53.203Zuploaded: /work/stamp-overlay.log
117682026-09-07T00:20:53.203Zuploading: /work/stamp-oximeter.log (115 bytes)
117692026-09-07T00:20:54.217Zuploaded: /work/stamp-oximeter.log
117702026-09-07T00:20:54.217Zuploading: /work/stamp-oxlog.log (109 bytes)
117712026-09-07T00:20:55.229Zuploaded: /work/stamp-oxlog.log
117722026-09-07T00:20:55.229Zuploading: /work/stamp-probe.log (112 bytes)
117732026-09-07T00:20:56.251Zuploaded: /work/stamp-probe.log
117742026-09-07T00:20:56.251Zuploading: /work/stamp-propolis-server.log (122 bytes)
117752026-09-07T00:20:57.264Zuploaded: /work/stamp-propolis-server.log
117762026-09-07T00:20:57.264Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
117772026-09-07T00:20:58.282Zuploaded: /work/stamp-pumpkind-gz.log
117782026-09-07T00:20:58.282Zuploading: /work/stamp-switch-asic.log (118 bytes)
117792026-09-07T00:20:59.302Zuploaded: /work/stamp-switch-asic.log
117802026-09-07T00:20:59.302Zuploading: /work/verify-libraries.log (49268 bytes)
117812026-09-07T00:21:00.321Zuploaded: /work/verify-libraries.log