01M2TN9TYF50T00VE8AKFQPYVB: 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: 01M2TNANX93J43GF0V31G3G1C2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-18T16:25:18.005Zjob assigned to worker 01M2TNAY7KNQ4CG1YV1RF9GFMF [factory aws, i-044bcdd4bd32208af] (queued for 53 s)
 
22026-09-18T16:25:25.225Zstarting task 0: "setup"
32026-09-18T16:25:25.229Z++ uname -s
42026-09-18T16:25:25.233Z+ kern=SunOS
52026-09-18T16:25:25.233Z+ build_user=build
62026-09-18T16:25:25.233Z+ build_uid=12345
72026-09-18T16:25:25.233Z+ work_dir=/work
82026-09-18T16:25:25.233Z+ input_dir=/input
92026-09-18T16:25:25.233Z+ [[ 0 == 12345 ]]
102026-09-18T16:25:25.233Z+ case "$kern" in
112026-09-18T16:25:25.233Z+ groupadd -g 12345 build
122026-09-18T16:25:25.237Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-18T16:25:27.240Z+ zfs create -o mountpoint=/work rpool/work
142026-09-18T16:25:27.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-18T16:25:27.421Z+ home_fs=zfs
162026-09-18T16:25:27.421Z+ [[ zfs == autofs ]]
172026-09-18T16:25:27.421Z+ mkdir -p /home/build
182026-09-18T16:25:27.421Z+ chown build:build /home/build /work
192026-09-18T16:25:29.423Z+ chmod 0700 /home/build /work
202026-09-18T16:25:29.427Zprocess exited: duration 4203 ms, exit code 0
 
212026-09-18T16:25:29.438Zstarting task 1: "rust-toolchain"
222026-09-18T16:25:29.442Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-18T16:25:29.442Z * rust toolchain channel = "1.98.1"
242026-09-18T16:25:29.442Z * rust toolchain profile = "default"
252026-09-18T16:25:29.442Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-18T16:25:29.442Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-18T16:25:29.442Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-18T16:25:29.446Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-18T16:25:29.446Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-18T16:25:29.529Zinfo: downloading installer
312026-09-18T16:25:30.887Zinfo: profile set to default
322026-09-18T16:25:30.887Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-18T16:25:30.892Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-18T16:25:31.052Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-18T16:25:31.057Zinfo: downloading 6 components
362026-09-18T16:25:46.907Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-18T16:25:46.907Z
382026-09-18T16:25:46.936Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-18T16:25:46.936Z
402026-09-18T16:25:46.940Z
412026-09-18T16:25:46.940ZRust is installed now. Great!
422026-09-18T16:25:46.940Z
432026-09-18T16:25:46.940ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-18T16:25:46.940Zenvironment variable. This has not been done automatically.
452026-09-18T16:25:46.940Z
462026-09-18T16:25:46.940ZTo configure your current shell, you need to source
472026-09-18T16:25:46.940Zthe corresponding env file under $HOME/.cargo.
482026-09-18T16:25:46.940Z
492026-09-18T16:25:46.940ZConsider running the right command for your shell (note the leading DOT):
502026-09-18T16:25:46.940Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-18T16:25:46.940Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-18T16:25:46.940ZCC_x86_64-unknown-illumos = None
532026-09-18T16:25:46.940Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-18T16:25:46.940ZCC_x86_64_unknown_illumos = None
552026-09-18T16:25:46.941Zcargo:rerun-if-env-changed=HOST_CC
562026-09-18T16:25:46.941ZHOST_CC = None
572026-09-18T16:25:46.941Zcargo:rerun-if-env-changed=CC
582026-09-18T16:25:46.941ZCC = None
592026-09-18T16:25:46.941Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-18T16:25:47.109Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-18T16:25:47.109ZCRATE_CC_NO_DEFAULTS = None
622026-09-18T16:25:47.109Zcargo:rerun-if-env-changed=CFLAGS
632026-09-18T16:25:47.109ZCFLAGS = None
642026-09-18T16:25:47.109Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-18T16:25:47.109ZHOST_CFLAGS = None
662026-09-18T16:25:47.109Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-18T16:25:47.109ZCFLAGS_x86_64_unknown_illumos = None
682026-09-18T16:25:47.109Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-18T16:25:47.109ZCFLAGS_x86_64-unknown-illumos = None
702026-09-18T16:25:47.217Z+ rustup --version
712026-09-18T16:25:47.222Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-18T16:25:47.226Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-18T16:25:47.244Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-18T16:25:47.247Z+ cargo --version
752026-09-18T16:25:47.256Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-18T16:25:47.259Z+ rustc --version
772026-09-18T16:25:47.278Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-18T16:25:47.283Zprocess exited: duration 17842 ms, exit code 0
 
792026-09-18T16:25:47.291Zstarting task 2: "authentication"
802026-09-18T16:25:47.310Zprocess exited: duration 18 ms, exit code 0
 
812026-09-18T16:25:47.320Zstarting task 3: "clone repository"
822026-09-18T16:25:47.323Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-18T16:25:47.326Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-18T16:25:47.357ZCloning into '/work/oxidecomputer/omicron'...
852026-09-18T16:26:02.785Z+ cd /work/oxidecomputer/omicron
862026-09-18T16:26:02.785Z+ git fetch origin 2afd7ff5d6958d17849436f226f82893e134cb8b
872026-09-18T16:26:03.100ZFrom https://github.com/oxidecomputer/omicron
882026-09-18T16:26:03.100Z * branch 2afd7ff5d6958d17849436f226f82893e134cb8b -> FETCH_HEAD
892026-09-18T16:26:03.115Z+ [[ -n ixi/bump-propolis-20260917 ]]
902026-09-18T16:26:03.122Z++ git branch --show-current
912026-09-18T16:26:03.122Z+ current=main
922026-09-18T16:26:03.122Z+ [[ main != ixi/bump-propolis-20260917 ]]
932026-09-18T16:26:03.122Z+ git branch -f ixi/bump-propolis-20260917 2afd7ff5d6958d17849436f226f82893e134cb8b
942026-09-18T16:26:03.122Z+ git checkout -f ixi/bump-propolis-20260917
952026-09-18T16:26:03.168ZSwitched to branch 'ixi/bump-propolis-20260917'
962026-09-18T16:26:03.173Z+ git reset --hard 2afd7ff5d6958d17849436f226f82893e134cb8b
972026-09-18T16:26:03.218ZHEAD is now at 2afd7ff5d Merge branch 'main' into ixi/bump-propolis-20260917
982026-09-18T16:26:03.223Zprocess exited: duration 15898 ms, exit code 0
 
992026-09-18T16:26:03.232Zstarting task 4: "build"
1002026-09-18T16:26:03.238Z+ source .github/buildomat/ci-env.sh
1012026-09-18T16:26:03.238Z++ export CARGO_TERM_COLOR=always
1022026-09-18T16:26:03.238Z++ CARGO_TERM_COLOR=always
1032026-09-18T16:26:03.241Z+++ uname -s
1042026-09-18T16:26:03.241Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-18T16:26:03.241Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-18T16:26:03.244Z+ cargo --version
1072026-09-18T16:26:03.255Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-18T16:26:03.261Z+ rustc --version
1092026-09-18T16:26:03.274Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-18T16:26:03.279Z+ cargo tree --locked
1112026-09-18T16:26:03.442Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-18T16:26:03.902Z Updating crates.io index
1132026-09-18T16:26:03.906Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-18T16:26:04.200Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-18T16:26:04.614Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-18T16:26:04.928Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-18T16:26:05.946Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-18T16:26:06.522Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-18T16:26:08.163Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-18T16:26:09.014Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-18T16:26:09.298Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-18T16:26:09.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-18T16:26:10.867Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-18T16:26:11.172Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-18T16:26:11.570Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-18T16:26:11.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-18T16:26:12.196Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-18T16:26:12.485Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-18T16:26:12.793Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-18T16:26:13.075Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-18T16:26:13.373Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-18T16:26:13.753Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-18T16:26:14.367Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-18T16:26:14.731Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-18T16:26:15.319Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-18T16:26:15.735Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-18T16:26:16.024Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-18T16:26:16.482Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-18T16:26:17.085Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-18T16:26:17.528Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-18T16:26:18.343Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-18T16:26:18.635Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-18T16:26:18.967Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-18T16:26:19.353Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-18T16:26:19.919Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-18T16:26:20.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-18T16:26:20.576Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-18T16:26:20.871Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-18T16:26:21.202Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-18T16:26:21.461Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-18T16:26:21.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-18T16:26:22.201Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-18T16:26:22.506Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-18T16:26:22.920Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-18T16:26:25.370Z Downloading crates ...
1562026-09-18T16:26:25.434Z Downloaded constant_time_eq v0.4.2
1572026-09-18T16:26:25.440Z Downloaded clap v4.6.1
1582026-09-18T16:26:25.445Z Downloaded addr2line v0.25.1
1592026-09-18T16:26:25.452Z Downloaded diesel_table_macro_syntax v0.3.0
1602026-09-18T16:26:25.452Z Downloaded httpdate v1.0.3
1612026-09-18T16:26:25.455Z Downloaded derive_builder_macro v0.20.2
1622026-09-18T16:26:25.455Z Downloaded cobs v0.3.0
1632026-09-18T16:26:25.460Z Downloaded heapless v0.8.0
1642026-09-18T16:26:25.460Z Downloaded headers-core v0.3.0
1652026-09-18T16:26:25.460Z Downloaded darling_macro v0.21.3
1662026-09-18T16:26:25.460Z Downloaded is-terminal v0.4.17
1672026-09-18T16:26:25.465Z Downloaded colorchoice v1.0.4
1682026-09-18T16:26:25.465Z Downloaded compression-core v0.4.31
1692026-09-18T16:26:25.465Z Downloaded cpufeatures v0.3.0
1702026-09-18T16:26:25.470Z Downloaded itertools v0.10.5
1712026-09-18T16:26:25.470Z Downloaded cmake v0.1.57
1722026-09-18T16:26:25.478Z Downloaded cmov v0.5.4
1732026-09-18T16:26:25.478Z Downloaded http-body-util v0.1.3
1742026-09-18T16:26:25.478Z Downloaded http-body v1.0.1
1752026-09-18T16:26:25.478Z Downloaded http-range v0.1.5
1762026-09-18T16:26:25.483Z Downloaded crc v3.4.0
1772026-09-18T16:26:25.483Z Downloaded diesel-dtrace v0.5.0
1782026-09-18T16:26:25.483Z Downloaded guppy v0.17.25
1792026-09-18T16:26:25.489Z Downloaded crunchy v0.2.4
1802026-09-18T16:26:25.489Z Downloaded console v0.15.11
1812026-09-18T16:26:25.489Z Downloaded compression-codecs v0.4.37
1822026-09-18T16:26:25.489Z Downloaded critical-section v1.2.0
1832026-09-18T16:26:25.499Z Downloaded derive_builder v0.20.2
1842026-09-18T16:26:25.499Z Downloaded const-oid v0.9.6
1852026-09-18T16:26:25.503Z Downloaded heck v0.5.0
1862026-09-18T16:26:25.503Z Downloaded defmt-parser v1.0.0
1872026-09-18T16:26:25.503Z Downloaded convert_case v0.4.0
1882026-09-18T16:26:25.506Z Downloaded darling_macro v0.20.11
1892026-09-18T16:26:25.510Z Downloaded crc-catalog v2.4.0
1902026-09-18T16:26:25.510Z Downloaded clang-sys v1.8.1
1912026-09-18T16:26:25.510Z Downloaded const_format_proc_macros v0.2.34
1922026-09-18T16:26:25.513Z Downloaded hostname v0.4.2
1932026-09-18T16:26:25.513Z Downloaded ctutils v0.4.2
1942026-09-18T16:26:25.517Z Downloaded delegate v0.13.5
1952026-09-18T16:26:25.517Z Downloaded corncobs v0.1.4
1962026-09-18T16:26:25.517Z Downloaded idna_adapter v1.2.1
1972026-09-18T16:26:25.517Z Downloaded cpufeatures v0.2.17
1982026-09-18T16:26:25.517Z Downloaded crc8 v0.1.1
1992026-09-18T16:26:25.522Z Downloaded hex-literal v1.1.0
2002026-09-18T16:26:25.522Z Downloaded hubpack_derive v0.1.1
2012026-09-18T16:26:25.522Z Downloaded async-stream-impl v0.3.6
2022026-09-18T16:26:25.537Z Downloaded darling v0.21.3
2032026-09-18T16:26:25.542Z Downloaded hex-literal v0.4.1
2042026-09-18T16:26:25.542Z Downloaded crypto-common v0.1.7
2052026-09-18T16:26:25.542Z Downloaded is_terminal_polyfill v1.70.2
2062026-09-18T16:26:25.542Z Downloaded defmt v0.3.100
2072026-09-18T16:26:25.542Z Downloaded hubpack v0.1.2
2082026-09-18T16:26:25.543Z Downloaded curve25519-dalek-derive v0.1.1
2092026-09-18T16:26:25.546Z Downloaded cpubits v0.1.1
2102026-09-18T16:26:25.546Z Downloaded darling_macro v0.13.4
2112026-09-18T16:26:25.546Z Downloaded heck v0.4.1
2122026-09-18T16:26:25.550Z Downloaded illumos-nvpair v0.3.0
2132026-09-18T16:26:25.550Z Downloaded instant v0.1.13
2142026-09-18T16:26:25.550Z Downloaded crucible-workspace-hack v0.1.0
2152026-09-18T16:26:25.550Z Downloaded debug-ignore v1.0.5
2162026-09-18T16:26:25.558Z Downloaded hyper-tls v0.6.0
2172026-09-18T16:26:25.558Z Downloaded illumos-nvpair-sys v0.2.0
2182026-09-18T16:26:25.558Z Downloaded inout v0.1.4
2192026-09-18T16:26:25.558Z Downloaded cstr-argument v0.1.2
2202026-09-18T16:26:25.561Z Downloaded indoc v1.0.9
2212026-09-18T16:26:25.561Z Downloaded assert_matches v1.5.0
2222026-09-18T16:26:25.562Z Downloaded cipher v0.5.2
2232026-09-18T16:26:25.562Z Downloaded crossbeam-deque v0.8.6
2242026-09-18T16:26:25.562Z Downloaded clap_lex v1.0.0
2252026-09-18T16:26:25.562Z Downloaded indent_write v2.2.0
2262026-09-18T16:26:25.564Z Downloaded inout v0.2.2
2272026-09-18T16:26:25.569Z Downloaded home v0.5.12
2282026-09-18T16:26:25.569Z Downloaded instability v0.3.11
2292026-09-18T16:26:25.569Z Downloaded ctr v0.10.1
2302026-09-18T16:26:25.569Z Downloaded der_derive v0.7.3
2312026-09-18T16:26:25.569Z Downloaded internet-checksum v0.2.1
2322026-09-18T16:26:25.569Z Downloaded darling_macro v0.23.0
2332026-09-18T16:26:25.569Z Downloaded hash32 v0.3.1
2342026-09-18T16:26:25.573Z Downloaded is_ci v1.2.0
2352026-09-18T16:26:25.573Z Downloaded guppy-workspace-hack v0.1.0
2362026-09-18T16:26:25.573Z Downloaded ident_case v1.0.1
2372026-09-18T16:26:25.573Z Downloaded data-encoding v2.10.0
2382026-09-18T16:26:25.573Z Downloaded constant_time_eq v0.3.1
2392026-09-18T16:26:25.576Z Downloaded hash32 v0.2.1
2402026-09-18T16:26:25.577Z Downloaded hex v0.4.3
2412026-09-18T16:26:25.580Z Downloaded atty v0.2.14
2422026-09-18T16:26:25.581Z Downloaded base16ct v1.0.0
2432026-09-18T16:26:25.585Z Downloaded hmac v0.13.0
2442026-09-18T16:26:25.589Z Downloaded concurrent-queue v2.5.0
2452026-09-18T16:26:25.589Z Downloaded darling_core v0.13.4
2462026-09-18T16:26:25.589Z Downloaded console v0.16.2
2472026-09-18T16:26:25.593Z Downloaded group v0.14.0
2482026-09-18T16:26:25.593Z Downloaded cfg_aliases v0.2.1
2492026-09-18T16:26:25.597Z Downloaded daft-derive v0.1.8
2502026-09-18T16:26:25.601Z Downloaded cast v0.3.0
2512026-09-18T16:26:25.601Z Downloaded block-padding v0.4.2
2522026-09-18T16:26:25.605Z Downloaded openssl-macros v0.1.1
2532026-09-18T16:26:25.605Z Downloaded parse-display v0.10.0
2542026-09-18T16:26:25.611Z Downloaded darling v0.13.4
2552026-09-18T16:26:25.611Z Downloaded group v0.13.0
2562026-09-18T16:26:25.611Z Downloaded defmt v1.0.1
2572026-09-18T16:26:25.617Z Downloaded derive_builder_core v0.20.2
2582026-09-18T16:26:25.617Z Downloaded criterion-plot v0.6.0
2592026-09-18T16:26:25.617Z Downloaded crypto-common v0.2.2
2602026-09-18T16:26:25.617Z Downloaded bitfield v0.19.4
2612026-09-18T16:26:25.623Z Downloaded derive-ex v0.1.8
2622026-09-18T16:26:25.623Z Downloaded ipnet v2.12.0
2632026-09-18T16:26:25.623Z Downloaded indoc v2.0.7
2642026-09-18T16:26:25.623Z Downloaded hostname v0.3.1
2652026-09-18T16:26:25.623Z Downloaded hyper-staticfile v0.10.1
2662026-09-18T16:26:25.629Z Downloaded daft v0.1.8
2672026-09-18T16:26:25.629Z Downloaded anes v0.1.6
2682026-09-18T16:26:25.629Z Downloaded async-object-pool v0.2.0
2692026-09-18T16:26:25.629Z Downloaded ingot-types v0.2.0
2702026-09-18T16:26:25.629Z Downloaded colored v3.1.1
2712026-09-18T16:26:25.637Z Downloaded humantime v2.3.0
2722026-09-18T16:26:25.637Z Downloaded ipnetwork v0.21.1
2732026-09-18T16:26:25.637Z Downloaded crossbeam-utils v0.8.21
2742026-09-18T16:26:25.637Z Downloaded clap_derive v4.6.1
2752026-09-18T16:26:25.637Z Downloaded colored v2.2.0
2762026-09-18T16:26:25.637Z Downloaded defmt-macros v1.0.1
2772026-09-18T16:26:25.637Z Downloaded ingot v0.2.1
2782026-09-18T16:26:25.688Z Downloaded highway v1.3.0
2792026-09-18T16:26:25.688Z Downloaded crc32fast v1.5.0
2802026-09-18T16:26:25.688Z Downloaded plotters-svg v0.3.7
2812026-09-18T16:26:25.688Z Downloaded arrayvec v0.7.6
2822026-09-18T16:26:25.688Z Downloaded predicates-core v1.0.10
2832026-09-18T16:26:25.688Z Downloaded proc-macro-crate v1.3.1
2842026-09-18T16:26:25.688Z Downloaded quick-error v1.2.3
2852026-09-18T16:26:25.688Z Downloaded crypto-bigint v0.5.5
2862026-09-18T16:26:25.688Z Downloaded half v1.8.3
2872026-09-18T16:26:25.688Z Downloaded cookie_store v0.22.1
2882026-09-18T16:26:25.688Z Downloaded hyper-rustls v0.27.7
2892026-09-18T16:26:25.688Z Downloaded datatest-stable v0.3.3
2902026-09-18T16:26:25.689Z Downloaded compact_str v0.8.1
2912026-09-18T16:26:25.689Z Downloaded httptest v0.16.4
2922026-09-18T16:26:25.689Z Downloaded impl-trait-for-tuples v0.2.3
2932026-09-18T16:26:25.689Z Downloaded cexpr v0.6.0
2942026-09-18T16:26:25.689Z Downloaded proc-macro-crate v3.4.0
2952026-09-18T16:26:25.689Z Downloaded recursive-proc-macro-impl v0.1.1
2962026-09-18T16:26:25.689Z Downloaded radium v0.7.0
2972026-09-18T16:26:25.689Z Downloaded buf-list v1.1.2
2982026-09-18T16:26:25.689Z Downloaded backoff v0.4.0
2992026-09-18T16:26:25.689Z Downloaded pin-project-internal v1.1.11
3002026-09-18T16:26:25.689Z Downloaded rfc6979 v0.4.0
3012026-09-18T16:26:25.689Z Downloaded convert_case v0.10.0
3022026-09-18T16:26:25.689Z Downloaded crossbeam-epoch v0.9.18
3032026-09-18T16:26:25.689Z Downloaded scheduled-thread-pool v0.2.7
3042026-09-18T16:26:25.689Z Downloaded scroll_derive v0.12.1
3052026-09-18T16:26:25.689Z Downloaded darling v0.20.11
3062026-09-18T16:26:25.693Z Downloaded sapling-renderdag v0.1.0
3072026-09-18T16:26:25.693Z Downloaded phf v0.13.1
3082026-09-18T16:26:25.693Z Downloaded deranged v0.5.8
3092026-09-18T16:26:25.693Z Downloaded pem-rfc7468 v0.7.0
3102026-09-18T16:26:25.693Z Downloaded httparse v1.10.1
3112026-09-18T16:26:25.693Z Downloaded oxide-update-engine-display v0.1.2
3122026-09-18T16:26:25.693Z Downloaded hmac v0.12.1
3132026-09-18T16:26:25.693Z Downloaded password-hash v0.5.0
3142026-09-18T16:26:25.693Z Downloaded seq-macro v0.3.6
3152026-09-18T16:26:25.693Z Downloaded secrecy v0.10.3
3162026-09-18T16:26:25.693Z Downloaded sha1 v0.10.6
3172026-09-18T16:26:25.693Z Downloaded des v0.9.0
3182026-09-18T16:26:25.693Z Downloaded packed_struct v0.10.1
3192026-09-18T16:26:25.697Z Downloaded darling v0.23.0
3202026-09-18T16:26:25.697Z Downloaded derive-where v1.6.0
3212026-09-18T16:26:25.700Z Downloaded iana-time-zone v0.1.65
3222026-09-18T16:26:25.700Z Downloaded oxide-generation v0.1.3
3232026-09-18T16:26:25.707Z Downloaded peg v0.8.5
3242026-09-18T16:26:25.707Z Downloaded csv-core v0.1.13
3252026-09-18T16:26:25.708Z Downloaded const_format v0.2.35
3262026-09-18T16:26:25.711Z Downloaded pkg-config v0.3.32
3272026-09-18T16:26:25.711Z Downloaded polyval v0.7.1
3282026-09-18T16:26:25.711Z Downloaded hickory-client v0.25.2
3292026-09-18T16:26:25.711Z Downloaded argon2 v0.5.3
3302026-09-18T16:26:25.711Z Downloaded crc-any v2.5.0
3312026-09-18T16:26:25.714Z Downloaded derive_more-impl v2.1.1
3322026-09-18T16:26:25.719Z Downloaded postgres-protocol v0.6.12
3332026-09-18T16:26:25.719Z Downloaded bitflags v2.11.0
3342026-09-18T16:26:25.722Z Downloaded camino v1.2.5
3352026-09-18T16:26:25.722Z Downloaded once_cell v1.21.3
3362026-09-18T16:26:25.722Z Downloaded anyhow v1.0.104
3372026-09-18T16:26:25.725Z Downloaded proc-macro-error v1.0.4
3382026-09-18T16:26:25.725Z Downloaded rand_core v0.10.0
3392026-09-18T16:26:25.725Z Downloaded rustls-native-certs v0.8.3
3402026-09-18T16:26:25.729Z Downloaded tagptr v0.2.0
3412026-09-18T16:26:25.729Z Downloaded take_mut v0.2.2
3422026-09-18T16:26:25.729Z Downloaded testing_table v0.3.0
3432026-09-18T16:26:25.729Z Downloaded sqlparser_derive v0.5.0
3442026-09-18T16:26:25.729Z Downloaded slog-bunyan v2.5.0
3452026-09-18T16:26:25.733Z Downloaded hickory-resolver v0.24.4
3462026-09-18T16:26:25.733Z Downloaded tokio-macros v2.7.0
3472026-09-18T16:26:25.733Z Downloaded sponge-cursor v0.1.0
3482026-09-18T16:26:25.737Z Downloaded strum v0.27.2
3492026-09-18T16:26:25.737Z Downloaded supports-unicode v3.0.0
3502026-09-18T16:26:25.737Z Downloaded subtle v2.6.1
3512026-09-18T16:26:25.737Z Downloaded hybrid-array v0.4.13
3522026-09-18T16:26:25.740Z Downloaded cookie v0.18.1
3532026-09-18T16:26:25.740Z Downloaded resolv-conf v0.7.6
3542026-09-18T16:26:25.743Z Downloaded russh-cryptovec v0.62.0
3552026-09-18T16:26:25.743Z Downloaded rustls-pemfile v2.2.0
3562026-09-18T16:26:25.743Z Downloaded scroll v0.13.0
3572026-09-18T16:26:25.743Z Downloaded serde_derive_internals v0.29.1
3582026-09-18T16:26:25.747Z Downloaded serde_with_macros v1.5.2
3592026-09-18T16:26:25.747Z Downloaded derive_more v0.99.20
3602026-09-18T16:26:25.750Z Downloaded terminal_size v0.4.3
3612026-09-18T16:26:25.750Z Downloaded tower-service v0.3.3
3622026-09-18T16:26:25.754Z Downloaded toml_datetime v0.6.11
3632026-09-18T16:26:25.754Z Downloaded unicode-xid v0.2.6
3642026-09-18T16:26:25.757Z Downloaded usdt v0.5.0
3652026-09-18T16:26:25.763Z Downloaded pest_derive v2.8.6
3662026-09-18T16:26:25.766Z Downloaded ignore v0.4.25
3672026-09-18T16:26:25.766Z Downloaded partial-io v0.5.4
3682026-09-18T16:26:25.766Z Downloaded unarray v0.1.4
3692026-09-18T16:26:25.766Z Downloaded tower-layer v0.3.3
3702026-09-18T16:26:25.769Z Downloaded shlex v1.3.0
3712026-09-18T16:26:25.769Z Downloaded indexmap v1.9.3
3722026-09-18T16:26:25.773Z Downloaded stringprep v0.1.5
3732026-09-18T16:26:25.773Z Downloaded utf-8 v0.7.6
3742026-09-18T16:26:25.773Z Downloaded icu_properties v2.1.2
3752026-09-18T16:26:25.776Z Downloaded ingot-macros v0.2.0
3762026-09-18T16:26:25.776Z Downloaded icu_provider v2.1.1
3772026-09-18T16:26:25.780Z Downloaded unicode-truncate v1.1.0
3782026-09-18T16:26:25.780Z Downloaded xattr v1.6.1
3792026-09-18T16:26:25.780Z Downloaded signal-hook-tokio v0.3.1
3802026-09-18T16:26:25.780Z Downloaded void v1.0.2
3812026-09-18T16:26:25.780Z Downloaded waitgroup v0.1.2
3822026-09-18T16:26:25.784Z Downloaded wait-timeout v0.2.1
3832026-09-18T16:26:25.784Z Downloaded xshell-macros v0.2.7
3842026-09-18T16:26:25.784Z Downloaded ppv-lite86 v0.2.21
3852026-09-18T16:26:25.784Z Downloaded serdect v0.4.3
3862026-09-18T16:26:25.784Z Downloaded parking_lot v0.11.2
3872026-09-18T16:26:25.788Z Downloaded stringmetrics v2.2.2
3882026-09-18T16:26:25.788Z Downloaded downcast-rs v2.0.2
3892026-09-18T16:26:25.788Z Downloaded half v2.7.1
3902026-09-18T16:26:25.791Z Downloaded slog-stdlog v4.1.1
3912026-09-18T16:26:25.791Z Downloaded endian-type v0.1.2
3922026-09-18T16:26:25.795Z Downloaded enum-as-inner v0.6.1
3932026-09-18T16:26:25.795Z Downloaded ssh-cipher v0.3.0
3942026-09-18T16:26:25.795Z Downloaded slog-scope v4.4.1
3952026-09-18T16:26:25.802Z Downloaded digest-io v0.1.0
3962026-09-18T16:26:25.805Z Downloaded funty v2.0.0
3972026-09-18T16:26:25.805Z Downloaded const-oid v0.10.2
3982026-09-18T16:26:25.810Z Downloaded darling_core v0.20.11
3992026-09-18T16:26:25.810Z Downloaded oso v0.27.3
4002026-09-18T16:26:25.813Z Downloaded tinystr v0.8.2
4012026-09-18T16:26:25.813Z Downloaded fd-lock v4.0.4
4022026-09-18T16:26:25.813Z Downloaded dtrace-parser v0.3.0
4032026-09-18T16:26:25.817Z Downloaded foreign-types v0.5.0
4042026-09-18T16:26:25.817Z Downloaded form_urlencoded v1.2.2
4052026-09-18T16:26:25.817Z Downloaded futures-task v0.3.32
4062026-09-18T16:26:25.817Z Downloaded tiny-keccak v2.0.2
4072026-09-18T16:26:25.820Z Downloaded unicase v2.9.0
4082026-09-18T16:26:25.820Z Downloaded gethostname v0.5.0
4092026-09-18T16:26:25.820Z Downloaded darling_core v0.21.3
4102026-09-18T16:26:25.824Z Downloaded maplit v1.0.2
4112026-09-18T16:26:25.824Z Downloaded pest_generator v2.8.6
4122026-09-18T16:26:25.824Z Downloaded tui-tree-widget v0.23.1
4132026-09-18T16:26:25.828Z Downloaded darling_core v0.23.0
4142026-09-18T16:26:25.831Z Downloaded git-stub v1.0.0
4152026-09-18T16:26:25.831Z Downloaded headers v0.4.1
4162026-09-18T16:26:25.831Z Downloaded heapless v0.7.17
4172026-09-18T16:26:25.835Z Downloaded lalrpop-util v0.19.12
4182026-09-18T16:26:25.835Z Downloaded toml_writer v1.1.1+spec-1.1.0
4192026-09-18T16:26:25.838Z Downloaded slab v0.4.12
4202026-09-18T16:26:25.838Z Downloaded usdt-impl v0.5.0
4212026-09-18T16:26:25.838Z Downloaded uzers v0.12.2
4222026-09-18T16:26:25.838Z Downloaded icu_normalizer_data v2.1.1
4232026-09-18T16:26:25.842Z Downloaded allocator-api2 v0.2.21
4242026-09-18T16:26:25.842Z Downloaded icu_normalizer v2.1.1
4252026-09-18T16:26:25.846Z Downloaded chacha20poly1305 v0.10.1
4262026-09-18T16:26:25.846Z Downloaded zeroize v1.9.0
4272026-09-18T16:26:25.846Z Downloaded pin-project v1.1.11
4282026-09-18T16:26:25.852Z Downloaded simd-adler32 v0.3.8
4292026-09-18T16:26:25.855Z Downloaded displaydoc v0.2.5
4302026-09-18T16:26:25.855Z Downloaded md5 v0.8.0
4312026-09-18T16:26:25.855Z Downloaded memoffset v0.9.1
4322026-09-18T16:26:25.859Z Downloaded vergen-gitcl v1.0.8
4332026-09-18T16:26:25.859Z Downloaded anstyle-query v1.1.5
4342026-09-18T16:26:25.859Z Downloaded num-iter v0.1.45
4352026-09-18T16:26:25.859Z Downloaded ed25519 v2.2.3
4362026-09-18T16:26:25.859Z Downloaded xshell v0.2.7
4372026-09-18T16:26:25.864Z Downloaded num v0.4.3
4382026-09-18T16:26:25.868Z Downloaded der v0.7.10
4392026-09-18T16:26:25.871Z Downloaded http v1.4.2
4402026-09-18T16:26:25.875Z Downloaded ff v0.14.0
4412026-09-18T16:26:25.875Z Downloaded ed25519 v3.0.0
4422026-09-18T16:26:25.875Z Downloaded fallible-iterator v0.2.0
4432026-09-18T16:26:25.878Z Downloaded base16ct v0.2.0
4442026-09-18T16:26:25.878Z Downloaded block-buffer v0.10.4
4452026-09-18T16:26:25.878Z Downloaded assert-json-diff v2.0.2
4462026-09-18T16:26:25.878Z Downloaded async-recursion v1.1.1
4472026-09-18T16:26:25.882Z Downloaded serde_cbor v0.11.2
4482026-09-18T16:26:25.882Z Downloaded crossbeam-channel v0.5.15
4492026-09-18T16:26:25.885Z Downloaded ff v0.13.1
4502026-09-18T16:26:25.885Z Downloaded serde_core v1.0.228
4512026-09-18T16:26:25.889Z Downloaded cargo-platform v0.3.2
4522026-09-18T16:26:25.889Z Downloaded ciborium-io v0.2.2
4532026-09-18T16:26:25.889Z Downloaded futures-timer v3.0.3
4542026-09-18T16:26:25.889Z Downloaded git-stub-vcs v0.1.0
4552026-09-18T16:26:25.889Z Downloaded progenitor-impl v0.14.0
4562026-09-18T16:26:25.892Z Downloaded futures-executor v0.3.32
4572026-09-18T16:26:25.892Z Downloaded base64 v0.21.7
4582026-09-18T16:26:25.895Z Downloaded serde_derive v1.0.228
4592026-09-18T16:26:25.895Z Downloaded base64 v0.22.1
4602026-09-18T16:26:25.899Z Downloaded lock_api v0.4.14
4612026-09-18T16:26:25.899Z Downloaded tokio-stream v0.1.18
4622026-09-18T16:26:25.902Z Downloaded libefi-sys v0.1.0
4632026-09-18T16:26:25.902Z Downloaded parking v2.2.1
4642026-09-18T16:26:25.902Z Downloaded path-slash v0.1.5
4652026-09-18T16:26:25.902Z Downloaded keccak v0.2.0
4662026-09-18T16:26:25.906Z Downloaded lru-slab v0.1.2
4672026-09-18T16:26:25.906Z Downloaded ciborium-ll v0.2.2
4682026-09-18T16:26:25.906Z Downloaded subprocess v0.2.15
4692026-09-18T16:26:25.909Z Downloaded libloading v0.8.9
4702026-09-18T16:26:25.909Z Downloaded newtype-uuid v1.3.2
4712026-09-18T16:26:25.909Z Downloaded indicatif v0.18.4
4722026-09-18T16:26:25.912Z Downloaded proc-macro-error-attr2 v2.0.0
4732026-09-18T16:26:25.912Z Downloaded potential_utf v0.1.4
4742026-09-18T16:26:25.912Z Downloaded predicates-tree v1.0.13
4752026-09-18T16:26:25.916Z Downloaded progenitor-macro v0.13.0
4762026-09-18T16:26:25.916Z Downloaded icu_collections v2.1.1
4772026-09-18T16:26:25.919Z Downloaded salsa20 v0.11.0
4782026-09-18T16:26:25.919Z Downloaded ecdsa v0.17.0
4792026-09-18T16:26:25.923Z Downloaded native-tls v0.2.18
4802026-09-18T16:26:25.923Z Downloaded plotters-backend v0.3.7
4812026-09-18T16:26:25.926Z Downloaded derive_more v2.1.1
4822026-09-18T16:26:25.931Z Downloaded crossterm v0.29.0
4832026-09-18T16:26:25.935Z Downloaded diesel_derives v2.3.7
4842026-09-18T16:26:25.939Z Downloaded hickory-resolver v0.25.2
4852026-09-18T16:26:25.942Z Downloaded icu_locale_core v2.1.1
4862026-09-18T16:26:25.946Z Downloaded indexmap v2.14.0
4872026-09-18T16:26:25.949Z Downloaded bcs v0.1.6
4882026-09-18T16:26:25.949Z Downloaded nu-ansi-term v0.50.3
4892026-09-18T16:26:25.953Z Downloaded zerovec-derive v0.11.2
4902026-09-18T16:26:25.953Z Downloaded rand_xorshift v0.4.0
4912026-09-18T16:26:25.953Z Downloaded ref-cast v1.0.25
4922026-09-18T16:26:25.953Z Downloaded hashbrown v0.17.0
4932026-09-18T16:26:25.958Z Downloaded zstd v0.13.3
4942026-09-18T16:26:25.961Z Downloaded bit-vec v0.6.3
4952026-09-18T16:26:25.961Z Downloaded oxnet v0.1.6
4962026-09-18T16:26:25.961Z Downloaded scroll_derive v0.13.1
4972026-09-18T16:26:25.961Z Downloaded serde_regex v1.1.0
4982026-09-18T16:26:25.961Z Downloaded serde_bytes v0.11.19
4992026-09-18T16:26:25.964Z Downloaded bitflags v1.3.2
5002026-09-18T16:26:25.965Z Downloaded byteorder v1.5.0
5012026-09-18T16:26:25.965Z Downloaded owo-colors v4.3.0
5022026-09-18T16:26:25.969Z Downloaded chacha20 v0.9.1
5032026-09-18T16:26:25.969Z Downloaded progenitor-impl v0.13.0
5042026-09-18T16:26:25.969Z Downloaded cbc v0.2.1
5052026-09-18T16:26:25.974Z Downloaded rand_distr v0.5.1
5062026-09-18T16:26:25.974Z Downloaded pin-project-lite v0.2.17
5072026-09-18T16:26:25.974Z Downloaded signal-hook-mio v0.2.5
5082026-09-18T16:26:25.978Z Downloaded term v0.7.0
5092026-09-18T16:26:25.978Z Downloaded textwrap v0.15.2
5102026-09-18T16:26:25.978Z Downloaded typify v0.6.2
5112026-09-18T16:26:25.981Z Downloaded camino-tempfile v1.4.1
5122026-09-18T16:26:25.981Z Downloaded openssl-probe v0.2.1
5132026-09-18T16:26:25.981Z Downloaded prettyplease v0.2.37
5142026-09-18T16:26:25.985Z Downloaded supports-color v2.1.0
5152026-09-18T16:26:25.985Z Downloaded tabled_derive v0.7.0
5162026-09-18T16:26:25.985Z Downloaded phf v0.12.1
5172026-09-18T16:26:25.985Z Downloaded proc-macro-error-attr v1.0.4
5182026-09-18T16:26:25.985Z Downloaded pbkdf2 v0.13.0
5192026-09-18T16:26:25.989Z Downloaded pem-rfc7468 v1.0.0
5202026-09-18T16:26:25.989Z Downloaded sync-ptr v0.1.4
5212026-09-18T16:26:25.989Z Downloaded supports-unicode v2.1.0
5222026-09-18T16:26:25.989Z Downloaded time-core v0.1.8
5232026-09-18T16:26:25.989Z Downloaded hashbrown v0.12.3
5242026-09-18T16:26:25.994Z Downloaded unicode-linebreak v0.1.5
5252026-09-18T16:26:25.994Z Downloaded primefield v0.14.0
5262026-09-18T16:26:25.997Z Downloaded rand_core v0.6.4
5272026-09-18T16:26:25.997Z Downloaded socket2 v0.6.3
5282026-09-18T16:26:25.997Z Downloaded hickory-server v0.25.2
5292026-09-18T16:26:26.001Z Downloaded pkcs8 v0.10.2
5302026-09-18T16:26:26.001Z Downloaded toml_write v0.1.2
5312026-09-18T16:26:26.001Z Downloaded der v0.8.0
5322026-09-18T16:26:26.005Z Downloaded hashbrown v0.15.5
5332026-09-18T16:26:26.008Z Downloaded port-file v0.1.0
5342026-09-18T16:26:26.011Z Downloaded rustc-hash v2.1.1
5352026-09-18T16:26:26.011Z Downloaded termtree v0.5.1
5362026-09-18T16:26:26.011Z Downloaded thread-id v4.2.2
5372026-09-18T16:26:26.011Z Downloaded universal-hash v0.5.1
5382026-09-18T16:26:26.014Z Downloaded usdt v0.6.0
5392026-09-18T16:26:26.014Z Downloaded num-rational v0.4.2
5402026-09-18T16:26:26.014Z Downloaded usdt-macro v0.6.0
5412026-09-18T16:26:26.014Z Downloaded usdt-macro v0.5.0
5422026-09-18T16:26:26.014Z Downloaded drift v0.2.0
5432026-09-18T16:26:26.020Z Downloaded anstream v1.0.0
5442026-09-18T16:26:26.023Z Downloaded psm v0.1.30
5452026-09-18T16:26:26.023Z Downloaded scrypt v0.12.0
5462026-09-18T16:26:26.027Z Downloaded slog-json v2.6.1
5472026-09-18T16:26:26.027Z Downloaded scroll v0.12.0
5482026-09-18T16:26:26.027Z Downloaded serde_tokenstream v0.2.3
5492026-09-18T16:26:26.030Z Downloaded signal-hook-registry v1.4.8
5502026-09-18T16:26:26.030Z Downloaded display-error-chain v0.2.2
5512026-09-18T16:26:26.030Z Downloaded serde_tokenstream v0.3.0
5522026-09-18T16:26:26.030Z Downloaded rand v0.8.6
5532026-09-18T16:26:26.034Z Downloaded textwrap v0.16.2
5542026-09-18T16:26:26.034Z Downloaded toml_edit v0.22.27
5552026-09-18T16:26:26.037Z Downloaded ciborium v0.2.2
5562026-09-18T16:26:26.037Z Downloaded spki v0.8.0
5572026-09-18T16:26:26.041Z Downloaded strsim v0.11.1
5582026-09-18T16:26:26.041Z Downloaded dsl_auto_type v0.2.0
5592026-09-18T16:26:26.041Z Downloaded fastrand v2.3.0
5602026-09-18T16:26:26.041Z Downloaded equivalent v1.0.2
5612026-09-18T16:26:26.041Z Downloaded float-cmp v0.10.0
5622026-09-18T16:26:26.044Z Downloaded foreign-types-shared v0.3.1
5632026-09-18T16:26:26.044Z Downloaded qorb v0.4.1
5642026-09-18T16:26:26.045Z Downloaded zopfli v0.8.3
5652026-09-18T16:26:26.048Z Downloaded unsafe-libyaml v0.2.11
5662026-09-18T16:26:26.048Z Downloaded strum_macros v0.24.3
5672026-09-18T16:26:26.051Z Downloaded kem v0.3.0
5682026-09-18T16:26:26.051Z Downloaded generic-array v0.14.7
5692026-09-18T16:26:26.051Z Downloaded argon2 v0.6.0-rc.8
5702026-09-18T16:26:26.051Z Downloaded ghash v0.6.0
5712026-09-18T16:26:26.055Z Downloaded target-lexicon v0.13.3
5722026-09-18T16:26:26.058Z Downloaded crossterm v0.28.1
5732026-09-18T16:26:26.061Z Downloaded tokio-tungstenite v0.21.0
5742026-09-18T16:26:26.061Z Downloaded criterion v0.7.0
5752026-09-18T16:26:26.066Z Downloaded linked-hash-map v0.5.6
5762026-09-18T16:26:26.069Z Downloaded async-lock v3.4.2
5772026-09-18T16:26:26.069Z Downloaded time-macros v0.2.27
5782026-09-18T16:26:26.069Z Downloaded flume v0.11.1
5792026-09-18T16:26:26.073Z Downloaded tokio-native-tls v0.3.1
5802026-09-18T16:26:26.073Z Downloaded num_enum_derive v0.5.11
5812026-09-18T16:26:26.073Z Downloaded kstat-rs v0.2.5
5822026-09-18T16:26:26.073Z Downloaded maybe-uninit v2.0.0
5832026-09-18T16:26:26.076Z Downloaded rpassword v7.5.4
5842026-09-18T16:26:26.076Z Downloaded smallvec v1.15.1
5852026-09-18T16:26:26.076Z Downloaded vergen-lib v9.1.0
5862026-09-18T16:26:26.084Z Downloaded aes v0.9.1
5872026-09-18T16:26:26.084Z Downloaded wnaf v0.14.0
5882026-09-18T16:26:26.087Z Downloaded vergen-lib v0.1.6
5892026-09-18T16:26:26.087Z Downloaded whoami v2.1.0
5902026-09-18T16:26:26.087Z Downloaded nodrop v0.1.14
5912026-09-18T16:26:26.087Z Downloaded bumpalo v3.20.2
5922026-09-18T16:26:26.087Z Downloaded bitfield-struct v0.6.2
5932026-09-18T16:26:26.087Z Downloaded block-buffer v0.12.1
5942026-09-18T16:26:26.091Z Downloaded parking_lot v0.12.5
5952026-09-18T16:26:26.091Z Downloaded rustls-pki-types v1.14.0
5962026-09-18T16:26:26.091Z Downloaded snafu-derive v0.8.9
5972026-09-18T16:26:26.095Z Downloaded internal-russh-num-bigint v0.5.0
5982026-09-18T16:26:26.095Z Downloaded knus v3.4.0
5992026-09-18T16:26:26.099Z Downloaded ecdsa v0.16.9
6002026-09-18T16:26:26.099Z Downloaded futures-macro v0.3.32
6012026-09-18T16:26:26.099Z Downloaded digest v0.10.7
6022026-09-18T16:26:26.099Z Downloaded yoke v0.8.1
6032026-09-18T16:26:26.103Z Downloaded castaway v0.2.4
6042026-09-18T16:26:26.106Z Downloaded fs-err v2.11.0
6052026-09-18T16:26:26.106Z Downloaded hyper-util v0.1.20
6062026-09-18T16:26:26.111Z Downloaded path-slash v0.2.1
6072026-09-18T16:26:26.115Z Downloaded peg-runtime v0.8.5
6082026-09-18T16:26:26.115Z Downloaded hashbrown v0.13.2
6092026-09-18T16:26:26.115Z Downloaded precomputed-hash v0.1.1
6102026-09-18T16:26:26.118Z Downloaded libtest-mimic v0.8.1
6112026-09-18T16:26:26.118Z Downloaded phf_shared v0.11.3
6122026-09-18T16:26:26.118Z Downloaded foldhash v0.2.0
6132026-09-18T16:26:26.122Z Downloaded toml_parser v1.1.2+spec-1.1.0
6142026-09-18T16:26:26.122Z Downloaded clap_builder v4.6.0
6152026-09-18T16:26:26.126Z Downloaded ena v0.14.4
6162026-09-18T16:26:26.127Z Downloaded toml v0.8.23
6172026-09-18T16:26:26.131Z Downloaded linkme-impl v0.3.35
6182026-09-18T16:26:26.135Z Downloaded progenitor-client v0.14.0
6192026-09-18T16:26:26.135Z Downloaded rand_chacha v0.3.1
6202026-09-18T16:26:26.139Z Downloaded rfc6979 v0.6.0
6212026-09-18T16:26:26.139Z Downloaded russh-util v0.52.0
6222026-09-18T16:26:26.139Z Downloaded scopeguard v1.2.0
6232026-09-18T16:26:26.139Z Downloaded psl-types v2.0.11
6242026-09-18T16:26:26.139Z Downloaded ron v0.8.1
6252026-09-18T16:26:26.143Z Downloaded num_enum v0.5.11
6262026-09-18T16:26:26.146Z Downloaded mime_guess v2.0.5
6272026-09-18T16:26:26.146Z Downloaded num_enum v0.7.6
6282026-09-18T16:26:26.150Z Downloaded nanorand v0.7.0
6292026-09-18T16:26:26.150Z Downloaded nested v0.1.1
6302026-09-18T16:26:26.150Z Downloaded assert_cmd v2.1.2
6312026-09-18T16:26:26.154Z Downloaded serde_yaml v0.9.34+deprecated
6322026-09-18T16:26:26.154Z Downloaded serde_plain v1.0.2
6332026-09-18T16:26:26.154Z Downloaded anstyle-parse v0.2.7
6342026-09-18T16:26:26.159Z Downloaded blowfish v0.10.0
6352026-09-18T16:26:26.159Z Downloaded oxide-update-engine-types v0.1.2
6362026-09-18T16:26:26.159Z Downloaded sha1 v0.11.0
6372026-09-18T16:26:26.159Z Downloaded yasna v0.5.2
6382026-09-18T16:26:26.165Z Downloaded serde-big-array v0.5.1
6392026-09-18T16:26:26.165Z Downloaded siphasher v1.0.2
6402026-09-18T16:26:26.165Z Downloaded env_logger v0.11.11
6412026-09-18T16:26:26.165Z Downloaded secrecy v0.8.0
6422026-09-18T16:26:26.165Z Downloaded signature v3.0.0
6432026-09-18T16:26:26.168Z Downloaded slog-envlogger v2.2.0
6442026-09-18T16:26:26.168Z Downloaded x509-cert v0.2.5
6452026-09-18T16:26:26.168Z Downloaded target-spec v3.5.7
6462026-09-18T16:26:26.171Z Downloaded owo-colors v3.5.0
6472026-09-18T16:26:26.171Z Downloaded itertools v0.12.1
6482026-09-18T16:26:26.175Z Downloaded md-5 v0.11.0
6492026-09-18T16:26:26.178Z Downloaded parse-display-derive v0.10.0
6502026-09-18T16:26:26.178Z Downloaded pem v3.0.6
6512026-09-18T16:26:26.179Z Downloaded structmeta-derive v0.3.0
6522026-09-18T16:26:26.179Z Downloaded hashbrown v0.16.1
6532026-09-18T16:26:26.183Z Downloaded iri-string v0.7.10
6542026-09-18T16:26:26.186Z Downloaded swrite v0.1.0
6552026-09-18T16:26:26.186Z Downloaded idna v1.1.0
6562026-09-18T16:26:26.189Z Downloaded cassowary v0.3.0
6572026-09-18T16:26:26.189Z Downloaded linkme v0.3.35
6582026-09-18T16:26:26.196Z Downloaded predicates v3.1.4
6592026-09-18T16:26:26.196Z Downloaded unit-prefix v0.5.2
6602026-09-18T16:26:26.196Z Downloaded universal-hash v0.6.1
6612026-09-18T16:26:26.200Z Downloaded test-strategy v0.4.5
6622026-09-18T16:26:26.200Z Downloaded ucd-trie v0.1.7
6632026-09-18T16:26:26.200Z Downloaded tungstenite v0.21.0
6642026-09-18T16:26:26.200Z Downloaded rand_seeder v0.4.0
6652026-09-18T16:26:26.204Z Downloaded tungstenite v0.23.0
6662026-09-18T16:26:26.204Z Downloaded icu_properties_data v2.1.2
6672026-09-18T16:26:26.208Z Downloaded ml-kem v0.3.2
6682026-09-18T16:26:26.212Z Downloaded schemars v0.9.0
6692026-09-18T16:26:26.216Z Downloaded slog v2.8.2
6702026-09-18T16:26:26.220Z Downloaded difflib v0.4.0
6712026-09-18T16:26:26.220Z Downloaded document-features v0.2.12
6722026-09-18T16:26:26.220Z Downloaded version_check v0.9.5
6732026-09-18T16:26:26.225Z Downloaded dropshot-api-manager-types v0.8.0
6742026-09-18T16:26:26.225Z Downloaded goblin v0.8.2
6752026-09-18T16:26:26.229Z Downloaded dunce v1.0.5
6762026-09-18T16:26:26.229Z Downloaded hickory-proto v0.24.4
6772026-09-18T16:26:26.234Z Downloaded smf v0.2.3
6782026-09-18T16:26:26.238Z Downloaded serde_repr v0.1.20
6792026-09-18T16:26:26.238Z Downloaded static_assertions v1.1.0
6802026-09-18T16:26:26.238Z Downloaded backon v1.6.0
6812026-09-18T16:26:26.242Z Downloaded env_filter v2.0.0
6822026-09-18T16:26:26.242Z Downloaded futures-core v0.3.32
6832026-09-18T16:26:26.242Z Downloaded fxhash v0.2.1
6842026-09-18T16:26:26.242Z Downloaded globwalk v0.9.1
6852026-09-18T16:26:26.242Z Downloaded lru v0.12.5
6862026-09-18T16:26:26.242Z Downloaded elliptic-curve v0.13.8
6872026-09-18T16:26:26.246Z Downloaded fatfs v0.3.6
6882026-09-18T16:26:26.246Z Downloaded getrandom v0.4.3
6892026-09-18T16:26:26.249Z Downloaded ssh-encoding v0.3.0
6902026-09-18T16:26:26.249Z Downloaded termcolor v1.4.1
6912026-09-18T16:26:26.253Z Downloaded hashbrown v0.14.5
6922026-09-18T16:26:26.258Z Downloaded support-bundle-viewer v0.1.2
6932026-09-18T16:26:26.258Z Downloaded hyper v1.10.1
6942026-09-18T16:26:26.263Z Downloaded lru-cache v0.1.2
6952026-09-18T16:26:26.263Z Downloaded miette v5.10.0
6962026-09-18T16:26:26.264Z Downloaded newtype-uuid-macros v0.1.0
6972026-09-18T16:26:26.264Z Downloaded num-conv v0.2.0
6982026-09-18T16:26:26.264Z Downloaded itertools v0.13.0
6992026-09-18T16:26:26.270Z Downloaded newtype_derive v0.1.6
7002026-09-18T16:26:26.270Z Downloaded ascii-canvas v3.0.0
7012026-09-18T16:26:26.270Z Downloaded quinn-udp v0.5.14
7022026-09-18T16:26:26.276Z Downloaded miette-derive v5.10.0
7032026-09-18T16:26:26.276Z Downloaded aead v0.5.2
7042026-09-18T16:26:26.276Z Downloaded bit-set v0.8.0
7052026-09-18T16:26:26.276Z Downloaded toml_edit v0.23.10+spec-1.0.0
7062026-09-18T16:26:26.277Z Downloaded publicsuffix v2.3.0
7072026-09-18T16:26:26.277Z Downloaded phf_shared v0.13.1
7082026-09-18T16:26:26.280Z Downloaded bzip2 v0.6.1
7092026-09-18T16:26:26.280Z Downloaded bb8 v0.8.6
7102026-09-18T16:26:26.280Z Downloaded packed_struct_codegen v0.10.1
7112026-09-18T16:26:26.280Z Downloaded hkdf v0.12.4
7122026-09-18T16:26:26.280Z Downloaded arrayref v0.3.9
7132026-09-18T16:26:26.280Z Downloaded thiserror v2.0.18
7142026-09-18T16:26:26.285Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7152026-09-18T16:26:26.285Z Downloaded vsss-rs v3.3.4
7162026-09-18T16:26:26.290Z Downloaded plain v0.2.3
7172026-09-18T16:26:26.290Z Downloaded writeable v0.6.2
7182026-09-18T16:26:26.290Z Downloaded rayon-core v1.13.0
7192026-09-18T16:26:26.294Z Downloaded foldhash v0.1.5
7202026-09-18T16:26:26.294Z Downloaded wyz v0.5.1
7212026-09-18T16:26:26.294Z Downloaded zerotrie v0.2.3
7222026-09-18T16:26:26.294Z Downloaded filetime v0.2.27
7232026-09-18T16:26:26.294Z Downloaded itoa v1.0.17
7242026-09-18T16:26:26.298Z Downloaded find-msvc-tools v0.1.9
7252026-09-18T16:26:26.299Z Downloaded fs-err v3.3.0
7262026-09-18T16:26:26.305Z Downloaded rand v0.9.2
7272026-09-18T16:26:26.309Z Downloaded async-bb8-diesel v0.2.1
7282026-09-18T16:26:26.309Z Downloaded omicron-zone-package v0.12.3
7292026-09-18T16:26:26.313Z Downloaded libsw v3.5.0
7302026-09-18T16:26:26.313Z Downloaded regex v1.12.3
7312026-09-18T16:26:26.316Z Downloaded shell-words v1.1.1
7322026-09-18T16:26:26.317Z Downloaded structmeta v0.3.0
7332026-09-18T16:26:26.317Z Downloaded serde_spanned v0.6.9
7342026-09-18T16:26:26.317Z Downloaded h2 v0.4.15
7352026-09-18T16:26:26.320Z Downloaded num-complex v0.4.6
7362026-09-18T16:26:26.323Z Downloaded smawk v0.3.2
7372026-09-18T16:26:26.323Z Downloaded supports-color v3.0.2
7382026-09-18T16:26:26.323Z Downloaded miette-derive v7.6.0
7392026-09-18T16:26:26.324Z Downloaded itertools v0.15.0
7402026-09-18T16:26:26.330Z Downloaded anstyle v1.0.14
7412026-09-18T16:26:26.333Z Downloaded pkcs1 v0.8.0-rc.4
7422026-09-18T16:26:26.333Z Downloaded thiserror-impl v1.0.69
7432026-09-18T16:26:26.333Z Downloaded miette v7.6.0
7442026-09-18T16:26:26.337Z Downloaded trybuild v1.0.116
7452026-09-18T16:26:26.337Z Downloaded crypto-primes v0.7.2
7462026-09-18T16:26:26.343Z Downloaded reqwest v0.13.2
7472026-09-18T16:26:26.348Z Downloaded linear-map v1.2.0
7482026-09-18T16:26:26.348Z Downloaded cipher v0.4.4
7492026-09-18T16:26:26.348Z Downloaded anstream v0.6.21
7502026-09-18T16:26:26.352Z Downloaded byte-wrapper v0.1.0
7512026-09-18T16:26:26.352Z Downloaded terminal_size v0.1.17
7522026-09-18T16:26:26.352Z Downloaded untrusted v0.7.1
7532026-09-18T16:26:26.352Z Downloaded trait-variant v0.1.2
7542026-09-18T16:26:26.352Z Downloaded oxide-update-engine v0.1.2
7552026-09-18T16:26:26.353Z Downloaded hkdf v0.13.0
7562026-09-18T16:26:26.356Z Downloaded itertools v0.14.0
7572026-09-18T16:26:26.361Z Downloaded bytecount v0.6.9
7582026-09-18T16:26:26.361Z Downloaded tower-http v0.6.8
7592026-09-18T16:26:26.364Z Downloaded rstest v0.25.0
7602026-09-18T16:26:26.368Z Downloaded usdt-attr-macro v0.6.0
7612026-09-18T16:26:26.368Z Downloaded progenitor-extras v0.2.0
7622026-09-18T16:26:26.368Z Downloaded flagset v0.4.7
7632026-09-18T16:26:26.371Z Downloaded zone_cfg_derive v0.3.1
7642026-09-18T16:26:26.371Z Downloaded dof v0.3.0
7652026-09-18T16:26:26.371Z Downloaded zone v0.3.1
7662026-09-18T16:26:26.371Z Downloaded escape8259 v0.5.3
7672026-09-18T16:26:26.371Z Downloaded foreign-types-macros v0.2.3
7682026-09-18T16:26:26.371Z Downloaded errno v0.3.14
7692026-09-18T16:26:26.375Z Downloaded foreign-types v0.3.2
7702026-09-18T16:26:26.375Z Downloaded p384 v0.13.1
7712026-09-18T16:26:26.378Z Downloaded erased-serde v0.3.31
7722026-09-18T16:26:26.378Z Downloaded dof v0.4.0
7732026-09-18T16:26:26.378Z Downloaded socket2 v0.5.10
7742026-09-18T16:26:26.381Z Downloaded tinyvec v1.10.0
7752026-09-18T16:26:26.381Z Downloaded keccak v0.1.6
7762026-09-18T16:26:26.382Z Downloaded steno v0.4.1
7772026-09-18T16:26:26.391Z Downloaded tokio-util v0.7.18
7782026-09-18T16:26:26.397Z Downloaded mime v0.3.17
7792026-09-18T16:26:26.397Z Downloaded adler2 v2.0.1
7802026-09-18T16:26:26.397Z Downloaded rusty-fork v0.3.1
7812026-09-18T16:26:26.397Z Downloaded sec1 v0.7.3
7822026-09-18T16:26:26.397Z Downloaded slog-async v2.8.0
7832026-09-18T16:26:26.397Z Downloaded p256 v0.14.0
7842026-09-18T16:26:26.401Z Downloaded synstructure v0.13.2
7852026-09-18T16:26:26.401Z Downloaded tokio-rustls v0.26.4
7862026-09-18T16:26:26.401Z Downloaded lazy_static v1.5.0
7872026-09-18T16:26:26.401Z Downloaded managed v0.8.0
7882026-09-18T16:26:26.401Z Downloaded normalize-line-endings v0.3.0
7892026-09-18T16:26:26.401Z Downloaded bitfield-macros v0.19.4
7902026-09-18T16:26:26.401Z Downloaded papergrid v0.11.0
7912026-09-18T16:26:26.404Z Downloaded prefix-trie v0.7.0
7922026-09-18T16:26:26.405Z Downloaded tinytemplate v1.2.1
7932026-09-18T16:26:26.408Z Downloaded tracing-core v0.1.36
7942026-09-18T16:26:26.408Z Downloaded bcrypt-pbkdf v0.11.0
7952026-09-18T16:26:26.408Z Downloaded opaque-debug v0.3.1
7962026-09-18T16:26:26.408Z Downloaded memmap2 v0.9.10
7972026-09-18T16:26:26.413Z Downloaded blake2 v0.11.0-rc.6
7982026-09-18T16:26:26.413Z Downloaded stacker v0.1.23
7992026-09-18T16:26:26.416Z Downloaded thiserror-impl v2.0.18
8002026-09-18T16:26:26.416Z Downloaded pretty-hex v0.4.1
8012026-09-18T16:26:26.416Z Downloaded elliptic-curve v0.14.1
8022026-09-18T16:26:26.416Z Downloaded tokio-dtrace v0.1.1
8032026-09-18T16:26:26.416Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8042026-09-18T16:26:26.419Z Downloaded rustls-platform-verifier v0.6.2
8052026-09-18T16:26:26.419Z Downloaded percent-encoding v2.3.2
8062026-09-18T16:26:26.423Z Downloaded poly1305 v0.8.0
8072026-09-18T16:26:26.423Z Downloaded poly1305 v0.9.0
8082026-09-18T16:26:26.430Z Downloaded rustc_version v0.1.7
8092026-09-18T16:26:26.433Z Downloaded vergen-git2 v9.1.0
8102026-09-18T16:26:26.480Z Downloaded arc-swap v1.8.2
8112026-09-18T16:26:26.480Z Downloaded cc v1.2.56
8122026-09-18T16:26:26.481Z Downloaded libsw-core v0.3.2
8132026-09-18T16:26:26.481Z Downloaded spin v0.9.8
8142026-09-18T16:26:26.481Z Downloaded module-lattice v0.2.3
8152026-09-18T16:26:26.481Z Downloaded num-integer v0.1.46
8162026-09-18T16:26:26.481Z Downloaded rand_pcg v0.10.2
8172026-09-18T16:26:26.481Z Downloaded strsim v0.10.0
8182026-09-18T16:26:26.481Z Downloaded tinyvec_macros v0.1.1
8192026-09-18T16:26:26.481Z Downloaded want v0.3.1
8202026-09-18T16:26:26.481Z Downloaded utf8_iter v1.0.4
8212026-09-18T16:26:26.481Z Downloaded tar v0.4.46
8222026-09-18T16:26:26.481Z Downloaded rustc-demangle v0.1.27
8232026-09-18T16:26:26.481Z Downloaded glob v0.3.3
8242026-09-18T16:26:26.481Z Downloaded aead v0.6.1
8252026-09-18T16:26:26.481Z Downloaded cargo_metadata v0.23.1
8262026-09-18T16:26:26.481Z Downloaded iddqd v0.4.2
8272026-09-18T16:26:26.487Z Downloaded oorandom v11.1.5
8282026-09-18T16:26:26.487Z Downloaded new_debug_unreachable v1.0.6
8292026-09-18T16:26:26.487Z Downloaded atomicwrites v0.4.4
8302026-09-18T16:26:26.487Z Downloaded dtrace-parser v0.2.0
8312026-09-18T16:26:26.487Z Downloaded proc-macro-error2 v2.0.1
8322026-09-18T16:26:26.487Z Downloaded array-init v0.0.4
8332026-09-18T16:26:26.487Z Downloaded futures-io v0.3.32
8342026-09-18T16:26:26.487Z Downloaded libm v0.2.16
8352026-09-18T16:26:26.491Z Downloaded zip v4.6.1
8362026-09-18T16:26:26.495Z Downloaded samael v0.0.19
8372026-09-18T16:26:26.502Z Downloaded yansi v1.0.1
8382026-09-18T16:26:26.502Z Downloaded zip v0.6.6
8392026-09-18T16:26:26.502Z Downloaded vergen v9.1.0
8402026-09-18T16:26:26.507Z Downloaded progenitor-client v0.13.0
8412026-09-18T16:26:26.507Z Downloaded sec1 v0.8.1
8422026-09-18T16:26:26.507Z Downloaded float-ord v0.3.2
8432026-09-18T16:26:26.507Z Downloaded rand_core v0.9.5
8442026-09-18T16:26:26.507Z Downloaded nonempty v0.12.0
8452026-09-18T16:26:26.507Z Downloaded parse-size v1.1.0
8462026-09-18T16:26:26.507Z Downloaded password-hash v0.6.1
8472026-09-18T16:26:26.508Z Downloaded match_cfg v0.1.0
8482026-09-18T16:26:26.508Z Downloaded cfg_aliases v0.1.1
8492026-09-18T16:26:26.508Z Downloaded cfg-if v1.0.4
8502026-09-18T16:26:26.512Z Downloaded serde_path_to_error v0.1.20
8512026-09-18T16:26:26.512Z Downloaded tokio-tungstenite v0.23.1
8522026-09-18T16:26:26.512Z Downloaded backtrace v0.3.76
8532026-09-18T16:26:26.512Z Downloaded zerocopy-derive v0.8.55
8542026-09-18T16:26:26.515Z Downloaded serde_spanned v1.1.1
8552026-09-18T16:26:26.519Z Downloaded multer v3.1.0
8562026-09-18T16:26:26.519Z Downloaded rtoolbox v0.0.3
8572026-09-18T16:26:26.519Z Downloaded thiserror-no-std v2.0.2
8582026-09-18T16:26:26.522Z Downloaded recursive v0.1.1
8592026-09-18T16:26:26.522Z Downloaded semver v0.1.20
8602026-09-18T16:26:26.522Z Downloaded serde_urlencoded v0.7.1
8612026-09-18T16:26:26.526Z Downloaded zmij v1.0.21
8622026-09-18T16:26:26.526Z Downloaded schemars v0.8.22
8632026-09-18T16:26:26.532Z Downloaded strum_macros v0.27.2
8642026-09-18T16:26:26.536Z Downloaded chacha20 v0.10.0
8652026-09-18T16:26:26.536Z Downloaded parking_lot_core v0.8.6
8662026-09-18T16:26:26.540Z Downloaded litrs v1.0.0
8672026-09-18T16:26:26.540Z Downloaded parking_lot_core v0.9.12
8682026-09-18T16:26:26.540Z Downloaded similar-asserts v1.7.0
8692026-09-18T16:26:26.540Z Downloaded tap v1.0.1
8702026-09-18T16:26:26.540Z Downloaded try-lock v0.2.5
8712026-09-18T16:26:26.543Z Downloaded strip-ansi-escapes v0.2.1
8722026-09-18T16:26:26.543Z Downloaded digest v0.11.3
8732026-09-18T16:26:26.543Z Downloaded openssl-sys v0.9.117
8742026-09-18T16:26:26.547Z Downloaded unicode_categories v0.1.1
8752026-09-18T16:26:26.550Z Downloaded yoke-derive v0.8.1
8762026-09-18T16:26:26.550Z Downloaded zeroize_derive v1.5.0
8772026-09-18T16:26:26.554Z Downloaded backtrace-ext v0.2.1
8782026-09-18T16:26:26.554Z Downloaded typify-macro v0.6.2
8792026-09-18T16:26:26.557Z Downloaded unicode-bidi v0.3.18
8802026-09-18T16:26:26.560Z Downloaded enum_dispatch v0.3.13
8812026-09-18T16:26:26.560Z Downloaded autocfg v1.5.0
8822026-09-18T16:26:26.564Z Downloaded chumsky v0.9.3
8832026-09-18T16:26:26.567Z Downloaded either v1.15.0
8842026-09-18T16:26:26.567Z Downloaded jobserver v0.1.34
8852026-09-18T16:26:26.567Z Downloaded macaddr v1.0.1
8862026-09-18T16:26:26.570Z Downloaded embedded-io v0.6.1
8872026-09-18T16:26:26.570Z Downloaded primeorder v0.13.6
8882026-09-18T16:26:26.576Z Downloaded fnv v1.0.7
8892026-09-18T16:26:26.576Z Downloaded foreign-types-shared v0.1.1
8902026-09-18T16:26:26.576Z Downloaded base64ct v1.8.3
8912026-09-18T16:26:26.576Z Downloaded ssh-key v0.7.0-rc.11
8922026-09-18T16:26:26.582Z Downloaded bitvec v1.0.1
8932026-09-18T16:26:26.586Z Downloaded rust-argon2 v2.1.0
8942026-09-18T16:26:26.591Z Downloaded memmap v0.7.0
8952026-09-18T16:26:26.592Z Downloaded aes-gcm v0.11.0
8962026-09-18T16:26:26.599Z Downloaded sha2 v0.11.0
8972026-09-18T16:26:26.599Z Downloaded term v1.2.1
8982026-09-18T16:26:26.599Z Downloaded zerocopy-derive v0.7.35
8992026-09-18T16:26:26.602Z Downloaded quote v1.0.45
9002026-09-18T16:26:26.602Z Downloaded multimap v0.10.1
9012026-09-18T16:26:26.602Z Downloaded powerfmt v0.2.0
9022026-09-18T16:26:26.602Z Downloaded progenitor v0.14.0
9032026-09-18T16:26:26.602Z Downloaded bit-set v0.5.3
9042026-09-18T16:26:26.602Z Downloaded thiserror v1.0.69
9052026-09-18T16:26:26.606Z Downloaded tls_codec_derive v0.4.2
9062026-09-18T16:26:26.606Z Downloaded p384 v0.14.0
9072026-09-18T16:26:26.606Z Downloaded supports-hyperlinks v3.2.0
9082026-09-18T16:26:26.610Z Downloaded tls_codec v0.4.2
9092026-09-18T16:26:26.613Z Downloaded signature v2.2.0
9102026-09-18T16:26:26.617Z Downloaded rustc_version v0.4.1
9112026-09-18T16:26:26.617Z Downloaded thread-id v5.1.0
9122026-09-18T16:26:26.617Z Downloaded untrusted v0.9.0
9132026-09-18T16:26:26.617Z Downloaded same-file v1.0.6
9142026-09-18T16:26:26.622Z Downloaded supports-hyperlinks v2.1.0
9152026-09-18T16:26:26.626Z Downloaded globset v0.4.18
9162026-09-18T16:26:26.626Z Downloaded jiff-static v0.2.34
9172026-09-18T16:26:26.626Z Downloaded progenitor-macro v0.14.0
9182026-09-18T16:26:26.629Z Downloaded approx v0.5.1
9192026-09-18T16:26:26.629Z Downloaded bytes v1.11.1
9202026-09-18T16:26:26.629Z Downloaded nom v7.1.3
9212026-09-18T16:26:26.632Z Downloaded uuid v1.23.4
9222026-09-18T16:26:26.636Z Downloaded pkcs5 v0.8.1
9232026-09-18T16:26:26.636Z Downloaded futures-channel v0.3.32
9242026-09-18T16:26:26.640Z Downloaded cfg-expr v0.20.6
9252026-09-18T16:26:26.640Z Downloaded embedded-io v0.4.0
9262026-09-18T16:26:26.640Z Downloaded newline-converter v0.3.0
9272026-09-18T16:26:26.640Z Downloaded postcard v1.1.3
9282026-09-18T16:26:26.644Z Downloaded paste v1.0.15
9292026-09-18T16:26:26.644Z Downloaded libscf-sys v1.2.0
9302026-09-18T16:26:26.644Z Downloaded jiff-core v0.1.0
9312026-09-18T16:26:26.647Z Downloaded openssl-probe v0.1.6
9322026-09-18T16:26:26.647Z Downloaded quinn v0.11.11
9332026-09-18T16:26:26.657Z Downloaded rstest_macros v0.25.0
9342026-09-18T16:26:26.664Z Downloaded stable_deref_trait v1.2.1
9352026-09-18T16:26:26.667Z Downloaded event-listener-strategy v0.5.4
9362026-09-18T16:26:26.670Z Downloaded dyn-clone v1.0.20
9372026-09-18T16:26:26.671Z Downloaded tabwriter v1.4.1
9382026-09-18T16:26:26.671Z Downloaded unicode-ident v1.0.24
9392026-09-18T16:26:26.674Z Downloaded salty v0.3.0
9402026-09-18T16:26:26.677Z Downloaded utf8parse v0.2.2
9412026-09-18T16:26:26.677Z Downloaded string_cache v0.8.9
9422026-09-18T16:26:26.677Z Downloaded unicode-properties v0.1.4
9432026-09-18T16:26:26.681Z Downloaded serde v1.0.228
9442026-09-18T16:26:26.685Z Downloaded peg-macros v0.8.5
9452026-09-18T16:26:26.685Z Downloaded dirs-next v2.0.0
9462026-09-18T16:26:26.689Z Downloaded libbz2-rs-sys v0.2.2
9472026-09-18T16:26:26.689Z Downloaded dirs-sys-next v0.1.2
9482026-09-18T16:26:26.689Z Downloaded oxide-generation-macros v0.2.0
9492026-09-18T16:26:26.689Z Downloaded progenitor v0.13.0
9502026-09-18T16:26:26.693Z Downloaded event-listener v5.4.1
9512026-09-18T16:26:26.697Z Downloaded zstd-safe v7.2.4
9522026-09-18T16:26:26.697Z Downloaded knus-derive v3.4.0
9532026-09-18T16:26:26.700Z Downloaded num_enum_derive v0.7.6
9542026-09-18T16:26:26.701Z Downloaded winnow v1.0.3
9552026-09-18T16:26:26.704Z Downloaded nom v8.0.0
9562026-09-18T16:26:26.708Z Downloaded zip v8.6.0
9572026-09-18T16:26:26.714Z Downloaded litemap v0.8.1
9582026-09-18T16:26:26.714Z Downloaded ref-cast-impl v1.0.25
9592026-09-18T16:26:26.714Z Downloaded strum v0.26.3
9602026-09-18T16:26:26.717Z Downloaded camino-tempfile-ext v0.3.3
9612026-09-18T16:26:26.718Z Downloaded fixedbitset v0.5.7
9622026-09-18T16:26:26.721Z Downloaded chrono v0.4.45
9632026-09-18T16:26:26.724Z Downloaded path-tree v0.8.3
9642026-09-18T16:26:26.724Z Downloaded futures-sink v0.3.32
9652026-09-18T16:26:26.728Z Downloaded termios v0.3.3
9662026-09-18T16:26:26.731Z Downloaded slog-dtrace v0.3.0
9672026-09-18T16:26:26.731Z Downloaded oxide-tokio-rt v0.1.4
9682026-09-18T16:26:26.731Z Downloaded bzip2 v0.4.4
9692026-09-18T16:26:26.735Z Downloaded russh v0.62.4
9702026-09-18T16:26:26.739Z Downloaded ryu v1.0.23
9712026-09-18T16:26:26.742Z Downloaded num_threads v0.1.7
9722026-09-18T16:26:26.742Z Downloaded schemars_derive v0.8.22
9732026-09-18T16:26:26.742Z Downloaded time v0.3.47
9742026-09-18T16:26:26.749Z Downloaded async-stream v0.3.6
9752026-09-18T16:26:26.753Z Downloaded topological-sort v0.2.2
9762026-09-18T16:26:26.753Z Downloaded pathdiff v0.2.3
9772026-09-18T16:26:26.753Z Downloaded sqlformat v0.3.5
9782026-09-18T16:26:26.753Z Downloaded blake3 v1.8.5
9792026-09-18T16:26:26.758Z Downloaded tracing-attributes v0.1.31
9802026-09-18T16:26:26.761Z Downloaded zerocopy v0.6.6
9812026-09-18T16:26:26.761Z Downloaded semver v1.0.28
9822026-09-18T16:26:26.761Z Downloaded vte v0.14.1
9832026-09-18T16:26:26.764Z Downloaded oso-derive v0.27.3
9842026-09-18T16:26:26.764Z Downloaded rand_chacha v0.9.0
9852026-09-18T16:26:26.770Z Downloaded anstyle-parse v1.0.0
9862026-09-18T16:26:26.770Z Downloaded primeorder v0.14.0
9872026-09-18T16:26:26.775Z Downloaded num-traits v0.2.19
9882026-09-18T16:26:26.775Z Downloaded zerovec v0.11.5
9892026-09-18T16:26:26.775Z Downloaded relative-path v1.9.3
9902026-09-18T16:26:26.775Z Downloaded usdt-attr-macro v0.5.0
9912026-09-18T16:26:26.778Z Downloaded atomic-waker v1.1.2
9922026-09-18T16:26:26.778Z Downloaded zerofrom-derive v0.1.6
9932026-09-18T16:26:26.781Z Downloaded zlib-rs v0.6.2
9942026-09-18T16:26:26.785Z Downloaded rand v0.10.1
9952026-09-18T16:26:26.791Z Downloaded knuffel-derive v3.2.0
9962026-09-18T16:26:26.791Z Downloaded tough v0.22.0
9972026-09-18T16:26:26.797Z Downloaded cancel-safe-futures v0.1.5
9982026-09-18T16:26:26.797Z Downloaded radix_trie v0.2.1
9992026-09-18T16:26:26.802Z Downloaded target-triple v1.0.0
10002026-09-18T16:26:26.802Z Downloaded lzss v0.8.2
10012026-09-18T16:26:26.802Z Downloaded fixedbitset v0.4.2
10022026-09-18T16:26:26.802Z Downloaded serde_with_macros v3.21.0
10032026-09-18T16:26:26.802Z Downloaded whoami v1.6.1
10042026-09-18T16:26:26.806Z Downloaded goblin v0.10.5
10052026-09-18T16:26:26.810Z Downloaded async-compression v0.4.41
10062026-09-18T16:26:26.813Z Downloaded snafu v0.8.9
10072026-09-18T16:26:26.817Z Downloaded phc v0.6.1
10082026-09-18T16:26:26.818Z Downloaded sync_wrapper v1.0.2
10092026-09-18T16:26:26.818Z Downloaded serde-hex v0.1.0
10102026-09-18T16:26:26.818Z Downloaded crypto-bigint v0.7.5
10112026-09-18T16:26:26.827Z Downloaded num-derive v0.4.2
10122026-09-18T16:26:26.831Z Downloaded strum_macros v0.26.4
10132026-09-18T16:26:26.831Z Downloaded tokio-postgres v0.7.18
10142026-09-18T16:26:26.834Z Downloaded thiserror-impl-no-std v2.0.2
10152026-09-18T16:26:26.834Z Downloaded typed-path v0.12.3
10162026-09-18T16:26:26.837Z Downloaded plotters v0.3.7
10172026-09-18T16:26:26.844Z Downloaded p521 v0.14.0
10182026-09-18T16:26:26.848Z Downloaded getrandom v0.2.17
10192026-09-18T16:26:26.848Z Downloaded bs58 v0.5.1
10202026-09-18T16:26:26.852Z Downloaded pkcs1 v0.7.5
10212026-09-18T16:26:26.852Z Downloaded r2d2 v0.8.10
10222026-09-18T16:26:26.852Z Downloaded spki v0.7.3
10232026-09-18T16:26:26.855Z Downloaded signal-hook v0.3.18
10242026-09-18T16:26:26.855Z Downloaded toml v1.1.2+spec-1.1.0
10252026-09-18T16:26:26.859Z Downloaded blake2b_simd v1.0.4
10262026-09-18T16:26:26.859Z Downloaded schemars v1.2.1
10272026-09-18T16:26:26.867Z Downloaded diff v0.1.13
10282026-09-18T16:26:26.871Z Downloaded tokio-test v0.4.5
10292026-09-18T16:26:26.871Z Downloaded dropshot_endpoint v0.17.1
10302026-09-18T16:26:26.875Z Downloaded phf_shared v0.12.1
10312026-09-18T16:26:26.875Z Downloaded sigpipe v0.1.3
10322026-09-18T16:26:26.876Z Downloaded nibble_vec v0.1.0
10332026-09-18T16:26:26.876Z Downloaded sha3 v0.12.0
10342026-09-18T16:26:26.879Z Downloaded rustversion v1.0.22
10352026-09-18T16:26:26.879Z Downloaded slog-term v2.9.2
10362026-09-18T16:26:26.879Z Downloaded walkdir v2.5.0
10372026-09-18T16:26:26.879Z Downloaded zerofrom v0.1.6
10382026-09-18T16:26:26.882Z Downloaded bit-vec v0.8.0
10392026-09-18T16:26:26.882Z Downloaded fs_extra v1.3.0
10402026-09-18T16:26:26.882Z Downloaded curve25519-dalek v4.1.3
10412026-09-18T16:26:26.887Z Downloaded sha2 v0.10.9
10422026-09-18T16:26:26.890Z Downloaded tower v0.5.3
10432026-09-18T16:26:26.894Z Downloaded url v2.5.8
10442026-09-18T16:26:26.897Z Downloaded usdt-impl v0.6.0
10452026-09-18T16:26:26.897Z Downloaded toml v0.7.8
10462026-09-18T16:26:26.901Z Downloaded unicode-normalization v0.1.25
10472026-09-18T16:26:26.904Z Downloaded thread_local v1.1.9
10482026-09-18T16:26:26.904Z Downloaded pest_meta v2.8.6
10492026-09-18T16:26:26.909Z Downloaded papergrid v0.18.0
10502026-09-18T16:26:26.909Z Downloaded reedline v0.40.0
10512026-09-18T16:26:26.915Z Downloaded blake2 v0.10.6
10522026-09-18T16:26:26.918Z Downloaded rcgen v0.12.1
10532026-09-18T16:26:26.918Z Downloaded ahash v0.8.12
10542026-09-18T16:26:26.918Z Downloaded async-trait v0.1.89
10552026-09-18T16:26:26.923Z Downloaded git2 v0.20.4
10562026-09-18T16:26:26.926Z Downloaded smallvec v0.6.14
10572026-09-18T16:26:26.926Z Downloaded similar v2.7.0
10582026-09-18T16:26:26.930Z Downloaded curve25519-dalek v5.0.0
10592026-09-18T16:26:26.937Z Downloaded tempfile v3.27.0
10602026-09-18T16:26:26.940Z Downloaded moka v0.12.13
10612026-09-18T16:26:26.943Z Downloaded ar_archive_writer v0.5.1
10622026-09-18T16:26:26.947Z Downloaded olpc-cjson v0.1.4
10632026-09-18T16:26:26.947Z Downloaded postgres-types v0.2.14
10642026-09-18T16:26:26.947Z Downloaded pkcs8 v0.11.0
10652026-09-18T16:26:26.950Z Downloaded dropshot-api-manager v0.8.0
10662026-09-18T16:26:26.954Z Downloaded pest v2.8.6
10672026-09-18T16:26:26.957Z Downloaded futures v0.3.32
10682026-09-18T16:26:26.961Z Downloaded flate2 v1.1.9
10692026-09-18T16:26:26.964Z Downloaded pretty_assertions v1.4.1
10702026-09-18T16:26:26.964Z Downloaded reqwest v0.12.28
10712026-09-18T16:26:26.968Z Downloaded twox-hash v2.1.2
10722026-09-18T16:26:26.973Z Downloaded toml_edit v0.19.15
10732026-09-18T16:26:26.980Z Downloaded generic-array v1.4.3
10742026-09-18T16:26:26.985Z Downloaded num-bigint v0.4.6
10752026-09-18T16:26:26.989Z Downloaded portable-atomic v1.13.1
10762026-09-18T16:26:26.993Z Downloaded proc-macro2 v1.0.106
10772026-09-18T16:26:26.993Z Downloaded getrandom v0.3.4
10782026-09-18T16:26:26.997Z Downloaded log v0.4.33
10792026-09-18T16:26:26.997Z Downloaded miniz_oxide v0.8.9
10802026-09-18T16:26:26.997Z Downloaded zerocopy v0.7.35
10812026-09-18T16:26:27.007Z Downloaded scuffle v0.1.0
10822026-09-18T16:26:27.010Z Downloaded rawzip v0.4.4
10832026-09-18T16:26:27.015Z Downloaded fancy-regex v0.14.0
10842026-09-18T16:26:27.019Z Downloaded lalrpop v0.19.12
10852026-09-18T16:26:27.026Z Downloaded futures-util v0.3.32
10862026-09-18T16:26:27.034Z Downloaded rsa v0.9.10
10872026-09-18T16:26:27.037Z Downloaded rsa v0.10.0-rc.18
10882026-09-18T16:26:27.040Z Downloaded minimal-lexical v0.2.1
10892026-09-18T16:26:27.049Z Downloaded aws-lc-rs v1.16.3
10902026-09-18T16:26:27.057Z Downloaded ed25519-dalek v2.2.0
10912026-09-18T16:26:27.060Z Downloaded mio v1.2.0
10922026-09-18T16:26:27.063Z Downloaded knuffel v3.2.0
10932026-09-18T16:26:27.063Z Downloaded rustls-webpki v0.103.13
10942026-09-18T16:26:27.066Z Downloaded rayon v1.11.0
10952026-09-18T16:26:27.072Z Downloaded smoltcp v0.11.0
10962026-09-18T16:26:27.078Z Downloaded unicode-segmentation v1.12.0
10972026-09-18T16:26:27.081Z Downloaded typenum v1.20.1
10982026-09-18T16:26:27.084Z Downloaded libxml v0.3.3
10992026-09-18T16:26:27.088Z Downloaded num-bigint-dig v0.8.6
11002026-09-18T16:26:27.091Z Downloaded object v0.30.4
11012026-09-18T16:26:27.095Z Downloaded expectorate v1.2.0
11022026-09-18T16:26:27.098Z Downloaded ed25519-dalek v3.0.0
11032026-09-18T16:26:27.101Z Downloaded syn v3.0.3
11042026-09-18T16:26:27.107Z Downloaded memchr v2.8.0
11052026-09-18T16:26:27.111Z Downloaded serde_with v1.14.0
11062026-09-18T16:26:27.116Z Downloaded aho-corasick v1.1.4
11072026-09-18T16:26:27.119Z Downloaded winnow v0.7.14
11082026-09-18T16:26:27.124Z Downloaded serde_json v1.0.151
11092026-09-18T16:26:27.128Z Downloaded winnow v0.6.26
11102026-09-18T16:26:27.134Z Downloaded rustyline v14.0.0
11112026-09-18T16:26:27.138Z Downloaded tabled v0.15.0
11122026-09-18T16:26:27.147Z Downloaded typed-path v0.9.3
11132026-09-18T16:26:27.150Z Downloaded syn v2.0.117
11142026-09-18T16:26:27.158Z Downloaded serde_with v3.21.0
11152026-09-18T16:26:27.166Z Downloaded vcpkg v0.2.15
11162026-09-18T16:26:27.192Z Downloaded syn v1.0.109
11172026-09-18T16:26:27.199Z Downloaded nix v0.27.1
11182026-09-18T16:26:27.206Z Downloaded unicode-width v0.2.0
11192026-09-18T16:26:27.210Z Downloaded nix v0.28.0
11202026-09-18T16:26:27.217Z Downloaded winnow v0.5.40
11212026-09-18T16:26:27.224Z Downloaded openssl v0.10.80
11222026-09-18T16:26:27.231Z Downloaded diesel v2.3.7
11232026-09-18T16:26:27.244Z Downloaded tabled v0.21.0
11242026-09-18T16:26:27.256Z Downloaded object v0.39.1
11252026-09-18T16:26:27.263Z Downloaded regex-syntax v0.6.29
11262026-09-18T16:26:27.268Z Downloaded rustix v0.38.44
11272026-09-18T16:26:27.306Z Downloaded polar-core v0.27.3
11282026-09-18T16:26:27.310Z Downloaded gimli v0.32.3
11292026-09-18T16:26:27.310Z Downloaded hickory-proto v0.25.2
11302026-09-18T16:26:27.310Z Downloaded quinn-proto v0.11.16
11312026-09-18T16:26:27.310Z Downloaded regress v0.11.1
11322026-09-18T16:26:27.314Z Downloaded regress v0.10.5
11332026-09-18T16:26:27.317Z Downloaded quick-xml v0.37.5
11342026-09-18T16:26:27.321Z Downloaded rustls v0.23.41
11352026-09-18T16:26:27.328Z Downloaded bindgen v0.71.1
11362026-09-18T16:26:27.333Z Downloaded zerocopy v0.8.55
11372026-09-18T16:26:27.345Z Downloaded smoltcp v0.9.1
11382026-09-18T16:26:27.352Z Downloaded proptest v1.11.0
11392026-09-18T16:26:27.358Z Downloaded dropshot v0.17.1
11402026-09-18T16:26:27.378Z Downloaded unicode-width v0.1.14
11412026-09-18T16:26:27.383Z Downloaded bstr v1.12.1
11422026-09-18T16:26:27.387Z Downloaded petname v2.0.2
11432026-09-18T16:26:27.387Z Downloaded rustix v1.1.4
11442026-09-18T16:26:27.404Z Downloaded regex-syntax v0.8.10
11452026-09-18T16:26:27.414Z Downloaded object v0.37.3
11462026-09-18T16:26:27.427Z Downloaded typify-impl v0.6.2
11472026-09-18T16:26:27.432Z Downloaded tracing v0.1.44
11482026-09-18T16:26:27.445Z Downloaded nix v0.31.2
11492026-09-18T16:26:27.451Z Downloaded sled v0.34.7
11502026-09-18T16:26:27.459Z Downloaded bzip2-sys v0.1.13+1.0.8
11512026-09-18T16:26:27.467Z Downloaded openapiv3 v2.2.0
11522026-09-18T16:26:27.473Z Downloaded sqlparser v0.61.0
11532026-09-18T16:26:27.480Z Downloaded ratatui v0.29.0
11542026-09-18T16:26:27.495Z Downloaded regex-automata v0.4.14
11552026-09-18T16:26:27.504Z Downloaded sha3 v0.11.0
11562026-09-18T16:26:27.519Z Downloaded zerocopy-derive v0.6.6
11572026-09-18T16:26:27.539Z Downloaded jiff v0.2.34
11582026-09-18T16:26:27.547Z Downloaded petgraph v0.6.5
11592026-09-18T16:26:27.547Z Downloaded csv v1.4.0
11602026-09-18T16:26:27.551Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11612026-09-18T16:26:27.562Z Downloaded sha3 v0.10.8
11622026-09-18T16:26:27.567Z Downloaded chrono-tz v0.10.4
11632026-09-18T16:26:27.578Z Downloaded tokio v1.52.1
11642026-09-18T16:26:27.603Z Downloaded petgraph v0.8.3
11652026-09-18T16:26:27.617Z Downloaded libz-sys v1.1.24
11662026-09-18T16:26:27.630Z Downloaded libc v0.2.185
11672026-09-18T16:26:27.651Z Downloaded httpmock v0.8.3
11682026-09-18T16:26:27.667Z Downloaded encoding_rs v0.8.35
11692026-09-18T16:26:27.698Z Downloaded ring v0.17.14
11702026-09-18T16:26:27.729Z Downloaded libgit2-sys v0.18.3+1.9.2
11712026-09-18T16:26:28.192Z Downloaded aws-lc-sys v0.40.0
11722026-09-18T16:26:28.609Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11732026-09-18T16:26:34.616Z Startup: Refreshing catalog 'helios' ... Done
11742026-09-18T16:26:35.121Z Startup: Caching catalogs ... Done
11752026-09-18T16:26:37.876ZPlanning: Solver setup ... Done (2.623s)
11762026-09-18T16:26:37.954ZPlanning: Running solver ... Done (0.078s)
11772026-09-18T16:26:38.017ZPlanning: Finding local manifests ... Done (0.007s)
11782026-09-18T16:26:38.030ZPlanning: Fetching manifests: 0/5 0% complete
11792026-09-18T16:26:38.262ZPlanning: Fetching manifests: 5/5 100% complete
11802026-09-18T16:26:38.412ZPlanning: Package planning ... Done (0.150s)
11812026-09-18T16:26:38.416ZPlanning: Merging actions ... Done (0.002s)
11822026-09-18T16:26:38.603ZPlanning: Checking for conflicting actions ... Done (0.187s)
11832026-09-18T16:26:40.258ZPlanning: Consolidating action changes ... Done (1.637s)
11842026-09-18T16:26:40.425ZPlanning: Evaluating mediators ... Done (0.185s)
11852026-09-18T16:26:40.462ZPlanning: Planning completed in 5.30 seconds
11862026-09-18T16:26:40.471Z Packages to install: 2
11872026-09-18T16:26:40.471Z Packages to update: 3
11882026-09-18T16:26:40.471Z Services to change: 1
11892026-09-18T16:26:40.471Z Estimated space available: 155.73 GB
11902026-09-18T16:26:40.471ZEstimated space to be consumed: 157.03 MB
11912026-09-18T16:26:40.475Z Create boot environment: No
11922026-09-18T16:26:40.475ZCreate backup boot environment: Yes
11932026-09-18T16:26:40.475Z Rebuild boot archive: No
11942026-09-18T16:26:40.475Z
11952026-09-18T16:26:40.475ZChanged packages:
11962026-09-18T16:26:40.475Zhelios
11972026-09-18T16:26:40.475Z developer/build-essential
11982026-09-18T16:26:40.475Z None -> 11-3.0
11992026-09-18T16:26:40.475Z library/libxmlsec1
12002026-09-18T16:26:40.475Z None -> 1.2.42-3.0
12012026-09-18T16:26:40.475Z library/libxml2
12022026-09-18T16:26:40.475Z 2.13.8-3.0 -> 2.15.4-3.0
12032026-09-18T16:26:40.475Z library/libxslt
12042026-09-18T16:26:40.475Z 1.1.42-3.0 -> 1.1.45-3.0
12052026-09-18T16:26:40.475Z library/security/openssl-3
12062026-09-18T16:26:40.475Z 3.5.6-3.0 -> 3.5.8-3.0
12072026-09-18T16:26:40.475Z
12082026-09-18T16:26:40.475ZServices:
12092026-09-18T16:26:40.475Z restart_fmri:
12102026-09-18T16:26:40.475Z svc:/system/update-man-index:default
12112026-09-18T16:26:40.503Z
12122026-09-18T16:26:40.503ZDownload: 0/1227 items 0.0/13.9MB 0% complete
12132026-09-18T16:26:40.790ZDownload: Completed 13.86 MB in 0.28 seconds (49.1M/s)
12142026-09-18T16:26:42.977Z Actions: 1/1360 actions (Removing old actions)
12152026-09-18T16:26:42.980Z Actions: 23/1360 actions (Installing new actions)
12162026-09-18T16:26:43.053Z Actions: 336/1360 actions (Updating modified actions)
12172026-09-18T16:26:43.271Z Actions: Completed 1360 actions in 0.29 seconds.
12182026-09-18T16:26:43.315ZFinalize: Updating package state database ... Done (0.039s)
12192026-09-18T16:26:43.320ZFinalize: Updating package cache ... Done (0.000s)
12202026-09-18T16:26:43.426ZFinalize: Updating image state ... Done (0.104s)
12212026-09-18T16:26:46.115ZFinalize: Creating fast lookup database ... Done (2.607s)
12222026-09-18T16:26:46.159ZFinalize: Reading search index ... Done (0.012s)
12232026-09-18T16:26:46.164ZFinalize: Updating search index ... Done (0.000s)
12242026-09-18T16:26:46.320ZFinalize: Updating package cache ... Done (0.000s)
12252026-09-18T16:26:46.711ZPlanning: Evaluating mediator changes ... Done
12262026-09-18T16:26:46.815ZPlanning: Checking for conflicting actions ... Done
12272026-09-18T16:26:46.819ZPlanning: Consolidating action changes ... Done
12282026-09-18T16:26:46.972ZPlanning: Evaluating mediators ... Done
12292026-09-18T16:26:46.977ZPlanning: Planning completed in 0.26 seconds
12302026-09-18T16:26:47.001Z Mediators to change: 2
12312026-09-18T16:26:47.001Z Create boot environment: No
12322026-09-18T16:26:47.001ZCreate backup boot environment: No
12332026-09-18T16:26:47.059ZFinalize: Updating package state database ... Done
12342026-09-18T16:26:47.059ZFinalize: Updating package cache ... Done
12352026-09-18T16:26:47.124ZFinalize: Updating image state ... Done
12362026-09-18T16:26:49.083ZFinalize: Creating fast lookup database ... Done
12372026-09-18T16:26:49.143ZFinalize: Reading search index ... Done
12382026-09-18T16:26:49.146ZFinalize: Updating search index ... Done
12392026-09-18T16:26:49.239ZFinalize: Updating package cache ... Done
12402026-09-18T16:26:49.525ZPlanning: Evaluating mediator changes ... Done
12412026-09-18T16:26:49.630ZPlanning: Checking for conflicting actions ... Done
12422026-09-18T16:26:49.634ZPlanning: Consolidating action changes ... Done
12432026-09-18T16:26:49.789ZPlanning: Evaluating mediators ... Done
12442026-09-18T16:26:49.793ZPlanning: Planning completed in 0.26 seconds
12452026-09-18T16:26:49.817Z Mediators to change: 1
12462026-09-18T16:26:49.817Z Create boot environment: No
12472026-09-18T16:26:49.821ZCreate backup boot environment: No
12482026-09-18T16:26:49.877ZFinalize: Updating package state database ... Done
12492026-09-18T16:26:49.877ZFinalize: Updating package cache ... Done
12502026-09-18T16:26:49.939ZFinalize: Updating image state ... Done
12512026-09-18T16:26:51.879ZFinalize: Creating fast lookup database ... Done
12522026-09-18T16:26:51.939ZFinalize: Reading search index ... Done
12532026-09-18T16:26:51.952ZFinalize: Updating search index ... Done
12542026-09-18T16:26:52.023ZFinalize: Updating package cache ... Done
12552026-09-18T16:26:52.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12562026-09-18T16:26:52.337Zapache system 2.4 system
12572026-09-18T16:26:52.337Zclang system 15 system
12582026-09-18T16:26:52.337Zcsh system system illumos
12592026-09-18T16:26:52.337Zctags system system illumos
12602026-09-18T16:26:52.337Zfile vendor vendor darwinsys
12612026-09-18T16:26:52.337Zfile system system illumos
12622026-09-18T16:26:52.338Zgcc vendor 14 vendor
12632026-09-18T16:26:52.338Zgcc system 13 system
12642026-09-18T16:26:52.338Zgcc system 10 system
12652026-09-18T16:26:52.338Zgo system 1.25 system
12662026-09-18T16:26:52.338Zllvm system 15 system
12672026-09-18T16:26:52.338Zmariadb system 11.4 system
12682026-09-18T16:26:52.338Zmta vendor vendor dma
12692026-09-18T16:26:52.338Zopenjdk system 17 system
12702026-09-18T16:26:52.338Zopenjdk system 11 system
12712026-09-18T16:26:52.338Zopenssl vendor 3 vendor
12722026-09-18T16:26:52.339Zperl system 5.40 system
12732026-09-18T16:26:52.339Zpostgresql system 18 system
12742026-09-18T16:26:52.339Zpostgresql system 17 system
12752026-09-18T16:26:52.339Zpython vendor 3 vendor
12762026-09-18T16:26:52.339Zpython system 2 system
12772026-09-18T16:26:52.339Zpython3 vendor 3.13 vendor
12782026-09-18T16:26:52.339Zruby system 3.4 system
12792026-09-18T16:26:52.340Zruby system 3.0 system
12802026-09-18T16:26:52.340Zwords vendor vendor american-english
12812026-09-18T16:26:52.340Zwords system system australian-english
12822026-09-18T16:26:52.340Zwords system system british-english
12832026-09-18T16:26:52.340Zwords system system canadian-english
12842026-09-18T16:26:52.340Zwords system system french
12852026-09-18T16:26:52.340Zwords system system italian
12862026-09-18T16:26:52.340Zwords system system ngerman
12872026-09-18T16:26:52.340Zwords system system ogerman
12882026-09-18T16:26:52.340Zwords system system spanish
12892026-09-18T16:26:52.593ZPUBLISHER TYPE STATUS P LOCATION
12902026-09-18T16:26:52.593Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12912026-09-18T16:26:53.132ZFMRI IFO
12922026-09-18T16:26:53.132Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12932026-09-18T16:26:53.132Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12942026-09-18T16:26:53.132Zpkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T182013Z im-
12952026-09-18T16:26:53.132Zpkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T160643Z ---
12962026-09-18T16:26:53.132Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z ---
12972026-09-18T16:26:53.132Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12982026-09-18T16:26:53.132Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12992026-09-18T16:26:53.132Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
13002026-09-18T16:26:53.132Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
13012026-09-18T16:26:53.132Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
13022026-09-18T16:26:53.132Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
13032026-09-18T16:26:53.782Z Downloading crates ...
13042026-09-18T16:26:53.825Z Downloaded cargo_toml v0.21.0
13052026-09-18T16:26:53.865Z Compiling proc-macro2 v1.0.106
13062026-09-18T16:26:53.865Z Compiling quote v1.0.45
13072026-09-18T16:26:53.865Z Compiling unicode-ident v1.0.24
13082026-09-18T16:26:53.869Z Compiling serde_core v1.0.228
13092026-09-18T16:26:53.869Z Compiling libc v0.2.185
13102026-09-18T16:26:53.869Z Compiling version_check v0.9.5
13112026-09-18T16:26:53.869Z Compiling memchr v2.8.0
13122026-09-18T16:26:53.869Z Compiling serde v1.0.228
13132026-09-18T16:26:53.945Z Compiling zmij v1.0.21
13142026-09-18T16:26:53.949Z Compiling ucd-trie v0.1.7
13152026-09-18T16:26:53.954Z Compiling thiserror v1.0.69
13162026-09-18T16:26:53.961Z Compiling itoa v1.0.17
13172026-09-18T16:26:53.961Z Compiling byteorder v1.5.0
13182026-09-18T16:26:53.961Z Compiling rustix v1.1.4
13192026-09-18T16:26:54.112Z Compiling serde_json v1.0.151
13202026-09-18T16:26:54.268Z Compiling bitflags v2.11.0
13212026-09-18T16:26:54.396Z Compiling usdt-impl v0.5.0
13222026-09-18T16:26:54.412Z Compiling proc-macro-error-attr v1.0.4
13232026-09-18T16:26:54.448Z Compiling pest v2.8.6
13242026-09-18T16:26:54.578Z Compiling camino v1.2.5
13252026-09-18T16:26:54.588Z Compiling syn v1.0.109
13262026-09-18T16:26:54.588Z Compiling proc-macro-error v1.0.4
13272026-09-18T16:26:54.655Z Compiling getrandom v0.3.4
13282026-09-18T16:26:54.687Z Compiling log v0.4.33
13292026-09-18T16:26:54.708Z Compiling hashbrown v0.17.0
13302026-09-18T16:26:54.734Z Compiling plain v0.2.3
13312026-09-18T16:26:54.768Z Compiling equivalent v1.0.2
13322026-09-18T16:26:54.803Z Compiling utf8parse v0.2.2
13332026-09-18T16:26:54.852Z Compiling cfg-if v1.0.4
13342026-09-18T16:26:54.862Z Compiling colorchoice v1.0.4
13352026-09-18T16:26:54.884Z Compiling autocfg v1.5.0
13362026-09-18T16:26:54.909Z Compiling anstyle-parse v1.0.0
13372026-09-18T16:26:54.924Z Compiling anstyle v1.0.14
13382026-09-18T16:26:54.935Z Compiling anstyle-query v1.1.5
13392026-09-18T16:26:54.989Z Compiling errno v0.3.14
13402026-09-18T16:26:54.999Z Compiling thread-id v4.2.2
13412026-09-18T16:26:55.024Z Compiling toml_write v0.1.2
13422026-09-18T16:26:55.056Z Compiling thiserror v2.0.18
13432026-09-18T16:26:55.059Z Compiling pretty-hex v0.4.1
13442026-09-18T16:26:55.075Z Compiling is_terminal_polyfill v1.70.2
13452026-09-18T16:26:55.090Z Compiling winnow v0.7.14
13462026-09-18T16:26:55.156Z Compiling anstream v1.0.0
13472026-09-18T16:26:55.170Z Compiling fnv v1.0.7
13482026-09-18T16:26:55.182Z Compiling once_cell v1.21.3
13492026-09-18T16:26:55.230Z Compiling heck v0.5.0
13502026-09-18T16:26:55.247Z Compiling indexmap v2.14.0
13512026-09-18T16:26:55.278Z Compiling fastrand v2.3.0
13522026-09-18T16:26:55.330Z Compiling unicode-width v0.1.14
13532026-09-18T16:26:55.341Z Compiling fs-err v3.3.0
13542026-09-18T16:26:55.438Z Compiling syn v2.0.117
13552026-09-18T16:26:55.525Z Compiling clap_lex v1.0.0
13562026-09-18T16:26:55.531Z Compiling anyhow v1.0.104
13572026-09-18T16:26:55.566Z Compiling bytecount v0.6.9
13582026-09-18T16:26:55.586Z Compiling pest_meta v2.8.6
13592026-09-18T16:26:55.603Z Compiling strsim v0.11.1
13602026-09-18T16:26:55.652Z Compiling heck v0.4.1
13612026-09-18T16:26:55.712Z Compiling papergrid v0.11.0
13622026-09-18T16:26:55.798Z Compiling memmap v0.7.0
13632026-09-18T16:26:55.825Z Compiling smawk v0.3.2
13642026-09-18T16:26:55.836Z Compiling unicode-linebreak v0.1.5
13652026-09-18T16:26:55.884Z Compiling unicode-width v0.2.0
13662026-09-18T16:26:55.964Z Compiling swrite v0.1.0
13672026-09-18T16:26:56.046Z Compiling terminal_size v0.4.3
13682026-09-18T16:26:56.046Z Compiling tempfile v3.27.0
13692026-09-18T16:26:56.107Z Compiling clap_builder v4.6.0
13702026-09-18T16:26:56.111Z Compiling textwrap v0.16.2
13712026-09-18T16:26:56.413Z Compiling cargo-platform v0.3.2
13722026-09-18T16:26:56.419Z Compiling semver v1.0.28
13732026-09-18T16:26:56.641Z Compiling camino-tempfile v1.4.1
13742026-09-18T16:26:56.892Z Compiling tabled_derive v0.7.0
13752026-09-18T16:26:57.567Z Compiling tabled v0.15.0
13762026-09-18T16:26:57.579Z Compiling pest_generator v2.8.6
13772026-09-18T16:26:58.131Z Compiling serde_derive v1.0.228
13782026-09-18T16:26:58.136Z Compiling thiserror-impl v1.0.69
13792026-09-18T16:26:58.136Z Compiling zerocopy-derive v0.7.35
13802026-09-18T16:26:58.136Z Compiling scroll_derive v0.12.1
13812026-09-18T16:26:58.136Z Compiling thiserror-impl v2.0.18
13822026-09-18T16:26:58.136Z Compiling clap_derive v4.6.1
13832026-09-18T16:26:58.152Z Compiling pest_derive v2.8.6
13842026-09-18T16:26:58.703Z Compiling scroll v0.12.0
13852026-09-18T16:26:58.791Z Compiling zerocopy v0.7.35
13862026-09-18T16:26:58.905Z Compiling goblin v0.8.2
13872026-09-18T16:26:59.128Z Compiling dtrace-parser v0.2.0
13882026-09-18T16:26:59.423Z Compiling clap v4.6.1
13892026-09-18T16:27:00.476Z Compiling dof v0.3.0
13902026-09-18T16:27:00.476Z Compiling serde_tokenstream v0.2.3
13912026-09-18T16:27:00.486Z Compiling toml_datetime v0.6.11
13922026-09-18T16:27:00.493Z Compiling serde_spanned v0.6.9
13932026-09-18T16:27:00.493Z Compiling macaddr v1.0.1
13942026-09-18T16:27:00.493Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13952026-09-18T16:27:00.493Z Compiling cargo_metadata v0.23.1
13962026-09-18T16:27:00.673Z Compiling toml_edit v0.22.27
13972026-09-18T16:27:01.156Z Compiling usdt-attr-macro v0.5.0
13982026-09-18T16:27:01.160Z Compiling usdt-macro v0.5.0
13992026-09-18T16:27:01.819Z Compiling usdt v0.5.0
14002026-09-18T16:27:01.939Z Compiling toml v0.8.23
14012026-09-18T16:27:02.260Z Compiling cargo_toml v0.21.0
14022026-09-18T16:27:03.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14032026-09-18T16:27:05.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
14042026-09-18T16:27:05.647Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
14052026-09-18T16:27:06.419Z Compiling serde_core v1.0.228
14062026-09-18T16:27:06.419Z Compiling libc v0.2.185
14072026-09-18T16:27:06.420Z Compiling serde v1.0.228
14082026-09-18T16:27:06.424Z Compiling log v0.4.33
14092026-09-18T16:27:06.424Z Compiling smallvec v1.15.1
14102026-09-18T16:27:06.424Z Compiling subtle v2.6.1
14112026-09-18T16:27:06.424Z Compiling find-msvc-tools v0.1.9
14122026-09-18T16:27:06.424Z Compiling shlex v1.3.0
14132026-09-18T16:27:06.424Z Compiling typenum v1.20.1
14142026-09-18T16:27:06.542Z Compiling scopeguard v1.2.0
14152026-09-18T16:27:06.548Z Compiling stable_deref_trait v1.2.1
14162026-09-18T16:27:06.548Z Compiling portable-atomic v1.13.1
14172026-09-18T16:27:06.548Z Compiling serde_json v1.0.151
14182026-09-18T16:27:06.607Z Compiling critical-section v1.2.0
14192026-09-18T16:27:06.613Z Compiling syn v2.0.117
14202026-09-18T16:27:06.624Z Compiling zerocopy v0.8.55
14212026-09-18T16:27:06.664Z Compiling libm v0.2.16
14222026-09-18T16:27:06.727Z Compiling lock_api v0.4.14
14232026-09-18T16:27:06.754Z Compiling num-traits v0.2.19
14242026-09-18T16:27:06.766Z Compiling pkg-config v0.3.32
14252026-09-18T16:27:06.786Z Compiling parking_lot_core v0.9.12
14262026-09-18T16:27:06.798Z Compiling pin-project-lite v0.2.17
14272026-09-18T16:27:06.920Z Compiling getrandom v0.4.3
14282026-09-18T16:27:06.933Z Compiling rand_core v0.10.0
14292026-09-18T16:27:06.948Z Compiling writeable v0.6.2
14302026-09-18T16:27:06.954Z Compiling foldhash v0.2.0
14312026-09-18T16:27:06.996Z Compiling percent-encoding v2.3.2
14322026-09-18T16:27:07.061Z Compiling futures-core v0.3.32
14332026-09-18T16:27:07.116Z Compiling litemap v0.8.1
14342026-09-18T16:27:07.130Z Compiling icu_properties_data v2.1.2
14352026-09-18T16:27:07.159Z Compiling icu_normalizer_data v2.1.1
14362026-09-18T16:27:07.197Z Compiling generic-array v0.14.7
14372026-09-18T16:27:07.211Z Compiling getrandom v0.3.4
14382026-09-18T16:27:07.215Z Compiling const-oid v0.9.6
14392026-09-18T16:27:07.239Z Compiling hashbrown v0.17.0
14402026-09-18T16:27:07.242Z Compiling rustix v1.1.4
14412026-09-18T16:27:07.340Z Compiling futures-sink v0.3.32
14422026-09-18T16:27:07.354Z Compiling futures-io v0.3.32
14432026-09-18T16:27:07.385Z Compiling utf8_iter v1.0.4
14442026-09-18T16:27:07.474Z Compiling futures-channel v0.3.32
14452026-09-18T16:27:07.539Z Compiling slab v0.4.12
14462026-09-18T16:27:07.563Z Compiling errno v0.3.14
14472026-09-18T16:27:07.583Z Compiling jobserver v0.1.34
14482026-09-18T16:27:07.620Z Compiling getrandom v0.2.17
14492026-09-18T16:27:07.636Z Compiling mio v1.2.0
14502026-09-18T16:27:07.688Z Compiling socket2 v0.6.3
14512026-09-18T16:27:07.735Z Compiling once_cell v1.21.3
14522026-09-18T16:27:07.739Z Compiling signal-hook-registry v1.4.8
14532026-09-18T16:27:07.762Z Compiling rand_core v0.6.4
14542026-09-18T16:27:07.831Z Compiling cc v1.2.56
14552026-09-18T16:27:07.844Z Compiling parking_lot v0.12.5
14562026-09-18T16:27:07.914Z Compiling futures-task v0.3.32
14572026-09-18T16:27:07.972Z Compiling form_urlencoded v1.2.2
14582026-09-18T16:27:07.983Z Compiling cmov v0.5.4
14592026-09-18T16:27:08.004Z Compiling rustversion v1.0.22
14602026-09-18T16:27:08.025Z Compiling iana-time-zone v0.1.65
14612026-09-18T16:27:08.073Z Compiling base64ct v1.8.3
14622026-09-18T16:27:08.088Z Compiling flagset v0.4.7
14632026-09-18T16:27:08.102Z Compiling ident_case v1.0.1
14642026-09-18T16:27:08.109Z Compiling regex-syntax v0.8.10
14652026-09-18T16:27:08.153Z Compiling fs_extra v1.3.0
14662026-09-18T16:27:08.173Z Compiling dunce v1.0.5
14672026-09-18T16:27:08.176Z Compiling ctutils v0.4.2
14682026-09-18T16:27:08.203Z Compiling base64 v0.22.1
14692026-09-18T16:27:08.227Z Compiling syn v1.0.109
14702026-09-18T16:27:08.242Z Compiling vcpkg v0.2.15
14712026-09-18T16:27:08.246Z Compiling tracing-core v0.1.36
14722026-09-18T16:27:08.269Z Compiling crc32fast v1.5.0
14732026-09-18T16:27:08.272Z Compiling schemars v0.8.22
14742026-09-18T16:27:08.284Z Compiling dyn-clone v1.0.20
14752026-09-18T16:27:08.389Z Compiling pem-rfc7468 v0.7.0
14762026-09-18T16:27:08.414Z Compiling aws-lc-rs v1.16.3
14772026-09-18T16:27:08.477Z Compiling rand_core v0.9.5
14782026-09-18T16:27:08.488Z Compiling spin v0.9.8
14792026-09-18T16:27:08.549Z Compiling tinyvec_macros v0.1.1
14802026-09-18T16:27:08.562Z Compiling cmake v0.1.57
14812026-09-18T16:27:08.575Z Compiling openssl-probe v0.2.1
14822026-09-18T16:27:08.629Z Compiling httparse v1.10.1
14832026-09-18T16:27:08.675Z Compiling tinyvec v1.10.0
14842026-09-18T16:27:08.705Z Compiling bitflags v2.11.0
14852026-09-18T16:27:08.748Z Compiling semver v1.0.28
14862026-09-18T16:27:08.765Z Compiling indexmap v2.14.0
14872026-09-18T16:27:08.832Z Compiling uuid v1.23.4
14882026-09-18T16:27:08.860Z Compiling aho-corasick v1.1.4
14892026-09-18T16:27:08.961Z Compiling try-lock v0.2.5
14902026-09-18T16:27:08.973Z Compiling rustc_version v0.4.1
14912026-09-18T16:27:08.991Z Compiling atomic-waker v1.1.2
14922026-09-18T16:27:09.046Z Compiling simd-adler32 v0.3.8
14932026-09-18T16:27:09.072Z Compiling tower-layer v0.3.3
14942026-09-18T16:27:09.085Z Compiling untrusted v0.7.1
14952026-09-18T16:27:09.085Z Compiling radium v0.7.0
14962026-09-18T16:27:09.112Z Compiling unicode-segmentation v1.12.0
14972026-09-18T16:27:09.133Z Compiling tower-service v0.3.3
14982026-09-18T16:27:09.242Z Compiling want v0.3.1
14992026-09-18T16:27:09.242Z Compiling maybe-uninit v2.0.0
15002026-09-18T16:27:09.313Z Compiling httpdate v1.0.3
15012026-09-18T16:27:09.331Z Compiling untrusted v0.9.0
15022026-09-18T16:27:09.415Z Compiling aws-lc-sys v0.40.0
15032026-09-18T16:27:09.427Z Compiling openssl-sys v0.9.117
15042026-09-18T16:27:09.441Z Compiling synstructure v0.13.2
15052026-09-18T16:27:09.448Z Compiling serde_derive_internals v0.29.1
15062026-09-18T16:27:09.467Z Compiling pest_generator v2.8.6
15072026-09-18T16:27:09.521Z Compiling darling_core v0.20.11
15082026-09-18T16:27:09.537Z Compiling const-oid v0.10.2
15092026-09-18T16:27:09.549Z Compiling openssl v0.10.80
15102026-09-18T16:27:09.554Z Compiling adler2 v2.0.1
15112026-09-18T16:27:09.574Z Compiling foreign-types-shared v0.1.1
15122026-09-18T16:27:09.669Z Compiling cpufeatures v0.2.17
15132026-09-18T16:27:09.705Z Compiling regex-automata v0.4.14
15142026-09-18T16:27:09.757Z Compiling tempfile v3.27.0
15152026-09-18T16:27:09.757Z Compiling terminal_size v0.4.3
15162026-09-18T16:27:09.839Z Compiling rustls v0.23.41
15172026-09-18T16:27:09.895Z Compiling tap v1.0.1
15182026-09-18T16:27:09.926Z Compiling miniz_oxide v0.8.9
15192026-09-18T16:27:10.024Z Compiling wyz v0.5.1
15202026-09-18T16:27:10.056Z Compiling foreign-types v0.3.2
15212026-09-18T16:27:10.139Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-09-18T16:27:10.161Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15232026-09-18T16:27:10.177Z Compiling unicode-normalization v0.1.25
15242026-09-18T16:27:10.215Z Compiling num-integer v0.1.46
15252026-09-18T16:27:10.228Z Compiling socket2 v0.5.10
15262026-09-18T16:27:10.303Z Compiling wait-timeout v0.2.1
15272026-09-18T16:27:10.398Z Compiling ahash v0.8.12
15282026-09-18T16:27:10.467Z Compiling funty v2.0.0
15292026-09-18T16:27:10.506Z Compiling num-bigint-dig v0.8.6
15302026-09-18T16:27:10.578Z Compiling cpufeatures v0.3.0
15312026-09-18T16:27:10.594Z Compiling powerfmt v0.2.0
15322026-09-18T16:27:10.608Z Compiling quick-error v1.2.3
15332026-09-18T16:27:10.624Z Compiling time-core v0.1.8
15342026-09-18T16:27:10.627Z Compiling num-conv v0.2.0
15352026-09-18T16:27:10.627Z Compiling bit-vec v0.8.0
15362026-09-18T16:27:10.667Z Compiling packed_struct v0.10.1
15372026-09-18T16:27:10.667Z Compiling native-tls v0.2.18
15382026-09-18T16:27:10.709Z Compiling rusty-fork v0.3.1
15392026-09-18T16:27:10.757Z Compiling deranged v0.5.8
15402026-09-18T16:27:10.772Z Compiling clap_builder v4.6.0
15412026-09-18T16:27:10.803Z Compiling bitvec v1.0.1
15422026-09-18T16:27:10.803Z Compiling time-macros v0.2.27
15432026-09-18T16:27:10.916Z Compiling bit-set v0.8.0
15442026-09-18T16:27:10.953Z Compiling num-iter v0.1.45
15452026-09-18T16:27:11.038Z Compiling rand_xorshift v0.4.0
15462026-09-18T16:27:11.062Z Compiling lazy_static v1.5.0
15472026-09-18T16:27:11.080Z Compiling sync_wrapper v1.0.2
15482026-09-18T16:27:11.091Z Compiling indexmap v1.9.3
15492026-09-18T16:27:11.095Z Compiling num_threads v0.1.7
15502026-09-18T16:27:11.169Z Compiling nodrop v0.1.14
15512026-09-18T16:27:11.201Z Compiling siphasher v1.0.2
15522026-09-18T16:27:11.241Z Compiling crc-catalog v2.4.0
15532026-09-18T16:27:11.249Z Compiling crossbeam-utils v0.8.21
15542026-09-18T16:27:11.254Z Compiling serde_derive v1.0.228
15552026-09-18T16:27:11.272Z Compiling zeroize_derive v1.5.0
15562026-09-18T16:27:11.319Z Compiling zerofrom-derive v0.1.6
15572026-09-18T16:27:11.334Z Compiling yoke-derive v0.8.1
15582026-09-18T16:27:11.402Z Compiling zerocopy-derive v0.8.55
15592026-09-18T16:27:11.552Z Compiling zerovec-derive v0.11.2
15602026-09-18T16:27:11.756Z Compiling displaydoc v0.2.5
15612026-09-18T16:27:11.769Z Compiling tokio-macros v2.7.0
15622026-09-18T16:27:11.887Z Compiling futures-macro v0.3.32
15632026-09-18T16:27:11.925Z Compiling der_derive v0.7.3
15642026-09-18T16:27:11.975Z Compiling thiserror-impl v2.0.18
15652026-09-18T16:27:12.339Z Compiling tracing-attributes v0.1.31
15662026-09-18T16:27:12.606Z Compiling schemars_derive v0.8.22
15672026-09-18T16:27:12.630Z Compiling scroll_derive v0.13.1
15682026-09-18T16:27:12.655Z Compiling pest_derive v2.8.6
15692026-09-18T16:27:12.659Z Compiling darling_macro v0.20.11
15702026-09-18T16:27:12.842Z Compiling thiserror-impl v1.0.69
15712026-09-18T16:27:12.859Z Compiling zerofrom v0.1.6
15722026-09-18T16:27:12.874Z Compiling futures-util v0.3.32
15732026-09-18T16:27:13.004Z Compiling yoke v0.8.1
15742026-09-18T16:27:13.030Z Compiling openssl-macros v0.1.1
15752026-09-18T16:27:13.168Z Compiling packed_struct_codegen v0.10.1
15762026-09-18T16:27:13.206Z Compiling zerovec v0.11.5
15772026-09-18T16:27:13.206Z Compiling zerotrie v0.2.3
15782026-09-18T16:27:13.484Z Compiling thiserror v2.0.18
15792026-09-18T16:27:13.502Z Compiling scroll v0.13.0
15802026-09-18T16:27:13.545Z Compiling darling v0.20.11
15812026-09-18T16:27:13.606Z Compiling clap_derive v4.6.1
15822026-09-18T16:27:13.638Z Compiling zerocopy-derive v0.6.6
15832026-09-18T16:27:13.759Z Compiling tinystr v0.8.2
15842026-09-18T16:27:13.776Z Compiling potential_utf v0.1.4
15852026-09-18T16:27:13.795Z Compiling tracing v0.1.44
15862026-09-18T16:27:13.942Z Compiling icu_locale_core v2.1.1
15872026-09-18T16:27:13.966Z Compiling icu_collections v2.1.1
15882026-09-18T16:27:13.981Z Compiling goblin v0.10.5
15892026-09-18T16:27:13.994Z Compiling bitfield-macros v0.19.4
15902026-09-18T16:27:14.008Z Compiling usdt-impl v0.6.0
15912026-09-18T16:27:14.099Z Compiling unarray v0.1.4
15922026-09-18T16:27:14.184Z Compiling thiserror v1.0.69
15932026-09-18T16:27:14.225Z Compiling object v0.37.3
15942026-09-18T16:27:14.261Z Compiling paste v1.0.15
15952026-09-18T16:27:14.324Z Compiling derive_builder_core v0.20.2
15962026-09-18T16:27:14.342Z Compiling dtrace-parser v0.3.0
15972026-09-18T16:27:14.488Z Compiling time v0.3.47
15982026-09-18T16:27:14.557Z Compiling zerocopy v0.6.6
15992026-09-18T16:27:14.581Z Compiling icu_provider v2.1.1
16002026-09-18T16:27:14.765Z Compiling bitfield v0.19.4
16012026-09-18T16:27:14.823Z Compiling zeroize v1.9.0
16022026-09-18T16:27:14.851Z Compiling bytes v1.11.1
16032026-09-18T16:27:14.892Z Compiling icu_properties v2.1.2
16042026-09-18T16:27:14.908Z Compiling icu_normalizer v2.1.1
16052026-09-18T16:27:14.935Z Compiling chrono v0.4.45
16062026-09-18T16:27:15.106Z Compiling hybrid-array v0.4.13
16072026-09-18T16:27:15.117Z Compiling der v0.7.10
16082026-09-18T16:27:15.194Z Compiling rustls-pki-types v1.14.0
16092026-09-18T16:27:15.281Z Compiling ipnet v2.12.0
16102026-09-18T16:27:15.359Z Compiling tokio v1.52.1
16112026-09-18T16:27:15.471Z Compiling http v1.4.2
16122026-09-18T16:27:15.482Z Compiling hex v0.4.3
16132026-09-18T16:27:15.625Z Compiling crypto-common v0.1.7
16142026-09-18T16:27:15.673Z Compiling block-buffer v0.10.4
16152026-09-18T16:27:15.768Z Compiling idna_adapter v1.2.1
16162026-09-18T16:27:15.790Z Compiling serde_spanned v0.6.9
16172026-09-18T16:27:15.804Z Compiling toml_datetime v0.6.11
16182026-09-18T16:27:15.863Z Compiling digest v0.10.7
16192026-09-18T16:27:15.896Z Compiling idna v1.1.0
16202026-09-18T16:27:15.919Z Compiling crypto-common v0.2.2
16212026-09-18T16:27:15.959Z Compiling spki v0.7.3
16222026-09-18T16:27:16.010Z Compiling ppv-lite86 v0.2.21
16232026-09-18T16:27:16.077Z Compiling block-buffer v0.12.1
16242026-09-18T16:27:16.092Z Compiling http-body v1.0.1
16252026-09-18T16:27:16.130Z Compiling pkcs8 v0.10.2
16262026-09-18T16:27:16.187Z Compiling url v2.5.8
16272026-09-18T16:27:16.210Z Compiling block-padding v0.4.2
16282026-09-18T16:27:16.260Z Compiling signature v2.2.0
16292026-09-18T16:27:16.290Z Compiling sha2 v0.10.9
16302026-09-18T16:27:16.305Z Compiling rand_chacha v0.9.0
16312026-09-18T16:27:16.322Z Compiling rand_chacha v0.3.1
16322026-09-18T16:27:16.345Z Compiling inout v0.2.2
16332026-09-18T16:27:16.392Z Compiling pkcs1 v0.7.5
16342026-09-18T16:27:16.407Z Compiling http-body-util v0.1.3
16352026-09-18T16:27:16.528Z Compiling rand v0.9.2
16362026-09-18T16:27:16.542Z Compiling rand v0.8.6
16372026-09-18T16:27:16.565Z Compiling digest v0.11.3
16382026-09-18T16:27:16.667Z Compiling cipher v0.5.2
16392026-09-18T16:27:16.794Z Compiling dof v0.4.0
16402026-09-18T16:27:16.809Z Compiling clap v4.6.1
16412026-09-18T16:27:16.917Z Compiling crc v3.4.0
16422026-09-18T16:27:16.990Z Compiling chacha20 v0.10.0
16432026-09-18T16:27:17.018Z Compiling array-init v0.0.4
16442026-09-18T16:27:17.068Z Compiling scroll_derive v0.12.1
16452026-09-18T16:27:17.141Z Compiling proptest v1.11.0
16462026-09-18T16:27:17.155Z Compiling structmeta-derive v0.3.0
16472026-09-18T16:27:17.403Z Compiling smallvec v0.6.14
16482026-09-18T16:27:17.412Z Compiling darling_core v0.23.0
16492026-09-18T16:27:17.415Z Compiling heapless v0.7.17
16502026-09-18T16:27:17.615Z Compiling ipnetwork v0.21.1
16512026-09-18T16:27:17.695Z Compiling slog v2.8.2
16522026-09-18T16:27:17.711Z Compiling thread-id v5.1.0
16532026-09-18T16:27:17.728Z Compiling env_filter v2.0.0
16542026-09-18T16:27:17.781Z Compiling syn v3.0.3
16552026-09-18T16:27:17.800Z Compiling cookie v0.18.1
16562026-09-18T16:27:17.814Z Compiling gimli v0.32.3
16572026-09-18T16:27:17.926Z Compiling allocator-api2 v0.2.21
16582026-09-18T16:27:18.025Z Compiling zstd-safe v7.2.4
16592026-09-18T16:27:18.045Z Compiling unicode-properties v0.1.4
16602026-09-18T16:27:18.057Z Compiling signal-hook v0.3.18
16612026-09-18T16:27:18.083Z Compiling iri-string v0.7.10
16622026-09-18T16:27:18.098Z Compiling unicode-bidi v0.3.18
16632026-09-18T16:27:18.262Z Compiling base64 v0.21.7
16642026-09-18T16:27:18.278Z Compiling hashbrown v0.12.3
16652026-09-18T16:27:18.281Z Compiling winnow v0.5.40
16662026-09-18T16:27:18.281Z Compiling anyhow v1.0.104
16672026-09-18T16:27:18.320Z Compiling ryu v1.0.23
16682026-09-18T16:27:18.320Z Compiling structmeta v0.3.0
16692026-09-18T16:27:18.369Z Compiling rsa v0.9.10
16702026-09-18T16:27:18.512Z Compiling ron v0.8.1
16712026-09-18T16:27:18.566Z Compiling serde_urlencoded v0.7.1
16722026-09-18T16:27:18.591Z Compiling stringprep v0.1.5
16732026-09-18T16:27:18.680Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16742026-09-18T16:27:18.889Z Compiling env_logger v0.11.11
16752026-09-18T16:27:18.921Z Compiling oxnet v0.1.6
16762026-09-18T16:27:19.158Z Compiling scroll v0.12.0
16772026-09-18T16:27:19.276Z Compiling tokio-util v0.7.18
16782026-09-18T16:27:19.387Z Compiling tower v0.5.3
16792026-09-18T16:27:19.445Z Compiling tokio-native-tls v0.3.1
16802026-09-18T16:27:19.534Z Compiling addr2line v0.25.1
16812026-09-18T16:27:19.632Z Compiling toml_edit v0.19.15
16822026-09-18T16:27:19.645Z Compiling newtype-uuid v1.3.2
16832026-09-18T16:27:19.778Z Compiling serde-hex v0.1.0
16842026-09-18T16:27:19.792Z Compiling camino v1.2.5
16852026-09-18T16:27:19.809Z Compiling tower-http v0.6.8
16862026-09-18T16:27:19.893Z Compiling rand v0.10.1
16872026-09-18T16:27:19.908Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16882026-09-18T16:27:19.994Z Compiling h2 v0.4.15
16892026-09-18T16:27:20.023Z Compiling darling_macro v0.23.0
16902026-09-18T16:27:20.111Z Compiling md-5 v0.11.0
16912026-09-18T16:27:20.191Z Compiling sha2 v0.11.0
16922026-09-18T16:27:20.236Z Compiling hmac v0.13.0
16932026-09-18T16:27:20.340Z Compiling hashbrown v0.13.2
16942026-09-18T16:27:20.433Z Compiling x509-cert v0.2.5
16952026-09-18T16:27:20.450Z Compiling rustls-native-certs v0.8.3
16962026-09-18T16:27:20.536Z Compiling derive_builder_macro v0.20.2
16972026-09-18T16:27:20.718Z Compiling serde_tokenstream v0.2.3
16982026-09-18T16:27:20.757Z Compiling erased-serde v0.3.31
16992026-09-18T16:27:21.036Z Compiling bzip2 v0.4.4
17002026-09-18T16:27:21.264Z Compiling hubpack_derive v0.1.1
17012026-09-18T16:27:21.281Z Compiling bstr v1.12.1
17022026-09-18T16:27:21.284Z Compiling daft-derive v0.1.8
17032026-09-18T16:27:21.354Z Compiling pin-project-internal v1.1.11
17042026-09-18T16:27:21.479Z Compiling zerocopy-derive v0.7.35
17052026-09-18T16:27:21.495Z Compiling async-trait v0.1.89
17062026-09-18T16:27:21.598Z Compiling heck v0.4.1
17072026-09-18T16:27:21.772Z Compiling curve25519-dalek v4.1.3
17082026-09-18T16:27:21.837Z Compiling vergen-lib v9.1.0
17092026-09-18T16:27:21.947Z Compiling hash32 v0.2.1
17102026-09-18T16:27:21.951Z Compiling encoding_rs v0.8.35
17112026-09-18T16:27:22.093Z Compiling memoffset v0.9.1
17122026-09-18T16:27:22.110Z Compiling ref-cast v1.0.25
17132026-09-18T16:27:22.111Z Compiling bumpalo v3.20.2
17142026-09-18T16:27:22.225Z Compiling psl-types v2.0.11
17152026-09-18T16:27:22.240Z Compiling smoltcp v0.9.1
17162026-09-18T16:27:22.313Z Compiling zlib-rs v0.6.2
17172026-09-18T16:27:22.330Z Compiling mime v0.3.17
17182026-09-18T16:27:22.354Z Compiling rustc-demangle v0.1.27
17192026-09-18T16:27:22.396Z Compiling fallible-iterator v0.2.0
17202026-09-18T16:27:22.442Z Compiling rustix v0.38.44
17212026-09-18T16:27:22.466Z Compiling cfg_aliases v0.2.1
17222026-09-18T16:27:22.545Z Compiling owo-colors v4.3.0
17232026-09-18T16:27:22.562Z Compiling crc-any v2.5.0
17242026-09-18T16:27:22.590Z Compiling libbz2-rs-sys v0.2.2
17252026-09-18T16:27:22.605Z Compiling litrs v1.0.0
17262026-09-18T16:27:22.640Z Compiling nix v0.31.2
17272026-09-18T16:27:22.730Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17282026-09-18T16:27:22.770Z Compiling postgres-protocol v0.6.12
17292026-09-18T16:27:22.806Z Compiling pin-project v1.1.11
17302026-09-18T16:27:22.930Z Compiling zerocopy v0.7.35
17312026-09-18T16:27:22.970Z Compiling zopfli v0.8.3
17322026-09-18T16:27:23.022Z Compiling bzip2 v0.6.1
17332026-09-18T16:27:23.055Z Compiling publicsuffix v2.3.0
17342026-09-18T16:27:23.153Z Compiling document-features v0.2.12
17352026-09-18T16:27:23.199Z Compiling hyper v1.10.1
17362026-09-18T16:27:23.261Z Compiling daft v0.1.8
17372026-09-18T16:27:23.334Z Compiling snafu-derive v0.8.9
17382026-09-18T16:27:23.360Z Compiling hubpack v0.1.2
17392026-09-18T16:27:23.414Z Compiling zip v0.6.6
17402026-09-18T16:27:23.564Z Compiling derive_builder v0.20.2
17412026-09-18T16:27:23.578Z Compiling toml v0.7.8
17422026-09-18T16:27:23.596Z Compiling object v0.30.4
17432026-09-18T16:27:23.661Z Compiling darling v0.23.0
17442026-09-18T16:27:23.708Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17452026-09-18T16:27:23.742Z Compiling goblin v0.8.2
17462026-09-18T16:27:23.924Z Compiling backtrace v0.3.76
17472026-09-18T16:27:24.017Z Compiling derive-ex v0.1.8
17482026-09-18T16:27:24.116Z Compiling hmac v0.12.1
17492026-09-18T16:27:24.163Z Compiling futures-executor v0.3.32
17502026-09-18T16:27:24.191Z Compiling regex v1.12.3
17512026-09-18T16:27:24.261Z Compiling phf_shared v0.13.1
17522026-09-18T16:27:24.301Z Compiling curve25519-dalek-derive v0.1.1
17532026-09-18T16:27:24.321Z Compiling hyper-util v0.1.20
17542026-09-18T16:27:24.441Z Compiling strum_macros v0.27.2
17552026-09-18T16:27:24.519Z Compiling ref-cast-impl v1.0.25
17562026-09-18T16:27:24.534Z Compiling convert_case v0.10.0
17572026-09-18T16:27:24.634Z Compiling vergen v9.1.0
17582026-09-18T16:27:24.834Z Compiling cargo-platform v0.3.2
17592026-09-18T16:27:24.850Z Compiling ff v0.13.1
17602026-09-18T16:27:24.866Z Compiling fs-err v3.3.0
17612026-09-18T16:27:24.994Z Compiling path-slash v0.1.5
17622026-09-18T16:27:25.007Z Compiling same-file v1.0.6
17632026-09-18T16:27:25.101Z Compiling is_ci v1.2.0
17642026-09-18T16:27:25.117Z Compiling managed v0.8.0
17652026-09-18T16:27:25.121Z Compiling jiff-core v0.1.0
17662026-09-18T16:27:25.144Z Compiling base16ct v0.2.0
17672026-09-18T16:27:25.144Z Compiling bitflags v1.3.2
17682026-09-18T16:27:25.187Z Compiling flate2 v1.1.9
17692026-09-18T16:27:25.235Z Compiling foldhash v0.1.5
17702026-09-18T16:27:25.254Z Compiling supports-color v3.0.2
17712026-09-18T16:27:25.329Z Compiling snafu v0.8.9
17722026-09-18T16:27:25.359Z Compiling sec1 v0.7.3
17732026-09-18T16:27:25.422Z Compiling hashbrown v0.15.5
17742026-09-18T16:27:25.437Z Compiling textwrap v0.16.2
17752026-09-18T16:27:25.560Z Compiling walkdir v2.5.0
17762026-09-18T16:27:25.711Z Compiling hyper-tls v0.6.0
17772026-09-18T16:27:25.735Z Compiling cargo_metadata v0.23.1
17782026-09-18T16:27:25.749Z Compiling test-strategy v0.4.5
17792026-09-18T16:27:25.882Z Compiling jiff v0.2.34
17802026-09-18T16:27:25.920Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17812026-09-18T16:27:25.965Z Compiling reqwest v0.12.28
17822026-09-18T16:27:25.996Z Compiling dof v0.3.0
17832026-09-18T16:27:26.092Z Compiling group v0.13.0
17842026-09-18T16:27:26.184Z Compiling derive_more-impl v2.1.1
17852026-09-18T16:27:26.227Z Compiling phf v0.13.1
17862026-09-18T16:27:26.287Z Compiling backtrace-ext v0.2.1
17872026-09-18T16:27:26.393Z Compiling futures v0.3.32
17882026-09-18T16:27:26.475Z Compiling cookie_store v0.22.1
17892026-09-18T16:27:26.491Z Compiling strum v0.27.2
17902026-09-18T16:27:26.502Z Compiling hkdf v0.12.4
17912026-09-18T16:27:26.527Z Compiling signal-hook-mio v0.2.5
17922026-09-18T16:27:26.658Z Compiling zstd v0.13.3
17932026-09-18T16:27:26.690Z Compiling serde_with_macros v3.21.0
17942026-09-18T16:27:26.746Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17952026-09-18T16:27:26.937Z Compiling postgres-types v0.2.14
17962026-09-18T16:27:27.184Z Compiling globset v0.4.18
17972026-09-18T16:27:27.202Z Compiling usdt-attr-macro v0.6.0
17982026-09-18T16:27:27.313Z Compiling usdt-macro v0.6.0
17992026-09-18T16:27:27.342Z Compiling hashbrown v0.16.1
18002026-09-18T16:27:27.358Z Compiling byte-wrapper v0.1.0
18012026-09-18T16:27:27.392Z Compiling ed25519 v2.2.3
18022026-09-18T16:27:27.553Z Compiling crypto-bigint v0.5.5
18032026-09-18T16:27:27.761Z Compiling serde-big-array v0.5.1
18042026-09-18T16:27:27.929Z Compiling serde_plain v1.0.2
18052026-09-18T16:27:27.953Z Compiling olpc-cjson v0.1.4
18062026-09-18T16:27:27.956Z Compiling dtrace-parser v0.2.0
18072026-09-18T16:27:27.985Z Compiling phf_shared v0.11.3
18082026-09-18T16:27:28.002Z Compiling miette-derive v7.6.0
18092026-09-18T16:27:28.115Z Compiling serde_repr v0.1.20
18102026-09-18T16:27:28.162Z Compiling async-recursion v1.1.1
18112026-09-18T16:27:28.166Z Compiling strum_macros v0.26.4
18122026-09-18T16:27:28.196Z Compiling enum-as-inner v0.6.1
18132026-09-18T16:27:28.210Z Compiling pem v3.0.6
18142026-09-18T16:27:28.325Z Compiling float-cmp v0.10.0
18152026-09-18T16:27:28.347Z Compiling memmap2 v0.9.10
18162026-09-18T16:27:28.376Z Compiling thread-id v4.2.2
18172026-09-18T16:27:28.473Z Compiling data-encoding v2.10.0
18182026-09-18T16:27:28.489Z Compiling static_assertions v1.1.0
18192026-09-18T16:27:28.550Z Compiling fixedbitset v0.5.7
18202026-09-18T16:27:28.573Z Compiling typed-path v0.12.3
18212026-09-18T16:27:28.592Z Compiling precomputed-hash v0.1.1
18222026-09-18T16:27:28.697Z Compiling supports-hyperlinks v3.2.0
18232026-09-18T16:27:28.712Z Compiling normalize-line-endings v0.3.0
18242026-09-18T16:27:28.732Z Compiling keccak v0.1.6
18252026-09-18T16:27:28.756Z Compiling new_debug_unreachable v1.0.6
18262026-09-18T16:27:28.789Z Compiling fixedbitset v0.4.2
18272026-09-18T16:27:28.828Z Compiling either v1.15.0
18282026-09-18T16:27:28.844Z Compiling difflib v0.4.0
18292026-09-18T16:27:28.861Z Compiling typed-path v0.9.3
18302026-09-18T16:27:28.876Z Compiling supports-unicode v3.0.0
18312026-09-18T16:27:28.889Z Compiling winnow v1.0.3
18322026-09-18T16:27:29.031Z Compiling whoami v2.1.0
18332026-09-18T16:27:29.042Z Compiling predicates-core v1.0.10
18342026-09-18T16:27:29.060Z Compiling itertools v0.13.0
18352026-09-18T16:27:29.221Z Compiling predicates v3.1.4
18362026-09-18T16:27:29.242Z Compiling miette v7.6.0
18372026-09-18T16:27:29.245Z Compiling petgraph v0.6.5
18382026-09-18T16:27:29.439Z Compiling zip v8.6.0
18392026-09-18T16:27:29.453Z Compiling tokio-postgres v0.7.18
18402026-09-18T16:27:29.494Z Compiling sha3 v0.10.8
18412026-09-18T16:27:29.628Z Compiling string_cache v0.8.9
18422026-09-18T16:27:29.766Z Compiling hickory-proto v0.25.2
18432026-09-18T16:27:29.783Z Compiling petgraph v0.8.3
18442026-09-18T16:27:29.877Z Compiling toml_parser v1.1.2+spec-1.1.0
18452026-09-18T16:27:29.892Z Compiling toml_edit v0.22.27
18462026-09-18T16:27:29.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
18472026-09-18T16:27:29.977Z Compiling elliptic-curve v0.13.8
18482026-09-18T16:27:29.993Z Compiling usdt v0.6.0
18492026-09-18T16:27:30.008Z Compiling strum v0.26.3
18502026-09-18T16:27:30.094Z Compiling usdt-impl v0.5.0
18512026-09-18T16:27:30.157Z Compiling zip v4.6.1
18522026-09-18T16:27:30.279Z Compiling crossterm v0.28.1
18532026-09-18T16:27:30.325Z Compiling serde_with v3.21.0
18542026-09-18T16:27:30.400Z Compiling iddqd v0.4.2
18552026-09-18T16:27:30.417Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18562026-09-18T16:27:30.547Z Compiling ed25519-dalek v2.2.0
18572026-09-18T16:27:30.563Z Compiling derive_more v2.1.1
18582026-09-18T16:27:31.100Z Compiling similar v2.7.0
18592026-09-18T16:27:31.138Z Compiling crossbeam-epoch v0.9.18
18602026-09-18T16:27:31.149Z Compiling tokio-stream v0.1.18
18612026-09-18T16:27:31.205Z Compiling buf-list v1.1.2
18622026-09-18T16:27:31.485Z Compiling openapiv3 v2.2.0
18632026-09-18T16:27:31.502Z Compiling lalrpop-util v0.19.12
18642026-09-18T16:27:31.579Z Compiling peg-runtime v0.8.5
18652026-09-18T16:27:31.624Z Compiling thread_local v1.1.9
18662026-09-18T16:27:31.687Z Compiling slog-async v2.8.0
18672026-09-18T16:27:31.712Z Compiling crossbeam-channel v0.5.15
18682026-09-18T16:27:31.759Z Compiling filetime v0.2.27
18692026-09-18T16:27:31.832Z Compiling is-terminal v0.4.17
18702026-09-18T16:27:31.847Z Compiling term v1.2.1
18712026-09-18T16:27:31.871Z Compiling xattr v1.6.1
18722026-09-18T16:27:31.892Z Compiling take_mut v0.2.2
18732026-09-18T16:27:31.953Z Compiling camino-tempfile v1.4.1
18742026-09-18T16:27:32.059Z Compiling tar v0.4.46
18752026-09-18T16:27:32.216Z Compiling slog-term v2.9.2
18762026-09-18T16:27:49.497Z Compiling rustls-webpki v0.103.13
18772026-09-18T16:27:52.190Z Compiling tokio-rustls v0.26.4
18782026-09-18T16:27:52.190Z Compiling rustls-platform-verifier v0.6.2
18792026-09-18T16:27:52.211Z Compiling tough v0.22.0
18802026-09-18T16:27:52.385Z Compiling hyper-rustls v0.27.7
18812026-09-18T16:27:52.572Z Compiling reqwest v0.13.2
18822026-09-18T16:27:54.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18832026-09-18T16:27:54.982Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18842026-09-18T16:27:57.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
18852026-09-18T16:27:58.034Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18862026-09-18T16:27:58.084ZSep 18 16:27:57.353 INFO Starting download, target: Clickhouse
18872026-09-18T16:27:58.084ZSep 18 16:27:57.353 INFO Starting download, target: Console
18882026-09-18T16:27:58.084ZSep 18 16:27:57.353 INFO Starting download, target: DendriteStub
18892026-09-18T16:27:58.109ZSep 18 16:27:57.353 INFO Starting download, target: Cockroach
18902026-09-18T16:27:58.109ZSep 18 16:27:57.353 INFO Starting download, target: MaghemiteMgd
18912026-09-18T16:27:58.109ZSep 18 16:27:57.353 INFO Starting download, target: MaghemiteDdmd
18922026-09-18T16:27:58.110ZSep 18 16:27:57.353 INFO Starting download, target: TransceiverControl
18932026-09-18T16:27:58.110ZSep 18 16:27:57.353 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18942026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18952026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18962026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18972026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18982026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18992026-09-18T16:27:58.110ZSep 18 16:27:57.354 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19002026-09-18T16:27:58.617ZSep 18 16:27:57.888 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19012026-09-18T16:27:58.788ZSep 18 16:27:58.058 INFO Download complete, target: TransceiverControl
19022026-09-18T16:27:59.899ZSep 18 16:27:59.170 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19032026-09-18T16:28:00.132ZSep 18 16:27:59.395 INFO Download complete, target: Console
19042026-09-18T16:28:01.088ZSep 18 16:28:00.357 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19052026-09-18T16:28:01.261ZSep 18 16:28:00.531 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19062026-09-18T16:28:01.439ZSep 18 16:28:00.701 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19072026-09-18T16:28:01.629ZSep 18 16:28:00.897 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19082026-09-18T16:28:02.077ZSep 18 16:28:01.348 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19092026-09-18T16:28:02.077ZSep 18 16:28:01.348 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19102026-09-18T16:28:02.645ZSep 18 16:28:01.914 INFO Download complete, target: MaghemiteDdmd
19112026-09-18T16:28:03.542ZSep 18 16:28:02.812 INFO Download complete, target: MaghemiteMgd
19122026-09-18T16:28:04.039ZSep 18 16:28:03.309 INFO Download complete, target: DendriteStub
19132026-09-18T16:28:06.018ZSep 18 16:28:05.289 INFO Checking that binary works, target: Cockroach
19142026-09-18T16:28:06.136ZSep 18 16:28:05.407 INFO Download complete, target: Cockroach
19152026-09-18T16:28:06.910ZSep 18 16:28:06.181 INFO Checking that binary works, target: Clickhouse
19162026-09-18T16:28:06.990ZSep 18 16:28:06.262 INFO Download complete, target: Clickhouse
19172026-09-18T16:28:06.997ZAll prerequisites installed successfully
19182026-09-18T16:28:07.002Z
19192026-09-18T16:28:07.002Zreal 1:38.385082829
19202026-09-18T16:28:07.002Zuser 7:25.052010252
19212026-09-18T16:28:07.002Zsys 1:47.577205479
19222026-09-18T16:28:07.002Ztrap 0.251717201
19232026-09-18T16:28:07.002Ztflt 0.850180426
19242026-09-18T16:28:07.002Zdflt 1.356448031
19252026-09-18T16:28:07.002Zkflt 0.019929835
19262026-09-18T16:28:07.002Zlock 27:41.321881631
19272026-09-18T16:28:07.002Zslp 20:34.291118581
19282026-09-18T16:28:07.002Zlat 24.778628769
19292026-09-18T16:28:07.002Zstop 2:56.436192461
19302026-09-18T16:28:07.002Z+ source ./tools/include/force-git-over-https.sh
19312026-09-18T16:28:07.003Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19322026-09-18T16:28:07.003Z++ (( i = 0 ))
19332026-09-18T16:28:07.003Z++ (( i < 5 ))
19342026-09-18T16:28:07.003Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19352026-09-18T16:28:07.006Z++ (( i++ ))
19362026-09-18T16:28:07.006Z++ (( i < 5 ))
19372026-09-18T16:28:07.006Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19382026-09-18T16:28:07.006Z++ (( i++ ))
19392026-09-18T16:28:07.006Z++ (( i < 5 ))
19402026-09-18T16:28:07.006Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19412026-09-18T16:28:07.010Z++ (( i++ ))
19422026-09-18T16:28:07.010Z++ (( i < 5 ))
19432026-09-18T16:28:07.010Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19442026-09-18T16:28:07.010Z++ (( i++ ))
19452026-09-18T16:28:07.010Z++ (( i < 5 ))
19462026-09-18T16:28:07.010Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19472026-09-18T16:28:07.015Z++ (( i++ ))
19482026-09-18T16:28:07.015Z++ (( i < 5 ))
19492026-09-18T16:28:07.015Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19502026-09-18T16:28:07.016Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19512026-09-18T16:28:07.016Z+ rc=0
19522026-09-18T16:28:07.016Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19532026-09-18T16:28:16.102Z+ case $rc in
19542026-09-18T16:28:16.102Z+ pfexec zfs create -p rpool/images/build/host
19552026-09-18T16:28:16.229Z+ pfexec zfs create -p rpool/images/build/recovery
19562026-09-18T16:28:16.236Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19572026-09-18T16:28:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19582026-09-18T16:28:16.696Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19592026-09-18T16:28:17.547Z Compiling proc-macro2 v1.0.106
19602026-09-18T16:28:17.547Z Compiling quote v1.0.45
19612026-09-18T16:28:17.547Z Compiling unicode-ident v1.0.24
19622026-09-18T16:28:17.551Z Compiling serde_core v1.0.228
19632026-09-18T16:28:17.551Z Compiling libc v0.2.185
19642026-09-18T16:28:17.551Z Compiling serde v1.0.228
19652026-09-18T16:28:17.551Z Compiling cfg-if v1.0.4
19662026-09-18T16:28:17.551Z Compiling shlex v1.3.0
19672026-09-18T16:28:17.551Z Compiling find-msvc-tools v0.1.9
19682026-09-18T16:28:17.683Z Compiling autocfg v1.5.0
19692026-09-18T16:28:17.687Z Compiling version_check v0.9.5
19702026-09-18T16:28:17.687Z Compiling memchr v2.8.0
19712026-09-18T16:28:17.688Z Compiling portable-atomic v1.13.1
19722026-09-18T16:28:17.688Z Compiling zmij v1.0.21
19732026-09-18T16:28:17.790Z Compiling zerocopy v0.8.55
19742026-09-18T16:28:17.835Z Compiling serde_json v1.0.151
19752026-09-18T16:28:17.964Z Compiling libm v0.2.16
19762026-09-18T16:28:18.186Z Compiling num-traits v0.2.19
19772026-09-18T16:28:18.193Z Compiling getrandom v0.4.3
19782026-09-18T16:28:18.193Z Compiling parking_lot_core v0.9.12
19792026-09-18T16:28:18.217Z Compiling pkg-config v0.3.32
19802026-09-18T16:28:18.249Z Compiling icu_properties_data v2.1.2
19812026-09-18T16:28:18.254Z Compiling icu_normalizer_data v2.1.1
19822026-09-18T16:28:18.296Z Compiling smallvec v1.15.1
19832026-09-18T16:28:18.309Z Compiling getrandom v0.3.4
19842026-09-18T16:28:18.324Z Compiling rustix v1.1.4
19852026-09-18T16:28:18.410Z Compiling log v0.4.33
19862026-09-18T16:28:18.493Z Compiling generic-array v0.14.7
19872026-09-18T16:28:18.509Z Compiling itoa v1.0.17
19882026-09-18T16:28:18.526Z Compiling subtle v2.6.1
19892026-09-18T16:28:18.674Z Compiling typenum v1.20.1
19902026-09-18T16:28:18.688Z Compiling scopeguard v1.2.0
19912026-09-18T16:28:18.694Z Compiling jobserver v0.1.34
19922026-09-18T16:28:18.706Z Compiling errno v0.3.14
19932026-09-18T16:28:18.732Z Compiling stable_deref_trait v1.2.1
19942026-09-18T16:28:18.736Z Compiling critical-section v1.2.0
19952026-09-18T16:28:18.780Z Compiling lock_api v0.4.14
19962026-09-18T16:28:18.842Z Compiling thiserror v2.0.18
19972026-09-18T16:28:18.890Z Compiling cc v1.2.56
19982026-09-18T16:28:18.958Z Compiling syn v2.0.117
19992026-09-18T16:28:19.064Z Compiling heck v0.5.0
20002026-09-18T16:28:19.083Z Compiling dunce v1.0.5
20012026-09-18T16:28:19.097Z Compiling fs_extra v1.3.0
20022026-09-18T16:28:19.205Z Compiling rand_core v0.10.0
20032026-09-18T16:28:19.235Z Compiling percent-encoding v2.3.2
20042026-09-18T16:28:19.239Z Compiling litemap v0.8.1
20052026-09-18T16:28:19.269Z Compiling writeable v0.6.2
20062026-09-18T16:28:19.456Z Compiling once_cell v1.21.3
20072026-09-18T16:28:19.469Z Compiling pin-project-lite v0.2.17
20082026-09-18T16:28:19.484Z Compiling equivalent v1.0.2
20092026-09-18T16:28:19.484Z Compiling schemars v0.8.22
20102026-09-18T16:28:19.541Z Compiling foldhash v0.2.0
20112026-09-18T16:28:19.633Z Compiling cmake v0.1.57
20122026-09-18T16:28:19.643Z Compiling getrandom v0.2.17
20132026-09-18T16:28:19.724Z Compiling crc32fast v1.5.0
20142026-09-18T16:28:19.807Z Compiling signal-hook-registry v1.4.8
20152026-09-18T16:28:19.849Z Compiling futures-core v0.3.32
20162026-09-18T16:28:19.849Z Compiling rustversion v1.0.22
20172026-09-18T16:28:19.898Z Compiling rand_core v0.6.4
20182026-09-18T16:28:19.919Z Compiling bitflags v2.11.0
20192026-09-18T16:28:19.951Z Compiling semver v1.0.28
20202026-09-18T16:28:20.042Z Compiling syn v1.0.109
20212026-09-18T16:28:20.073Z Compiling aws-lc-rs v1.16.3
20222026-09-18T16:28:20.088Z Compiling parking_lot v0.12.5
20232026-09-18T16:28:20.163Z Compiling hashbrown v0.17.0
20242026-09-18T16:28:20.206Z Compiling mio v1.2.0
20252026-09-18T16:28:20.232Z Compiling aws-lc-sys v0.40.0
20262026-09-18T16:28:20.308Z Compiling const-oid v0.9.6
20272026-09-18T16:28:20.379Z Compiling utf8_iter v1.0.4
20282026-09-18T16:28:20.537Z Compiling form_urlencoded v1.2.2
20292026-09-18T16:28:20.795Z Compiling vcpkg v0.2.15
20302026-09-18T16:28:20.881Z Compiling indexmap v2.14.0
20312026-09-18T16:28:20.989Z Compiling strsim v0.11.1
20322026-09-18T16:28:21.020Z Compiling byteorder v1.5.0
20332026-09-18T16:28:21.070Z Compiling fnv v1.0.7
20342026-09-18T16:28:21.111Z Compiling socket2 v0.6.3
20352026-09-18T16:28:21.199Z Compiling httparse v1.10.1
20362026-09-18T16:28:21.223Z Compiling radium v0.7.0
20372026-09-18T16:28:21.695Z Compiling openssl-sys v0.9.117
20382026-09-18T16:28:21.706Z Compiling futures-sink v0.3.32
20392026-09-18T16:28:21.706Z Compiling futures-channel v0.3.32
20402026-09-18T16:28:21.706Z Compiling iana-time-zone v0.1.65
20412026-09-18T16:28:21.706Z Compiling thiserror v1.0.69
20422026-09-18T16:28:21.706Z Compiling slab v0.4.12
20432026-09-18T16:28:21.706Z Compiling futures-io v0.3.32
20442026-09-18T16:28:21.707Z Compiling futures-task v0.3.32
20452026-09-18T16:28:21.741Z Compiling base64 v0.22.1
20462026-09-18T16:28:21.773Z Compiling synstructure v0.13.2
20472026-09-18T16:28:21.814Z Compiling serde_derive_internals v0.29.1
20482026-09-18T16:28:21.852Z Compiling maybe-uninit v2.0.0
20492026-09-18T16:28:21.861Z Compiling rustls v0.23.41
20502026-09-18T16:28:21.861Z Compiling rustc_version v0.4.1
20512026-09-18T16:28:22.103Z Compiling bzip2-sys v0.1.13+1.0.8
20522026-09-18T16:28:22.151Z Compiling uuid v1.23.4
20532026-09-18T16:28:22.163Z Compiling ahash v0.8.12
20542026-09-18T16:28:22.163Z Compiling cmov v0.5.4
20552026-09-18T16:28:22.184Z Compiling base64ct v1.8.3
20562026-09-18T16:28:22.219Z Compiling packed_struct v0.10.1
20572026-09-18T16:28:22.224Z Compiling ident_case v1.0.1
20582026-09-18T16:28:22.237Z Compiling regex-syntax v0.8.10
20592026-09-18T16:28:22.298Z Compiling num-bigint-dig v0.8.6
20602026-09-18T16:28:22.298Z Compiling ucd-trie v0.1.7
20612026-09-18T16:28:22.388Z Compiling ctutils v0.4.2
20622026-09-18T16:28:22.552Z Compiling pem-rfc7468 v0.7.0
20632026-09-18T16:28:22.578Z Compiling pest v2.8.6
20642026-09-18T16:28:22.578Z Compiling dyn-clone v1.0.20
20652026-09-18T16:28:22.589Z Compiling fastrand v2.3.0
20662026-09-18T16:28:22.589Z Compiling flagset v0.4.7
20672026-09-18T16:28:22.618Z Compiling openssl v0.10.80
20682026-09-18T16:28:22.715Z Compiling indexmap v1.9.3
20692026-09-18T16:28:22.775Z Compiling unicode-segmentation v1.12.0
20702026-09-18T16:28:22.783Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20712026-09-18T16:28:22.834Z Compiling tempfile v3.27.0
20722026-09-18T16:28:22.905Z Compiling native-tls v0.2.18
20732026-09-18T16:28:22.917Z Compiling paste v1.0.15
20742026-09-18T16:28:23.023Z Compiling serde_derive v1.0.228
20752026-09-18T16:28:23.078Z Compiling zeroize_derive v1.5.0
20762026-09-18T16:28:23.110Z Compiling zerofrom-derive v0.1.6
20772026-09-18T16:28:23.170Z Compiling yoke-derive v0.8.1
20782026-09-18T16:28:23.247Z Compiling zerocopy-derive v0.8.55
20792026-09-18T16:28:23.247Z Compiling zerovec-derive v0.11.2
20802026-09-18T16:28:23.279Z Compiling displaydoc v0.2.5
20812026-09-18T16:28:23.279Z Compiling tokio-macros v2.7.0
20822026-09-18T16:28:23.391Z Compiling futures-macro v0.3.32
20832026-09-18T16:28:23.409Z Compiling thiserror-impl v2.0.18
20842026-09-18T16:28:23.432Z Compiling der_derive v0.7.3
20852026-09-18T16:28:23.752Z Compiling schemars_derive v0.8.22
20862026-09-18T16:28:23.841Z Compiling tracing-attributes v0.1.31
20872026-09-18T16:28:23.913Z Compiling thiserror-impl v1.0.69
20882026-09-18T16:28:23.960Z Compiling clap_derive v4.6.1
20892026-09-18T16:28:24.032Z Compiling packed_struct_codegen v0.10.1
20902026-09-18T16:28:24.169Z Compiling pest_meta v2.8.6
20912026-09-18T16:28:24.238Z Compiling futures-util v0.3.32
20922026-09-18T16:28:24.287Z Compiling zerofrom v0.1.6
20932026-09-18T16:28:24.440Z Compiling yoke v0.8.1
20942026-09-18T16:28:24.654Z Compiling zerovec v0.11.5
20952026-09-18T16:28:24.670Z Compiling zerotrie v0.2.3
20962026-09-18T16:28:25.070Z Compiling bitfield-macros v0.19.4
20972026-09-18T16:28:25.073Z Compiling zerocopy-derive v0.6.6
20982026-09-18T16:28:25.127Z Compiling pest_generator v2.8.6
20992026-09-18T16:28:25.292Z Compiling tinystr v0.8.2
21002026-09-18T16:28:25.318Z Compiling potential_utf v0.1.4
21012026-09-18T16:28:25.343Z Compiling openssl-macros v0.1.1
21022026-09-18T16:28:25.450Z Compiling icu_collections v2.1.1
21032026-09-18T16:28:25.504Z Compiling icu_locale_core v2.1.1
21042026-09-18T16:28:25.822Z Compiling pest_derive v2.8.6
21052026-09-18T16:28:25.911Z Compiling scroll_derive v0.13.1
21062026-09-18T16:28:25.975Z Compiling rand_core v0.9.5
21072026-09-18T16:28:25.987Z Compiling syn v3.0.3
21082026-09-18T16:28:26.005Z Compiling crossbeam-utils v0.8.21
21092026-09-18T16:28:26.129Z Compiling anstyle v1.0.14
21102026-09-18T16:28:26.293Z Compiling icu_provider v2.1.1
21112026-09-18T16:28:26.367Z Compiling zeroize v1.9.0
21122026-09-18T16:28:26.407Z Compiling bytes v1.11.1
21132026-09-18T16:28:26.469Z Compiling chrono v0.4.45
21142026-09-18T16:28:26.487Z Compiling hex v0.4.3
21152026-09-18T16:28:26.612Z Compiling icu_normalizer v2.1.1
21162026-09-18T16:28:26.630Z Compiling icu_properties v2.1.2
21172026-09-18T16:28:26.800Z Compiling hybrid-array v0.4.13
21182026-09-18T16:28:26.905Z Compiling tokio v1.52.1
21192026-09-18T16:28:27.123Z Compiling der v0.7.10
21202026-09-18T16:28:27.194Z Compiling crypto-common v0.1.7
21212026-09-18T16:28:27.250Z Compiling block-buffer v0.10.4
21222026-09-18T16:28:27.431Z Compiling digest v0.10.7
21232026-09-18T16:28:27.497Z Compiling idna_adapter v1.2.1
21242026-09-18T16:28:27.657Z Compiling idna v1.1.0
21252026-09-18T16:28:27.806Z Compiling ppv-lite86 v0.2.21
21262026-09-18T16:28:27.924Z Compiling camino v1.2.5
21272026-09-18T16:28:27.950Z Compiling utf8parse v0.2.2
21282026-09-18T16:28:27.991Z Compiling http v1.4.2
21292026-09-18T16:28:28.082Z Compiling url v2.5.8
21302026-09-18T16:28:28.102Z Compiling anstyle-parse v1.0.0
21312026-09-18T16:28:28.247Z Compiling spki v0.7.3
21322026-09-18T16:28:28.407Z Compiling rustls-pki-types v1.14.0
21332026-09-18T16:28:28.517Z Compiling pkcs8 v0.10.2
21342026-09-18T16:28:28.682Z Compiling terminal_size v0.4.3
21352026-09-18T16:28:28.871Z Compiling spin v0.9.8
21362026-09-18T16:28:28.887Z Compiling tinyvec_macros v0.1.1
21372026-09-18T16:28:28.905Z Compiling colorchoice v1.0.4
21382026-09-18T16:28:28.943Z Compiling time-core v0.1.8
21392026-09-18T16:28:28.975Z Compiling is_terminal_polyfill v1.70.2
21402026-09-18T16:28:29.038Z Compiling anstyle-query v1.1.5
21412026-09-18T16:28:29.054Z Compiling num-conv v0.2.0
21422026-09-18T16:28:29.054Z Compiling tinyvec v1.10.0
21432026-09-18T16:28:29.096Z Compiling rand_chacha v0.9.0
21442026-09-18T16:28:29.122Z Compiling crypto-common v0.2.2
21452026-09-18T16:28:29.125Z Compiling block-buffer v0.12.1
21462026-09-18T16:28:29.153Z Compiling anstream v1.0.0
21472026-09-18T16:28:29.157Z Compiling daft-derive v0.1.8
21482026-09-18T16:28:29.235Z Compiling time-macros v0.2.27
21492026-09-18T16:28:29.283Z Compiling structmeta-derive v0.3.0
21502026-09-18T16:28:29.344Z Compiling async-trait v0.1.89
21512026-09-18T16:28:29.421Z Compiling tracing-core v0.1.36
21522026-09-18T16:28:29.527Z Compiling object v0.37.3
21532026-09-18T16:28:29.574Z Compiling cpufeatures v0.2.17
21542026-09-18T16:28:29.656Z Compiling plain v0.2.3
21552026-09-18T16:28:29.717Z Compiling untrusted v0.7.1
21562026-09-18T16:28:29.781Z Compiling tracing v0.1.44
21572026-09-18T16:28:29.823Z Compiling rand v0.9.2
21582026-09-18T16:28:29.837Z Compiling http-body v1.0.1
21592026-09-18T16:28:30.055Z Compiling serde_spanned v0.6.9
21602026-09-18T16:28:30.078Z Compiling toml_datetime v0.6.11
21612026-09-18T16:28:30.220Z Compiling pin-project-internal v1.1.11
21622026-09-18T16:28:30.302Z Compiling structmeta v0.3.0
21632026-09-18T16:28:30.305Z Compiling slog v2.8.2
21642026-09-18T16:28:30.392Z Compiling wait-timeout v0.2.1
21652026-09-18T16:28:30.397Z Compiling cookie v0.18.1
21662026-09-18T16:28:30.451Z Compiling openssl-probe v0.2.1
21672026-09-18T16:28:30.482Z Compiling simd-adler32 v0.3.8
21682026-09-18T16:28:30.567Z Compiling clap_lex v1.0.0
21692026-09-18T16:28:30.599Z Compiling bit-vec v0.8.0
21702026-09-18T16:28:30.631Z Compiling tap v1.0.1
21712026-09-18T16:28:30.646Z Compiling untrusted v0.9.0
21722026-09-18T16:28:30.650Z Compiling quick-error v1.2.3
21732026-09-18T16:28:30.677Z Compiling zstd-safe v7.2.4
21742026-09-18T16:28:30.748Z Compiling tokio-util v0.7.18
21752026-09-18T16:28:30.766Z Compiling clap_builder v4.6.0
21762026-09-18T16:28:30.784Z Compiling rusty-fork v0.3.1
21772026-09-18T16:28:30.784Z Compiling wyz v0.5.1
21782026-09-18T16:28:30.859Z Compiling bit-set v0.8.0
21792026-09-18T16:28:30.875Z Compiling derive-ex v0.1.8
21802026-09-18T16:28:31.062Z Compiling sha2 v0.10.9
21812026-09-18T16:28:31.085Z Compiling unicode-normalization v0.1.25
21822026-09-18T16:28:31.112Z Compiling rand_chacha v0.3.1
21832026-09-18T16:28:31.127Z Compiling signature v2.2.0
21842026-09-18T16:28:31.186Z Compiling rand_xorshift v0.4.0
21852026-09-18T16:28:31.314Z Compiling heck v0.4.1
21862026-09-18T16:28:31.347Z Compiling scroll_derive v0.12.1
21872026-09-18T16:28:31.453Z Compiling heapless v0.7.17
21882026-09-18T16:28:31.581Z Compiling num-integer v0.1.46
21892026-09-18T16:28:31.599Z Compiling aho-corasick v1.1.4
21902026-09-18T16:28:31.685Z Compiling adler2 v2.0.1
21912026-09-18T16:28:31.736Z Compiling tower-service v0.3.3
21922026-09-18T16:28:31.760Z Compiling tower-layer v0.3.3
21932026-09-18T16:28:31.780Z Compiling signal-hook v0.3.18
21942026-09-18T16:28:31.854Z Compiling rustix v0.38.44
21952026-09-18T16:28:31.992Z Compiling unarray v0.1.4
21962026-09-18T16:28:32.030Z Compiling try-lock v0.2.5
21972026-09-18T16:28:32.142Z Compiling usdt-impl v0.6.0
21982026-09-18T16:28:32.161Z Compiling atomic-waker v1.1.2
21992026-09-18T16:28:32.178Z Compiling anyhow v1.0.104
22002026-09-18T16:28:32.229Z Compiling funty v2.0.0
22012026-09-18T16:28:32.266Z Compiling pretty-hex v0.4.1
22022026-09-18T16:28:32.358Z Compiling want v0.3.1
22032026-09-18T16:28:32.371Z Compiling h2 v0.4.15
22042026-09-18T16:28:32.421Z Compiling regex-automata v0.4.14
22052026-09-18T16:28:32.490Z Compiling test-strategy v0.4.5
22062026-09-18T16:28:32.565Z Compiling proptest v1.11.0
22072026-09-18T16:28:32.718Z Compiling bitvec v1.0.1
22082026-09-18T16:28:32.875Z Compiling clap v4.6.1
22092026-09-18T16:28:32.912Z Compiling num-iter v0.1.45
22102026-09-18T16:28:32.947Z Compiling miniz_oxide v0.8.9
22112026-09-18T16:28:33.074Z Compiling snafu-derive v0.8.9
22122026-09-18T16:28:33.349Z Compiling rand v0.8.6
22132026-09-18T16:28:33.817Z Compiling ipnetwork v0.21.1
22142026-09-18T16:28:33.835Z Compiling lazy_static v1.5.0
22152026-09-18T16:28:33.852Z Compiling block-padding v0.4.2
22162026-09-18T16:28:33.948Z Compiling scroll v0.13.0
22172026-09-18T16:28:34.017Z Compiling ipnet v2.12.0
22182026-09-18T16:28:34.235Z Compiling strum_macros v0.26.4
22192026-09-18T16:28:34.519Z Compiling darling_core v0.20.11
22202026-09-18T16:28:34.539Z Compiling darling_core v0.23.0
22212026-09-18T16:28:34.648Z Compiling const-oid v0.10.2
22222026-09-18T16:28:34.738Z Compiling nodrop v0.1.14
22232026-09-18T16:28:34.852Z Compiling httpdate v1.0.3
22242026-09-18T16:28:34.872Z Compiling winnow v0.5.40
22252026-09-18T16:28:34.899Z Compiling crc-catalog v2.4.0
22262026-09-18T16:28:35.155Z Compiling cpufeatures v0.3.0
22272026-09-18T16:28:35.270Z Compiling foreign-types-shared v0.1.1
22282026-09-18T16:28:35.390Z Compiling foreign-types v0.3.2
22292026-09-18T16:28:35.469Z Compiling digest v0.11.3
22302026-09-18T16:28:35.695Z Compiling hyper v1.10.1
22312026-09-18T16:28:35.724Z Compiling newtype-uuid v1.3.2
22322026-09-18T16:28:35.832Z Compiling crc v3.4.0
22332026-09-18T16:28:35.912Z Compiling array-init v0.0.4
22342026-09-18T16:28:36.374Z Compiling goblin v0.10.5
22352026-09-18T16:28:36.426Z Compiling toml_edit v0.19.15
22362026-09-18T16:28:36.477Z Compiling oxnet v0.1.6
22372026-09-18T16:28:36.535Z Compiling darling_macro v0.20.11
22382026-09-18T16:28:36.618Z Compiling inout v0.2.2
22392026-09-18T16:28:36.722Z Compiling darling_macro v0.23.0
22402026-09-18T16:28:37.039Z Compiling smallvec v0.6.14
22412026-09-18T16:28:37.304Z Compiling pkcs1 v0.7.5
22422026-09-18T16:28:37.519Z Compiling zerocopy v0.6.6
22432026-09-18T16:28:37.566Z Compiling bitfield v0.19.4
22442026-09-18T16:28:37.754Z Compiling hubpack_derive v0.1.1
22452026-09-18T16:28:37.758Z Compiling zerocopy-derive v0.7.35
22462026-09-18T16:28:37.789Z Compiling curve25519-dalek v4.1.3
22472026-09-18T16:28:37.876Z Compiling socket2 v0.5.10
22482026-09-18T16:28:38.025Z Compiling env_filter v2.0.0
22492026-09-18T16:28:38.154Z Compiling memoffset v0.9.1
22502026-09-18T16:28:38.176Z Compiling litrs v1.0.0
22512026-09-18T16:28:38.228Z Compiling base64 v0.21.7
22522026-09-18T16:28:38.272Z Compiling ref-cast v1.0.25
22532026-09-18T16:28:38.286Z Compiling owo-colors v4.3.0
22542026-09-18T16:28:38.382Z Compiling hashbrown v0.12.3
22552026-09-18T16:28:38.423Z Compiling smoltcp v0.9.1
22562026-09-18T16:28:38.602Z Compiling ron v0.8.1
22572026-09-18T16:28:38.654Z Compiling document-features v0.2.12
22582026-09-18T16:28:38.682Z Compiling env_logger v0.11.11
22592026-09-18T16:28:38.722Z Compiling hyper-util v0.1.20
22602026-09-18T16:28:38.954Z Compiling toml v0.7.8
22612026-09-18T16:28:39.096Z Compiling dof v0.4.0
22622026-09-18T16:28:39.112Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22632026-09-18T16:28:39.224Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22642026-09-18T16:28:39.312Z Compiling rsa v0.9.10
22652026-09-18T16:28:40.019Z Compiling bzip2 v0.4.4
22662026-09-18T16:28:40.105Z Compiling serde-hex v0.1.0
22672026-09-18T16:28:40.163Z Compiling darling v0.23.0
22682026-09-18T16:28:40.180Z Compiling darling v0.20.11
22692026-09-18T16:28:40.187Z Compiling daft v0.1.8
22702026-09-18T16:28:40.264Z Compiling cipher v0.5.2
22712026-09-18T16:28:40.280Z Compiling hashbrown v0.13.2
22722026-09-18T16:28:40.588Z Compiling x509-cert v0.2.5
22732026-09-18T16:28:40.654Z Compiling dtrace-parser v0.3.0
22742026-09-18T16:28:40.825Z Compiling async-recursion v1.1.1
22752026-09-18T16:28:40.953Z Compiling sync_wrapper v1.0.2
22762026-09-18T16:28:40.991Z Compiling thread-id v5.1.0
22772026-09-18T16:28:41.111Z Compiling powerfmt v0.2.0
22782026-09-18T16:28:41.209Z Compiling cfg_aliases v0.2.1
22792026-09-18T16:28:41.271Z Compiling crc-any v2.5.0
22802026-09-18T16:28:41.299Z Compiling siphasher v1.0.2
22812026-09-18T16:28:41.313Z Compiling nix v0.31.2
22822026-09-18T16:28:41.372Z Compiling deranged v0.5.8
22832026-09-18T16:28:41.708Z Compiling tower v0.5.3
22842026-09-18T16:28:42.033Z Compiling object v0.30.4
22852026-09-18T16:28:42.284Z Compiling chacha20 v0.10.0
22862026-09-18T16:28:42.322Z Compiling serde_with_macros v3.21.0
22872026-09-18T16:28:42.414Z Compiling derive_builder_core v0.20.2
22882026-09-18T16:28:42.539Z Compiling zip v0.6.6
22892026-09-18T16:28:42.603Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22902026-09-18T16:28:42.765Z Compiling bstr v1.12.1
22912026-09-18T16:28:43.061Z Compiling http-body-util v0.1.3
22922026-09-18T16:28:43.229Z Compiling futures-executor v0.3.32
22932026-09-18T16:28:43.256Z Compiling serde_tokenstream v0.2.3
22942026-09-18T16:28:43.293Z Compiling erased-serde v0.3.31
22952026-09-18T16:28:43.370Z Compiling strum_macros v0.27.2
22962026-09-18T16:28:43.399Z Compiling curve25519-dalek-derive v0.1.1
22972026-09-18T16:28:43.554Z Compiling ref-cast-impl v1.0.25
22982026-09-18T16:28:43.625Z Compiling usdt-impl v0.5.0
22992026-09-18T16:28:43.660Z Compiling fs-err v3.3.0
23002026-09-18T16:28:43.873Z Compiling iri-string v0.7.10
23012026-09-18T16:28:43.886Z Compiling path-slash v0.1.5
23022026-09-18T16:28:44.013Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23032026-09-18T16:28:44.093Z Compiling ryu v1.0.23
23042026-09-18T16:28:44.120Z Compiling unicode-properties v0.1.4
23052026-09-18T16:28:44.182Z Compiling unicode-bidi v0.3.18
23062026-09-18T16:28:44.271Z Compiling allocator-api2 v0.2.21
23072026-09-18T16:28:44.365Z Compiling zlib-rs v0.6.2
23082026-09-18T16:28:44.606Z Compiling num_threads v0.1.7
23092026-09-18T16:28:44.646Z Compiling same-file v1.0.6
23102026-09-18T16:28:44.716Z Compiling gimli v0.32.3
23112026-09-18T16:28:44.812Z Compiling walkdir v2.5.0
23122026-09-18T16:28:45.120Z Compiling time v0.3.47
23132026-09-18T16:28:45.264Z Compiling tower-http v0.6.8
23142026-09-18T16:28:45.733Z Compiling stringprep v0.1.5
23152026-09-18T16:28:45.914Z Compiling serde_urlencoded v0.7.1
23162026-09-18T16:28:46.535Z Compiling flate2 v1.1.9
23172026-09-18T16:28:46.613Z Compiling addr2line v0.25.1
23182026-09-18T16:28:46.967Z Compiling futures v0.3.32
23192026-09-18T16:28:47.021Z Compiling derive_builder_macro v0.20.2
23202026-09-18T16:28:47.232Z Compiling rand v0.10.1
23212026-09-18T16:28:47.514Z Compiling tokio-native-tls v0.3.1
23222026-09-18T16:28:47.576Z Compiling sha2 v0.11.0
23232026-09-18T16:28:47.653Z Compiling hmac v0.13.0
23242026-09-18T16:28:47.683Z Compiling md-5 v0.11.0
23252026-09-18T16:28:47.684Z Compiling strum v0.26.3
23262026-09-18T16:28:47.720Z Compiling scroll v0.12.0
23272026-09-18T16:28:47.833Z Compiling pin-project v1.1.11
23282026-09-18T16:28:47.866Z Compiling rustls-native-certs v0.8.3
23292026-09-18T16:28:47.930Z Compiling convert_case v0.10.0
23302026-09-18T16:28:47.934Z Compiling hash32 v0.2.1
23312026-09-18T16:28:48.017Z Compiling vergen-lib v9.1.0
23322026-09-18T16:28:48.024Z Compiling encoding_rs v0.8.35
23332026-09-18T16:28:48.144Z Compiling rustc-demangle v0.1.27
23342026-09-18T16:28:48.151Z Compiling bumpalo v3.20.2
23352026-09-18T16:28:48.193Z Compiling mime v0.3.17
23362026-09-18T16:28:48.207Z Compiling libbz2-rs-sys v0.2.2
23372026-09-18T16:28:48.221Z Compiling psl-types v2.0.11
23382026-09-18T16:28:48.355Z Compiling fallible-iterator v0.2.0
23392026-09-18T16:28:48.508Z Compiling jiff-core v0.1.0
23402026-09-18T16:28:48.639Z Compiling postgres-protocol v0.6.12
23412026-09-18T16:28:48.676Z Compiling bzip2 v0.6.1
23422026-09-18T16:28:48.693Z Compiling zopfli v0.8.3
23432026-09-18T16:28:48.780Z Compiling publicsuffix v2.3.0
23442026-09-18T16:28:48.799Z Compiling derive_more-impl v2.1.1
23452026-09-18T16:28:49.124Z Compiling goblin v0.8.2
23462026-09-18T16:28:49.340Z Compiling jiff v0.2.34
23472026-09-18T16:28:49.355Z Compiling snafu v0.8.9
23482026-09-18T16:28:49.575Z Compiling backtrace v0.3.76
23492026-09-18T16:28:49.725Z Compiling hyper-tls v0.6.0
23502026-09-18T16:28:49.844Z Compiling derive_builder v0.20.2
23512026-09-18T16:28:50.184Z Compiling usdt-attr-macro v0.6.0
23522026-09-18T16:28:50.206Z Compiling usdt-macro v0.6.0
23532026-09-18T16:28:50.222Z Compiling globset v0.4.18
23542026-09-18T16:28:50.242Z Compiling phf_shared v0.13.1
23552026-09-18T16:28:50.421Z Compiling crossbeam-epoch v0.9.18
23562026-09-18T16:28:50.542Z Compiling zerocopy v0.7.35
23572026-09-18T16:28:50.582Z Compiling hubpack v0.1.2
23582026-09-18T16:28:50.775Z Compiling regex v1.12.3
23592026-09-18T16:28:51.035Z Compiling hmac v0.12.1
23602026-09-18T16:28:51.104Z Compiling serde_plain v1.0.2
23612026-09-18T16:28:51.119Z Compiling miette-derive v7.6.0
23622026-09-18T16:28:51.177Z Compiling enum-as-inner v0.6.1
23632026-09-18T16:28:51.205Z Compiling serde_repr v0.1.20
23642026-09-18T16:28:51.345Z Compiling pem v3.0.6
23652026-09-18T16:28:51.388Z Compiling ff v0.13.1
23662026-09-18T16:28:51.402Z Compiling vergen v9.1.0
23672026-09-18T16:28:51.423Z Compiling cargo-platform v0.3.2
23682026-09-18T16:28:51.528Z Compiling filetime v0.2.27
23692026-09-18T16:28:51.704Z Compiling foldhash v0.1.5
23702026-09-18T16:28:51.734Z Compiling smawk v0.3.2
23712026-09-18T16:28:51.758Z Compiling is_ci v1.2.0
23722026-09-18T16:28:51.837Z Compiling unicode-width v0.2.0
23732026-09-18T16:28:51.856Z Compiling unicode-linebreak v0.1.5
23742026-09-18T16:28:51.895Z Compiling xattr v1.6.1
23752026-09-18T16:28:52.024Z Compiling managed v0.8.0
23762026-09-18T16:28:52.121Z Compiling bitflags v1.3.2
23772026-09-18T16:28:52.139Z Compiling base16ct v0.2.0
23782026-09-18T16:28:52.220Z Compiling typed-path v0.9.3
23792026-09-18T16:28:52.270Z Compiling sec1 v0.7.3
23802026-09-18T16:28:52.287Z Compiling textwrap v0.16.2
23812026-09-18T16:28:52.320Z Compiling tar v0.4.46
23822026-09-18T16:28:52.335Z Compiling supports-color v3.0.2
23832026-09-18T16:28:52.585Z Compiling hashbrown v0.15.5
23842026-09-18T16:28:52.714Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23852026-09-18T16:28:52.999Z Compiling cargo_metadata v0.23.1
23862026-09-18T16:28:53.018Z Compiling group v0.13.0
23872026-09-18T16:28:53.148Z Compiling dof v0.3.0
23882026-09-18T16:28:53.243Z Compiling hkdf v0.12.4
23892026-09-18T16:28:53.872Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
23902026-09-18T16:28:54.179Z Compiling phf v0.13.1
23912026-09-18T16:28:54.235Z Compiling backtrace-ext v0.2.1
23922026-09-18T16:28:54.357Z Compiling reqwest v0.12.28
23932026-09-18T16:28:54.404Z Compiling zstd v0.13.3
23942026-09-18T16:28:54.455Z Compiling cookie_store v0.22.1
23952026-09-18T16:28:54.597Z Compiling signal-hook-mio v0.2.5
23962026-09-18T16:28:54.729Z Compiling postgres-types v0.2.14
23972026-09-18T16:28:54.809Z Compiling strum v0.27.2
23982026-09-18T16:28:54.938Z Compiling hashbrown v0.16.1
23992026-09-18T16:28:55.100Z Compiling phf_shared v0.11.3
24002026-09-18T16:28:55.105Z Compiling dtrace-parser v0.2.0
24012026-09-18T16:28:55.144Z Compiling byte-wrapper v0.1.0
24022026-09-18T16:28:55.160Z Compiling olpc-cjson v0.1.4
24032026-09-18T16:28:55.239Z Compiling ed25519 v2.2.3
24042026-09-18T16:28:55.542Z Compiling crypto-bigint v0.5.5
24052026-09-18T16:28:55.577Z Compiling serde-big-array v0.5.1
24062026-09-18T16:28:55.692Z Compiling float-cmp v0.10.0
24072026-09-18T16:28:55.767Z Compiling memmap2 v0.9.10
24082026-09-18T16:28:55.853Z Compiling thread-id v4.2.2
24092026-09-18T16:28:55.888Z Compiling winnow v0.7.14
24102026-09-18T16:28:55.951Z Compiling static_assertions v1.1.0
24112026-09-18T16:28:55.966Z Compiling either v1.15.0
24122026-09-18T16:28:56.034Z Compiling difflib v0.4.0
24132026-09-18T16:28:56.049Z Compiling whoami v2.1.0
24142026-09-18T16:28:56.108Z Compiling winnow v1.0.3
24152026-09-18T16:28:56.108Z Compiling typed-path v0.12.3
24162026-09-18T16:28:56.418Z Compiling supports-unicode v3.0.0
24172026-09-18T16:28:56.495Z Compiling toml_write v0.1.2
24182026-09-18T16:28:56.531Z Compiling data-encoding v2.10.0
24192026-09-18T16:28:56.561Z Compiling fixedbitset v0.5.7
24202026-09-18T16:28:56.576Z Compiling new_debug_unreachable v1.0.6
24212026-09-18T16:28:56.663Z Compiling fixedbitset v0.4.2
24222026-09-18T16:28:56.678Z Compiling predicates-core v1.0.10
24232026-09-18T16:28:56.713Z Compiling supports-hyperlinks v3.2.0
24242026-09-18T16:28:56.891Z Compiling rayon-core v1.13.0
24252026-09-18T16:28:56.904Z Compiling precomputed-hash v0.1.1
24262026-09-18T16:28:57.004Z Compiling keccak v0.1.6
24272026-09-18T16:28:57.083Z Compiling unicode-width v0.1.14
24282026-09-18T16:28:57.115Z Compiling normalize-line-endings v0.3.0
24292026-09-18T16:28:57.210Z Compiling sha3 v0.10.8
24302026-09-18T16:28:57.226Z Compiling predicates v3.1.4
24312026-09-18T16:28:57.241Z Compiling toml_edit v0.22.27
24322026-09-18T16:28:57.270Z Compiling toml_parser v1.1.2+spec-1.1.0
24332026-09-18T16:28:57.290Z Compiling string_cache v0.8.9
24342026-09-18T16:28:57.379Z Compiling miette v7.6.0
24352026-09-18T16:28:57.434Z Compiling zip v8.6.0
24362026-09-18T16:28:57.477Z Compiling hickory-proto v0.25.2
24372026-09-18T16:28:57.500Z Compiling petgraph v0.6.5
24382026-09-18T16:28:57.528Z Compiling petgraph v0.8.3
24392026-09-18T16:28:57.797Z Compiling elliptic-curve v0.13.8
24402026-09-18T16:28:57.843Z Compiling tokio-postgres v0.7.18
24412026-09-18T16:28:58.171Z Compiling itertools v0.13.0
24422026-09-18T16:28:58.660Z Compiling usdt v0.6.0
24432026-09-18T16:28:58.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
24442026-09-18T16:28:59.400Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-18T16:28:59.592Z Compiling iddqd v0.4.2
24462026-09-18T16:28:59.615Z Compiling ed25519-dalek v2.2.0
24472026-09-18T16:28:59.981Z Compiling zip v4.6.1
24482026-09-18T16:28:59.995Z Compiling crossterm v0.28.1
24492026-09-18T16:29:00.848Z Compiling derive_more v2.1.1
24502026-09-18T16:29:00.970Z Compiling similar v2.7.0
24512026-09-18T16:29:01.150Z Compiling serde_with v3.21.0
24522026-09-18T16:29:01.920Z Compiling tokio-stream v0.1.18
24532026-09-18T16:29:01.956Z Compiling buf-list v1.1.2
24542026-09-18T16:29:02.061Z Compiling half v2.7.1
24552026-09-18T16:29:02.153Z Compiling openapiv3 v2.2.0
24562026-09-18T16:29:02.361Z Compiling peg-runtime v0.8.5
24572026-09-18T16:29:02.555Z Compiling ciborium-io v0.2.2
24582026-09-18T16:29:02.628Z Compiling lalrpop-util v0.19.12
24592026-09-18T16:29:02.784Z Compiling ciborium-ll v0.2.2
24602026-09-18T16:29:03.769Z Compiling crossbeam-deque v0.8.6
24612026-09-18T16:29:04.072Z Compiling camino-tempfile v1.4.1
24622026-09-18T16:29:04.414Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24632026-09-18T16:29:04.494Z Compiling blake3 v1.8.5
24642026-09-18T16:29:04.598Z Compiling fs-err v2.11.0
24652026-09-18T16:29:06.732Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24662026-09-18T16:29:07.598Z Compiling ciborium v0.2.2
24672026-09-18T16:29:07.731Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24682026-09-18T16:29:07.974Z Compiling thread_local v1.1.9
24692026-09-18T16:29:08.118Z Compiling arrayref v0.3.9
24702026-09-18T16:29:08.273Z Compiling arrayvec v0.7.6
24712026-09-18T16:29:08.276Z Compiling constant_time_eq v0.4.2
24722026-09-18T16:29:08.315Z Compiling slog-async v2.8.0
24732026-09-18T16:29:08.345Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24742026-09-18T16:29:08.433Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24752026-09-18T16:29:08.589Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24762026-09-18T16:29:08.622Z Compiling toml v0.8.23
24772026-09-18T16:29:08.664Z Compiling atomicwrites v0.4.4
24782026-09-18T16:29:08.720Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24792026-09-18T16:29:08.760Z Compiling crossbeam-channel v0.5.15
24802026-09-18T16:29:08.921Z Compiling digest-io v0.1.0
24812026-09-18T16:29:08.937Z Compiling serde_path_to_error v0.1.20
24822026-09-18T16:29:09.080Z Compiling is-terminal v0.4.17
24832026-09-18T16:29:09.096Z Compiling topological-sort v0.2.2
24842026-09-18T16:29:09.195Z Compiling parse-size v1.1.0
24852026-09-18T16:29:09.212Z Compiling take_mut v0.2.2
24862026-09-18T16:29:09.280Z Compiling indent_write v2.2.0
24872026-09-18T16:29:09.319Z Compiling debug-ignore v1.0.5
24882026-09-18T16:29:09.337Z Compiling rawzip v0.4.4
24892026-09-18T16:29:09.355Z Compiling term v1.2.1
24902026-09-18T16:29:09.370Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24912026-09-18T16:29:09.442Z Compiling shell-words v1.1.1
24922026-09-18T16:29:09.721Z Compiling slog-term v2.9.2
24932026-09-18T16:29:12.546Z Compiling rustls-webpki v0.103.13
24942026-09-18T16:29:15.283Z Compiling tokio-rustls v0.26.4
24952026-09-18T16:29:15.283Z Compiling rustls-platform-verifier v0.6.2
24962026-09-18T16:29:15.283Z Compiling tough v0.22.0
24972026-09-18T16:29:15.506Z Compiling hyper-rustls v0.27.7
24982026-09-18T16:29:15.700Z Compiling reqwest v0.13.2
24992026-09-18T16:29:17.177Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25002026-09-18T16:29:18.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-09-18T16:29:19.184Z Compiling omicron-zone-package v0.12.3
25022026-09-18T16:29:19.485Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25032026-09-18T16:29:19.791Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25042026-09-18T16:29:19.819Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25052026-09-18T16:29:22.288Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25062026-09-18T16:29:41.719Z Finished `release` profile [optimized] target(s) in 1m 24s
25072026-09-18T16:29:41.863Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25082026-09-18T16:29:41.921ZSep 18 16:29:41.191 DEBG changing working directory to /work/oxidecomputer/omicron
25092026-09-18T16:29:42.018ZSep 18 16:29:41.289 DEBG running: git rev-parse HEAD
25102026-09-18T16:29:42.021ZSep 18 16:29:41.291 DEBG process exited with exit status: 0 (2.439721ms)
25112026-09-18T16:29:42.021ZSep 18 16:29:41.291 INFO version: 23.0.0-0.ci+git2afd7ff5d69
25122026-09-18T16:29:42.028ZSep 18 16:29:41.300 INFO cloning helios to /work/oxidecomputer/helios
25132026-09-18T16:29:42.028ZSep 18 16:29:41.300 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25142026-09-18T16:29:42.031ZCloning into '/work/oxidecomputer/helios'...
25152026-09-18T16:29:42.621ZSep 18 16:29:41.891 DEBG process exited with exit status: 0 (592.108526ms)
25162026-09-18T16:29:42.621ZSep 18 16:29:41.892 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25172026-09-18T16:29:42.624ZSep 18 16:29:41.894 DEBG process exited with exit status: 0 (2.481851ms)
25182026-09-18T16:29:42.624ZSep 18 16:29:41.894 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25192026-09-18T16:29:43.013ZSep 18 16:29:42.281 DEBG process exited with exit status: 0 (387.486702ms)
25202026-09-18T16:29:43.013ZSep 18 16:29:42.282 DEBG running: zfs list rpool/images/build/host
25212026-09-18T16:29:43.017ZNAME USED AVAIL REFER MOUNTPOINT
25222026-09-18T16:29:43.017Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25232026-09-18T16:29:43.017ZSep 18 16:29:42.286 DEBG process exited with exit status: 0 (4.304202ms)
25242026-09-18T16:29:43.017ZSep 18 16:29:42.286 DEBG running: zfs list rpool/images/build/recovery
25252026-09-18T16:29:43.021ZNAME USED AVAIL REFER MOUNTPOINT
25262026-09-18T16:29:43.021Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25272026-09-18T16:29:43.021ZSep 18 16:29:42.289 DEBG process exited with exit status: 0 (3.470101ms)
25282026-09-18T16:29:43.021ZSep 18 16:29:42.289 INFO console assets match pinned console commit (e6e94b4612b698c89a3447860455709004390fc9)
25292026-09-18T16:29:43.032ZSep 18 16:29:42.303 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026091100.0.0, but the current nexus API version is 2026091500.0.0; the console needs a client regen and tools/console_version needs a bump
25302026-09-18T16:29:43.035ZSep 18 16:29:42.303 INFO [hubris-staging] running task
25312026-09-18T16:29:43.035ZSep 18 16:29:42.303 INFO [incorp-manifest] running task
25322026-09-18T16:29:43.035ZSep 18 16:29:42.304 INFO [hubris-production] running task
25332026-09-18T16:29:43.036ZSep 18 16:29:42.304 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25342026-09-18T16:29:43.036ZSep 18 16:29:42.304 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25352026-09-18T16:29:43.036ZSep 18 16:29:42.304 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
25362026-09-18T16:29:43.036ZSep 18 16:29:42.305 INFO [incorp-create] running: pkgrepo create /work/incorporation
25372026-09-18T16:29:43.078Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25382026-09-18T16:29:43.141Z[ omicron-package] Blocking waiting for file lock on package cache
25392026-09-18T16:29:43.267ZSep 18 16:29:42.538 INFO [incorp-create] process exited with exit status: 0 (233.320595ms)
25402026-09-18T16:29:43.271ZSep 18 16:29:42.538 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25412026-09-18T16:29:43.492ZSep 18 16:29:42.761 INFO [incorp-publisher] process exited with exit status: 0 (223.141762ms)
25422026-09-18T16:29:43.856Z[ omicron-package] Blocking waiting for file lock on package cache
25432026-09-18T16:29:44.304ZSep 18 16:29:43.575 INFO [hubris-production] task succeeded (1.271562196s)
25442026-09-18T16:29:45.000Z[ omicron-package] Compiling macaddr v1.0.1
25452026-09-18T16:29:45.000Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25462026-09-18T16:29:45.003Z[ omicron-package] Compiling itertools v0.15.0
25472026-09-18T16:29:45.004Z[ omicron-package] Compiling secrecy v0.10.3
25482026-09-18T16:29:45.004Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-09-18T16:29:45.004Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25502026-09-18T16:29:45.004Z[ omicron-package] Compiling heapless v0.8.0
25512026-09-18T16:29:45.004Z[ omicron-package] Compiling inout v0.1.4
25522026-09-18T16:29:45.004Z[ omicron-package] Compiling hash32 v0.3.1
25532026-09-18T16:29:45.004Z[ omicron-package] Compiling multer v3.1.0
25542026-09-18T16:29:45.004Z[ omicron-package] Compiling compression-core v0.4.31
25552026-09-18T16:29:45.004Z[ omicron-package] Compiling smoltcp v0.11.0
25562026-09-18T16:29:45.004Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25572026-09-18T16:29:45.004Z[ omicron-package] Compiling match_cfg v0.1.0
25582026-09-18T16:29:45.004Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25592026-09-18T16:29:45.004Z[ omicron-package] Compiling slog-json v2.6.1
25602026-09-18T16:29:45.609ZSep 18 16:29:44.879 DEBG process exited with exit status: 0 (2.575475412s)
25612026-09-18T16:29:45.628ZSep 18 16:29:44.897 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25622026-09-18T16:29:45.824Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25632026-09-18T16:29:45.955Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25642026-09-18T16:29:46.151Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25652026-09-18T16:29:46.232Z[ omicron-package] Compiling compression-codecs v0.4.37
25662026-09-18T16:29:46.236Z[ omicron-package] Compiling hostname v0.3.1
25672026-09-18T16:29:46.306Z[ omicron-package] Compiling cobs v0.3.0
25682026-09-18T16:29:46.358Z[ omicron-package] Compiling cipher v0.4.4
25692026-09-18T16:29:46.423Z[ omicron-package] Compiling universal-hash v0.5.1
25702026-09-18T16:29:46.520Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25712026-09-18T16:29:46.520Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25722026-09-18T16:29:46.524Z[ omicron-package] Compiling async-stream-impl v0.3.6
25732026-09-18T16:29:46.615Z[ omicron-package] Compiling serde_spanned v1.1.1
25742026-09-18T16:29:46.635Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25752026-09-18T16:29:46.638Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25762026-09-18T16:29:46.638Z[ omicron-package] Compiling dropshot v0.17.1
25772026-09-18T16:29:46.772Z[ omicron-package] Compiling ingot-macros v0.2.0
25782026-09-18T16:29:46.776Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25792026-09-18T16:29:46.791Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25802026-09-18T16:29:46.814Z[ omicron-package] Compiling opaque-debug v0.3.1
25812026-09-18T16:29:46.814Z[ omicron-package] Compiling convert_case v0.4.0
25822026-09-18T16:29:46.832Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25832026-09-18T16:29:46.860Z[ omicron-package] Compiling postcard v1.1.3
25842026-09-18T16:29:46.889Z[ omicron-package] Compiling chacha20 v0.9.1
25852026-09-18T16:29:47.021Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25862026-09-18T16:29:47.082Z[ omicron-package] Compiling poly1305 v0.8.0
25872026-09-18T16:29:47.140Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25882026-09-18T16:29:47.155Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25892026-09-18T16:29:47.175Z[ omicron-package] Compiling derive_more v0.99.20
25902026-09-18T16:29:47.288Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25912026-09-18T16:29:47.346Z[ omicron-package] Compiling async-stream v0.3.6
25922026-09-18T16:29:47.346Z[ omicron-package] Compiling async-compression v0.4.41
25932026-09-18T16:29:47.498Z[ omicron-package] Compiling slog-bunyan v2.5.0
25942026-09-18T16:29:47.544Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25952026-09-18T16:29:47.579Z[ omicron-package] Compiling num_enum_derive v0.7.6
25962026-09-18T16:29:47.658Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25972026-09-18T16:29:47.679Z[ omicron-package] Compiling progenitor-client v0.14.0
25982026-09-18T16:29:47.734Z[ omicron-package] Compiling oxide-generation v0.1.3
25992026-09-18T16:29:47.851Z[ omicron-package] Compiling sha1 v0.11.0
26002026-09-18T16:29:47.855Z[ omicron-package] Compiling parse-display-derive v0.10.0
26012026-09-18T16:29:47.936Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26022026-09-18T16:29:47.939Z[ omicron-package] Compiling waitgroup v0.1.2
26032026-09-18T16:29:48.076Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26042026-09-18T16:29:48.144Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26052026-09-18T16:29:48.210Z[ omicron-package] Compiling backon v1.6.0
26062026-09-18T16:29:48.292Z[ omicron-package] Compiling password-hash v0.5.0
26072026-09-18T16:29:48.346Z[ omicron-package] Compiling blake2 v0.10.6
26082026-09-18T16:29:48.366Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26092026-09-18T16:29:48.434Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26102026-09-18T16:29:48.435Z[ omicron-package] Compiling aead v0.5.2
26112026-09-18T16:29:48.517Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26122026-09-18T16:29:48.556Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26132026-09-18T16:29:48.598Z[ omicron-package] Compiling hostname v0.4.2
26142026-09-18T16:29:48.634Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26152026-09-18T16:29:48.638Z[ omicron-package] Compiling instant v0.1.13
26162026-09-18T16:29:48.718Z[ omicron-package] Compiling proc-macro-error v1.0.4
26172026-09-18T16:29:48.779ZSep 18 16:29:48.050 DEBG process exited with exit status: 0 (3.153707524s)
26182026-09-18T16:29:48.784ZSep 18 16:29:48.052 INFO [incorp-manifest] task succeeded (5.748056154s)
26192026-09-18T16:29:48.788ZSep 18 16:29:48.054 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26202026-09-18T16:29:48.791Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26212026-09-18T16:29:48.809Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26222026-09-18T16:29:48.827Z[ omicron-package] Compiling backoff v0.4.0
26232026-09-18T16:29:48.852Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26242026-09-18T16:29:48.945Z[ omicron-package] Compiling num_enum v0.7.6
26252026-09-18T16:29:49.000ZSep 18 16:29:48.271 INFO [incorp-fmt] process exited with exit status: 0 (218.50307ms)
26262026-09-18T16:29:49.004ZSep 18 16:29:48.271 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26272026-09-18T16:29:49.010Z[ omicron-package] Compiling num_enum_derive v0.5.11
26282026-09-18T16:29:49.038Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26292026-09-18T16:29:49.187Z[ omicron-package] Compiling argon2 v0.5.3
26302026-09-18T16:29:49.209Z[ omicron-package] Compiling progenitor-extras v0.2.0
26312026-09-18T16:29:49.212Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26322026-09-18T16:29:49.244Z[ omicron-package] Compiling vsss-rs v3.3.4
26332026-09-18T16:29:49.265Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26342026-09-18T16:29:49.289Z[ omicron-package] Compiling foreign-types v0.5.0
26352026-09-18T16:29:49.295Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260918T162948Z
26362026-09-18T16:29:49.295Z[ incorp-pkgsend] PUBLISHED
26372026-09-18T16:29:49.356ZSep 18 16:29:48.627 INFO [incorp-pkgsend] process exited with exit status: 0 (356.108751ms)
26382026-09-18T16:29:49.360ZSep 18 16:29:48.627 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26392026-09-18T16:29:49.506Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26402026-09-18T16:29:49.553Z[ omicron-package] Compiling regress v0.10.5
26412026-09-18T16:29:49.597Z[ helios-incorp] Retrieving packages for publisher helios ...
26422026-09-18T16:29:49.613Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26432026-09-18T16:29:49.632Z[ omicron-package] Compiling itertools v0.14.0
26442026-09-18T16:29:49.635Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26452026-09-18T16:29:49.635Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26462026-09-18T16:29:49.635Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26472026-09-18T16:29:49.639Z[ helios-incorp]
26482026-09-18T16:29:49.639Z[ helios-incorp] Archiving packages ...
26492026-09-18T16:29:49.639Z[ helios-incorp] Packages to add: 1
26502026-09-18T16:29:49.654Z[ helios-incorp] Files to retrieve: 0
26512026-09-18T16:29:49.654Z[ helios-incorp] Estimated transfer size: 0.00 B
26522026-09-18T16:29:49.654Z[ helios-incorp]
26532026-09-18T16:29:49.654Z[ helios-incorp] Packages to archive:
26542026-09-18T16:29:49.657Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260918T162948Z
26552026-09-18T16:29:49.677Z[ helios-incorp]
26562026-09-18T16:29:49.677Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26572026-09-18T16:29:49.677Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26582026-09-18T16:29:49.690ZSep 18 16:29:48.960 INFO [helios-incorp] process exited with exit status: 0 (332.749501ms)
26592026-09-18T16:29:49.736Z[ omicron-package] Compiling tabwriter v1.4.1
26602026-09-18T16:29:49.774Z[ omicron-package] Compiling parse-display v0.10.0
26612026-09-18T16:29:49.799Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26622026-09-18T16:29:49.803Z[ omicron-package] Compiling ingot-types v0.2.0
26632026-09-18T16:29:49.838Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26642026-09-18T16:29:49.895Z[ omicron-package] Compiling cstr-argument v0.1.2
26652026-09-18T16:29:49.911Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26662026-09-18T16:29:49.914Z[ omicron-package] Compiling humantime v2.3.0
26672026-09-18T16:29:50.079Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26682026-09-18T16:29:50.159Z[ omicron-package] Compiling num_enum v0.5.11
26692026-09-18T16:29:50.246Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26702026-09-18T16:29:50.337Z[ omicron-package] Compiling ingot v0.2.1
26712026-09-18T16:29:50.403Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26722026-09-18T16:29:50.447Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26732026-09-18T16:29:50.499Z[ omicron-package] Compiling rayon v1.11.0
26742026-09-18T16:29:50.502Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26752026-09-18T16:29:50.534Z[ omicron-package] Compiling colored v3.1.1
26762026-09-18T16:29:50.537Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26772026-09-18T16:29:50.538Z[ omicron-package] Compiling libefi-sys v0.1.0
26782026-09-18T16:29:50.617Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26792026-09-18T16:29:50.712Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26802026-09-18T16:29:50.766Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26812026-09-18T16:29:50.804Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26822026-09-18T16:29:50.883Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26832026-09-18T16:29:50.989Z[ omicron-package] Compiling itertools v0.12.1
26842026-09-18T16:29:51.026Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26852026-09-18T16:29:51.086Z[ omicron-package] Compiling usdt-macro v0.5.0
26862026-09-18T16:29:51.281Z[ omicron-package] Compiling bitfield-struct v0.6.2
26872026-09-18T16:29:51.336Z[ omicron-package] Compiling num-derive v0.4.2
26882026-09-18T16:29:51.417Z[ omicron-package] Compiling sigpipe v0.1.3
26892026-09-18T16:29:51.421Z[ omicron-package] Compiling memmap v0.7.0
26902026-09-18T16:29:51.548Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26912026-09-18T16:29:51.589Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26922026-09-18T16:29:51.744Z[ omicron-package] Compiling swrite v0.1.0
26932026-09-18T16:29:51.796Z[ omicron-package] Compiling glob v0.3.3
26942026-09-18T16:29:51.934Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26952026-09-18T16:29:52.112Z[ omicron-package] Compiling usdt v0.5.0
26962026-09-18T16:29:52.173Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26972026-09-18T16:29:52.281Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26982026-09-18T16:29:52.389Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26992026-09-18T16:29:52.431Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27002026-09-18T16:29:52.458Z[ omicron-package] Compiling smf v0.2.3
27012026-09-18T16:29:52.462Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27022026-09-18T16:29:52.498Z[ omicron-package] Compiling whoami v1.6.1
27032026-09-18T16:29:52.517Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27042026-09-18T16:29:52.521Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27052026-09-18T16:29:52.617Z[ omicron-package] Compiling zone v0.3.1
27062026-09-18T16:29:52.720Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27072026-09-18T16:29:52.745Z[ omicron-package] Compiling gethostname v0.5.0
27082026-09-18T16:29:52.827Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27092026-09-18T16:29:52.827Z[ omicron-package] Compiling console v0.16.2
27102026-09-18T16:29:52.944Z[ omicron-package] Compiling unit-prefix v0.5.2
27112026-09-18T16:29:52.979Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27122026-09-18T16:29:53.301Z[ omicron-package] Compiling indicatif v0.18.4
27132026-09-18T16:29:54.069Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27142026-09-18T16:29:54.276Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27152026-09-18T16:29:55.329Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27162026-09-18T16:29:57.540Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27172026-09-18T16:29:57.928Z[ helios-setup] Sep 18 16:29:57.199 INFO helios repository root is: /work/oxidecomputer/helios
27182026-09-18T16:29:57.931Z[ helios-setup] Sep 18 16:29:57.200 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
27192026-09-18T16:29:57.931Z[ helios-setup] Sep 18 16:29:57.200 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27202026-09-18T16:29:57.931Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27212026-09-18T16:29:58.742Z[ helios-setup] Sep 18 16:29:58.013 INFO clone ok!, project: dmar-report
27222026-09-18T16:29:58.745Z[ helios-setup] Sep 18 16:29:58.013 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
27232026-09-18T16:29:58.745Z[ helios-setup] Sep 18 16:29:58.013 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
27242026-09-18T16:29:58.745Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27252026-09-18T16:29:59.574Z[ helios-setup] Sep 18 16:29:58.845 INFO clone ok!, project: amd-host-image-builder
27262026-09-18T16:29:59.579Z[ helios-setup] Sep 18 16:29:58.846 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
27272026-09-18T16:29:59.579Z[ helios-setup] Sep 18 16:29:58.846 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27282026-09-18T16:29:59.579Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27292026-09-18T16:30:00.112Z[ helios-setup] Sep 18 16:29:59.380 INFO clone ok!, project: bootserver
27302026-09-18T16:30:00.116Z[ helios-setup] Sep 18 16:29:59.381 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
27312026-09-18T16:30:00.116Z[ helios-setup] Sep 18 16:29:59.381 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27322026-09-18T16:30:00.116Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27332026-09-18T16:30:00.643Z[ helios-setup] Sep 18 16:29:59.912 INFO clone ok!, project: pinprick
27342026-09-18T16:30:00.649Z[ helios-setup] Sep 18 16:29:59.912 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
27352026-09-18T16:30:00.649Z[ helios-setup] Sep 18 16:29:59.913 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27362026-09-18T16:30:00.649Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27372026-09-18T16:30:01.770Z[ helios-setup] Sep 18 16:30:01.040 INFO clone ok!, project: phbl
27382026-09-18T16:30:01.770Z[ helios-setup] Sep 18 16:30:01.040 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27392026-09-18T16:30:01.770Z[ helios-setup] Sep 18 16:30:01.040 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27402026-09-18T16:30:01.773Z[ helios-setup] Sep 18 16:30:01.040 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
27412026-09-18T16:30:01.773Z[ helios-setup] Sep 18 16:30:01.040 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27422026-09-18T16:30:01.773Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27432026-09-18T16:30:01.784ZSep 18 16:30:01.055 INFO [hubris-staging] task succeeded (18.751693723s)
27442026-09-18T16:30:07.497Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27452026-09-18T16:30:08.682Z[ helios-setup] Sep 18 16:30:07.913 INFO clone ok!, project: amd-firmware
27462026-09-18T16:30:08.687Z[ helios-setup] Sep 18 16:30:07.913 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
27472026-09-18T16:30:08.687Z[ helios-setup] Sep 18 16:30:07.913 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27482026-09-18T16:30:08.687Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27492026-09-18T16:30:09.555Z[ helios-setup] Sep 18 16:30:08.826 INFO clone ok!, project: chelsio-t6-roms
27502026-09-18T16:30:09.555Z[ helios-setup] Sep 18 16:30:08.827 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
27512026-09-18T16:30:09.555Z[ helios-setup] Sep 18 16:30:08.827 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27522026-09-18T16:30:09.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27532026-09-18T16:30:10.657Z[ helios-setup] Sep 18 16:30:09.928 INFO clone ok!, project: pilot
27542026-09-18T16:30:10.657Z[ helios-setup] Sep 18 16:30:09.928 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
27552026-09-18T16:30:10.657Z[ helios-setup] Sep 18 16:30:09.928 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27562026-09-18T16:30:10.661Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27572026-09-18T16:30:10.665Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27582026-09-18T16:30:11.666Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27592026-09-18T16:30:11.775Z[ helios-setup] Sep 18 16:30:11.046 INFO clone ok!, project: image-builder
27602026-09-18T16:30:11.778Z[ helios-setup] Sep 18 16:30:11.046 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27612026-09-18T16:30:11.779Z[ helios-setup] Sep 18 16:30:11.047 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27622026-09-18T16:30:12.012Z[ helios-setup] Sep 18 16:30:11.283 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27632026-09-18T16:30:12.229Z[ helios-setup] Sep 18 16:30:11.500 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27642026-09-18T16:30:12.229Z[ helios-setup] Sep 18 16:30:11.500 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27652026-09-18T16:30:12.445Z[ helios-setup] Sep 18 16:30:11.715 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27662026-09-18T16:30:12.687Z[ helios-setup] Sep 18 16:30:11.958 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27672026-09-18T16:30:12.687Z[ helios-setup] Sep 18 16:30:11.958 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27682026-09-18T16:30:12.921Z[ helios-setup] Sep 18 16:30:12.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27692026-09-18T16:30:13.146Z[ helios-setup] Sep 18 16:30:12.417 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27702026-09-18T16:30:13.146Z[ helios-setup] Sep 18 16:30:12.417 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27712026-09-18T16:30:13.146Z[ helios-setup] Sep 18 16:30:12.417 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27722026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO ok!
27732026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27742026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27752026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO ok!
27762026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27772026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27782026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO ok!
27792026-09-18T16:30:13.149Z[ helios-setup] Sep 18 16:30:12.417 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27802026-09-18T16:30:13.153Z[ helios-setup] Sep 18 16:30:12.425 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
27812026-09-18T16:30:13.154Z[ helios-setup] Sep 18 16:30:12.425 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27822026-09-18T16:30:13.156Z[ helios-setup] Sep 18 16:30:12.425 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27832026-09-18T16:30:13.250Z[ helios-setup] Sep 18 16:30:12.520 INFO E| Updating crates.io index
27842026-09-18T16:30:13.330Z[ helios-setup] Sep 18 16:30:12.601 INFO E| Downloading crates ...
27852026-09-18T16:30:13.377Z[ helios-setup] Sep 18 16:30:12.648 INFO E| Downloaded quote v1.0.40
27862026-09-18T16:30:13.386Z[ helios-setup] Sep 18 16:30:12.657 INFO E| Downloaded errno v0.3.12
27872026-09-18T16:30:13.390Z[ helios-setup] Sep 18 16:30:12.662 INFO E| Downloaded iana-time-zone v0.1.63
27882026-09-18T16:30:13.394Z[ helios-setup] Sep 18 16:30:12.664 INFO E| Downloaded getrandom v0.3.3
27892026-09-18T16:30:13.406Z[ helios-setup] Sep 18 16:30:12.677 INFO E| Downloaded time-core v0.1.4
27902026-09-18T16:30:13.426Z[ helios-setup] Sep 18 16:30:12.697 INFO E| Downloaded itoa v1.0.15
27912026-09-18T16:30:13.434Z[ helios-setup] Sep 18 16:30:12.705 INFO E| Downloaded thiserror v2.0.12
27922026-09-18T16:30:13.443Z[ helios-setup] Sep 18 16:30:12.715 INFO E| Downloaded deranged v0.4.0
27932026-09-18T16:30:13.447Z[ helios-setup] Sep 18 16:30:12.715 INFO E| Downloaded time-macros v0.2.22
27942026-09-18T16:30:13.447Z[ helios-setup] Sep 18 16:30:12.717 INFO E| Downloaded autocfg v1.4.0
27952026-09-18T16:30:13.447Z[ helios-setup] Sep 18 16:30:12.718 INFO E| Downloaded bitflags v2.9.1
27962026-09-18T16:30:13.451Z[ helios-setup] Sep 18 16:30:12.720 INFO E| Downloaded unicode-ident v1.0.18
27972026-09-18T16:30:13.455Z[ helios-setup] Sep 18 16:30:12.723 INFO E| Downloaded serde_with_macros v3.12.0
27982026-09-18T16:30:13.461Z[ helios-setup] Sep 18 16:30:12.731 INFO E| Downloaded thiserror-impl v2.0.12
27992026-09-18T16:30:13.466Z[ helios-setup] Sep 18 16:30:12.732 INFO E| Downloaded ryu v1.0.20
28002026-09-18T16:30:13.477Z[ helios-setup] Sep 18 16:30:12.749 INFO E| Downloaded tempfile v3.20.0
28012026-09-18T16:30:13.483Z[ helios-setup] Sep 18 16:30:12.755 INFO E| Downloaded anyhow v1.0.98
28022026-09-18T16:30:13.491Z[ helios-setup] Sep 18 16:30:12.762 INFO E| Downloaded serde v1.0.219
28032026-09-18T16:30:13.494Z[ helios-setup] Sep 18 16:30:12.764 INFO E| Downloaded serde_derive v1.0.219
28042026-09-18T16:30:13.497Z[ helios-setup] Sep 18 16:30:12.767 INFO E| Downloaded proc-macro2 v1.0.95
28052026-09-18T16:30:13.506Z[ helios-setup] Sep 18 16:30:12.777 INFO E| Downloaded indexmap v2.9.0
28062026-09-18T16:30:13.511Z[ helios-setup] Sep 18 16:30:12.780 INFO E| Downloaded memchr v2.7.4
28072026-09-18T16:30:13.526Z[ helios-setup] Sep 18 16:30:12.797 INFO E| Downloaded time v0.3.41
28082026-09-18T16:30:13.530Z[ helios-setup] Sep 18 16:30:12.802 INFO E| Downloaded hashbrown v0.15.3
28092026-09-18T16:30:13.539Z[ helios-setup] Sep 18 16:30:12.810 INFO E| Downloaded serde_with v3.12.0
28102026-09-18T16:30:13.547Z[ helios-setup] Sep 18 16:30:12.818 INFO E| Downloaded serde_json v1.0.140
28112026-09-18T16:30:13.559Z[ helios-setup] Sep 18 16:30:12.830 INFO E| Downloaded chrono v0.4.41
28122026-09-18T16:30:13.563Z[ helios-setup] Sep 18 16:30:12.834 INFO E| Downloaded syn v2.0.101
28132026-09-18T16:30:13.590Z[ helios-setup] Sep 18 16:30:12.860 INFO E| Downloaded rustix v1.0.7
28142026-09-18T16:30:13.614Z[ helios-setup] Sep 18 16:30:12.885 INFO E| Downloaded libc v0.2.172
28152026-09-18T16:30:13.656Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling proc-macro2 v1.0.95
28162026-09-18T16:30:13.656Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling unicode-ident v1.0.18
28172026-09-18T16:30:13.656Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling libc v0.2.172
28182026-09-18T16:30:13.660Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling fnv v1.0.7
28192026-09-18T16:30:13.660Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling strsim v0.11.1
28202026-09-18T16:30:13.660Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling ident_case v1.0.1
28212026-09-18T16:30:13.660Z[ helios-setup] Sep 18 16:30:12.928 INFO E| Compiling serde v1.0.219
28222026-09-18T16:30:13.670Z[ helios-setup] Sep 18 16:30:12.942 INFO E| Compiling getrandom v0.3.3
28232026-09-18T16:30:13.676Z[ helios-setup] Sep 18 16:30:12.942 INFO E| Compiling rustix v1.0.7
28242026-09-18T16:30:13.676Z[ helios-setup] Sep 18 16:30:12.942 INFO E| Compiling cfg-if v1.0.0
28252026-09-18T16:30:13.676Z[ helios-setup] Sep 18 16:30:12.942 INFO E| Compiling bitflags v2.9.1
28262026-09-18T16:30:13.676Z[ helios-setup] Sep 18 16:30:12.942 INFO E| Compiling thiserror v2.0.12
28272026-09-18T16:30:13.680Z[ helios-setup] Sep 18 16:30:12.947 INFO E| Compiling serde_json v1.0.140
28282026-09-18T16:30:13.680Z[ helios-setup] Sep 18 16:30:12.947 INFO E| Compiling anyhow v1.0.98
28292026-09-18T16:30:13.680Z[ helios-setup] Sep 18 16:30:12.947 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28302026-09-18T16:30:13.680Z[ helios-setup] Sep 18 16:30:12.947 INFO E| Compiling fastrand v2.3.0
28312026-09-18T16:30:13.770Z[ helios-setup] Sep 18 16:30:13.041 INFO E| Compiling once_cell v1.21.3
28322026-09-18T16:30:13.777Z[ helios-setup] Sep 18 16:30:13.048 INFO E| Compiling itoa v1.0.15
28332026-09-18T16:30:13.788Z[ helios-setup] Sep 18 16:30:13.059 INFO E| Compiling ryu v1.0.20
28342026-09-18T16:30:13.820Z[ helios-setup] Sep 18 16:30:13.091 INFO E| Compiling memchr v2.7.4
28352026-09-18T16:30:14.304Z[ helios-setup] Sep 18 16:30:13.575 INFO E| Compiling errno v0.3.12
28362026-09-18T16:30:14.527Z[ helios-setup] Sep 18 16:30:13.798 INFO E| Compiling quote v1.0.40
28372026-09-18T16:30:14.684Z[ helios-setup] Sep 18 16:30:13.955 INFO E| Compiling syn v2.0.101
28382026-09-18T16:30:15.087Z[ helios-setup] Sep 18 16:30:14.358 INFO E| Compiling tempfile v3.20.0
28392026-09-18T16:30:16.795Z[ helios-setup] Sep 18 16:30:16.066 INFO E| Compiling darling_core v0.20.11
28402026-09-18T16:30:17.891Z[ helios-setup] Sep 18 16:30:17.162 INFO E| Compiling serde_derive v1.0.219
28412026-09-18T16:30:17.891Z[ helios-setup] Sep 18 16:30:17.162 INFO E| Compiling thiserror-impl v2.0.12
28422026-09-18T16:30:18.913Z[ helios-setup] Sep 18 16:30:18.184 INFO E| Compiling darling_macro v0.20.11
28432026-09-18T16:30:19.666Z[ helios-setup] Sep 18 16:30:18.937 INFO E| Compiling darling v0.20.11
28442026-09-18T16:30:19.735Z[ helios-setup] Sep 18 16:30:19.006 INFO E| Compiling serde_with_macros v3.12.0
28452026-09-18T16:30:22.887Z[ helios-setup] Sep 18 16:30:22.158 INFO E| Compiling serde_with v3.12.0
28462026-09-18T16:30:24.530Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.49s
28472026-09-18T16:30:24.766Z[ omicron-package]
28482026-09-18T16:30:24.766Z[ omicron-package] real 41.668603340
28492026-09-18T16:30:24.770Z[ omicron-package] user 4:01.531572405
28502026-09-18T16:30:24.770Z[ omicron-package] sys 29.080854395
28512026-09-18T16:30:24.770Z[ omicron-package] trap 0.344547886
28522026-09-18T16:30:24.770Z[ omicron-package] tflt 0.394989540
28532026-09-18T16:30:24.770Z[ omicron-package] dflt 2.563135249
28542026-09-18T16:30:24.770Z[ omicron-package] kflt 0.000516050
28552026-09-18T16:30:24.770Z[ omicron-package] lock 8:25.454730122
28562026-09-18T16:30:24.770Z[ omicron-package] slp 4:36.137505375
28572026-09-18T16:30:24.770Z[ omicron-package] lat 52.196371558
28582026-09-18T16:30:24.770Z[ omicron-package] stop 1:43.266112262
28592026-09-18T16:30:24.770ZSep 18 16:30:24.038 INFO [omicron-package] process exited with exit status: 0 (41.733627045s)
28602026-09-18T16:30:24.770ZSep 18 16:30:24.038 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28612026-09-18T16:30:24.770ZSep 18 16:30:24.039 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28622026-09-18T16:30:24.774Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28632026-09-18T16:30:24.778Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28642026-09-18T16:30:24.778Z[ host-target] Created new build target 'host' and set it as active
28652026-09-18T16:30:24.778Z[ recovery-target] Created new build target 'recovery' and set it as active
28662026-09-18T16:30:24.778ZSep 18 16:30:24.048 INFO [recovery-target] process exited with exit status: 0 (9.277653ms)
28672026-09-18T16:30:24.778ZSep 18 16:30:24.049 INFO [host-target] process exited with exit status: 0 (10.790634ms)
28682026-09-18T16:30:24.781ZSep 18 16:30:24.049 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28692026-09-18T16:30:24.784Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28702026-09-18T16:30:25.898Z[ helios-setup] Sep 18 16:30:25.169 INFO E| Finished `release` profile [optimized] target(s) in 12.73s
28712026-09-18T16:30:25.918Z[ helios-setup] Sep 18 16:30:25.189 INFO building project "dmar-report" ok (12 seconds)
28722026-09-18T16:30:25.918Z[ helios-setup] Sep 18 16:30:25.189 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28732026-09-18T16:30:25.947Z[ helios-setup] Sep 18 16:30:25.218 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')"
28742026-09-18T16:30:25.947Z[ helios-setup] Sep 18 16:30:25.218 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28752026-09-18T16:30:25.951Z[ helios-setup] Sep 18 16:30:25.218 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28762026-09-18T16:30:26.055Z[ helios-setup] Sep 18 16:30:25.325 INFO E| Updating crates.io index
28772026-09-18T16:30:26.062Z[ helios-setup] Sep 18 16:30:25.325 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28782026-09-18T16:30:26.332Z[ host-package] Compiling cfg-if v1.0.4
28792026-09-18T16:30:26.485Z[ helios-setup] Sep 18 16:30:25.756 INFO E| From https://github.com/oxidecomputer/amd-apcb
28802026-09-18T16:30:26.485Z[ helios-setup] Sep 18 16:30:25.756 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28812026-09-18T16:30:26.496Z[ helios-setup] Sep 18 16:30:25.768 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28822026-09-18T16:30:26.558Z[ host-package] Compiling serde_core v1.0.228
28832026-09-18T16:30:26.558Z[ host-package] Compiling libc v0.2.185
28842026-09-18T16:30:26.579Z[ host-package] Compiling memchr v2.8.0
28852026-09-18T16:30:26.623Z[ host-package] Compiling smallvec v1.15.1
28862026-09-18T16:30:26.658Z[ host-package] Compiling stable_deref_trait v1.2.1
28872026-09-18T16:30:26.684Z[ host-package] Compiling scopeguard v1.2.0
28882026-09-18T16:30:26.688Z[ host-package] Compiling zerofrom v0.1.6
28892026-09-18T16:30:26.727Z[ host-package] Compiling libm v0.2.16
28902026-09-18T16:30:26.751Z[ host-package] Compiling writeable v0.6.2
28912026-09-18T16:30:26.756Z[ host-package] Compiling percent-encoding v2.3.2
28922026-09-18T16:30:26.797Z[ host-package] Compiling litemap v0.8.1
28932026-09-18T16:30:26.820Z[ host-package] Compiling lock_api v0.4.14
28942026-09-18T16:30:26.845Z[ host-package] Compiling yoke v0.8.1
28952026-09-18T16:30:26.865Z[ helios-setup] Sep 18 16:30:26.136 INFO E| From https://github.com/oxidecomputer/amd-efs
28962026-09-18T16:30:26.865Z[ helios-setup] Sep 18 16:30:26.136 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28972026-09-18T16:30:26.869Z[ host-package] Compiling icu_normalizer_data v2.1.1
28982026-09-18T16:30:26.869Z[ host-package] Compiling icu_properties_data v2.1.2
28992026-09-18T16:30:26.869Z[ host-package] Compiling rand_core v0.10.0
29002026-09-18T16:30:26.940Z[ host-package] Compiling utf8_iter v1.0.4
29012026-09-18T16:30:26.965Z[ host-package] Compiling form_urlencoded v1.2.2
29022026-09-18T16:30:26.973Z[ helios-setup] Sep 18 16:30:26.245 INFO E| Downloading crates ...
29032026-09-18T16:30:26.999Z[ host-package] Compiling zerocopy v0.8.55
29042026-09-18T16:30:27.018Z[ helios-setup] Sep 18 16:30:26.289 INFO E| Downloaded rustversion v1.0.20
29052026-09-18T16:30:27.026Z[ helios-setup] Sep 18 16:30:26.297 INFO E| Downloaded modular-bitfield-impl v0.11.2
29062026-09-18T16:30:27.030Z[ host-package] Compiling errno v0.3.14
29072026-09-18T16:30:27.030Z[ host-package] Compiling zerovec v0.11.5
29082026-09-18T16:30:27.030Z[ host-package] Compiling zerotrie v0.2.3
29092026-09-18T16:30:27.030Z[ host-package] Compiling parking_lot_core v0.9.12
29102026-09-18T16:30:27.030Z[ helios-setup] Sep 18 16:30:26.300 INFO E| Downloaded ansi_term v0.12.1
29112026-09-18T16:30:27.107Z[ helios-setup] Sep 18 16:30:26.301 INFO E| Downloaded four-cc v0.4.0
29122026-09-18T16:30:27.107Z[ helios-setup] Sep 18 16:30:26.312 INFO E| Downloaded unic-char-range v0.9.0
29132026-09-18T16:30:27.107Z[ helios-setup] Sep 18 16:30:26.315 INFO E| Downloaded fletcher v1.0.0
29142026-09-18T16:30:27.107Z[ helios-setup] Sep 18 16:30:26.317 INFO E| Downloaded heck v0.3.3
29152026-09-18T16:30:27.107Z[ helios-setup] Sep 18 16:30:26.320 INFO E| Downloaded bytesize v2.0.1
29162026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.323 INFO E| Downloaded unic-ucd-version v0.9.0
29172026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.325 INFO E| Downloaded dyn-clone v1.0.19
29182026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.327 INFO E| Downloaded unic-common v0.9.0
29192026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.327 INFO E| Downloaded vec_map v0.8.2
29202026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.334 INFO E| Downloaded strum_macros v0.27.1
29212026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.337 INFO E| Downloaded parse_int v0.9.0
29222026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.338 INFO E| Downloaded unic-char-property v0.9.0
29232026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.339 INFO E| Downloaded strum v0.27.1
29242026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.340 INFO E| Downloaded log v0.4.27
29252026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.342 INFO E| Downloaded modular-bitfield-impl v0.13.1
29262026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.342 INFO E| Downloaded pest v2.8.0
29272026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.345 INFO E| Downloaded pest_generator v2.8.0
29282026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.346 INFO E| Downloaded textwrap v0.11.0
29292026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.347 INFO E| Downloaded unic-ucd-ident v0.9.0
29302026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.348 INFO E| Downloaded modular-bitfield v0.13.1
29312026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.353 INFO E| Downloaded strsim v0.8.0
29322026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.353 INFO E| Downloaded structopt-derive v0.4.18
29332026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.354 INFO E| Downloaded pest_derive v2.8.0
29342026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.356 INFO E| Downloaded pest_meta v2.8.0
29352026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.357 INFO E| Downloaded modular-bitfield v0.11.2
29362026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.363 INFO E| Downloaded structopt v0.3.26
29372026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.370 INFO E| Downloaded typenum v1.18.0
29382026-09-18T16:30:27.108Z[ helios-setup] Sep 18 16:30:26.372 INFO E| Downloaded zerocopy-derive v0.8.25
29392026-09-18T16:30:27.113Z[ helios-setup] Sep 18 16:30:26.385 INFO E| Downloaded goblin v0.9.3
29402026-09-18T16:30:27.117Z[ helios-setup] Sep 18 16:30:26.389 INFO E| Downloaded clap v2.34.0
29412026-09-18T16:30:27.121Z[ helios-setup] Sep 18 16:30:26.392 INFO E| Downloaded zerocopy v0.8.25
29422026-09-18T16:30:27.125Z[ host-package] Compiling getrandom v0.4.3
29432026-09-18T16:30:27.150Z[ host-package] Compiling iana-time-zone v0.1.65
29442026-09-18T16:30:27.180Z[ host-package] Compiling signal-hook-registry v1.4.8
29452026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling proc-macro2 v1.0.95
29462026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling unicode-ident v1.0.18
29472026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling memchr v2.7.4
29482026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling autocfg v1.4.0
29492026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling thiserror v2.0.12
29502026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling serde v1.0.219
29512026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling syn v1.0.109
29522026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling version_check v0.9.5
29532026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling serde_json v1.0.140
29542026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling schemars v0.8.22
29552026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling ryu v1.0.20
29562026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling itoa v1.0.15
29572026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling static_assertions v1.1.0
29582026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling rustversion v1.0.20
29592026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling zerocopy v0.8.25
29602026-09-18T16:30:27.184Z[ helios-setup] Sep 18 16:30:26.452 INFO E| Compiling ucd-trie v0.1.7
29612026-09-18T16:30:27.209Z[ host-package] Compiling mio v1.2.0
29622026-09-18T16:30:27.245Z[ host-package] Compiling socket2 v0.6.3
29632026-09-18T16:30:27.248Z[ host-package] Compiling thiserror v2.0.18
29642026-09-18T16:30:27.312Z[ host-package] Compiling parking_lot v0.12.5
29652026-09-18T16:30:27.317Z[ helios-setup] Sep 18 16:30:26.589 INFO E| Compiling paste v1.0.15
29662026-09-18T16:30:27.404Z[ host-package] Compiling getrandom v0.2.17
29672026-09-18T16:30:27.407Z[ host-package] Compiling futures-util v0.3.32
29682026-09-18T16:30:27.523Z[ host-package] Compiling num-traits v0.2.19
29692026-09-18T16:30:27.577Z[ host-package] Compiling getrandom v0.3.4
29702026-09-18T16:30:27.581Z[ host-package] Compiling base64 v0.22.1
29712026-09-18T16:30:27.604Z[ helios-setup] Sep 18 16:30:26.875 INFO E| Compiling num-traits v0.2.19
29722026-09-18T16:30:27.604Z[ helios-setup] Sep 18 16:30:26.876 INFO E| Compiling memoffset v0.9.1
29732026-09-18T16:30:27.745Z[ host-package] Compiling tinystr v0.8.2
29742026-09-18T16:30:27.745Z[ host-package] Compiling potential_utf v0.1.4
29752026-09-18T16:30:27.785Z[ host-package] Compiling rand_core v0.6.4
29762026-09-18T16:30:27.833Z[ helios-setup] Sep 18 16:30:27.104 INFO E| Compiling libc v0.2.172
29772026-09-18T16:30:27.839Z[ helios-setup] Sep 18 16:30:27.110 INFO E| Compiling dyn-clone v1.0.19
29782026-09-18T16:30:27.903Z[ helios-setup] Sep 18 16:30:27.174 INFO E| Compiling once_cell v1.21.3
29792026-09-18T16:30:28.127Z[ host-package] Compiling icu_locale_core v2.1.1
29802026-09-18T16:30:28.189Z[ helios-setup] Sep 18 16:30:27.460 INFO E| Compiling unicode-segmentation v1.12.0
29812026-09-18T16:30:28.219Z[ helios-setup] Sep 18 16:30:27.490 INFO E| Compiling heck v0.5.0
29822026-09-18T16:30:28.235Z[ helios-setup] Sep 18 16:30:27.504 INFO E| Compiling unicode-width v0.1.14
29832026-09-18T16:30:28.329Z[ helios-setup] Sep 18 16:30:27.598 INFO E| Compiling proc-macro-error-attr v1.0.4
29842026-09-18T16:30:28.337Z[ helios-setup] Sep 18 16:30:27.608 INFO E| Compiling proc-macro-error v1.0.4
29852026-09-18T16:30:28.344Z[ helios-setup] Sep 18 16:30:27.614 INFO E| Compiling strum v0.27.1
29862026-09-18T16:30:28.363Z[ host-package] Compiling rand_core v0.9.5
29872026-09-18T16:30:28.392Z[ helios-setup] Sep 18 16:30:27.663 INFO E| Compiling ansi_term v0.12.1
29882026-09-18T16:30:28.465Z[ helios-setup] Sep 18 16:30:27.736 INFO E| Compiling vec_map v0.8.2
29892026-09-18T16:30:28.470Z[ helios-setup] Sep 18 16:30:27.742 INFO E| Compiling unic-char-range v0.9.0
29902026-09-18T16:30:28.475Z[ host-package] Compiling icu_collections v2.1.1
29912026-09-18T16:30:28.475Z[ host-package] Compiling time v0.3.47
29922026-09-18T16:30:28.501Z[ helios-setup] Sep 18 16:30:27.761 INFO E| Compiling bitflags v1.3.2
29932026-09-18T16:30:28.514Z[ helios-setup] Sep 18 16:30:27.781 INFO E| Compiling unic-common v0.9.0
29942026-09-18T16:30:28.578Z[ helios-setup] Sep 18 16:30:27.849 INFO E| Compiling fletcher v1.0.0
29952026-09-18T16:30:28.621Z[ helios-setup] Sep 18 16:30:27.892 INFO E| Compiling textwrap v0.11.0
29962026-09-18T16:30:28.627Z[ host-package] Compiling aho-corasick v1.1.4
29972026-09-18T16:30:28.639Z[ helios-setup] Sep 18 16:30:27.910 INFO E| Compiling quote v1.0.40
29982026-09-18T16:30:28.671Z[ helios-setup] Sep 18 16:30:27.942 INFO E| Compiling strsim v0.8.0
29992026-09-18T16:30:28.695Z[ helios-setup] Sep 18 16:30:27.966 INFO E| Compiling byteorder v1.5.0
30002026-09-18T16:30:28.723Z[ helios-setup] Sep 18 16:30:27.994 INFO E| Compiling unic-ucd-version v0.9.0
30012026-09-18T16:30:28.726Z[ helios-setup] Sep 18 16:30:27.995 INFO E| Compiling unic-char-property v0.9.0
30022026-09-18T16:30:28.730Z[ helios-setup] Sep 18 16:30:28.001 INFO E| Compiling plain v0.2.3
30032026-09-18T16:30:28.768Z[ helios-setup] Sep 18 16:30:28.039 INFO E| Compiling lazy_static v1.5.0
30042026-09-18T16:30:28.811Z[ helios-setup] Sep 18 16:30:28.082 INFO E| Compiling heck v0.3.3
30052026-09-18T16:30:28.839Z[ helios-setup] Sep 18 16:30:28.109 INFO E| Compiling log v0.4.27
30062026-09-18T16:30:28.868Z[ helios-setup] Sep 18 16:30:28.138 INFO E| Compiling syn v2.0.101
30072026-09-18T16:30:28.883Z[ host-package] Compiling serde v1.0.228
30082026-09-18T16:30:28.883Z[ host-package] Compiling bitflags v2.11.0
30092026-09-18T16:30:28.883Z[ host-package] Compiling serde_json v1.0.151
30102026-09-18T16:30:28.883Z[ host-package] Compiling uuid v1.23.4
30112026-09-18T16:30:28.887Z[ host-package] Compiling semver v1.0.28
30122026-09-18T16:30:28.887Z[ host-package] Compiling indexmap v2.14.0
30132026-09-18T16:30:28.887Z[ host-package] Compiling spin v0.9.8
30142026-09-18T16:30:28.892Z[ helios-setup] Sep 18 16:30:28.163 INFO E| Compiling unic-ucd-ident v0.9.0
30152026-09-18T16:30:28.898Z[ helios-setup] Sep 18 16:30:28.169 INFO E| Compiling atty v0.2.14
30162026-09-18T16:30:28.906Z[ helios-setup] Sep 18 16:30:28.177 INFO E| Compiling bytesize v2.0.1
30172026-09-18T16:30:28.971Z[ helios-setup] Sep 18 16:30:28.241 INFO E| Compiling clap v2.34.0
30182026-09-18T16:30:29.092Z[ helios-setup] Sep 18 16:30:28.363 INFO E| Compiling parse_int v0.9.0
30192026-09-18T16:30:29.322Z[ host-package] Compiling socket2 v0.5.10
30202026-09-18T16:30:29.432Z[ host-package] Compiling crc32fast v1.5.0
30212026-09-18T16:30:29.437Z[ host-package] Compiling icu_provider v2.1.1
30222026-09-18T16:30:29.578Z[ host-package] Compiling rustix v1.1.4
30232026-09-18T16:30:29.648Z[ host-package] Compiling pest v2.8.6
30242026-09-18T16:30:29.737Z[ host-package] Compiling encoding_rs v0.8.35
30252026-09-18T16:30:29.803Z[ host-package] Compiling icu_normalizer v2.1.1
30262026-09-18T16:30:29.803Z[ host-package] Compiling icu_properties v2.1.2
30272026-09-18T16:30:29.908Z[ host-package] Compiling bytes v1.11.1
30282026-09-18T16:30:29.968Z[ host-package] Compiling zeroize v1.9.0
30292026-09-18T16:30:30.022Z[ host-package] Compiling chrono v0.4.45
30302026-09-18T16:30:30.022Z[ host-package] Compiling erased-serde v0.3.31
30312026-09-18T16:30:30.096Z[ host-package] Compiling ipnet v2.12.0
30322026-09-18T16:30:30.430Z[ host-package] Compiling generic-array v0.14.7
30332026-09-18T16:30:30.642Z[ host-package] Compiling tokio v1.52.1
30342026-09-18T16:30:30.816Z[ host-package] Compiling ppv-lite86 v0.2.21
30352026-09-18T16:30:30.881Z[ host-package] Compiling http v1.4.2
30362026-09-18T16:30:30.982Z[ host-package] Compiling slog v2.8.2
30372026-09-18T16:30:31.058Z[ host-package] Compiling terminal_size v0.4.3
30382026-09-18T16:30:31.207Z[ host-package] Compiling idna_adapter v1.2.1
30392026-09-18T16:30:31.330Z[ host-package] Compiling crypto-common v0.1.7
30402026-09-18T16:30:31.334Z[ host-package] Compiling block-buffer v0.10.4
30412026-09-18T16:30:31.489Z[ host-package] Compiling rustls-pki-types v1.14.0
30422026-09-18T16:30:31.490Z[ host-package] Compiling clap_builder v4.6.0
30432026-09-18T16:30:31.497Z[ helios-setup] Sep 18 16:30:30.768 INFO E| Compiling modular-bitfield-impl v0.11.2
30442026-09-18T16:30:31.497Z[ helios-setup] Sep 18 16:30:30.768 INFO E| Compiling structopt-derive v0.4.18
30452026-09-18T16:30:31.501Z[ host-package] Compiling idna v1.1.0
30462026-09-18T16:30:31.553Z[ host-package] Compiling rand_chacha v0.9.0
30472026-09-18T16:30:31.557Z[ host-package] Compiling aws-lc-rs v1.16.3
30482026-09-18T16:30:31.599Z[ helios-setup] Sep 18 16:30:30.866 INFO E| Compiling serde_derive_internals v0.29.1
30492026-09-18T16:30:31.697Z[ host-package] Compiling digest v0.10.7
30502026-09-18T16:30:31.701Z[ host-package] Compiling tempfile v3.27.0
30512026-09-18T16:30:31.701Z[ host-package] Compiling der v0.7.10
30522026-09-18T16:30:31.704Z[ host-package] Compiling regex-automata v0.4.14
30532026-09-18T16:30:31.802Z[ host-package] Compiling hybrid-array v0.4.13
30542026-09-18T16:30:31.915Z[ host-package] Compiling rand_chacha v0.3.1
30552026-09-18T16:30:31.976Z[ host-package] Compiling rand v0.9.2
30562026-09-18T16:30:32.249Z[ host-package] Compiling url v2.5.8
30572026-09-18T16:30:32.426Z[ helios-setup] Sep 18 16:30:31.696 INFO E| Compiling thiserror-impl v2.0.12
30582026-09-18T16:30:32.426Z[ helios-setup] Sep 18 16:30:31.696 INFO E| Compiling serde_derive v1.0.219
30592026-09-18T16:30:32.426Z[ helios-setup] Sep 18 16:30:31.697 INFO E| Compiling zerocopy-derive v0.8.25
30602026-09-18T16:30:32.431Z[ helios-setup] Sep 18 16:30:31.697 INFO E| Compiling num-derive v0.4.2
30612026-09-18T16:30:32.431Z[ helios-setup] Sep 18 16:30:31.697 INFO E| Compiling modular-bitfield-impl v0.13.1
30622026-09-18T16:30:32.431Z[ helios-setup] Sep 18 16:30:31.697 INFO E| Compiling scroll_derive v0.12.1
30632026-09-18T16:30:32.431Z[ helios-setup] Sep 18 16:30:31.697 INFO E| Compiling strum_macros v0.27.1
30642026-09-18T16:30:32.579Z[ host-package] Compiling http-body v1.0.1
30652026-09-18T16:30:32.611Z[ helios-setup] Sep 18 16:30:31.880 INFO E| Compiling schemars_derive v0.8.22
30662026-09-18T16:30:32.680Z[ host-package] Compiling rand v0.8.6
30672026-09-18T16:30:32.754Z[ host-package] Compiling serde_urlencoded v0.7.1
30682026-09-18T16:30:32.844Z[ host-package] Compiling http-body-util v0.1.3
30692026-09-18T16:30:32.849Z[ host-package] Compiling hex v0.4.3
30702026-09-18T16:30:32.849Z[ host-package] Compiling simd-adler32 v0.3.8
30712026-09-18T16:30:32.995Z[ host-package] Compiling crypto-common v0.2.2
30722026-09-18T16:30:33.083Z[ helios-setup] Sep 18 16:30:32.354 INFO E| Compiling structopt v0.3.26
30732026-09-18T16:30:33.127Z[ helios-setup] Sep 18 16:30:32.380 INFO E| Compiling modular-bitfield v0.11.2
30742026-09-18T16:30:33.252Z[ host-package] Compiling schemars v0.8.22
30752026-09-18T16:30:33.256Z[ host-package] Compiling rustls-webpki v0.103.13
30762026-09-18T16:30:33.482Z[ helios-setup] Sep 18 16:30:32.753 INFO E| Compiling scroll v0.12.0
30772026-09-18T16:30:33.522Z[ host-package] Compiling spki v0.7.3
30782026-09-18T16:30:33.579Z[ host-package] Compiling block-buffer v0.12.1
30792026-09-18T16:30:33.701Z[ helios-setup] Sep 18 16:30:32.971 INFO E| Compiling goblin v0.9.3
30802026-09-18T16:30:33.744Z[ host-package] Compiling hubpack v0.1.2
30812026-09-18T16:30:33.838Z[ host-package] Compiling adler2 v2.0.1
30822026-09-18T16:30:33.842Z[ host-package] Compiling rustls-native-certs v0.8.3
30832026-09-18T16:30:34.011Z[ host-package] Compiling pkcs8 v0.10.2
30842026-09-18T16:30:34.014Z[ host-package] Compiling futures-executor v0.3.32
30852026-09-18T16:30:34.155Z[ host-package] Compiling miniz_oxide v0.8.9
30862026-09-18T16:30:34.158Z[ host-package] Compiling publicsuffix v2.3.0
30872026-09-18T16:30:34.440Z[ host-package] Compiling clap v4.6.1
30882026-09-18T16:30:34.440Z[ host-package] Compiling rustls v0.23.41
30892026-09-18T16:30:34.543Z[ helios-setup] Sep 18 16:30:33.811 INFO E| Compiling modular-bitfield v0.13.1
30902026-09-18T16:30:34.597Z[ host-package] Compiling cookie v0.18.1
30912026-09-18T16:30:34.601Z[ host-package] Compiling ipnetwork v0.21.1
30922026-09-18T16:30:34.604Z[ host-package] Compiling signature v2.2.0
30932026-09-18T16:30:34.652Z[ helios-setup] Sep 18 16:30:33.922 INFO E| Compiling pest v2.8.0
30942026-09-18T16:30:34.840Z[ host-package] Compiling futures v0.3.32
30952026-09-18T16:30:34.843Z[ host-package] Compiling openapiv3 v2.2.0
30962026-09-18T16:30:34.843Z[ host-package] Compiling lazy_static v1.5.0
30972026-09-18T16:30:34.843Z[ host-package] Compiling wait-timeout v0.2.1
30982026-09-18T16:30:35.060Z[ host-package] Compiling digest v0.11.3
30992026-09-18T16:30:35.170Z[ host-package] Compiling oxnet v0.1.6
31002026-09-18T16:30:35.289Z[ host-package] Compiling cookie_store v0.22.1
31012026-09-18T16:30:35.427Z[ host-package] Compiling rusty-fork v0.3.1
31022026-09-18T16:30:35.523Z[ host-package] Compiling rand_xorshift v0.4.0
31032026-09-18T16:30:35.625Z[ host-package] Compiling regex v1.12.3
31042026-09-18T16:30:35.628Z[ host-package] Compiling sha2 v0.10.9
31052026-09-18T16:30:35.761Z[ host-package] Compiling zlib-rs v0.6.2
31062026-09-18T16:30:35.767Z[ host-package] Compiling camino v1.2.5
31072026-09-18T16:30:35.767Z[ helios-setup] Sep 18 16:30:35.035 INFO E| Compiling pest_meta v2.8.0
31082026-09-18T16:30:35.767Z[ host-package] Compiling num-integer v0.1.46
31092026-09-18T16:30:35.874Z[ host-package] Compiling proptest v1.11.0
31102026-09-18T16:30:35.877Z[ host-package] Compiling data-encoding v2.10.0
31112026-09-18T16:30:35.944Z[ host-package] Compiling dof v0.4.0
31122026-09-18T16:30:36.178Z[ host-package] Compiling x509-cert v0.2.5
31132026-09-18T16:30:36.296Z[ host-package] Compiling dtrace-parser v0.3.0
31142026-09-18T16:30:36.400Z[ helios-setup] Sep 18 16:30:35.671 INFO E| Compiling pest_generator v2.8.0
31152026-09-18T16:30:36.447Z[ host-package] Compiling tokio-util v0.7.18
31162026-09-18T16:30:36.633Z[ host-package] Compiling tower v0.5.3
31172026-09-18T16:30:36.700Z[ host-package] Compiling thread-id v5.1.0
31182026-09-18T16:30:36.758Z[ host-package] Compiling num-iter v0.1.45
31192026-09-18T16:30:36.853Z[ host-package] Compiling memmap2 v0.9.10
31202026-09-18T16:30:36.920Z[ host-package] Compiling rustix v0.38.44
31212026-09-18T16:30:37.154Z[ host-package] Compiling usdt-impl v0.6.0
31222026-09-18T16:30:37.213Z[ host-package] Compiling packed_struct v0.10.1
31232026-09-18T16:30:37.275Z[ helios-setup] Sep 18 16:30:36.542 INFO E| Compiling pest_derive v2.8.0
31242026-09-18T16:30:37.306Z[ host-package] Compiling tower-http v0.6.8
31252026-09-18T16:30:37.380Z[ host-package] Compiling hmac v0.12.1
31262026-09-18T16:30:37.569Z[ host-package] Compiling h2 v0.4.15
31272026-09-18T16:30:37.821Z[ host-package] Compiling usdt v0.6.0
31282026-09-18T16:30:37.995Z[ host-package] Compiling num-bigint-dig v0.8.6
31292026-09-18T16:30:38.087Z[ helios-setup] Sep 18 16:30:37.358 INFO E| Compiling json5 v0.4.1
31302026-09-18T16:30:38.153Z[ host-package] Compiling dof v0.3.0
31312026-09-18T16:30:38.219Z[ host-package] Compiling bstr v1.12.1
31322026-09-18T16:30:38.363Z[ host-package] Compiling pkcs1 v0.7.5
31332026-09-18T16:30:38.511Z[ host-package] Compiling flate2 v1.1.9
31342026-09-18T16:30:38.639Z[ host-package] Compiling block-padding v0.4.2
31352026-09-18T16:30:38.949Z[ host-package] Compiling tokio-rustls v0.26.4
31362026-09-18T16:30:39.103Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31372026-09-18T16:30:39.156Z[ host-package] Compiling newtype-uuid v1.3.2
31382026-09-18T16:30:39.217Z[ host-package] Compiling dtrace-parser v0.2.0
31392026-09-18T16:30:39.286Z[ host-package] Compiling serde_spanned v0.6.9
31402026-09-18T16:30:39.352Z[ host-package] Compiling toml_datetime v0.6.11
31412026-09-18T16:30:39.352Z[ host-package] Compiling ff v0.13.1
31422026-09-18T16:30:39.417Z[ host-package] Compiling thread-id v4.2.2
31432026-09-18T16:30:39.418Z[ host-package] Compiling sec1 v0.7.3
31442026-09-18T16:30:39.522Z[ host-package] Compiling daft v0.1.8
31452026-09-18T16:30:39.557Z[ host-package] Compiling group v0.13.0
31462026-09-18T16:30:39.580Z[ host-package] Compiling signal-hook v0.3.18
31472026-09-18T16:30:39.580Z[ host-package] Compiling rsa v0.9.10
31482026-09-18T16:30:39.692Z[ host-package] Compiling usdt-impl v0.5.0
31492026-09-18T16:30:39.714Z[ helios-setup] Sep 18 16:30:38.984 INFO E| Compiling four-cc v0.4.0
31502026-09-18T16:30:39.714Z[ helios-setup] Sep 18 16:30:38.984 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31512026-09-18T16:30:39.747Z[ host-package] Compiling inout v0.2.2
31522026-09-18T16:30:39.818Z[ host-package] Compiling serde-hex v0.1.0
31532026-09-18T16:30:39.833Z[ helios-setup] Sep 18 16:30:39.104 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31542026-09-18T16:30:39.907Z[ host-package] Compiling hkdf v0.12.4
31552026-09-18T16:30:39.956Z[ host-package] Compiling ron v0.8.1
31562026-09-18T16:30:40.108Z[ host-package] Compiling serde_with v3.21.0
31572026-09-18T16:30:40.108Z[ host-package] Compiling crypto-bigint v0.5.5
31582026-09-18T16:30:40.189Z[ host-package] Compiling foreign-types-shared v0.1.1
31592026-09-18T16:30:40.240Z[ host-package] Compiling nix v0.31.2
31602026-09-18T16:30:40.311Z[ host-package] Compiling foreign-types v0.3.2
31612026-09-18T16:30:40.395Z[ host-package] Compiling cipher v0.5.2
31622026-09-18T16:30:40.550Z[ host-package] Compiling openssl-sys v0.9.117
31632026-09-18T16:30:40.632Z[ host-package] Compiling ahash v0.8.12
31642026-09-18T16:30:40.677Z[ host-package] Compiling signal-hook-mio v0.2.5
31652026-09-18T16:30:40.677Z[ host-package] Compiling globset v0.4.18
31662026-09-18T16:30:40.798Z[ host-package] Compiling chacha20 v0.10.0
31672026-09-18T16:30:40.881Z[ host-package] Compiling zopfli v0.8.3
31682026-09-18T16:30:40.964Z[ host-package] Compiling hashbrown v0.13.2
31692026-09-18T16:30:41.040Z[ host-package] Compiling sha3 v0.10.8
31702026-09-18T16:30:41.041Z[ host-package] Compiling toml_edit v0.19.15
31712026-09-18T16:30:41.187Z[ host-package] Compiling elliptic-curve v0.13.8
31722026-09-18T16:30:41.439Z[ host-package] Compiling openssl v0.10.80
31732026-09-18T16:30:41.511Z[ host-package] Compiling rand v0.10.1
31742026-09-18T16:30:41.585Z[ host-package] Compiling curve25519-dalek v4.1.3
31752026-09-18T16:30:41.611Z[ host-package] Compiling bzip2 v0.4.4
31762026-09-18T16:30:41.642Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31772026-09-18T16:30:41.675Z[ host-package] Compiling jiff v0.2.34
31782026-09-18T16:30:41.851Z[ host-package] Compiling zip v0.6.6
31792026-09-18T16:30:41.852Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31802026-09-18T16:30:41.931Z[ host-package] Compiling object v0.30.4
31812026-09-18T16:30:41.975Z[ host-package] Compiling hyper v1.10.1
31822026-09-18T16:30:42.190Z[ host-package] Compiling crossterm v0.28.1
31832026-09-18T16:30:42.338Z[ host-package] Compiling ed25519 v2.2.3
31842026-09-18T16:30:42.371Z[ host-package] Compiling sha2 v0.11.0
31852026-09-18T16:30:42.400Z[ host-package] Compiling serde-big-array v0.5.1
31862026-09-18T16:30:42.506Z[ host-package] Compiling pem v3.0.6
31872026-09-18T16:30:42.673Z[ host-package] Compiling petgraph v0.8.3
31882026-09-18T16:30:42.715Z[ host-package] Compiling object v0.37.3
31892026-09-18T16:30:42.774Z[ host-package] Compiling heapless v0.7.17
31902026-09-18T16:30:42.907Z[ host-package] Compiling toml v0.7.8
31912026-09-18T16:30:43.090Z[ host-package] Compiling ed25519-dalek v2.2.0
31922026-09-18T16:30:43.175Z[ host-package] Compiling md-5 v0.11.0
31932026-09-18T16:30:43.428Z[ host-package] Compiling hmac v0.13.0
31942026-09-18T16:30:43.501Z[ host-package] Compiling byte-wrapper v0.1.0
31952026-09-18T16:30:43.533Z[ host-package] Compiling serde_plain v1.0.2
31962026-09-18T16:30:43.649Z[ host-package] Compiling hyper-util v0.1.20
31972026-09-18T16:30:43.680Z[ host-package] Compiling postgres-protocol v0.6.12
31982026-09-18T16:30:43.819Z[ host-package] Compiling toml_edit v0.22.27
31992026-09-18T16:30:43.867Z[ host-package] Compiling zip v8.6.0
32002026-09-18T16:30:44.048Z[ host-package] Compiling smoltcp v0.9.1
32012026-09-18T16:30:44.107Z[ host-package] Compiling hickory-proto v0.25.2
32022026-09-18T16:30:44.155Z[ host-package] Compiling native-tls v0.2.18
32032026-09-18T16:30:44.294Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
32042026-09-18T16:30:44.611Z[ host-package] Compiling tokio-native-tls v0.3.1
32052026-09-18T16:30:44.723Z[ host-package] Compiling float-cmp v0.10.0
32062026-09-18T16:30:44.778Z[ host-package] Compiling textwrap v0.16.2
32072026-09-18T16:30:44.809Z[ host-package] Compiling string_cache v0.8.9
32082026-09-18T16:30:44.895Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
32092026-09-18T16:30:45.049Z[ host-package] Compiling predicates v3.1.4
32102026-09-18T16:30:45.081Z[ host-package] Compiling petgraph v0.6.5
32112026-09-18T16:30:45.145Z[ host-package] Compiling zip v4.6.1
32122026-09-18T16:30:45.249Z[ host-package] Compiling postgres-types v0.2.14
32132026-09-18T16:30:45.517Z[ host-package] Compiling hyper-rustls v0.27.7
32142026-09-18T16:30:45.697Z[ host-package] Compiling hyper-tls v0.6.0
32152026-09-18T16:30:45.876Z[ host-package] Compiling reqwest v0.13.2
32162026-09-18T16:30:46.110Z[ host-package] Compiling backtrace v0.3.76
32172026-09-18T16:30:46.190Z[ host-package] Compiling reqwest v0.12.28
32182026-09-18T16:30:46.193Z[ host-package] Compiling iddqd v0.4.2
32192026-09-18T16:30:46.337Z[ host-package] Compiling similar v2.7.0
32202026-09-18T16:30:46.402Z[ host-package] Compiling olpc-cjson v0.1.4
32212026-09-18T16:30:46.467Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32222026-09-18T16:30:46.674Z[ host-package] Compiling tokio-stream v0.1.18
32232026-09-18T16:30:46.717Z[ host-package] Compiling backtrace-ext v0.2.1
32242026-09-18T16:30:46.761Z[ host-package] Compiling tokio-postgres v0.7.18
32252026-09-18T16:30:46.993Z[ host-package] Compiling miette v7.6.0
32262026-09-18T16:30:47.150Z[ host-package] Compiling fs-err v3.3.0
32272026-09-18T16:30:47.254Z[ host-package] Compiling buf-list v1.1.2
32282026-09-18T16:30:47.795Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32292026-09-18T16:30:47.826Z[ host-package] Compiling thread_local v1.1.9
32302026-09-18T16:30:47.948Z[ host-package] Compiling tough v0.22.0
32312026-09-18T16:30:48.020Z[ host-package] Compiling is-terminal v0.4.17
32322026-09-18T16:30:48.090Z[ host-package] Compiling hostname v0.3.1
32332026-09-18T16:30:48.191Z[ host-package] Compiling slog-term v2.9.2
32342026-09-18T16:30:48.232Z[ host-package] Compiling slog-async v2.8.0
32352026-09-18T16:30:48.292Z[ host-package] Compiling slog-json v2.6.1
32362026-09-18T16:30:48.344Z[ host-package] Compiling serde_spanned v1.1.1
32372026-09-18T16:30:48.560Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32382026-09-18T16:30:48.597Z[ host-package] Compiling slog-bunyan v2.5.0
32392026-09-18T16:30:48.632Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32402026-09-18T16:30:48.808Z[ host-package] Compiling compression-codecs v0.4.37
32412026-09-18T16:30:48.884Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32422026-09-18T16:30:49.024Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32432026-09-18T16:30:49.079Z[ host-package] Compiling multer v3.1.0
32442026-09-18T16:30:49.122Z[ host-package] Compiling async-compression v0.4.41
32452026-09-18T16:30:49.125Z[ host-package] Compiling sha1 v0.11.0
32462026-09-18T16:30:49.125Z[ host-package] Compiling rustls-pemfile v2.2.0
32472026-09-18T16:30:49.301Z[ host-package] Compiling serde_path_to_error v0.1.20
32482026-09-18T16:30:49.393Z[ host-package] Compiling hostname v0.4.2
32492026-09-18T16:30:49.509Z[ host-package] Compiling progenitor-client v0.14.0
32502026-09-18T16:30:49.552Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32512026-09-18T16:30:49.556Z[ host-package] Compiling atomicwrites v0.4.4
32522026-09-18T16:30:49.701Z[ host-package] Compiling macaddr v1.0.1
32532026-09-18T16:30:49.750Z[ host-package] Compiling instant v0.1.13
32542026-09-18T16:30:49.787Z[ host-package] Compiling oxide-generation v0.1.3
32552026-09-18T16:30:49.834Z[ host-package] Compiling regress v0.10.5
32562026-09-18T16:30:49.857Z[ host-package] Compiling progenitor-extras v0.2.0
32572026-09-18T16:30:49.908Z[ host-package] Compiling dropshot v0.17.1
32582026-09-18T16:30:49.908Z[ host-package] Compiling backoff v0.4.0
32592026-09-18T16:30:49.975Z[ host-package] Compiling parse-display v0.10.0
32602026-09-18T16:30:50.031Z[ host-package] Compiling half v2.7.1
32612026-09-18T16:30:50.065Z[ host-package] Compiling heck v0.5.0
32622026-09-18T16:30:50.159Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32632026-09-18T16:30:50.282Z[ host-package] Compiling regress v0.11.1
32642026-09-18T16:30:50.392Z[ host-package] Compiling ciborium-ll v0.2.2
32652026-09-18T16:30:50.453Z[ host-package] Compiling secrecy v0.10.3
32662026-09-18T16:30:50.512Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32672026-09-18T16:30:50.563Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
32682026-09-18T16:30:50.675Z[ host-package] Compiling ciborium v0.2.2
32692026-09-18T16:30:50.733Z[ host-package] Compiling inout v0.1.4
32702026-09-18T16:30:50.775Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32712026-09-18T16:30:50.802Z[ host-package] Compiling universal-hash v0.5.1
32722026-09-18T16:30:50.910Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32732026-09-18T16:30:50.952Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32742026-09-18T16:30:51.014Z[ host-package] Compiling cipher v0.4.4
32752026-09-18T16:30:51.077Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
32762026-09-18T16:30:51.230Z[ host-package] Compiling unsafe-libyaml v0.2.11
32772026-09-18T16:30:51.316Z[ host-package] Compiling poly1305 v0.8.0
32782026-09-18T16:30:51.355Z[ host-package] Compiling chacha20 v0.9.1
32792026-09-18T16:30:51.404Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32802026-09-18T16:30:51.461Z[ host-package] Compiling blake2 v0.10.6
32812026-09-18T16:30:51.524Z[ host-package] Compiling aead v0.5.2
32822026-09-18T16:30:51.661Z[ host-package] Compiling password-hash v0.5.0
32832026-09-18T16:30:51.713Z[ host-package] Compiling vsss-rs v3.3.4
32842026-09-18T16:30:51.777Z[ host-package] Compiling chacha20poly1305 v0.10.1
32852026-09-18T16:30:51.831Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32862026-09-18T16:30:51.835Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32872026-09-18T16:30:51.932Z[ host-package] Compiling typify-impl v0.6.2
32882026-09-18T16:30:51.999Z[ host-package] Compiling argon2 v0.5.3
32892026-09-18T16:30:52.047Z[ host-package] Compiling camino-tempfile v1.4.1
32902026-09-18T16:30:52.179Z[ host-package] Compiling heapless v0.8.0
32912026-09-18T16:30:52.290Z[ host-package] Compiling ingot-types v0.2.0
32922026-09-18T16:30:52.460Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32932026-09-18T16:30:52.508Z[ host-package] Compiling cobs v0.3.0
32942026-09-18T16:30:52.812Z[ host-package] Compiling postcard v1.1.3
32952026-09-18T16:30:52.812Z[ host-package] Compiling ingot v0.2.1
32962026-09-18T16:30:52.860Z[ host-package] Compiling smoltcp v0.11.0
32972026-09-18T16:30:52.906Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32982026-09-18T16:30:52.966Z[ host-package] Compiling cstr-argument v0.1.2
32992026-09-18T16:30:53.161Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33002026-09-18T16:30:53.221Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33012026-09-18T16:30:53.281Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33022026-09-18T16:30:53.323Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33032026-09-18T16:30:53.381Z[ host-package] Compiling sigpipe v0.1.3
33042026-09-18T16:30:53.450Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33052026-09-18T16:30:53.530Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
33062026-09-18T16:30:53.652Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33072026-09-18T16:30:53.694Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33082026-09-18T16:30:53.728Z[ helios-setup] Sep 18 16:30:52.999 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33092026-09-18T16:30:53.737Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33102026-09-18T16:30:53.869Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33112026-09-18T16:30:53.971Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
33122026-09-18T16:30:54.049Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-09-18T16:30:54.152Z[ host-package] Compiling memmap v0.7.0
33142026-09-18T16:30:54.274Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
33152026-09-18T16:30:54.338Z[ host-package] Compiling usdt v0.5.0
33162026-09-18T16:30:54.369Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33172026-09-18T16:30:54.431Z[ host-package] Compiling zone v0.3.1
33182026-09-18T16:30:54.715Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33192026-09-18T16:30:54.843Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33202026-09-18T16:30:54.888Z[ host-package] Compiling derive-where v1.6.0
33212026-09-18T16:30:55.009Z[ host-package] Compiling bytecount v0.6.9
33222026-09-18T16:30:55.045Z[ host-package] Compiling toml v0.8.23
33232026-09-18T16:30:55.148Z[ host-package] Compiling tokio-dtrace v0.1.1
33242026-09-18T16:30:55.212Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-09-18T16:30:55.456Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33262026-09-18T16:30:55.501Z[ host-package] Compiling prettyplease v0.2.37
33272026-09-18T16:30:55.586Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33282026-09-18T16:30:55.638Z[ host-package] Compiling newline-converter v0.3.0
33292026-09-18T16:30:55.687Z[ host-package] Compiling gethostname v0.5.0
33302026-09-18T16:30:55.725Z[ host-package] Compiling console v0.15.11
33312026-09-18T16:30:55.729Z[ host-package] Compiling typify-macro v0.6.2
33322026-09-18T16:30:55.815Z[ host-package] Compiling slog-dtrace v0.3.0
33332026-09-18T16:30:55.873Z[ host-package] Compiling cancel-safe-futures v0.1.5
33342026-09-18T16:30:55.998Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33352026-09-18T16:30:56.122Z[ host-package] Compiling num-rational v0.4.2
33362026-09-18T16:30:56.153Z[ host-package] Compiling num-complex v0.4.6
33372026-09-18T16:30:56.312Z[ host-package] Compiling expectorate v1.2.0
33382026-09-18T16:30:56.403Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33392026-09-18T16:30:56.551Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33402026-09-18T16:30:56.583Z[ host-package] Compiling match_cfg v0.1.0
33412026-09-18T16:30:56.623Z[ host-package] Compiling compression-core v0.4.31
33422026-09-18T16:30:56.705Z[ host-package] Compiling resolv-conf v0.7.6
33432026-09-18T16:30:56.737Z[ host-package] Compiling num v0.4.3
33442026-09-18T16:30:56.912Z[ host-package] Compiling crossbeam-channel v0.5.15
33452026-09-18T16:30:56.928Z[ helios-setup] Sep 18 16:30:56.199 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33462026-09-18T16:30:57.057Z[ host-package] Compiling linear-map v1.2.0
33472026-09-18T16:30:57.124Z[ host-package] Compiling float-ord v0.3.2
33482026-09-18T16:30:57.185Z[ host-package] Compiling take_mut v0.2.2
33492026-09-18T16:30:57.226Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
33502026-09-18T16:30:57.230Z[ host-package] Compiling term v1.2.1
33512026-09-18T16:30:57.645Z[ host-package] Compiling typify v0.6.2
33522026-09-18T16:30:57.715Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33532026-09-18T16:30:57.784Z[ host-package] Compiling progenitor-impl v0.14.0
33542026-09-18T16:30:57.816Z[ host-package] Compiling oxide-update-engine v0.1.2
33552026-09-18T16:30:57.864Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33562026-09-18T16:30:57.864Z[ host-package] Compiling async-stream v0.3.6
33572026-09-18T16:30:58.148Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-09-18T16:30:58.453Z[ host-package] Compiling waitgroup v0.1.2
33592026-09-18T16:30:58.606Z[ host-package] Compiling backon v1.6.0
33602026-09-18T16:30:58.770Z[ host-package] Compiling minimal-lexical v0.2.1
33612026-09-18T16:30:58.835Z[ host-package] Compiling linked-hash-map v0.5.6
33622026-09-18T16:30:58.887Z[ host-package] Compiling debug-ignore v1.0.5
33632026-09-18T16:30:59.076Z[ host-package] Compiling lru-cache v0.1.2
33642026-09-18T16:30:59.116Z[ host-package] Compiling nom v7.1.3
33652026-09-18T16:30:59.169Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33662026-09-18T16:30:59.800Z[ host-package] Compiling itertools v0.14.0
33672026-09-18T16:31:00.005Z[ host-package] Compiling progenitor-macro v0.14.0
33682026-09-18T16:31:00.229Z[ host-package] Compiling unicode-xid v0.2.6
33692026-09-18T16:31:00.276Z[ host-package] Compiling humantime v2.3.0
33702026-09-18T16:31:00.417Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33712026-09-18T16:31:00.470Z[ host-package] Compiling hickory-proto v0.24.4
33722026-09-18T16:31:00.586Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33732026-09-18T16:31:00.613Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33742026-09-18T16:31:00.732Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33752026-09-18T16:31:01.112Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33762026-09-18T16:31:01.591Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33772026-09-18T16:31:01.715Z[ host-package] Compiling papergrid v0.11.0
33782026-09-18T16:31:01.757Z[ host-package] Compiling tabled_derive v0.7.0
33792026-09-18T16:31:01.823Z[ host-package] Compiling termtree v0.5.1
33802026-09-18T16:31:01.918Z[ host-package] Compiling crossterm v0.29.0
33812026-09-18T16:31:01.965Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33822026-09-18T16:31:02.103Z[ host-package] Compiling phf_shared v0.12.1
33832026-09-18T16:31:02.142Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33842026-09-18T16:31:02.687Z[ host-package] Compiling csv-core v0.1.13
33852026-09-18T16:31:02.798Z[ host-package] Compiling vte v0.14.1
33862026-09-18T16:31:02.872Z[ host-package] Compiling tabled v0.15.0
33872026-09-18T16:31:02.942Z[ host-package] Compiling chrono-tz v0.10.4
33882026-09-18T16:31:03.210Z[ host-package] Compiling highway v1.3.0
33892026-09-18T16:31:03.272Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33902026-09-18T16:31:03.446Z[ host-package] Compiling hickory-resolver v0.24.4
33912026-09-18T16:31:03.750Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33922026-09-18T16:31:04.096Z[ host-package] Compiling csv v1.4.0
33932026-09-18T16:31:04.126Z[ host-package] Compiling phf v0.12.1
33942026-09-18T16:31:04.395Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33952026-09-18T16:31:04.499Z[ host-package] Compiling const_format_proc_macros v0.2.34
33962026-09-18T16:31:04.563Z[ host-package] Compiling fd-lock v4.0.4
33972026-09-18T16:31:04.772Z[ host-package] Compiling peg-macros v0.8.5
33982026-09-18T16:31:04.855Z[ host-package] Compiling progenitor v0.14.0
33992026-09-18T16:31:04.903Z[ host-package] Compiling nu-ansi-term v0.50.3
34002026-09-18T16:31:04.971Z[ host-package] Compiling qorb v0.4.1
34012026-09-18T16:31:05.111Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34022026-09-18T16:31:05.139Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34032026-09-18T16:31:05.200Z[ host-package] Compiling reedline v0.40.0
34042026-09-18T16:31:05.397Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34052026-09-18T16:31:05.467Z[ host-package] Compiling const_format v0.2.35
34062026-09-18T16:31:05.580Z[ host-package] Compiling bcs v0.1.6
34072026-09-18T16:31:05.885Z[ host-package] Compiling nom v8.0.0
34082026-09-18T16:31:05.928Z[ host-package] Compiling semver v0.1.20
34092026-09-18T16:31:06.012Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34102026-09-18T16:31:06.342Z[ host-package] Compiling peg v0.8.5
34112026-09-18T16:31:06.370Z[ host-package] Compiling rustc_version v0.1.7
34122026-09-18T16:31:06.517Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34132026-09-18T16:31:06.678Z[ host-package] Compiling newtype_derive v0.1.6
34142026-09-18T16:31:06.876Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34152026-09-18T16:31:06.974Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34162026-09-18T16:31:07.146Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34172026-09-18T16:31:07.167Z[ host-package] Compiling sha1 v0.10.6
34182026-09-18T16:31:07.321Z[ host-package] Compiling utf-8 v0.7.6
34192026-09-18T16:31:07.353Z[ host-package] Compiling steno v0.4.1
34202026-09-18T16:31:07.535Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34212026-09-18T16:31:07.561Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34222026-09-18T16:31:07.591Z[ host-package] Compiling tagptr v0.2.0
34232026-09-18T16:31:07.648Z[ host-package] Compiling tungstenite v0.21.0
34242026-09-18T16:31:07.774Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-09-18T16:31:07.826Z[ host-package] Compiling moka v0.12.13
34262026-09-18T16:31:07.900Z[ host-package] Compiling darling_core v0.21.3
34272026-09-18T16:31:07.930Z[ host-package] Compiling display-error-chain v0.2.2
34282026-09-18T16:31:07.962Z[ host-package] Compiling vergen-lib v0.1.6
34292026-09-18T16:31:08.144Z[ host-package] Compiling diesel_derives v2.3.7
34302026-09-18T16:31:08.404Z[ host-package] Compiling tokio-tungstenite v0.21.0
34312026-09-18T16:31:08.573Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34322026-09-18T16:31:08.697Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34332026-09-18T16:31:08.789Z[ helios-setup] Sep 18 16:31:08.060 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.81s
34342026-09-18T16:31:08.825Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
34352026-09-18T16:31:08.830Z[ helios-setup] Sep 18 16:31:08.096 INFO building project "amd-host-image-builder" ok (42 seconds)
34362026-09-18T16:31:08.830Z[ helios-setup] Sep 18 16:31:08.096 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34372026-09-18T16:31:08.833Z[ helios-setup] Sep 18 16:31:08.104 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
34382026-09-18T16:31:08.837Z[ helios-setup] Sep 18 16:31:08.104 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34392026-09-18T16:31:08.837Z[ helios-setup] Sep 18 16:31:08.104 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34402026-09-18T16:31:08.868Z[ host-package] Compiling vergen-gitcl v1.0.8
34412026-09-18T16:31:08.936Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34422026-09-18T16:31:08.944Z[ helios-setup] Sep 18 16:31:08.215 INFO E| Downloading crates ...
34432026-09-18T16:31:08.986Z[ helios-setup] Sep 18 16:31:08.257 INFO E| Downloaded block-buffer v0.10.3
34442026-09-18T16:31:08.993Z[ helios-setup] Sep 18 16:31:08.260 INFO E| Downloaded cpufeatures v0.2.5
34452026-09-18T16:31:08.997Z[ helios-setup] Sep 18 16:31:08.265 INFO E| Downloaded anyhow v1.0.62
34462026-09-18T16:31:09.001Z[ helios-setup] Sep 18 16:31:08.269 INFO E| Downloaded generic-array v0.14.6
34472026-09-18T16:31:09.005Z[ helios-setup] Sep 18 16:31:08.275 INFO E| Downloaded miniz_oxide v0.6.2
34482026-09-18T16:31:09.010Z[ helios-setup] Sep 18 16:31:08.279 INFO E| Downloaded unicode-width v0.1.10
34492026-09-18T16:31:09.010Z[ helios-setup] Sep 18 16:31:08.280 INFO E| Downloaded digest v0.10.3
34502026-09-18T16:31:09.013Z[ helios-setup] Sep 18 16:31:08.281 INFO E| Downloaded sha2 v0.10.5
34512026-09-18T16:31:09.013Z[ helios-setup] Sep 18 16:31:08.283 INFO E| Downloaded bytes v1.2.1
34522026-09-18T16:31:09.017Z[ helios-setup] Sep 18 16:31:08.285 INFO E| Downloaded typenum v1.15.0
34532026-09-18T16:31:09.017Z[ helios-setup] Sep 18 16:31:08.286 INFO E| Downloaded flate2 v1.0.25
34542026-09-18T16:31:09.051Z[ host-package] Compiling hickory-resolver v0.25.2
34552026-09-18T16:31:09.057Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling typenum v1.15.0
34562026-09-18T16:31:09.058Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling version_check v0.9.4
34572026-09-18T16:31:09.058Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling crc32fast v1.3.2
34582026-09-18T16:31:09.058Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling cfg-if v1.0.0
34592026-09-18T16:31:09.067Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling adler v1.0.2
34602026-09-18T16:31:09.067Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling anyhow v1.0.62
34612026-09-18T16:31:09.067Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling unicode-width v0.1.10
34622026-09-18T16:31:09.068Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling cpufeatures v0.2.5
34632026-09-18T16:31:09.068Z[ helios-setup] Sep 18 16:31:08.329 INFO E| Compiling bitflags v1.3.2
34642026-09-18T16:31:09.086Z[ helios-setup] Sep 18 16:31:08.357 INFO E| Compiling bytes v1.2.1
34652026-09-18T16:31:09.102Z[ host-package] Compiling dirs-sys-next v0.1.2
34662026-09-18T16:31:09.153Z[ host-package] Compiling glob v0.3.3
34672026-09-18T16:31:09.224Z[ helios-setup] Sep 18 16:31:08.495 INFO E| Compiling miniz_oxide v0.6.2
34682026-09-18T16:31:09.268Z[ helios-setup] Sep 18 16:31:08.532 INFO E| Compiling getopts v0.2.21
34692026-09-18T16:31:09.299Z[ host-package] Compiling crunchy v0.2.4
34702026-09-18T16:31:09.306Z[ host-package] Compiling maplit v1.0.2
34712026-09-18T16:31:09.487Z[ helios-setup] Sep 18 16:31:08.758 INFO E| Compiling generic-array v0.14.6
34722026-09-18T16:31:09.545Z[ host-package] Compiling dirs-next v2.0.0
34732026-09-18T16:31:09.787Z[ host-package] Compiling r2d2 v0.8.10
34742026-09-18T16:31:09.791Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34752026-09-18T16:31:09.839Z[ host-package] Compiling clang-sys v1.8.1
34762026-09-18T16:31:09.889Z[ host-package] Compiling libscf-sys v1.2.0
34772026-09-18T16:31:09.936Z[ helios-setup] Sep 18 16:31:09.206 INFO E| Compiling flate2 v1.0.25
34782026-09-18T16:31:10.145Z[ host-package] Compiling tiny-keccak v2.0.2
34792026-09-18T16:31:10.149Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34802026-09-18T16:31:10.344Z[ host-package] Compiling downcast-rs v2.0.2
34812026-09-18T16:31:10.402Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34822026-09-18T16:31:10.450Z[ host-package] Compiling xshell-macros v0.2.7
34832026-09-18T16:31:10.454Z[ host-package] Compiling darling_macro v0.21.3
34842026-09-18T16:31:10.570Z[ host-package] Compiling term v0.7.0
34852026-09-18T16:31:10.574Z[ host-package] Compiling papergrid v0.18.0
34862026-09-18T16:31:10.665Z[ host-package] Compiling bit-vec v0.6.3
34872026-09-18T16:31:10.729Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34882026-09-18T16:31:10.897Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34892026-09-18T16:31:10.930Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34902026-09-18T16:31:11.024Z[ host-package] Compiling xshell v0.2.7
34912026-09-18T16:31:11.054Z[ host-package] Compiling darling v0.21.3
34922026-09-18T16:31:11.059Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34932026-09-18T16:31:11.200Z[ host-package] Compiling bit-set v0.5.3
34942026-09-18T16:31:11.206Z[ helios-setup] Sep 18 16:31:10.477 INFO E| Compiling block-buffer v0.10.3
34952026-09-18T16:31:11.206Z[ helios-setup] Sep 18 16:31:10.477 INFO E| Compiling crypto-common v0.1.6
34962026-09-18T16:31:11.255Z[ host-package] Compiling dsl_auto_type v0.2.0
34972026-09-18T16:31:11.340Z[ helios-setup] Sep 18 16:31:10.610 INFO E| Compiling digest v0.10.3
34982026-09-18T16:31:11.355Z[ host-package] Compiling ascii-canvas v3.0.0
34992026-09-18T16:31:11.424Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35002026-09-18T16:31:11.456Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35012026-09-18T16:31:11.512Z[ helios-setup] Sep 18 16:31:10.783 INFO E| Compiling sha2 v0.10.5
35022026-09-18T16:31:11.705Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35032026-09-18T16:31:11.757Z[ helios-setup] Sep 18 16:31:11.025 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35042026-09-18T16:31:11.781Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35052026-09-18T16:31:11.944Z[ host-package] Compiling tabled v0.21.0
35062026-09-18T16:31:12.052Z[ host-package] Compiling itertools v0.15.0
35072026-09-18T16:31:12.134Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35082026-09-18T16:31:12.190Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35092026-09-18T16:31:12.340Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35102026-09-18T16:31:12.542Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35112026-09-18T16:31:12.729Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35122026-09-18T16:31:12.957Z[ host-package] Compiling itertools v0.10.5
35132026-09-18T16:31:13.109Z[ host-package] Compiling ena v0.14.4
35142026-09-18T16:31:13.298Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35152026-09-18T16:31:13.504Z[ host-package] Compiling libloading v0.8.9
35162026-09-18T16:31:13.888Z[ host-package] Compiling diff v0.1.13
35172026-09-18T16:31:13.945Z[ host-package] Compiling regex-syntax v0.6.29
35182026-09-18T16:31:13.992Z[ host-package] Compiling bindgen v0.71.1
35192026-09-18T16:31:14.133Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35202026-09-18T16:31:14.225Z[ host-package] Compiling unicase v2.9.0
35212026-09-18T16:31:14.330Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35222026-09-18T16:31:14.382Z[ helios-setup] Sep 18 16:31:13.652 INFO E| Finished `release` profile [optimized] target(s) in 5.53s
35232026-09-18T16:31:14.395Z[ helios-setup] Sep 18 16:31:13.666 INFO building project "bootserver" ok (5 seconds)
35242026-09-18T16:31:14.395Z[ helios-setup] Sep 18 16:31:13.666 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35252026-09-18T16:31:14.403Z[ helios-setup] Sep 18 16:31:13.674 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
35262026-09-18T16:31:14.403Z[ helios-setup] Sep 18 16:31:13.674 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35272026-09-18T16:31:14.406Z[ helios-setup] Sep 18 16:31:13.674 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35282026-09-18T16:31:14.571Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35292026-09-18T16:31:14.577Z[ helios-setup] Sep 18 16:31:13.848 INFO E| Downloading crates ...
35302026-09-18T16:31:14.626Z[ helios-setup] Sep 18 16:31:13.897 INFO E| Downloaded adler2 v2.0.0
35312026-09-18T16:31:14.630Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35322026-09-18T16:31:14.634Z[ helios-setup] Sep 18 16:31:13.903 INFO E| Downloaded miniz_oxide v0.8.8
35332026-09-18T16:31:14.675Z[ helios-setup] Sep 18 16:31:13.944 INFO E| Compiling adler2 v2.0.0
35342026-09-18T16:31:14.761Z[ helios-setup] Sep 18 16:31:14.032 INFO E| Compiling miniz_oxide v0.8.8
35352026-09-18T16:31:14.769Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35362026-09-18T16:31:14.855Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35372026-09-18T16:31:15.027Z[ host-package] Compiling cexpr v0.6.0
35382026-09-18T16:31:15.701Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35392026-09-18T16:31:15.980Z[ helios-setup] Sep 18 16:31:15.247 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35402026-09-18T16:31:16.046Z[ host-package] Compiling lalrpop v0.19.12
35412026-09-18T16:31:16.464Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35422026-09-18T16:31:16.547Z[ helios-setup] Sep 18 16:31:15.817 INFO E| Finished `release` profile [optimized] target(s) in 2.13s
35432026-09-18T16:31:16.559Z[ helios-setup] Sep 18 16:31:15.830 INFO building project "pinprick" ok (2 seconds)
35442026-09-18T16:31:16.559Z[ helios-setup] Sep 18 16:31:15.830 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35452026-09-18T16:31:16.700Z[ host-package] Compiling rustc-hash v2.1.1
35462026-09-18T16:31:17.047Z[ host-package] Compiling diesel v2.3.7
35472026-09-18T16:31:17.171Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35482026-09-18T16:31:17.229Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35492026-09-18T16:31:17.616Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35502026-09-18T16:31:17.675Z[ host-package] Compiling headers-core v0.3.0
35512026-09-18T16:31:17.849Z[ host-package] Compiling libxml v0.3.3
35522026-09-18T16:31:18.136Z[ host-package] Compiling crc8 v0.1.1
35532026-09-18T16:31:18.278Z[ host-package] Compiling headers v0.4.1
35542026-09-18T16:31:18.331Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
35552026-09-18T16:31:18.413Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35562026-09-18T16:31:18.592Z[ host-package] Compiling strum_macros v0.24.3
35572026-09-18T16:31:18.634Z[ host-package] Compiling indoc v1.0.9
35582026-09-18T16:31:18.826Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35592026-09-18T16:31:19.116Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35602026-09-18T16:31:19.225Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35612026-09-18T16:31:19.293Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35622026-09-18T16:31:19.675Z[ host-package] Compiling quick-xml v0.37.5
35632026-09-18T16:31:19.719Z[ host-package] Compiling derive_builder v0.20.2
35642026-09-18T16:31:19.789Z[ host-package] Compiling oso-derive v0.27.3
35652026-09-18T16:31:19.935Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35662026-09-18T16:31:19.991Z[ host-package] Compiling openssl-probe v0.1.6
35672026-09-18T16:31:20.170Z[ host-package] Compiling object v0.39.1
35682026-09-18T16:31:20.297Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35692026-09-18T16:31:20.332Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35702026-09-18T16:31:20.361Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35712026-09-18T16:31:20.651Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35722026-09-18T16:31:20.996Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35732026-09-18T16:31:21.111Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35742026-09-18T16:31:21.253Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35752026-09-18T16:31:21.363Z[ host-package] Compiling bb8 v0.8.6
35762026-09-18T16:31:21.452Z[ host-package] Compiling filetime v0.2.27
35772026-09-18T16:31:21.541Z[ host-package] Compiling trait-variant v0.1.2
35782026-09-18T16:31:21.612Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35792026-09-18T16:31:21.773Z[ host-package] Compiling path-slash v0.2.1
35802026-09-18T16:31:21.807Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35812026-09-18T16:31:21.957Z[ host-package] Compiling samael v0.0.19
35822026-09-18T16:31:22.181Z[ host-package] Compiling half v1.8.3
35832026-09-18T16:31:22.206Z[ host-package] Compiling tar v0.4.46
35842026-09-18T16:31:22.233Z[ host-package] Compiling proc-macro-error2 v2.0.1
35852026-09-18T16:31:22.258Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35862026-09-18T16:31:22.383Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35872026-09-18T16:31:22.557Z[ host-package] Compiling serde_cbor v0.11.2
35882026-09-18T16:31:22.641Z[ host-package] Compiling rfc6979 v0.4.0
35892026-09-18T16:31:22.697Z[ host-package] Compiling hashbrown v0.14.5
35902026-09-18T16:31:22.808Z[ host-package] Compiling salty v0.3.0
35912026-09-18T16:31:22.835Z[ host-package] Compiling ecdsa v0.16.9
35922026-09-18T16:31:22.908Z[ host-package] Compiling knus-derive v3.4.0
35932026-09-18T16:31:23.396Z[ host-package] Compiling chumsky v0.9.3
35942026-09-18T16:31:23.424Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35952026-09-18T16:31:23.454Z[ host-package] Compiling primeorder v0.13.6
35962026-09-18T16:31:23.564Z[ host-package] Compiling nonempty v0.12.0
35972026-09-18T16:31:23.764Z[ host-package] Compiling p384 v0.13.1
35982026-09-18T16:31:23.807Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35992026-09-18T16:31:24.436Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
36002026-09-18T16:31:24.500Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36012026-09-18T16:31:24.526Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36022026-09-18T16:31:24.551Z[ host-package] Compiling polar-core v0.27.3
36032026-09-18T16:31:24.769Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
36042026-09-18T16:31:24.846Z[ host-package] Compiling knus v3.4.0
36052026-09-18T16:31:25.103Z[ host-package] Compiling fxhash v0.2.1
36062026-09-18T16:31:25.305Z[ host-package] Compiling libz-sys v1.1.24
36072026-09-18T16:31:25.639Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36082026-09-18T16:31:25.833Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
36092026-09-18T16:31:25.897Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
36102026-09-18T16:31:26.062Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36112026-09-18T16:31:26.084Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36122026-09-18T16:31:26.781Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36132026-09-18T16:31:26.839Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36142026-09-18T16:31:27.223Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
36152026-09-18T16:31:27.391Z[ host-package] Compiling kstat-rs v0.2.5
36162026-09-18T16:31:27.770Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36172026-09-18T16:31:27.902Z[ host-package] Compiling mime_guess v2.0.5
36182026-09-18T16:31:28.571Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36192026-09-18T16:31:28.866Z[ host-package] Compiling nanorand v0.7.0
36202026-09-18T16:31:28.929Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36212026-09-18T16:31:29.259Z[ host-package] Compiling parking_lot_core v0.8.6
36222026-09-18T16:31:29.384Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36232026-09-18T16:31:29.413Z[ host-package] Compiling flume v0.11.1
36242026-09-18T16:31:29.743Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36252026-09-18T16:31:30.026Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36262026-09-18T16:31:30.165Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36272026-09-18T16:31:30.259Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36282026-09-18T16:31:30.299Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36292026-09-18T16:31:30.613Z[ host-package] Compiling git-stub v1.0.0
36302026-09-18T16:31:30.716Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36312026-09-18T16:31:30.790Z[ host-package] Compiling corncobs v0.1.4
36322026-09-18T16:31:30.868Z[ host-package] Compiling instability v0.3.11
36332026-09-18T16:31:30.911Z[ host-package] Compiling http-range v0.1.5
36342026-09-18T16:31:31.035Z[ host-package] Compiling strsim v0.10.0
36352026-09-18T16:31:31.101Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36362026-09-18T16:31:31.153Z[ host-package] Compiling git-stub-vcs v0.1.0
36372026-09-18T16:31:31.185Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36382026-09-18T16:31:31.267Z[ host-package] Compiling darling_core v0.13.4
36392026-09-18T16:31:31.545Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36402026-09-18T16:31:31.619Z[ host-package] Compiling progenitor-impl v0.13.0
36412026-09-18T16:31:31.793Z[ host-package] Compiling ignore v0.4.25
36422026-09-18T16:31:31.985Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36432026-09-18T16:31:32.035Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36442026-09-18T16:31:32.320Z[ host-package] Compiling secrecy v0.8.0
36452026-09-18T16:31:32.499Z[ host-package] Compiling anstyle-parse v0.2.7
36462026-09-18T16:31:32.864Z[ host-package] Compiling vergen-git2 v9.1.0
36472026-09-18T16:31:33.161Z[ host-package] Compiling castaway v0.2.4
36482026-09-18T16:31:33.191Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36492026-09-18T16:31:33.329Z[ host-package] Compiling indoc v2.0.7
36502026-09-18T16:31:33.429Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36512026-09-18T16:31:33.585Z[ host-package] Compiling compact_str v0.8.1
36522026-09-18T16:31:33.964Z[ host-package] Compiling darling_macro v0.13.4
36532026-09-18T16:31:34.020Z[ host-package] Compiling progenitor-macro v0.13.0
36542026-09-18T16:31:34.461Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36552026-09-18T16:31:34.505Z[ host-package] Compiling oso v0.27.3
36562026-09-18T16:31:34.528Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36572026-09-18T16:31:34.664Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36582026-09-18T16:31:34.811Z[ host-package] Compiling anstream v0.6.21
36592026-09-18T16:31:34.980Z[ host-package] Compiling globwalk v0.9.1
36602026-09-18T16:31:35.571Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36612026-09-18T16:31:35.753Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36622026-09-18T16:31:36.020Z[ host-package] Compiling parking_lot v0.11.2
36632026-09-18T16:31:36.314Z[ host-package] Compiling hyper-staticfile v0.10.1
36642026-09-18T16:31:36.499Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36652026-09-18T16:31:37.037Z[ host-package] Compiling diesel-dtrace v0.5.0
36662026-09-18T16:31:37.199Z[ host-package] Compiling async-bb8-diesel v0.2.1
36672026-09-18T16:31:37.306Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36682026-09-18T16:31:37.360Z[ helios-setup] Sep 18 16:31:36.630 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')"
36692026-09-18T16:31:37.361Z[ helios-setup] Sep 18 16:31:36.630 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
36702026-09-18T16:31:37.369Z[ helios-setup] Sep 18 16:31:36.639 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
36712026-09-18T16:31:37.370Z[ helios-setup] Sep 18 16:31:36.639 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
36722026-09-18T16:31:37.376Z[ helios-setup] Sep 18 16:31:36.639 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
36732026-09-18T16:31:37.439Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36742026-09-18T16:31:37.484Z[ helios-setup] Sep 18 16:31:36.754 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
36752026-09-18T16:31:37.671Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36762026-09-18T16:31:37.877Z[ helios-setup] Sep 18 16:31:37.142 INFO E| From https://github.com/jclulow/hiercmd
36772026-09-18T16:31:37.878Z[ helios-setup] Sep 18 16:31:37.142 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
36782026-09-18T16:31:37.909Z[ helios-setup] Sep 18 16:31:37.156 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
36792026-09-18T16:31:37.931Z[ host-package] Compiling predicates-tree v1.0.13
36802026-09-18T16:31:38.216Z[ helios-setup] Sep 18 16:31:37.487 INFO E| From https://github.com/oxidecomputer/network-interface
36812026-09-18T16:31:38.216Z[ helios-setup] Sep 18 16:31:37.487 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
36822026-09-18T16:31:38.229Z[ helios-setup] Sep 18 16:31:37.499 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
36832026-09-18T16:31:38.328Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36842026-09-18T16:31:38.456Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
36852026-09-18T16:31:38.547Z[ host-package] Compiling progenitor-client v0.13.0
36862026-09-18T16:31:38.556Z[ helios-setup] Sep 18 16:31:37.822 INFO E| From https://github.com/oxidecomputer/boot-image-tools
36872026-09-18T16:31:38.556Z[ helios-setup] Sep 18 16:31:37.822 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
36882026-09-18T16:31:38.569Z[ helios-setup] Sep 18 16:31:37.840 INFO E| Updating crates.io index
36892026-09-18T16:31:38.589Z[ host-package] Compiling unicode-truncate v1.1.0
36902026-09-18T16:31:38.627Z[ host-package] Compiling lru v0.12.5
36912026-09-18T16:31:38.639Z[ helios-setup] Sep 18 16:31:37.910 INFO E| Downloading crates ...
36922026-09-18T16:31:38.695Z[ helios-setup] Sep 18 16:31:37.965 INFO E| Downloaded anstyle v1.0.13
36932026-09-18T16:31:38.706Z[ helios-setup] Sep 18 16:31:37.977 INFO E| Downloaded futures-io v0.3.31
36942026-09-18T16:31:38.746Z[ helios-setup] Sep 18 16:31:38.017 INFO E| Downloaded bitflags v2.10.0
36952026-09-18T16:31:38.753Z[ helios-setup] Sep 18 16:31:38.020 INFO E| Downloaded serde_spanned v1.0.3
36962026-09-18T16:31:38.753Z[ helios-setup] Sep 18 16:31:38.021 INFO E| Downloaded time-core v0.1.6
36972026-09-18T16:31:38.753Z[ helios-setup] Sep 18 16:31:38.022 INFO E| Downloaded bitfield v0.19.3
36982026-09-18T16:31:38.753Z[ helios-setup] Sep 18 16:31:38.022 INFO E| Downloaded bitfield-macros v0.19.3
36992026-09-18T16:31:38.757Z[ helios-setup] Sep 18 16:31:38.023 INFO E| Downloaded bytes v1.10.1
37002026-09-18T16:31:38.757Z[ helios-setup] Sep 18 16:31:38.025 INFO E| Downloaded futures-core v0.3.31
37012026-09-18T16:31:38.758Z[ helios-setup] Sep 18 16:31:38.026 INFO E| Downloaded futures-sink v0.3.31
37022026-09-18T16:31:38.761Z[ helios-setup] Sep 18 16:31:38.027 INFO E| Downloaded futures-task v0.3.31
37032026-09-18T16:31:38.765Z[ helios-setup] Sep 18 16:31:38.028 INFO E| Downloaded clap_lex v0.7.6
37042026-09-18T16:31:38.765Z[ helios-setup] Sep 18 16:31:38.028 INFO E| Downloaded futures-macro v0.3.31
37052026-09-18T16:31:38.765Z[ helios-setup] Sep 18 16:31:38.029 INFO E| Downloaded pin-project-lite v0.2.16
37062026-09-18T16:31:38.765Z[ helios-setup] Sep 18 16:31:38.032 INFO E| Downloaded base64ct v1.8.0
37072026-09-18T16:31:38.769Z[ helios-setup] Sep 18 16:31:38.040 INFO E| Downloaded futures-executor v0.3.31
37082026-09-18T16:31:38.773Z[ helios-setup] Sep 18 16:31:38.041 INFO E| Downloaded iana-time-zone v0.1.64
37092026-09-18T16:31:38.773Z[ helios-setup] Sep 18 16:31:38.043 INFO E| Downloaded devinfo v0.1.0
37102026-09-18T16:31:38.773Z[ helios-setup] Sep 18 16:31:38.044 INFO E| Downloaded env_filter v0.1.4
37112026-09-18T16:31:38.778Z[ helios-setup] Sep 18 16:31:38.045 INFO E| Downloaded anstyle-query v1.1.4
37122026-09-18T16:31:38.778Z[ helios-setup] Sep 18 16:31:38.045 INFO E| Downloaded crc v3.3.0
37132026-09-18T16:31:38.782Z[ helios-setup] Sep 18 16:31:38.053 INFO E| Downloaded libdevinfo-sys v1.1.0
37142026-09-18T16:31:38.782Z[ helios-setup] Sep 18 16:31:38.053 INFO E| Downloaded zeroize_derive v1.4.2
37152026-09-18T16:31:38.790Z[ helios-setup] Sep 18 16:31:38.061 INFO E| Downloaded pin-utils v0.1.0
37162026-09-18T16:31:38.797Z[ host-package] Compiling digest-io v0.1.0
37172026-09-18T16:31:38.801Z[ helios-setup] Sep 18 16:31:38.069 INFO E| Downloaded simd-adler32 v0.3.7
37182026-09-18T16:31:38.809Z[ helios-setup] Sep 18 16:31:38.080 INFO E| Downloaded deranged v0.5.5
37192026-09-18T16:31:38.814Z[ helios-setup] Sep 18 16:31:38.085 INFO E| Downloaded num_enum v0.7.5
37202026-09-18T16:31:38.817Z[ helios-setup] Sep 18 16:31:38.088 INFO E| Downloaded env_logger v0.11.8
37212026-09-18T16:31:38.821Z[ helios-setup] Sep 18 16:31:38.089 INFO E| Downloaded getopts v0.2.24
37222026-09-18T16:31:38.824Z[ helios-setup] Sep 18 16:31:38.093 INFO E| Downloaded quote v1.0.41
37232026-09-18T16:31:38.828Z[ helios-setup] Sep 18 16:31:38.098 INFO E| Downloaded time-macros v0.2.24
37242026-09-18T16:31:38.832Z[ helios-setup] Sep 18 16:31:38.102 INFO E| Downloaded find-msvc-tools v0.1.4
37252026-09-18T16:31:38.837Z[ helios-setup] Sep 18 16:31:38.108 INFO E| Downloaded zeroize v1.8.2
37262026-09-18T16:31:38.840Z[ helios-setup] Sep 18 16:31:38.110 INFO E| Downloaded toml_datetime v0.7.3
37272026-09-18T16:31:38.840Z[ helios-setup] Sep 18 16:31:38.111 INFO E| Downloaded toml_writer v1.0.4
37282026-09-18T16:31:38.844Z[ helios-setup] Sep 18 16:31:38.111 INFO E| Downloaded generic-array v0.14.9
37292026-09-18T16:31:38.844Z[ helios-setup] Sep 18 16:31:38.112 INFO E| Downloaded thiserror v2.0.17
37302026-09-18T16:31:38.848Z[ helios-setup] Sep 18 16:31:38.116 INFO E| Downloaded slab v0.4.11
37312026-09-18T16:31:38.848Z[ helios-setup] Sep 18 16:31:38.117 INFO E| Downloaded tokio-macros v2.6.0
37322026-09-18T16:31:38.848Z[ helios-setup] Sep 18 16:31:38.118 INFO E| Downloaded futures-channel v0.3.31
37332026-09-18T16:31:38.848Z[ helios-setup] Sep 18 16:31:38.119 INFO E| Downloaded thiserror-impl v2.0.17
37342026-09-18T16:31:38.852Z[ helios-setup] Sep 18 16:31:38.120 INFO E| Downloaded signal-hook-registry v1.4.6
37352026-09-18T16:31:38.852Z[ helios-setup] Sep 18 16:31:38.122 INFO E| Downloaded num_enum_derive v0.7.5
37362026-09-18T16:31:38.852Z[ helios-setup] Sep 18 16:31:38.123 INFO E| Downloaded clap_derive v4.5.49
37372026-09-18T16:31:38.873Z[ helios-setup] Sep 18 16:31:38.143 INFO E| Downloaded getrandom v0.2.16
37382026-09-18T16:31:38.884Z[ helios-setup] Sep 18 16:31:38.154 INFO E| Downloaded toml_parser v1.0.4
37392026-09-18T16:31:38.888Z[ helios-setup] Sep 18 16:31:38.155 INFO E| Downloaded uuid v1.18.1
37402026-09-18T16:31:38.888Z[ host-package] Compiling prefix-trie v0.7.0
37412026-09-18T16:31:38.888Z[ helios-setup] Sep 18 16:31:38.159 INFO E| Downloaded term v1.2.0
37422026-09-18T16:31:38.891Z[ helios-setup] Sep 18 16:31:38.161 INFO E| Downloaded toml v0.9.8
37432026-09-18T16:31:38.896Z[ helios-setup] Sep 18 16:31:38.164 INFO E| Downloaded futures v0.3.31
37442026-09-18T16:31:38.899Z[ helios-setup] Sep 18 16:31:38.166 INFO E| Downloaded flate2 v1.1.5
37452026-09-18T16:31:38.899Z[ helios-setup] Sep 18 16:31:38.169 INFO E| Downloaded rsa v0.9.8
37462026-09-18T16:31:38.903Z[ helios-setup] Sep 18 16:31:38.172 INFO E| Downloaded cc v1.2.44
37472026-09-18T16:31:38.906Z[ helios-setup] Sep 18 16:31:38.174 INFO E| Downloaded socket2 v0.6.1
37482026-09-18T16:31:38.906Z[ helios-setup] Sep 18 16:31:38.176 INFO E| Downloaded clap v4.5.51
37492026-09-18T16:31:38.919Z[ helios-setup] Sep 18 16:31:38.190 INFO E| Downloaded log v0.4.28
37502026-09-18T16:31:38.924Z[ helios-setup] Sep 18 16:31:38.192 INFO E| Downloaded toml_edit v0.23.7
37512026-09-18T16:31:38.947Z[ helios-setup] Sep 18 16:31:38.218 INFO E| Downloaded unicode-ident v1.0.22
37522026-09-18T16:31:38.951Z[ helios-setup] Sep 18 16:31:38.220 INFO E| Downloaded proc-macro2 v1.0.103
37532026-09-18T16:31:38.951Z[ helios-setup] Sep 18 16:31:38.221 INFO E| Downloaded anyhow v1.0.100
37542026-09-18T16:31:38.955Z[ helios-setup] Sep 18 16:31:38.226 INFO E| Downloaded rand v0.8.5
37552026-09-18T16:31:38.962Z[ helios-setup] Sep 18 16:31:38.233 INFO E| Downloaded typenum v1.19.0
37562026-09-18T16:31:38.966Z[ helios-setup] Sep 18 16:31:38.236 INFO E| Downloaded zerocopy-derive v0.8.27
37572026-09-18T16:31:38.971Z[ helios-setup] Sep 18 16:31:38.242 INFO E| Downloaded memchr v2.7.6
37582026-09-18T16:31:38.975Z[ host-package] Compiling rand_seeder v0.4.0
37592026-09-18T16:31:38.975Z[ helios-setup] Sep 18 16:31:38.245 INFO E| Downloaded indexmap v2.12.0
37602026-09-18T16:31:38.979Z[ helios-setup] Sep 18 16:31:38.250 INFO E| Downloaded mio v1.1.0
37612026-09-18T16:31:38.995Z[ host-package] Compiling cassowary v0.3.0
37622026-09-18T16:31:38.999Z[ helios-setup] Sep 18 16:31:38.268 INFO E| Downloaded iddqd v0.3.14
37632026-09-18T16:31:39.011Z[ helios-setup] Sep 18 16:31:38.282 INFO E| Downloaded hashbrown v0.16.0
37642026-09-18T16:31:39.015Z[ helios-setup] Sep 18 16:31:38.285 INFO E| Downloaded num-bigint-dig v0.8.4
37652026-09-18T16:31:39.019Z[ helios-setup] Sep 18 16:31:38.288 INFO E| Downloaded time v0.3.44
37662026-09-18T16:31:39.023Z[ helios-setup] Sep 18 16:31:38.292 INFO E| Downloaded libm v0.2.15
37672026-09-18T16:31:39.040Z[ helios-setup] Sep 18 16:31:38.310 INFO E| Downloaded serde_json v1.0.145
37682026-09-18T16:31:39.051Z[ helios-setup] Sep 18 16:31:38.321 INFO E| Downloaded futures-util v0.3.31
37692026-09-18T16:31:39.058Z[ helios-setup] Sep 18 16:31:38.329 INFO E| Downloaded winnow v0.7.13
37702026-09-18T16:31:39.064Z[ helios-setup] Sep 18 16:31:38.334 INFO E| Downloaded clap_builder v4.5.51
37712026-09-18T16:31:39.067Z[ helios-setup] Sep 18 16:31:38.338 INFO E| Downloaded zerocopy v0.8.27
37722026-09-18T16:31:39.081Z[ helios-setup] Sep 18 16:31:38.352 INFO E| Downloaded syn v2.0.108
37732026-09-18T16:31:39.085Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37742026-09-18T16:31:39.089Z[ helios-setup] Sep 18 16:31:38.359 INFO E| Downloaded chrono v0.4.42
37752026-09-18T16:31:39.093Z[ helios-setup] Sep 18 16:31:38.364 INFO E| Downloaded unicode-width v0.2.2
37762026-09-18T16:31:39.112Z[ helios-setup] Sep 18 16:31:38.382 INFO E| Downloaded rustix v1.1.2
37772026-09-18T16:31:39.152Z[ helios-setup] Sep 18 16:31:38.423 INFO E| Downloaded libc v0.2.177
37782026-09-18T16:31:39.179Z[ helios-setup] Sep 18 16:31:38.439 INFO E| Downloaded tokio v1.48.0
37792026-09-18T16:31:39.235Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37802026-09-18T16:31:39.270Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling proc-macro2 v1.0.103
37812026-09-18T16:31:39.270Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling quote v1.0.41
37822026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling unicode-ident v1.0.22
37832026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling libc v0.2.177
37842026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling serde_core v1.0.228
37852026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling cfg-if v1.0.4
37862026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling serde v1.0.228
37872026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling version_check v0.9.5
37882026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling autocfg v1.5.0
37892026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling const-oid v0.9.6
37902026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling typenum v1.19.0
37912026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling libm v0.2.15
37922026-09-18T16:31:39.275Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling zerocopy v0.8.27
37932026-09-18T16:31:39.276Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling rustversion v1.0.22
37942026-09-18T16:31:39.276Z[ helios-setup] Sep 18 16:31:38.540 INFO E| Compiling zeroize v1.8.2
37952026-09-18T16:31:39.276Z[ helios-setup] Sep 18 16:31:38.541 INFO E| Compiling base64ct v1.8.0
37962026-09-18T16:31:39.484Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37972026-09-18T16:31:40.171Z[ host-package] Compiling hickory-server v0.25.2
37982026-09-18T16:31:40.211Z[ host-package] Compiling ratatui v0.29.0
37992026-09-18T16:31:40.212Z[ host-package] Compiling progenitor v0.13.0
38002026-09-18T16:31:40.212Z[ host-package] Compiling sled v0.34.7
38012026-09-18T16:31:40.212Z[ helios-setup] Sep 18 16:31:39.205 INFO E| Compiling smallvec v1.15.1
38022026-09-18T16:31:40.212Z[ helios-setup] Sep 18 16:31:39.257 INFO E| Compiling utf8parse v0.2.2
38032026-09-18T16:31:40.212Z[ helios-setup] Sep 18 16:31:39.410 INFO E| Compiling anyhow v1.0.100
38042026-09-18T16:31:40.297Z[ helios-setup] Sep 18 16:31:39.555 INFO E| Compiling hashbrown v0.16.0
38052026-09-18T16:31:40.497Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38062026-09-18T16:31:40.588Z[ helios-setup] Sep 18 16:31:39.859 INFO E| Compiling pem-rfc7468 v0.7.0
38072026-09-18T16:31:40.597Z[ helios-setup] Sep 18 16:31:39.865 INFO E| Compiling rustix v1.1.2
38082026-09-18T16:31:40.709Z[ helios-setup] Sep 18 16:31:39.978 INFO E| Compiling num-traits v0.2.19
38092026-09-18T16:31:40.804Z[ helios-setup] Sep 18 16:31:40.074 INFO E| Compiling generic-array v0.14.9
38102026-09-18T16:31:40.810Z[ helios-setup] Sep 18 16:31:40.080 INFO E| Compiling memchr v2.7.6
38112026-09-18T16:31:40.875Z[ helios-setup] Sep 18 16:31:40.145 INFO E| Compiling crc32fast v1.5.0
38122026-09-18T16:31:40.938Z[ helios-setup] Sep 18 16:31:40.208 INFO E| Compiling flagset v0.4.7
38132026-09-18T16:31:40.996Z[ helios-setup] Sep 18 16:31:40.249 INFO E| Compiling byteorder v1.5.0
38142026-09-18T16:31:41.040Z[ helios-setup] Sep 18 16:31:40.299 INFO E| Compiling equivalent v1.0.2
38152026-09-18T16:31:41.193Z[ helios-setup] Sep 18 16:31:40.403 INFO E| Compiling winnow v0.7.13
38162026-09-18T16:31:41.319Z[ helios-setup] Sep 18 16:31:40.585 INFO E| Compiling anstyle-parse v0.2.7
38172026-09-18T16:31:41.374Z[ helios-setup] Sep 18 16:31:40.644 INFO E| Compiling shlex v1.3.0
38182026-09-18T16:31:41.649Z[ helios-setup] Sep 18 16:31:40.919 INFO E| Compiling indexmap v2.12.0
38192026-09-18T16:31:41.702Z[ helios-setup] Sep 18 16:31:40.973 INFO E| Compiling getrandom v0.2.16
38202026-09-18T16:31:41.714Z[ helios-setup] Sep 18 16:31:40.979 INFO E| Compiling errno v0.3.14
38212026-09-18T16:31:41.816Z[ helios-setup] Sep 18 16:31:41.086 INFO E| Compiling radium v0.7.0
38222026-09-18T16:31:41.895Z[ helios-setup] Sep 18 16:31:41.166 INFO E| Compiling find-msvc-tools v0.1.4
38232026-09-18T16:31:41.912Z[ helios-setup] Sep 18 16:31:41.183 INFO E| Compiling syn v2.0.108
38242026-09-18T16:31:41.938Z[ helios-setup] Sep 18 16:31:41.208 INFO E| Compiling colorchoice v1.0.4
38252026-09-18T16:31:41.938Z[ helios-setup] Sep 18 16:31:41.208 INFO E| Compiling allocator-api2 v0.2.21
38262026-09-18T16:31:41.996Z[ helios-setup] Sep 18 16:31:41.266 INFO E| Compiling syn v1.0.109
38272026-09-18T16:31:42.130Z[ helios-setup] Sep 18 16:31:41.401 INFO E| Compiling rand_core v0.6.4
38282026-09-18T16:31:42.276Z[ helios-setup] Sep 18 16:31:41.535 INFO E| Compiling is_terminal_polyfill v1.70.2
38292026-09-18T16:31:42.477Z[ helios-setup] Sep 18 16:31:41.747 INFO E| Compiling toml_datetime v0.7.3
38302026-09-18T16:31:42.597Z[ helios-setup] Sep 18 16:31:41.862 INFO E| Compiling anstyle-query v1.1.4
38312026-09-18T16:31:42.635Z[ helios-setup] Sep 18 16:31:41.906 INFO E| Compiling cpufeatures v0.2.17
38322026-09-18T16:31:42.731Z[ helios-setup] Sep 18 16:31:41.963 INFO E| Compiling anstyle v1.0.13
38332026-09-18T16:31:42.760Z[ helios-setup] Sep 18 16:31:41.994 INFO E| Compiling slog v2.8.2
38342026-09-18T16:31:42.777Z[ host-package] Compiling darling v0.13.4
38352026-09-18T16:31:42.778Z[ helios-setup] Sep 18 16:31:42.042 INFO E| Compiling cc v1.2.44
38362026-09-18T16:31:42.847Z[ helios-setup] Sep 18 16:31:42.116 INFO E| Compiling futures-core v0.3.31
38372026-09-18T16:31:42.890Z[ helios-setup] Sep 18 16:31:42.157 INFO E| Compiling unicode-width v0.2.2
38382026-09-18T16:31:42.961Z[ helios-setup] Sep 18 16:31:42.232 INFO E| Compiling futures-sink v0.3.31
38392026-09-18T16:31:43.242Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38402026-09-18T16:31:46.902Z[ helios-setup] Sep 18 16:31:42.518 INFO E| Compiling anstream v0.6.21
38412026-09-18T16:31:46.902Z[ helios-setup] Sep 18 16:31:42.632 INFO E| Compiling tap v1.0.1
38422026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.638 INFO E| Compiling pkg-config v0.3.32
38432026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.662 INFO E| Compiling parking_lot_core v0.9.12
38442026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.768 INFO E| Compiling pin-project-lite v0.2.16
38452026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.798 INFO E| Compiling block-buffer v0.10.4
38462026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.858 INFO E| Compiling crypto-common v0.1.6
38472026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.888 INFO E| Compiling maybe-uninit v2.0.0
38482026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.964 INFO E| Compiling num-integer v0.1.46
38492026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:42.965 INFO E| Compiling wyz v0.5.1
38502026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.078 INFO E| Compiling digest v0.10.7
38512026-09-18T16:31:46.903Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38522026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.113 INFO E| Compiling getopts v0.2.24
38532026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.183 INFO E| Compiling futures-channel v0.3.31
38542026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.220 INFO E| Compiling bitflags v2.10.0
38552026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.416 INFO E| Compiling sha2 v0.10.9
38562026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.570 INFO E| Compiling ahash v0.8.12
38572026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:43.846 INFO E| Compiling toml_parser v1.0.4
38582026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.100 INFO E| Compiling funty v2.0.0
38592026-09-18T16:31:46.903Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38602026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.134 INFO E| Compiling clap_lex v0.7.6
38612026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.142 INFO E| Compiling num-conv v0.1.0
38622026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.157 INFO E| Compiling thiserror v1.0.69
38632026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.164 INFO E| Compiling num-bigint-dig v0.8.4
38642026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.214 INFO E| Compiling packed_struct v0.10.1
38652026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.230 INFO E| Compiling scopeguard v1.2.0
38662026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.246 INFO E| Compiling slab v0.4.11
38672026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.264 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
38682026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.354 INFO E| Compiling time-core v0.1.6
38692026-09-18T16:31:46.903Z[ helios-setup] Sep 18 16:31:44.354 INFO E| Compiling heck v0.5.0
38702026-09-18T16:31:46.903Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38712026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.764 INFO E| Compiling bytes v1.10.1
38722026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.771 INFO E| Compiling pin-utils v0.1.0
38732026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.781 INFO E| Compiling itoa v1.0.15
38742026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.815 INFO E| Compiling powerfmt v0.2.0
38752026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.858 INFO E| Compiling getrandom v0.3.4
38762026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.893 INFO E| Compiling strsim v0.11.1
38772026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:44.971 INFO E| Compiling futures-io v0.3.31
38782026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:45.008 INFO E| Compiling terminal_size v0.4.3
38792026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:45.029 INFO E| Compiling spin v0.9.8
38802026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:45.084 INFO E| Compiling toml_edit v0.23.7
38812026-09-18T16:31:46.911Z[ helios-setup] Sep 18 16:31:45.101 INFO E| Compiling futures-task v0.3.31
38822026-09-18T16:31:46.911Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38832026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.258 INFO E| Compiling clap_builder v4.5.51
38842026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.281 INFO E| Compiling lazy_static v1.5.0
38852026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.377 INFO E| Compiling deranged v0.5.5
38862026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.470 INFO E| Compiling time-macros v0.2.24
38872026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.482 INFO E| Compiling bitvec v1.0.1
38882026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.500 INFO E| Compiling lock_api v0.4.14
38892026-09-18T16:31:46.912Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38902026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.751 INFO E| Compiling num-iter v0.1.45
38912026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.894 INFO E| Compiling indexmap v1.9.3
38922026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:45.940 INFO E| Compiling nodrop v0.1.14
38932026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:46.023 INFO E| Compiling crc-catalog v2.4.0
38942026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:46.031 INFO E| Compiling serde_json v1.0.145
38952026-09-18T16:31:46.912Z[ helios-setup] Sep 18 16:31:46.055 INFO E| Compiling adler2 v2.0.1
38962026-09-18T16:31:46.933Z[ helios-setup] Sep 18 16:31:46.190 INFO E| Compiling log v0.4.28
38972026-09-18T16:31:47.177Z[ helios-setup] Sep 18 16:31:46.448 INFO E| Compiling proc-macro-crate v3.4.0
38982026-09-18T16:31:47.216Z[ helios-setup] Sep 18 16:31:46.487 INFO E| Compiling iana-time-zone v0.1.64
38992026-09-18T16:31:47.269Z[ helios-setup] Sep 18 16:31:46.540 INFO E| Compiling simd-adler32 v0.3.7
39002026-09-18T16:31:47.360Z[ helios-setup] Sep 18 16:31:46.631 INFO E| Compiling thiserror v2.0.17
39012026-09-18T16:31:47.377Z[ helios-setup] Sep 18 16:31:46.648 INFO E| Compiling once_cell v1.21.3
39022026-09-18T16:31:47.531Z[ helios-setup] Sep 18 16:31:46.802 INFO E| Compiling miniz_oxide v0.8.9
39032026-09-18T16:31:47.767Z[ helios-setup] Sep 18 16:31:47.037 INFO E| Compiling chrono v0.4.42
39042026-09-18T16:31:47.814Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39052026-09-18T16:31:47.859Z[ helios-setup] Sep 18 16:31:47.130 INFO E| Compiling env_filter v0.1.4
39062026-09-18T16:31:47.879Z[ helios-setup] Sep 18 16:31:47.150 INFO E| Compiling parking_lot v0.12.5
39072026-09-18T16:31:48.014Z[ helios-setup] Sep 18 16:31:47.285 INFO E| Compiling crc v3.3.0
39082026-09-18T16:31:48.545Z[ helios-setup] Sep 18 16:31:47.816 INFO E| Compiling array-init v0.0.4
39092026-09-18T16:31:48.553Z[ helios-setup] Sep 18 16:31:47.824 INFO E| Compiling smallvec v0.6.14
39102026-09-18T16:31:48.715Z[ helios-setup] Sep 18 16:31:47.986 INFO E| Compiling signature v2.2.0
39112026-09-18T16:31:48.739Z[ host-package] Compiling serde_with_macros v1.5.2
39122026-09-18T16:31:48.973Z[ helios-setup] Sep 18 16:31:48.243 INFO E| Compiling time v0.3.44
39132026-09-18T16:31:48.976Z[ helios-setup] Sep 18 16:31:48.245 INFO E| Compiling serde_spanned v1.0.3
39142026-09-18T16:31:49.116Z[ helios-setup] Sep 18 16:31:48.387 INFO E| Compiling serde_derive v1.0.228
39152026-09-18T16:31:49.137Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39162026-09-18T16:31:49.175Z[ helios-setup] Sep 18 16:31:48.446 INFO E| Compiling zerocopy-derive v0.8.27
39172026-09-18T16:31:49.217Z[ helios-setup] Sep 18 16:31:48.488 INFO E| Compiling der_derive v0.7.3
39182026-09-18T16:31:49.349Z[ helios-setup] Sep 18 16:31:48.619 INFO E| Compiling futures-macro v0.3.31
39192026-09-18T16:31:49.402Z[ helios-setup] Sep 18 16:31:48.673 INFO E| Compiling thiserror-impl v1.0.69
39202026-09-18T16:31:49.484Z[ helios-setup] Sep 18 16:31:48.755 INFO E| Compiling bitfield-macros v0.19.3
39212026-09-18T16:31:49.509Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-09-18T16:31:49.655Z[ helios-setup] Sep 18 16:31:48.925 INFO E| Compiling num_enum_derive v0.7.5
39232026-09-18T16:31:49.775Z[ helios-setup] Sep 18 16:31:49.046 INFO E| Compiling clap_derive v4.5.49
39242026-09-18T16:31:49.806Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39252026-09-18T16:31:49.963Z[ helios-setup] Sep 18 16:31:49.232 INFO E| Compiling zerocopy-derive v0.6.6
39262026-09-18T16:31:50.091Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
39272026-09-18T16:31:50.162Z[ helios-setup] Sep 18 16:31:49.433 INFO E| Compiling packed_struct_codegen v0.10.1
39282026-09-18T16:31:50.345Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
39292026-09-18T16:31:50.579Z[ helios-setup] Sep 18 16:31:49.850 INFO E| Compiling tokio-macros v2.6.0
39302026-09-18T16:31:50.620Z[ helios-setup] Sep 18 16:31:49.890 INFO E| Compiling thiserror-impl v2.0.17
39312026-09-18T16:31:50.823Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39322026-09-18T16:31:50.932Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39332026-09-18T16:31:51.043Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39342026-09-18T16:31:51.065Z[ helios-setup] Sep 18 16:31:50.336 INFO E| Compiling futures-util v0.3.31
39352026-09-18T16:31:51.117Z[ helios-setup] Sep 18 16:31:50.388 INFO E| Compiling bitfield v0.19.3
39362026-09-18T16:31:51.154Z[ helios-setup] Sep 18 16:31:50.425 INFO E| Compiling der v0.7.10
39372026-09-18T16:31:51.273Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
39382026-09-18T16:31:51.360Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39392026-09-18T16:31:51.564Z[ host-package] Compiling arc-swap v1.8.2
39402026-09-18T16:31:51.760Z[ host-package] Compiling void v1.0.2
39412026-09-18T16:31:51.898Z[ helios-setup] Sep 18 16:31:51.169 INFO E| Compiling zerocopy v0.6.6
39422026-09-18T16:31:52.260Z[ host-package] Compiling lzss v0.8.2
39432026-09-18T16:31:52.314Z[ helios-setup] Sep 18 16:31:51.579 INFO E| Compiling num_enum v0.7.5
39442026-09-18T16:31:52.338Z[ helios-setup] Sep 18 16:31:51.609 INFO E| Compiling signal-hook-registry v1.4.6
39452026-09-18T16:31:52.503Z[ helios-setup] Sep 18 16:31:51.762 INFO E| Compiling is-terminal v0.4.17
39462026-09-18T16:31:52.516Z[ helios-setup] Sep 18 16:31:51.787 INFO E| Compiling mio v1.1.0
39472026-09-18T16:31:52.522Z[ host-package] Compiling slog-scope v4.4.1
39482026-09-18T16:31:52.552Z[ helios-setup] Sep 18 16:31:51.823 INFO E| Compiling socket2 v0.6.1
39492026-09-18T16:31:52.636Z[ helios-setup] Sep 18 16:31:51.907 INFO E| Compiling thread_local v1.1.9
39502026-09-18T16:31:52.654Z[ helios-setup] Sep 18 16:31:51.925 INFO E| Compiling subtle v2.6.1
39512026-09-18T16:31:52.662Z[ helios-setup] Sep 18 16:31:51.933 INFO E| Compiling term v1.2.0
39522026-09-18T16:31:52.729Z[ helios-setup] Sep 18 16:31:51.999 INFO E| Compiling libdevinfo-sys v1.1.0
39532026-09-18T16:31:52.813Z[ host-package] Compiling serde_with v1.14.0
39542026-09-18T16:31:52.814Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39552026-09-18T16:31:52.817Z[ host-package] Compiling scuffle v0.1.0
39562026-09-18T16:31:52.833Z[ helios-setup] Sep 18 16:31:52.104 INFO E| Compiling base64 v0.21.7
39572026-09-18T16:31:52.855Z[ helios-setup] Sep 18 16:31:52.125 INFO E| Compiling ryu v1.0.20
39582026-09-18T16:31:52.867Z[ helios-setup] Sep 18 16:31:52.138 INFO E| Compiling hashbrown v0.12.3
39592026-09-18T16:31:52.929Z[ host-package] Compiling tungstenite v0.23.0
39602026-09-18T16:31:52.933Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39612026-09-18T16:31:52.957Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39622026-09-18T16:31:53.100Z[ helios-setup] Sep 18 16:31:52.371 INFO E| Compiling clap v4.5.51
39632026-09-18T16:31:53.199Z[ helios-setup] Sep 18 16:31:52.470 INFO E| Compiling spki v0.7.3
39642026-09-18T16:31:53.232Z[ helios-setup] Sep 18 16:31:52.503 INFO E| Compiling toml_writer v1.0.4
39652026-09-18T16:31:53.264Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39662026-09-18T16:31:53.356Z[ helios-setup] Sep 18 16:31:52.627 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39672026-09-18T16:31:53.393Z[ helios-setup] Sep 18 16:31:52.664 INFO E| Compiling winnow v0.5.40
39682026-09-18T16:31:53.592Z[ helios-setup] Sep 18 16:31:52.863 INFO E| Compiling pkcs8 v0.10.2
39692026-09-18T16:31:53.596Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39702026-09-18T16:31:53.672Z[ helios-setup] Sep 18 16:31:52.940 INFO E| Compiling toml v0.9.8
39712026-09-18T16:31:53.732Z[ helios-setup] Sep 18 16:31:53.002 INFO E| Compiling x509-cert v0.2.5
39722026-09-18T16:31:53.927Z[ helios-setup] Sep 18 16:31:53.197 INFO E| Compiling pkcs1 v0.7.5
39732026-09-18T16:31:53.967Z[ helios-setup] Sep 18 16:31:53.237 INFO E| Compiling tokio v1.48.0
39742026-09-18T16:31:54.031Z[ host-package] Compiling nix v0.27.1
39752026-09-18T16:31:54.077Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
39762026-09-18T16:31:54.221Z[ helios-setup] Sep 18 16:31:53.485 INFO E| Compiling devinfo v0.1.0
39772026-09-18T16:31:54.456Z[ host-package] Compiling libsw-core v0.3.2
39782026-09-18T16:31:54.692Z[ helios-setup] Sep 18 16:31:53.963 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39792026-09-18T16:31:54.852Z[ helios-setup] Sep 18 16:31:54.123 INFO E| Compiling ppv-lite86 v0.2.21
39802026-09-18T16:31:54.867Z[ host-package] Compiling twox-hash v2.1.2
39812026-09-18T16:31:54.922Z[ host-package] Compiling serde_bytes v0.11.19
39822026-09-18T16:31:54.973Z[ helios-setup] Sep 18 16:31:54.243 INFO E| Compiling bzip2 v0.4.4
39832026-09-18T16:31:55.156Z[ helios-setup] Sep 18 16:31:54.427 INFO E| Compiling hashbrown v0.13.2
39842026-09-18T16:31:55.184Z[ host-package] Compiling atty v0.2.14
39852026-09-18T16:31:55.356Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39862026-09-18T16:31:55.416Z[ helios-setup] Sep 18 16:31:54.687 INFO E| Compiling flate2 v1.1.5
39872026-09-18T16:31:55.562Z[ helios-setup] Sep 18 16:31:54.833 INFO E| Compiling rand_chacha v0.3.1
39882026-09-18T16:31:55.603Z[ helios-setup] Sep 18 16:31:54.874 INFO E| Compiling erased-serde v0.3.31
39892026-09-18T16:31:55.607Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
39902026-09-18T16:31:55.610Z[ helios-setup] Sep 18 16:31:54.881 INFO E| Compiling futures-executor v0.3.31
39912026-09-18T16:31:55.610Z[ helios-setup] Sep 18 16:31:54.881 INFO E| Compiling serde_spanned v0.6.9
39922026-09-18T16:31:55.784Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39932026-09-18T16:31:55.789Z[ host-package] Compiling libsw v3.5.0
39942026-09-18T16:31:55.863Z[ helios-setup] Sep 18 16:31:55.134 INFO E| Compiling rand v0.8.5
39952026-09-18T16:31:55.956Z[ host-package] Compiling tokio-tungstenite v0.23.1
39962026-09-18T16:31:56.228Z[ helios-setup] Sep 18 16:31:55.451 INFO E| Compiling toml_datetime v0.6.11
39972026-09-18T16:31:56.300Z[ host-package] Compiling slog-stdlog v4.1.1
39982026-09-18T16:31:56.481Z[ helios-setup] Sep 18 16:31:55.750 INFO E| Compiling futures v0.3.31
39992026-09-18T16:31:56.535Z[ helios-setup] Sep 18 16:31:55.806 INFO E| Compiling serde-hex v0.1.0
40002026-09-18T16:31:56.574Z[ helios-setup] Sep 18 16:31:55.844 INFO E| Compiling toml_edit v0.19.15
40012026-09-18T16:31:56.600Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40022026-09-18T16:31:56.606Z[ helios-setup] Sep 18 16:31:55.877 INFO E| Compiling ron v0.8.1
40032026-09-18T16:31:56.622Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40042026-09-18T16:31:56.650Z[ helios-setup] Sep 18 16:31:55.921 INFO E| Compiling uuid v1.18.1
40052026-09-18T16:31:56.650Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40062026-09-18T16:31:56.653Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40072026-09-18T16:31:56.653Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40082026-09-18T16:31:56.691Z[ helios-setup] Sep 18 16:31:55.962 INFO E| Compiling env_logger v0.11.8
40092026-09-18T16:31:56.715Z[ helios-setup] Sep 18 16:31:55.986 INFO E| Compiling hex v0.4.3
40102026-09-18T16:31:56.927Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40112026-09-18T16:31:56.949Z[ helios-setup] Sep 18 16:31:56.219 INFO E| Compiling crc-any v2.5.0
40122026-09-18T16:31:57.013Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40132026-09-18T16:31:57.089Z[ helios-setup] Sep 18 16:31:56.360 INFO E| Compiling slog-term v2.9.2
40142026-09-18T16:31:57.226Z[ helios-setup] Sep 18 16:31:56.496 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
40152026-09-18T16:31:57.845Z[ helios-setup] Sep 18 16:31:57.116 INFO E| Compiling bitflags v1.3.2
40162026-09-18T16:31:57.878Z[ helios-setup] Sep 18 16:31:57.149 INFO E| Compiling rustc-hash v2.1.1
40172026-09-18T16:31:57.932Z[ helios-setup] Sep 18 16:31:57.203 INFO E| Compiling foldhash v0.2.0
40182026-09-18T16:31:58.030Z[ helios-setup] Sep 18 16:31:57.301 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
40192026-09-18T16:31:58.056Z[ helios-setup] Sep 18 16:31:57.326 INFO E| Compiling object v0.30.4
40202026-09-18T16:31:58.444Z[ helios-setup] Sep 18 16:31:57.677 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40212026-09-18T16:31:58.453Z[ helios-setup] Sep 18 16:31:57.686 INFO E| Compiling iddqd v0.3.14
40222026-09-18T16:31:58.811Z[ host-package] Compiling git2 v0.20.4
40232026-09-18T16:31:58.816Z[ helios-setup] Sep 18 16:31:58.085 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40242026-09-18T16:31:58.937Z[ helios-setup] Sep 18 16:31:58.208 INFO E| Compiling rsa v0.9.8
40252026-09-18T16:31:59.545Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
40262026-09-18T16:31:59.669Z[ helios-setup] Sep 18 16:31:58.940 INFO E| Compiling toml v0.7.8
40272026-09-18T16:31:59.685Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40282026-09-18T16:31:59.780Z[ helios-setup] Sep 18 16:31:59.051 INFO E| Compiling zip v0.6.6
40292026-09-18T16:32:00.148Z[ helios-setup] Sep 18 16:31:59.419 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
40302026-09-18T16:32:01.131Z[ helios-setup] Sep 18 16:32:00.402 INFO E| Compiling path-slash v0.1.5
40312026-09-18T16:32:02.865Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40322026-09-18T16:32:02.888Z[ helios-setup] Sep 18 16:32:02.154 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
40332026-09-18T16:32:02.888Z[ helios-setup] Sep 18 16:32:02.154 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
40342026-09-18T16:32:03.329Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40352026-09-18T16:32:05.052Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40362026-09-18T16:32:05.470Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40372026-09-18T16:32:05.805Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40382026-09-18T16:32:06.037Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40392026-09-18T16:32:07.510Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40402026-09-18T16:32:07.536Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40412026-09-18T16:32:07.645Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40422026-09-18T16:32:07.925Z[ helios-setup] Sep 18 16:32:07.195 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40432026-09-18T16:32:09.092Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40442026-09-18T16:32:09.210Z[ helios-setup] Sep 18 16:32:08.481 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40452026-09-18T16:32:09.552Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40462026-09-18T16:32:09.693Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40472026-09-18T16:32:09.863Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40482026-09-18T16:32:10.609Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40492026-09-18T16:32:10.847Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
40502026-09-18T16:32:11.395Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40512026-09-18T16:32:11.569Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40522026-09-18T16:32:11.651Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40532026-09-18T16:32:12.251Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40542026-09-18T16:32:13.421Z[ helios-setup] Sep 18 16:32:12.692 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40552026-09-18T16:32:13.494Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40562026-09-18T16:32:13.930Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40572026-09-18T16:32:14.147Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40582026-09-18T16:32:14.260Z[ host-package] Compiling signal-hook-tokio v0.3.1
40592026-09-18T16:32:14.457Z[ host-package] Compiling fatfs v0.3.6
40602026-09-18T16:32:14.777Z[ host-package] Compiling yasna v0.5.2
40612026-09-18T16:32:15.482Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40622026-09-18T16:32:15.825Z[ host-package] Compiling console v0.16.2
40632026-09-18T16:32:16.568Z[ host-package] Compiling assert_matches v1.5.0
40642026-09-18T16:32:16.643Z[ host-package] Compiling seq-macro v0.3.6
40652026-09-18T16:32:16.688Z[ host-package] Compiling indicatif v0.18.4
40662026-09-18T16:32:16.824Z[ host-package] Compiling rcgen v0.12.1
40672026-09-18T16:32:17.402Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40682026-09-18T16:32:17.929Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40692026-09-18T16:32:18.636Z[ host-package] Compiling slog-envlogger v2.2.0
40702026-09-18T16:32:18.720Z[ host-package] Compiling oxide-update-engine-display v0.1.2
40712026-09-18T16:32:18.853Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40722026-09-18T16:32:18.927Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40732026-09-18T16:32:19.438Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40742026-09-18T16:32:19.510Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40752026-09-18T16:32:19.829Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
40762026-09-18T16:32:20.007Z[ host-package] Compiling port-file v0.1.0
40772026-09-18T16:32:20.499Z[ host-package] Compiling subprocess v0.2.15
40782026-09-18T16:32:20.814Z[ host-package] Compiling rtoolbox v0.0.3
40792026-09-18T16:32:21.166Z[ host-package] Compiling rpassword v7.5.4
40802026-09-18T16:32:21.519Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40812026-09-18T16:32:21.523Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-09-18T16:32:21.764Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40832026-09-18T16:32:21.857Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40842026-09-18T16:32:22.048Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40852026-09-18T16:32:22.327Z[ host-package] Compiling tui-tree-widget v0.23.1
40862026-09-18T16:32:22.632Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40872026-09-18T16:32:22.723Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40882026-09-18T16:32:23.338Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
40892026-09-18T16:32:23.570Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40902026-09-18T16:32:25.046Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40912026-09-18T16:32:25.116Z[ helios-setup] Sep 18 16:32:24.387 INFO E| Finished `release` profile [optimized] target(s) in 47.73s
40922026-09-18T16:32:25.120Z[ helios-setup] Sep 18 16:32:24.387 INFO E| Blocking waiting for file lock on package cache
40932026-09-18T16:32:25.249Z[ host-package] Compiling uzers v0.12.2
40942026-09-18T16:32:25.333Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40952026-09-18T16:32:25.553Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40962026-09-18T16:32:25.590Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40972026-09-18T16:32:25.971Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40982026-09-18T16:32:26.255Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40992026-09-18T16:32:26.469Z[ host-package] Compiling support-bundle-viewer v0.1.2
41002026-09-18T16:32:27.618Z[ host-package] Compiling multimap v0.10.1
41012026-09-18T16:32:28.696Z[ helios-setup] Sep 18 16:32:27.967 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41022026-09-18T16:32:28.696Z[ helios-setup] Sep 18 16:32:27.967 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41032026-09-18T16:32:28.755Z[ helios-setup] Sep 18 16:32:28.026 INFO building project "pilot" ok (51 seconds)
41042026-09-18T16:32:28.755Z[ helios-setup] Sep 18 16:32:28.026 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
41052026-09-18T16:32:28.775Z[ helios-setup] Sep 18 16:32:28.035 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
41062026-09-18T16:32:28.775Z[ helios-setup] Sep 18 16:32:28.035 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
41072026-09-18T16:32:28.779Z[ helios-setup] Sep 18 16:32:28.035 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
41082026-09-18T16:32:28.887Z[ helios-setup] Sep 18 16:32:28.158 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
41092026-09-18T16:32:28.935Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41102026-09-18T16:32:29.214Z[ helios-setup] Sep 18 16:32:28.485 INFO E| From https://github.com/jclulow/rust-jmclib
41112026-09-18T16:32:29.214Z[ helios-setup] Sep 18 16:32:28.485 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
41122026-09-18T16:32:29.247Z[ helios-setup] Sep 18 16:32:28.518 INFO E| Updating crates.io index
41132026-09-18T16:32:29.291Z[ helios-setup] Sep 18 16:32:28.562 INFO E| Downloading crates ...
41142026-09-18T16:32:29.353Z[ helios-setup] Sep 18 16:32:28.624 INFO E| Downloaded anyhow v1.0.72
41152026-09-18T16:32:29.357Z[ helios-setup] Sep 18 16:32:28.627 INFO E| Downloaded libdevinfo-sys v1.0.0
41162026-09-18T16:32:29.357Z[ helios-setup] Sep 18 16:32:28.627 INFO E| Downloaded block-buffer v0.9.0
41172026-09-18T16:32:29.365Z[ helios-setup] Sep 18 16:32:28.636 INFO E| Downloaded digest v0.9.0
41182026-09-18T16:32:29.368Z[ helios-setup] Sep 18 16:32:28.637 INFO E| Downloaded sha-1 v0.9.8
41192026-09-18T16:32:29.368Z[ helios-setup] Sep 18 16:32:28.638 INFO E| Downloaded fastrand v2.0.0
41202026-09-18T16:32:29.368Z[ helios-setup] Sep 18 16:32:28.639 INFO E| Downloaded cpufeatures v0.2.9
41212026-09-18T16:32:29.372Z[ helios-setup] Sep 18 16:32:28.640 INFO E| Downloaded md-5 v0.9.1
41222026-09-18T16:32:29.381Z[ helios-setup] Sep 18 16:32:28.652 INFO E| Downloaded proc-macro2 v1.0.66
41232026-09-18T16:32:29.386Z[ helios-setup] Sep 18 16:32:28.657 INFO E| Downloaded walkdir v2.3.3
41242026-09-18T16:32:29.395Z[ helios-setup] Sep 18 16:32:28.666 INFO E| Downloaded tempfile v3.7.0
41252026-09-18T16:32:29.398Z[ helios-setup] Sep 18 16:32:28.669 INFO E| Downloaded glob v0.3.1
41262026-09-18T16:32:29.402Z[ helios-setup] Sep 18 16:32:28.670 INFO E| Downloaded uuid v0.8.2
41272026-09-18T16:32:29.402Z[ helios-setup] Sep 18 16:32:28.672 INFO E| Downloaded unicode-ident v1.0.11
41282026-09-18T16:32:29.405Z[ helios-setup] Sep 18 16:32:28.674 INFO E| Downloaded typenum v1.16.0
41292026-09-18T16:32:29.405Z[ helios-setup] Sep 18 16:32:28.676 INFO E| Downloaded errno v0.3.1
41302026-09-18T16:32:29.413Z[ helios-setup] Sep 18 16:32:28.684 INFO E| Downloaded bitflags v2.3.3
41312026-09-18T16:32:29.416Z[ helios-setup] Sep 18 16:32:28.685 INFO E| Downloaded getrandom v0.2.10
41322026-09-18T16:32:29.416Z[ helios-setup] Sep 18 16:32:28.687 INFO E| Downloaded once_cell v1.18.0
41332026-09-18T16:32:29.420Z[ helios-setup] Sep 18 16:32:28.689 INFO E| Downloaded toml v0.5.11
41342026-09-18T16:32:29.420Z[ helios-setup] Sep 18 16:32:28.690 INFO E| Downloaded quote v1.0.31
41352026-09-18T16:32:29.423Z[ helios-setup] Sep 18 16:32:28.692 INFO E| Downloaded serde_derive v1.0.193
41362026-09-18T16:32:29.431Z[ helios-setup] Sep 18 16:32:28.701 INFO E| Downloaded serde v1.0.193
41372026-09-18T16:32:29.444Z[ helios-setup] Sep 18 16:32:28.715 INFO E| Downloaded serde_json v1.0.103
41382026-09-18T16:32:29.467Z[ helios-setup] Sep 18 16:32:28.737 INFO E| Downloaded syn v2.0.32
41392026-09-18T16:32:29.479Z[ helios-setup] Sep 18 16:32:28.750 INFO E| Downloaded rustix v0.38.4
41402026-09-18T16:32:29.508Z[ helios-setup] Sep 18 16:32:28.779 INFO E| Downloaded libc v0.2.147
41412026-09-18T16:32:29.633Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling libc v0.2.147
41422026-09-18T16:32:29.633Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling proc-macro2 v1.0.66
41432026-09-18T16:32:29.633Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling unicode-ident v1.0.11
41442026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling cfg-if v1.0.0
41452026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling version_check v0.9.4
41462026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling typenum v1.16.0
41472026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling serde v1.0.193
41482026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling slog v2.7.0
41492026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling time-core v0.1.2
41502026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling num-conv v0.1.0
41512026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling powerfmt v0.2.0
41522026-09-18T16:32:29.637Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling rustix v0.38.4
41532026-09-18T16:32:29.638Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling itoa v1.0.9
41542026-09-18T16:32:29.638Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling num_threads v0.1.6
41552026-09-18T16:32:29.638Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling once_cell v1.18.0
41562026-09-18T16:32:29.638Z[ helios-setup] Sep 18 16:32:28.904 INFO E| Compiling bitflags v2.3.3
41572026-09-18T16:32:30.058Z[ helios-setup] Sep 18 16:32:29.329 INFO E| Compiling opaque-debug v0.3.0
41582026-09-18T16:32:30.339Z[ helios-setup] Sep 18 16:32:29.609 INFO E| Compiling thread_local v1.1.7
41592026-09-18T16:32:30.339Z[ helios-setup] Sep 18 16:32:29.610 INFO E| Compiling anyhow v1.0.72
41602026-09-18T16:32:30.342Z[ helios-setup] Sep 18 16:32:29.610 INFO E| Compiling serde_json v1.0.103
41612026-09-18T16:32:30.391Z[ helios-setup] Sep 18 16:32:29.662 INFO E| Compiling time-macros v0.2.18
41622026-09-18T16:32:30.416Z[ helios-setup] Sep 18 16:32:29.687 INFO E| Compiling deranged v0.3.11
41632026-09-18T16:32:30.503Z[ helios-setup] Sep 18 16:32:29.774 INFO E| Compiling fastrand v2.0.0
41642026-09-18T16:32:30.528Z[ helios-setup] Sep 18 16:32:29.797 INFO E| Compiling generic-array v0.14.7
41652026-09-18T16:32:30.557Z[ helios-setup] Sep 18 16:32:29.828 INFO E| Compiling cpufeatures v0.2.9
41662026-09-18T16:32:30.617Z[ helios-setup] Sep 18 16:32:29.888 INFO E| Compiling same-file v1.0.6
41672026-09-18T16:32:30.714Z[ helios-setup] Sep 18 16:32:29.984 INFO E| Compiling ryu v1.0.15
41682026-09-18T16:32:30.761Z[ helios-setup] Sep 18 16:32:30.031 INFO E| Compiling unicode-width v0.1.10
41692026-09-18T16:32:30.872Z[ helios-setup] Sep 18 16:32:30.143 INFO E| Compiling walkdir v2.3.3
41702026-09-18T16:32:30.890Z[ helios-setup] Sep 18 16:32:30.161 INFO E| Compiling glob v0.3.1
41712026-09-18T16:32:30.917Z[ helios-setup] Sep 18 16:32:30.187 INFO E| Compiling libdevinfo-sys v1.0.0
41722026-09-18T16:32:30.986Z[ helios-setup] Sep 18 16:32:30.256 INFO E| Compiling getopts v0.2.21
41732026-09-18T16:32:31.395Z[ helios-setup] Sep 18 16:32:30.666 INFO E| Compiling quote v1.0.31
41742026-09-18T16:32:31.719Z[ helios-setup] Sep 18 16:32:30.990 INFO E| Compiling dirs-sys-next v0.1.2
41752026-09-18T16:32:31.719Z[ helios-setup] Sep 18 16:32:30.990 INFO E| Compiling errno v0.3.1
41762026-09-18T16:32:31.719Z[ helios-setup] Sep 18 16:32:30.990 INFO E| Compiling atty v0.2.14
41772026-09-18T16:32:31.719Z[ helios-setup] Sep 18 16:32:30.990 INFO E| Compiling getrandom v0.2.10
41782026-09-18T16:32:31.788Z[ helios-setup] Sep 18 16:32:31.059 INFO E| Compiling syn v2.0.32
41792026-09-18T16:32:32.014Z[ helios-setup] Sep 18 16:32:31.284 INFO E| Compiling dirs-next v2.0.0
41802026-09-18T16:32:32.099Z[ helios-setup] Sep 18 16:32:31.370 INFO E| Compiling term v0.7.0
41812026-09-18T16:32:32.423Z[ helios-setup] Sep 18 16:32:31.694 INFO E| Compiling time v0.3.36
41822026-09-18T16:32:32.816Z[ helios-setup] Sep 18 16:32:32.086 INFO E| Compiling tempfile v3.7.0
41832026-09-18T16:32:33.019Z[ helios-setup] Sep 18 16:32:32.290 INFO E| Compiling digest v0.9.0
41842026-09-18T16:32:33.019Z[ helios-setup] Sep 18 16:32:32.290 INFO E| Compiling block-buffer v0.9.0
41852026-09-18T16:32:33.155Z[ helios-setup] Sep 18 16:32:32.426 INFO E| Compiling sha-1 v0.9.8
41862026-09-18T16:32:33.155Z[ helios-setup] Sep 18 16:32:32.426 INFO E| Compiling md-5 v0.9.1
41872026-09-18T16:32:33.608Z[ helios-setup] Sep 18 16:32:32.879 INFO E| Compiling slog-term v2.9.0
41882026-09-18T16:32:34.019Z[ helios-setup] Sep 18 16:32:33.289 INFO E| Compiling serde_derive v1.0.193
41892026-09-18T16:32:37.707Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41902026-09-18T16:32:38.592Z[ helios-setup] Sep 18 16:32:37.862 INFO E| Compiling toml v0.5.11
41912026-09-18T16:32:38.592Z[ helios-setup] Sep 18 16:32:37.862 INFO E| Compiling uuid v0.8.2
41922026-09-18T16:32:39.385Z[ helios-setup] Sep 18 16:32:38.656 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
41932026-09-18T16:32:40.121Z[ helios-setup] Sep 18 16:32:39.391 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
41942026-09-18T16:32:44.859Z[ helios-setup] Sep 18 16:32:44.130 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.08s
41952026-09-18T16:32:44.885Z[ helios-setup] Sep 18 16:32:44.155 INFO building project "image-builder" ok (16 seconds)
41962026-09-18T16:32:44.889Z[ helios-setup] rm -f helios-build
41972026-09-18T16:32:44.889Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41982026-09-18T16:32:44.893Z[ helios-setup]
41992026-09-18T16:32:44.893Z[ helios-setup] Setup complete! ./helios-build is now available.
42002026-09-18T16:32:44.893Z[ helios-setup]
42012026-09-18T16:32:44.898Z[ helios-setup]
42022026-09-18T16:32:44.898Z[ helios-setup] real 3:01.858093610
42032026-09-18T16:32:44.898Z[ helios-setup] user 7:08.365526768
42042026-09-18T16:32:44.898Z[ helios-setup] sys 1:20.433009033
42052026-09-18T16:32:44.898Z[ helios-setup] trap 0.529467529
42062026-09-18T16:32:44.898Z[ helios-setup] tflt 2.764692432
42072026-09-18T16:32:44.898Z[ helios-setup] dflt 7.996103586
42082026-09-18T16:32:44.898Z[ helios-setup] kflt 0.001064710
42092026-09-18T16:32:44.898Z[ helios-setup] lock 57:05.479588821
42102026-09-18T16:32:44.898Z[ helios-setup] slp 37:35.423742739
42112026-09-18T16:32:44.898Z[ helios-setup] lat 6:39.570647795
42122026-09-18T16:32:44.898Z[ helios-setup] stop 1:37.603057794
42132026-09-18T16:32:44.899ZSep 18 16:32:44.165 INFO [helios-setup] process exited with exit status: 0 (181.861343691s)
42142026-09-18T16:32:44.899ZSep 18 16:32:44.165 INFO [helios-record] running task
42152026-09-18T16:32:44.899ZSep 18 16:32:44.166 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42162026-09-18T16:32:44.904ZSep 18 16:32:44.170 DEBG process exited with exit status: 0 (4.171261ms)
42172026-09-18T16:32:44.905ZSep 18 16:32:44.170 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42182026-09-18T16:32:44.905ZSep 18 16:32:44.174 DEBG process exited with exit status: 0 (4.458432ms)
42192026-09-18T16:32:44.910ZSep 18 16:32:44.174 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42202026-09-18T16:32:44.910ZSep 18 16:32:44.178 DEBG process exited with exit status: 0 (3.838591ms)
42212026-09-18T16:32:44.910ZSep 18 16:32:44.178 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
42222026-09-18T16:32:44.914ZSep 18 16:32:44.182 DEBG process exited with exit status: 0 (3.693141ms)
42232026-09-18T16:32:44.914ZSep 18 16:32:44.182 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42242026-09-18T16:32:44.917ZSep 18 16:32:44.185 DEBG process exited with exit status: 0 (3.390721ms)
42252026-09-18T16:32:44.917ZSep 18 16:32:44.185 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42262026-09-18T16:32:44.921ZSep 18 16:32:44.189 DEBG process exited with exit status: 0 (3.400361ms)
42272026-09-18T16:32:44.921ZSep 18 16:32:44.189 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42282026-09-18T16:32:44.921ZSep 18 16:32:44.192 DEBG process exited with exit status: 0 (3.330271ms)
42292026-09-18T16:32:44.921ZSep 18 16:32:44.192 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42302026-09-18T16:32:44.925ZSep 18 16:32:44.196 DEBG process exited with exit status: 0 (3.326721ms)
42312026-09-18T16:32:44.925ZSep 18 16:32:44.196 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42322026-09-18T16:32:44.930ZSep 18 16:32:44.199 DEBG process exited with exit status: 0 (3.426142ms)
42332026-09-18T16:32:44.930ZSep 18 16:32:44.199 INFO [helios-record] task succeeded (33.637213ms)
42342026-09-18T16:32:50.582Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42352026-09-18T16:33:16.062Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42362026-09-18T16:41:31.780Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 06s
42372026-09-18T16:41:31.784Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42382026-09-18T16:41:31.784Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42392026-09-18T16:42:07.838ZSep 18 16:42:07.108 INFO [host-package] process exited with exit status: 0 (703.058930819s)
42402026-09-18T16:42:07.838ZSep 18 16:42:07.108 INFO [host-libraries] running task
42412026-09-18T16:42:07.838ZSep 18 16:42:07.108 INFO [host-stamp] running task
42422026-09-18T16:42:07.842ZSep 18 16:42:07.110 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+git2afd7ff5d69
42432026-09-18T16:42:07.842ZSep 18 16:42:07.111 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+git2afd7ff5d69
42442026-09-18T16:42:07.842ZSep 18 16:42:07.111 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+git2afd7ff5d69
42452026-09-18T16:42:07.842ZSep 18 16:42:07.111 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+git2afd7ff5d69
42462026-09-18T16:42:07.842ZSep 18 16:42:07.111 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+git2afd7ff5d69
42472026-09-18T16:42:07.842ZSep 18 16:42:07.111 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+git2afd7ff5d69
42482026-09-18T16:42:07.843ZSep 18 16:42:07.112 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+git2afd7ff5d69
42492026-09-18T16:42:07.849ZSep 18 16:42:07.112 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+git2afd7ff5d69
42502026-09-18T16:42:07.849Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42512026-09-18T16:42:07.849Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42522026-09-18T16:42:07.859Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42532026-09-18T16:42:07.859Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42542026-09-18T16:42:07.859Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42552026-09-18T16:42:07.859Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42562026-09-18T16:42:07.859Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42572026-09-18T16:42:07.859Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42582026-09-18T16:42:07.859Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42592026-09-18T16:42:07.859ZSep 18 16:42:07.121 INFO [stamp-overlay] process exited with exit status: 0 (9.661103ms)
42602026-09-18T16:42:07.859Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42612026-09-18T16:42:07.863ZSep 18 16:42:07.125 INFO [stamp-oxlog] process exited with exit status: 0 (12.967745ms)
42622026-09-18T16:42:07.883Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42632026-09-18T16:42:07.888ZSep 18 16:42:07.155 INFO [stamp-crucible-utils] process exited with exit status: 0 (44.313456ms)
42642026-09-18T16:42:07.897Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42652026-09-18T16:42:07.900ZSep 18 16:42:07.169 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (57.337101ms)
42662026-09-18T16:42:08.051Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42672026-09-18T16:42:08.054ZSep 18 16:42:07.323 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.325748ms)
42682026-09-18T16:42:08.089Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42692026-09-18T16:42:08.093ZSep 18 16:42:07.362 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (250.778561ms)
42702026-09-18T16:42:08.416Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42712026-09-18T16:42:08.420ZSep 18 16:42:07.689 INFO [stamp-propolis-server] process exited with exit status: 0 (578.671613ms)
42722026-09-18T16:42:08.656ZSep 18 16:42:07.926 INFO [host-libraries] task succeeded (818.2469ms)
42732026-09-18T16:42:08.660ZSep 18 16:42:07.927 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42742026-09-18T16:42:08.663Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42752026-09-18T16:42:09.652Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42762026-09-18T16:42:09.774Z[recovery-package] Compiling regress v0.11.1
42772026-09-18T16:42:09.789Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42782026-09-18T16:42:09.793Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42792026-09-18T16:42:09.814Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42802026-09-18T16:42:09.824Z[recovery-package] Compiling slog-scope v4.4.1
42812026-09-18T16:42:09.830Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42822026-09-18T16:42:09.851Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42832026-09-18T16:42:09.970Z[recovery-package] Compiling slog-stdlog v4.1.1
42842026-09-18T16:42:09.981Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42852026-09-18T16:42:10.055Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42862026-09-18T16:42:10.119Z[recovery-package] Compiling slog-envlogger v2.2.0
42872026-09-18T16:42:10.275Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42882026-09-18T16:42:10.809Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42892026-09-18T16:42:10.912Z[recovery-package] Compiling oxide-update-engine v0.1.2
42902026-09-18T16:42:11.410Z[recovery-package] Compiling typify-impl v0.6.2
42912026-09-18T16:42:12.960Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42922026-09-18T16:42:12.964ZSep 18 16:42:12.233 INFO [stamp-switch-asic] process exited with exit status: 0 (5.122703145s)
42932026-09-18T16:42:12.964ZSep 18 16:42:12.233 INFO [host-stamp] task succeeded (5.125180566s)
42942026-09-18T16:42:12.964ZSep 18 16:42:12.233 INFO [host-proto] running task
42952026-09-18T16:42:13.198Z[recovery-package] Compiling typify v0.6.2
42962026-09-18T16:42:13.276ZSep 18 16:42:12.544 INFO [host-proto] task succeeded (310.381524ms)
42972026-09-18T16:42:13.276ZSep 18 16:42:12.544 INFO [host-profile] running task
42982026-09-18T16:42:13.281ZSep 18 16:42:12.544 INFO [host-profile] task succeeded (206.46µs)
42992026-09-18T16:42:13.281ZSep 18 16:42:12.544 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/.tmpfjqf9Q/proto/host/root -N 'ci 2afd7ff/${os_short_commit} 2026-09-18 16:29' -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/'
43002026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO Checking files for board 'cosmo-mbist'
43012026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
43022026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO Checking files for board 'gimlet'
43032026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
43042026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
43052026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO Checking files for board 'cosmo'
43062026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
43072026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
43082026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO Checking files for board 'cosmo-mbist-noaggr'
43092026-09-18T16:42:13.285Z[ host-image] Sep 18 16:42:12.551 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
43102026-09-18T16:42:13.285Z[recovery-package] Compiling progenitor-impl v0.14.0
43112026-09-18T16:42:13.290Z[ host-image] Sep 18 16:42:12.560 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpfjqf9Q/proto/host/root"
43122026-09-18T16:42:13.294Z[ host-image] Sep 18 16:42:12.560 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
43132026-09-18T16:42:13.294Z[ host-image] Sep 18 16:42:12.560 INFO image builder template: ramdisk-01-os...
43142026-09-18T16:42:13.294Z[ host-image] Sep 18 16:42:12.560 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/.tmpfjqf9Q/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
43152026-09-18T16:42:13.305Z[ host-image] Sep 18 16:42:12.575 INFO O| Sep 18 16:42:12.575 INFO CREATE DATASET: rpool/images/build/host/output
43162026-09-18T16:42:14.673Z[recovery-package] Compiling progenitor v0.14.0
43172026-09-18T16:42:14.786Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43182026-09-18T16:42:14.786Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43192026-09-18T16:42:14.796Z[ host-image] Sep 18 16:42:14.065 INFO O| Sep 18 16:42:14.065 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43202026-09-18T16:42:14.803Z[ host-image] Sep 18 16:42:14.069 INFO O| Sep 18 16:42:14.069 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43212026-09-18T16:42:15.119Z[ host-image] Sep 18 16:42:14.388 INFO O| Sep 18 16:42:14.388 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43222026-09-18T16:42:15.184Z[ host-image] Sep 18 16:42:14.453 INFO O| Sep 18 16:42:14.453 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43232026-09-18T16:42:15.184Z[ host-image] Sep 18 16:42:14.454 INFO O| Sep 18 16:42:14.454 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43242026-09-18T16:42:15.187Z[ host-image] Sep 18 16:42:14.454 INFO O| Sep 18 16:42:14.454 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43252026-09-18T16:42:15.187Z[ host-image] Sep 18 16:42:14.454 INFO O| Sep 18 16:42:14.454 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43262026-09-18T16:42:15.191Z[ host-image] Sep 18 16:42:14.459 INFO O| Sep 18 16:42:14.459 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43272026-09-18T16:42:15.337Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43282026-09-18T16:42:15.503Z[ host-image] Sep 18 16:42:14.772 INFO O| Sep 18 16:42:14.772 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43292026-09-18T16:42:15.511Z[ host-image] Sep 18 16:42:14.781 INFO O| Sep 18 16:42:14.781 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
43302026-09-18T16:42:15.812Z[ host-image] Sep 18 16:42:15.082 INFO O| Sep 18 16:42:15.082 INFO O| Caching catalogs ... Done
43312026-09-18T16:42:15.888Z[ host-image] Sep 18 16:42:15.157 INFO O| Sep 18 16:42:15.157 INFO STEP 0 (pkg_image_create) COMPLETE
43322026-09-18T16:42:15.888Z[ host-image] Sep 18 16:42:15.157 INFO O| Sep 18 16:42:15.157 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43332026-09-18T16:42:15.894Z[ host-image] Sep 18 16:42:15.164 INFO O| Sep 18 16:42:15.164 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"]
43342026-09-18T16:42:16.144Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO STEP 1 (pkg_set_publisher) COMPLETE
43352026-09-18T16:42:16.144Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43362026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO skip step because feature "publisher_1_name" is not enabled
43372026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43382026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO skip step because feature "publisher_2_name" is not enabled
43392026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43402026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO skip step because feature "publisher_3_name" is not enabled
43412026-09-18T16:42:16.148Z[ host-image] Sep 18 16:42:15.414 INFO O| Sep 18 16:42:15.414 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-09-18T16:42:16.388Z[ host-image] Sep 18 16:42:15.658 INFO O| Sep 18 16:42:15.658 INFO variant opensolaris.zone is already global
43432026-09-18T16:42:16.388Z[ host-image] Sep 18 16:42:15.658 INFO O| Sep 18 16:42:15.658 INFO STEP 5 (pkg_change_variant) COMPLETE
43442026-09-18T16:42:16.388Z[ host-image] Sep 18 16:42:15.658 INFO O| Sep 18 16:42:15.658 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43452026-09-18T16:42:16.632Z[ host-image] Sep 18 16:42:15.901 INFO O| Sep 18 16:42:15.901 INFO variant opensolaris.imagetype is full; changing to partial
43462026-09-18T16:42:16.632Z[ host-image] Sep 18 16:42:15.901 INFO O| Sep 18 16:42:15.901 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43472026-09-18T16:42:18.612Z[ host-image] Sep 18 16:42:17.881 INFO O| Sep 18 16:42:17.881 INFO O| Startup: Refreshing catalog 'helios' ... Done
43482026-09-18T16:42:19.094Z[ host-image] Sep 18 16:42:18.364 INFO O| Sep 18 16:42:18.364 INFO O| Startup: Caching catalogs ... Done
43492026-09-18T16:42:19.110Z[ host-image] Sep 18 16:42:18.380 INFO O| Sep 18 16:42:18.380 INFO O| Planning: Planning completed in 0.00 seconds
43502026-09-18T16:42:19.113Z[ host-image] Sep 18 16:42:18.380 INFO O| Sep 18 16:42:18.380 INFO O| Planning: Consolidating action changes ... Done
43512026-09-18T16:42:19.113Z[ host-image] Sep 18 16:42:18.380 INFO O| Sep 18 16:42:18.380 INFO O| Planning: Evaluating mediators ... Done
43522026-09-18T16:42:19.113Z[ host-image] Sep 18 16:42:18.381 INFO O| Sep 18 16:42:18.381 INFO O| Planning: Planning completed in 0.00 seconds
43532026-09-18T16:42:19.114Z[ host-image] Sep 18 16:42:18.381 INFO O| Sep 18 16:42:18.381 INFO O| Variants/Facets to change: 1
43542026-09-18T16:42:19.122Z[ host-image] Sep 18 16:42:18.392 INFO O| Sep 18 16:42:18.392 INFO O| Finalize: Updating package state database ... Done
43552026-09-18T16:42:19.122Z[ host-image] Sep 18 16:42:18.392 INFO O| Sep 18 16:42:18.392 INFO O| Finalize: Updating package cache ... Done
43562026-09-18T16:42:19.209Z[ host-image] Sep 18 16:42:18.477 INFO O| Sep 18 16:42:18.477 INFO O| Finalize: Updating image state ... Done
43572026-09-18T16:42:19.221Z[ host-image] Sep 18 16:42:18.491 INFO O| Sep 18 16:42:18.491 INFO O| Finalize: Creating fast lookup database ... Done
43582026-09-18T16:42:19.225Z[ host-image] Sep 18 16:42:18.492 INFO O| Sep 18 16:42:18.492 INFO O| Finalize: Reading search index ... Done
43592026-09-18T16:42:19.225Z[ host-image] Sep 18 16:42:18.492 INFO O| Sep 18 16:42:18.492 INFO O| Finalize: Updating search index ... Done
43602026-09-18T16:42:19.225Z[ host-image] Sep 18 16:42:18.493 INFO O| Sep 18 16:42:18.493 INFO O| Finalize: Updating package cache ... Done
43612026-09-18T16:42:19.432Z[ host-image] Sep 18 16:42:18.702 INFO O| Sep 18 16:42:18.701 INFO STEP 6 (pkg_change_variant) COMPLETE
43622026-09-18T16:42:19.432Z[ host-image] Sep 18 16:42:18.702 INFO O| Sep 18 16:42:18.701 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43632026-09-18T16:42:19.435Z[ host-image] Sep 18 16:42:18.702 INFO O| Sep 18 16:42:18.701 INFO skip step because feature "debug_variant" is not enabled
43642026-09-18T16:42:19.435Z[ host-image] Sep 18 16:42:18.702 INFO O| Sep 18 16:42:18.701 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43652026-09-18T16:42:19.675Z[ host-image] Sep 18 16:42:18.944 INFO O| Sep 18 16:42:18.944 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43662026-09-18T16:42:21.196Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43672026-09-18T16:42:21.585Z[ host-image] Sep 18 16:42:20.855 INFO O| Sep 18 16:42:20.855 INFO O| Startup: Refreshing catalog 'helios' ... Done
43682026-09-18T16:42:22.086Z[ host-image] Sep 18 16:42:21.356 INFO O| Sep 18 16:42:21.356 INFO O| Startup: Caching catalogs ... Done
43692026-09-18T16:42:22.104Z[ host-image] Sep 18 16:42:21.374 INFO O| Sep 18 16:42:21.374 INFO O| Planning: Planning completed in 0.00 seconds
43702026-09-18T16:42:22.108Z[ host-image] Sep 18 16:42:21.374 INFO O| Sep 18 16:42:21.374 INFO O| Planning: Consolidating action changes ... Done
43712026-09-18T16:42:22.108Z[ host-image] Sep 18 16:42:21.374 INFO O| Sep 18 16:42:21.374 INFO O| Planning: Evaluating mediators ... Done
43722026-09-18T16:42:22.108Z[ host-image] Sep 18 16:42:21.375 INFO O| Sep 18 16:42:21.375 INFO O| Planning: Planning completed in 0.00 seconds
43732026-09-18T16:42:22.108Z[ host-image] Sep 18 16:42:21.375 INFO O| Sep 18 16:42:21.375 INFO O| Variants/Facets to change: 1
43742026-09-18T16:42:22.116Z[ host-image] Sep 18 16:42:21.386 INFO O| Sep 18 16:42:21.386 INFO O| Finalize: Updating package state database ... Done
43752026-09-18T16:42:22.117Z[ host-image] Sep 18 16:42:21.386 INFO O| Sep 18 16:42:21.386 INFO O| Finalize: Updating package cache ... Done
43762026-09-18T16:42:22.165Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43772026-09-18T16:42:22.165Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43782026-09-18T16:42:22.198Z[ host-image] Sep 18 16:42:21.468 INFO O| Sep 18 16:42:21.468 INFO O| Finalize: Updating image state ... Done
43792026-09-18T16:42:22.219Z[ host-image] Sep 18 16:42:21.488 INFO O| Sep 18 16:42:21.487 INFO O| Finalize: Creating fast lookup database ... Done
43802026-09-18T16:42:22.223Z[ host-image] Sep 18 16:42:21.488 INFO O| Sep 18 16:42:21.488 INFO O| Finalize: Reading search index ... Done
43812026-09-18T16:42:22.223Z[ host-image] Sep 18 16:42:21.488 INFO O| Sep 18 16:42:21.488 INFO O| Finalize: Updating search index ... Done
43822026-09-18T16:42:22.223Z[ host-image] Sep 18 16:42:21.489 INFO O| Sep 18 16:42:21.489 INFO O| Finalize: Updating package cache ... Done
43832026-09-18T16:42:22.512Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO STEP 8 (pkg_change_facet) COMPLETE
43842026-09-18T16:42:22.512Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43852026-09-18T16:42:22.516Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO skip step because feature "recovery" is not enabled
43862026-09-18T16:42:22.516Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43872026-09-18T16:42:22.516Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO skip step because feature "recovery" is not enabled
43882026-09-18T16:42:22.516Z[ host-image] Sep 18 16:42:21.781 INFO O| Sep 18 16:42:21.781 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43892026-09-18T16:42:22.521Z[ host-image] Sep 18 16:42:21.790 INFO O| Sep 18 16:42:21.790 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"]
43902026-09-18T16:42:24.381Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43912026-09-18T16:42:24.381Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43922026-09-18T16:42:24.494Z[ host-image] Sep 18 16:42:23.764 INFO O| Sep 18 16:42:23.764 INFO O| Startup: Refreshing catalog 'helios' ... Done
43932026-09-18T16:42:25.011Z[ host-image] Sep 18 16:42:24.280 INFO O| Sep 18 16:42:24.280 INFO O| Startup: Caching catalogs ... Done
43942026-09-18T16:42:25.447Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43952026-09-18T16:42:26.041Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43962026-09-18T16:42:27.843Z[ host-image] Sep 18 16:42:27.112 INFO O| Sep 18 16:42:27.112 INFO O| Planning: Solver setup ... Done
43972026-09-18T16:42:28.180Z[ host-image] Sep 18 16:42:27.450 INFO O| Sep 18 16:42:27.450 INFO O| Planning: Running solver ... Done
43982026-09-18T16:42:28.239Z[ host-image] Sep 18 16:42:27.508 INFO O| Sep 18 16:42:27.508 INFO O| Planning: Finding local manifests ... Done
43992026-09-18T16:42:28.257Z[ host-image] Sep 18 16:42:27.527 INFO O| Sep 18 16:42:27.527 INFO O| Planning: Fetching manifests: 0/130 0% complete
44002026-09-18T16:42:29.904Z[ host-image] Sep 18 16:42:29.174 INFO O| Sep 18 16:42:29.174 INFO O| Planning: Fetching manifests: 130/130 100% complete
44012026-09-18T16:42:30.369Z[ host-image] Sep 18 16:42:29.639 INFO O| Sep 18 16:42:29.639 INFO O| Planning: Package planning ... Done
44022026-09-18T16:42:30.683Z[ host-image] Sep 18 16:42:29.953 INFO O| Sep 18 16:42:29.953 INFO O| Planning: Merging actions ... Done
44032026-09-18T16:42:30.963Z[ host-image] Sep 18 16:42:30.233 INFO O| Sep 18 16:42:30.233 INFO O| Planning: Checking for conflicting actions ... Done
44042026-09-18T16:42:31.067Z[ host-image] Sep 18 16:42:30.337 INFO O| Sep 18 16:42:30.337 INFO O| Planning: Consolidating action changes ... Done
44052026-09-18T16:42:31.243Z[ host-image] Sep 18 16:42:30.513 INFO O| Sep 18 16:42:30.513 INFO O| Planning: Evaluating mediators ... Done
44062026-09-18T16:42:32.646Z[ host-image] Sep 18 16:42:31.914 INFO O| Sep 18 16:42:31.914 INFO O| Planning: Planning completed in 7.62 seconds
44072026-09-18T16:42:32.649Z[ host-image] Sep 18 16:42:31.916 INFO O| Sep 18 16:42:31.916 INFO O| Packages to install: 130
44082026-09-18T16:42:32.649Z[ host-image] Sep 18 16:42:31.916 INFO O| Sep 18 16:42:31.916 INFO O| Mediators to change: 5
44092026-09-18T16:42:32.649Z[ host-image] Sep 18 16:42:31.916 INFO O| Sep 18 16:42:31.916 INFO O| Services to change: 6
44102026-09-18T16:42:32.671Z[ host-image] Sep 18 16:42:31.941 INFO O| Sep 18 16:42:31.941 INFO O| Download: 0/24015 items 0.0/224.9MB 0% complete
44112026-09-18T16:42:37.672Z[ host-image] Sep 18 16:42:36.941 INFO O| Sep 18 16:42:36.941 INFO O| Download: 8864/24015 items 65.7/224.9MB 29% complete (13.1M/s)
44122026-09-18T16:42:41.914Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.13s
44132026-09-18T16:42:42.676Z[ host-image] Sep 18 16:42:41.941 INFO O| Sep 18 16:42:41.941 INFO O| Download: 22884/24015 items 202.7/224.9MB 90% complete (20.3M/s)
44142026-09-18T16:42:43.062Z[ host-image] Sep 18 16:42:42.331 INFO O| Sep 18 16:42:42.331 INFO O| Download: Completed 224.90 MB in 10.39 seconds (21.6M/s)
44152026-09-18T16:42:43.401Z[ host-image] Sep 18 16:42:42.666 INFO O| Sep 18 16:42:42.666 INFO O| Actions: 1/54366 actions (Installing new actions)
44162026-09-18T16:42:44.280ZSep 18 16:42:43.550 INFO [recovery-package] process exited with exit status: 0 (35.623016468s)
44172026-09-18T16:42:44.280ZSep 18 16:42:43.550 INFO [recovery-libraries] running task
44182026-09-18T16:42:44.280ZSep 18 16:42:43.550 INFO [recovery-stamp] running task
44192026-09-18T16:42:44.283ZSep 18 16:42:43.550 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git2afd7ff5d69
44202026-09-18T16:42:44.283ZSep 18 16:42:43.550 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+git2afd7ff5d69
44212026-09-18T16:42:44.287Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
44222026-09-18T16:42:44.287Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
44232026-09-18T16:42:44.301ZSep 18 16:42:43.571 INFO [recovery-libraries] task succeeded (21.107288ms)
44242026-09-18T16:42:44.304ZSep 18 16:42:43.571 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
44252026-09-18T16:42:44.322Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
44262026-09-18T16:42:44.326ZSep 18 16:42:43.595 INFO [stamp-installinator] process exited with exit status: 0 (44.737437ms)
44272026-09-18T16:42:44.430Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
44282026-09-18T16:42:44.434ZSep 18 16:42:43.703 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.595565ms)
44292026-09-18T16:42:44.434ZSep 18 16:42:43.703 INFO [recovery-stamp] task succeeded (153.233356ms)
44302026-09-18T16:42:44.434ZSep 18 16:42:43.703 INFO [recovery-proto] running task
44312026-09-18T16:42:44.434ZSep 18 16:42:43.703 INFO [tuf-stamp] running task
44322026-09-18T16:42:44.437ZSep 18 16:42:43.704 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+git2afd7ff5d69
44332026-09-18T16:42:44.437ZSep 18 16:42:43.704 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+git2afd7ff5d69
44342026-09-18T16:42:44.437ZSep 18 16:42:43.704 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+git2afd7ff5d69
44352026-09-18T16:42:44.437ZSep 18 16:42:43.705 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+git2afd7ff5d69
44362026-09-18T16:42:44.437ZSep 18 16:42:43.705 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+git2afd7ff5d69
44372026-09-18T16:42:44.437ZSep 18 16:42:43.705 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+git2afd7ff5d69
44382026-09-18T16:42:44.437ZSep 18 16:42:43.706 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+git2afd7ff5d69
44392026-09-18T16:42:44.438ZSep 18 16:42:43.707 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+git2afd7ff5d69
44402026-09-18T16:42:44.438ZSep 18 16:42:43.707 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+git2afd7ff5d69
44412026-09-18T16:42:44.438ZSep 18 16:42:43.707 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+git2afd7ff5d69
44422026-09-18T16:42:44.438ZSep 18 16:42:43.707 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+git2afd7ff5d69
44432026-09-18T16:42:44.442ZSep 18 16:42:43.707 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+git2afd7ff5d69
44442026-09-18T16:42:44.442Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44452026-09-18T16:42:44.442Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44462026-09-18T16:42:44.442Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44472026-09-18T16:42:44.442Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44482026-09-18T16:42:44.446Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44492026-09-18T16:42:44.446Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44502026-09-18T16:42:44.446Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44512026-09-18T16:42:44.446Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44522026-09-18T16:42:44.446Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44532026-09-18T16:42:44.446Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44542026-09-18T16:42:44.446Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44552026-09-18T16:42:44.446Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44562026-09-18T16:42:44.489Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44572026-09-18T16:42:44.492ZSep 18 16:42:43.762 INFO [stamp-probe] process exited with exit status: 0 (56.258461ms)
44582026-09-18T16:42:44.530ZSep 18 16:42:43.800 INFO [recovery-proto] task succeeded (97.130326ms)
44592026-09-18T16:42:44.534ZSep 18 16:42:43.800 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/.tmpfjqf9Q/proto/recovery/root -N 'recovery 2afd7ff/${os_short_commit} 2026-09-18 16:29' -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/'
44602026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO Checking files for board 'gimlet'
44612026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44622026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44632026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO Checking files for board 'cosmo-mbist'
44642026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44652026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO Checking files for board 'cosmo-mbist-noaggr'
44662026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44672026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO Checking files for board 'cosmo'
44682026-09-18T16:42:44.537Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44692026-09-18T16:42:44.542Z[ recovery-image] Sep 18 16:42:43.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44702026-09-18T16:42:44.546Z[ recovery-image] Sep 18 16:42:43.816 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpfjqf9Q/proto/recovery/root"
44712026-09-18T16:42:44.550Z[ recovery-image] Sep 18 16:42:43.816 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44722026-09-18T16:42:44.550Z[ recovery-image] Sep 18 16:42:43.816 INFO image builder template: ramdisk-01-os...
44732026-09-18T16:42:44.550Z[ recovery-image] Sep 18 16:42:43.816 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/.tmpfjqf9Q/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
44742026-09-18T16:42:44.553Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44752026-09-18T16:42:44.557ZSep 18 16:42:43.825 INFO [stamp-ntp] process exited with exit status: 0 (118.377453ms)
44762026-09-18T16:42:44.562Z[ recovery-image] Sep 18 16:42:43.831 INFO O| Sep 18 16:42:43.831 INFO CREATE DATASET: rpool/images/build/recovery/output
44772026-09-18T16:42:44.709Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44782026-09-18T16:42:44.713ZSep 18 16:42:43.983 INFO [stamp-external-dns] process exited with exit status: 0 (275.37443ms)
44792026-09-18T16:42:44.716Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44802026-09-18T16:42:44.720ZSep 18 16:42:43.989 INFO [stamp-internal-dns] process exited with exit status: 0 (284.468874ms)
44812026-09-18T16:42:44.728Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44822026-09-18T16:42:44.731ZSep 18 16:42:44.001 INFO [stamp-oximeter] process exited with exit status: 0 (293.664337ms)
44832026-09-18T16:42:44.833Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44842026-09-18T16:42:44.837ZSep 18 16:42:44.106 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (401.046717ms)
44852026-09-18T16:42:44.895Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44862026-09-18T16:42:44.920Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44872026-09-18T16:42:45.006Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44882026-09-18T16:42:45.010ZSep 18 16:42:44.279 INFO [stamp-crucible-zone] process exited with exit status: 0 (573.570729ms)
44892026-09-18T16:42:45.165Z[ recovery-image] Sep 18 16:42:44.435 INFO O| Sep 18 16:42:44.435 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44902026-09-18T16:42:45.169Z[ recovery-image] Sep 18 16:42:44.438 INFO O| Sep 18 16:42:44.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44912026-09-18T16:42:46.157Z[ recovery-image] Sep 18 16:42:45.427 INFO O| Sep 18 16:42:45.426 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44922026-09-18T16:42:46.347Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44932026-09-18T16:42:46.351ZSep 18 16:42:45.620 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.915635991s)
44942026-09-18T16:42:47.204Z[ recovery-image] Sep 18 16:42:46.473 INFO O| Sep 18 16:42:46.473 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44952026-09-18T16:42:47.204Z[ recovery-image] Sep 18 16:42:46.473 INFO O| Sep 18 16:42:46.473 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44962026-09-18T16:42:47.204Z[ recovery-image] Sep 18 16:42:46.473 INFO O| Sep 18 16:42:46.473 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44972026-09-18T16:42:47.207Z[ recovery-image] Sep 18 16:42:46.473 INFO O| Sep 18 16:42:46.473 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44982026-09-18T16:42:47.211Z[ recovery-image] Sep 18 16:42:46.479 INFO O| Sep 18 16:42:46.478 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44992026-09-18T16:42:47.573Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
45002026-09-18T16:42:47.576ZSep 18 16:42:46.845 INFO [stamp-nexus] process exited with exit status: 0 (3.139836019s)
45012026-09-18T16:42:47.953Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
45022026-09-18T16:42:47.957ZSep 18 16:42:47.226 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.519579908s)
45032026-09-18T16:42:47.982Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
45042026-09-18T16:42:47.987ZSep 18 16:42:47.254 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.550222449s)
45052026-09-18T16:42:48.004Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
45062026-09-18T16:42:48.010ZSep 18 16:42:47.274 INFO [stamp-clickhouse] process exited with exit status: 0 (3.567774535s)
45072026-09-18T16:42:48.010ZSep 18 16:42:47.274 INFO [tuf-stamp] task succeeded (3.571281287s)
45082026-09-18T16:42:48.010ZSep 18 16:42:47.274 INFO [tuf-v2-zones] running task
45092026-09-18T16:42:48.059ZSep 18 16:42:47.328 INFO [tuf-v2-zones] task succeeded (54.19753ms)
45102026-09-18T16:42:48.396Z[ host-image] Sep 18 16:42:47.666 INFO O| Sep 18 16:42:47.666 INFO O| Actions: 23942/54366 actions (Installing new actions)
45112026-09-18T16:42:49.265Z[verify-libraries] Compiling match_cfg v0.1.0
45122026-09-18T16:42:49.265Z[verify-libraries] Compiling slog-json v2.6.1
45132026-09-18T16:42:49.265Z[verify-libraries] Compiling debug-ignore v1.0.5
45142026-09-18T16:42:49.271Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
45152026-09-18T16:42:49.271Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
45162026-09-18T16:42:49.271Z[verify-libraries] Compiling serde_spanned v1.1.1
45172026-09-18T16:42:49.271Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45182026-09-18T16:42:49.271Z[verify-libraries] Compiling sha1 v0.11.0
45192026-09-18T16:42:49.271Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45202026-09-18T16:42:49.271Z[verify-libraries] Compiling multer v3.1.0
45212026-09-18T16:42:49.271Z[verify-libraries] Compiling compression-core v0.4.31
45222026-09-18T16:42:49.471Z[verify-libraries] Compiling async-stream-impl v0.3.6
45232026-09-18T16:42:49.476Z[verify-libraries] Compiling dropshot v0.17.1
45242026-09-18T16:42:49.751Z[verify-libraries] Compiling hostname v0.3.1
45252026-09-18T16:42:49.751Z[verify-libraries] Compiling compression-codecs v0.4.37
45262026-09-18T16:42:49.755Z[verify-libraries] Compiling progenitor-client v0.14.0
45272026-09-18T16:42:49.755Z[verify-libraries] Compiling waitgroup v0.1.2
45282026-09-18T16:42:49.755Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45292026-09-18T16:42:49.755Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45302026-09-18T16:42:49.891Z[verify-libraries] Compiling slog-bunyan v2.5.0
45312026-09-18T16:42:49.891Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45322026-09-18T16:42:49.896Z[verify-libraries] Compiling hostname v0.4.2
45332026-09-18T16:42:49.896Z[verify-libraries] Compiling atomicwrites v0.4.4
45342026-09-18T16:42:49.985Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45352026-09-18T16:42:50.012Z[verify-libraries] Compiling macaddr v1.0.1
45362026-09-18T16:42:50.018Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45372026-09-18T16:42:50.019Z[verify-libraries] Compiling regress v0.10.5
45382026-09-18T16:42:50.019Z[verify-libraries] Compiling instant v0.1.13
45392026-09-18T16:42:50.104Z[verify-libraries] Compiling async-compression v0.4.41
45402026-09-18T16:42:50.128Z[verify-libraries] Compiling oxide-generation v0.1.3
45412026-09-18T16:42:50.195Z[verify-libraries] Compiling parse-display-derive v0.10.0
45422026-09-18T16:42:50.198Z[verify-libraries] Compiling itertools v0.14.0
45432026-09-18T16:42:50.198Z[verify-libraries] Compiling backon v1.6.0
45442026-09-18T16:42:50.260Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45452026-09-18T16:42:50.305Z[verify-libraries] Compiling backoff v0.4.0
45462026-09-18T16:42:50.328Z[verify-libraries] Compiling humantime v2.3.0
45472026-09-18T16:42:50.353Z[verify-libraries] Compiling async-stream v0.3.6
45482026-09-18T16:42:50.356Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45492026-09-18T16:42:50.462Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45502026-09-18T16:42:50.488Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45512026-09-18T16:42:50.522Z[verify-libraries] Compiling progenitor-extras v0.2.0
45522026-09-18T16:42:50.546Z[verify-libraries] Compiling convert_case v0.4.0
45532026-09-18T16:42:50.546Z[verify-libraries] Compiling half v2.7.1
45542026-09-18T16:42:50.596Z[verify-libraries] Compiling ciborium-io v0.2.2
45552026-09-18T16:42:50.620Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45562026-09-18T16:42:50.649Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45572026-09-18T16:42:50.695Z[verify-libraries] Compiling indent_write v2.2.0
45582026-09-18T16:42:50.719Z[verify-libraries] Compiling regress v0.11.1
45592026-09-18T16:42:50.757Z[verify-libraries] Compiling secrecy v0.10.3
45602026-09-18T16:42:50.817Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45612026-09-18T16:42:50.839Z[ host-image] Sep 18 16:42:50.108 INFO O| Sep 18 16:42:50.108 INFO O| Actions: Completed 54366 actions in 7.44 seconds.
45622026-09-18T16:42:50.843Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
45632026-09-18T16:42:50.901Z[verify-libraries] Compiling ciborium-ll v0.2.2
45642026-09-18T16:42:50.963Z[verify-libraries] Compiling inout v0.1.4
45652026-09-18T16:42:50.967Z[ host-image] Sep 18 16:42:50.235 INFO O| Sep 18 16:42:50.235 INFO O| Finalize: Updating package state database ... Done
45662026-09-18T16:42:50.967Z[ host-image] Sep 18 16:42:50.235 INFO O| Sep 18 16:42:50.235 INFO O| Finalize: Updating package cache ... Done
45672026-09-18T16:42:50.990Z[verify-libraries] Compiling derive_more v0.99.20
45682026-09-18T16:42:51.042Z[verify-libraries] Compiling universal-hash v0.5.1
45692026-09-18T16:42:51.045Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45702026-09-18T16:42:51.134Z[ host-image] Sep 18 16:42:50.400 INFO O| Sep 18 16:42:50.400 INFO O| Finalize: Updating image state ... Done
45712026-09-18T16:42:51.172Z[verify-libraries] Compiling ciborium v0.2.2
45722026-09-18T16:42:51.206Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45732026-09-18T16:42:51.250Z[verify-libraries] Compiling cipher v0.4.4
45742026-09-18T16:42:51.250Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45752026-09-18T16:42:51.336Z[verify-libraries] Compiling opaque-debug v0.3.1
45762026-09-18T16:42:51.402Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45772026-09-18T16:42:51.407Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45782026-09-18T16:42:51.451Z[verify-libraries] Compiling poly1305 v0.8.0
45792026-09-18T16:42:51.455Z[verify-libraries] Compiling blake2 v0.10.6
45802026-09-18T16:42:51.512Z[verify-libraries] Compiling aead v0.5.2
45812026-09-18T16:42:51.622Z[ recovery-image] Sep 18 16:42:50.885 INFO O| Sep 18 16:42:50.885 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-09-18T16:42:51.626Z[ recovery-image] Sep 18 16:42:50.895 INFO O| Sep 18 16:42:50.895 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45832026-09-18T16:42:51.634Z[verify-libraries] Compiling chacha20 v0.9.1
45842026-09-18T16:42:51.741Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
45852026-09-18T16:42:51.889Z[verify-libraries] Compiling password-hash v0.5.0
45862026-09-18T16:42:51.929Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45872026-09-18T16:42:51.933Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45882026-09-18T16:42:51.983Z[ recovery-image] Sep 18 16:42:51.253 INFO O| Sep 18 16:42:51.253 INFO O| Caching catalogs ... Done
45892026-09-18T16:42:51.987Z[verify-libraries] Compiling itertools v0.15.0
45902026-09-18T16:42:52.043Z[verify-libraries] Compiling num-derive v0.4.2
45912026-09-18T16:42:52.070Z[ recovery-image] Sep 18 16:42:51.337 INFO O| Sep 18 16:42:51.337 INFO STEP 0 (pkg_image_create) COMPLETE
45922026-09-18T16:42:52.070Z[ recovery-image] Sep 18 16:42:51.338 INFO O| Sep 18 16:42:51.337 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45932026-09-18T16:42:52.079Z[ recovery-image] Sep 18 16:42:51.348 INFO O| Sep 18 16:42:51.348 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"]
45942026-09-18T16:42:52.089Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45952026-09-18T16:42:52.163Z[ host-image] Sep 18 16:42:51.430 INFO O| Sep 18 16:42:51.430 INFO O| Finalize: Creating fast lookup database ... Done
45962026-09-18T16:42:52.170Z[verify-libraries] Compiling parse-display v0.10.0
45972026-09-18T16:42:52.187Z[ host-image] Sep 18 16:42:51.457 INFO O| Sep 18 16:42:51.457 INFO O| Finalize: Reading search index ... Done
45982026-09-18T16:42:52.253Z[verify-libraries] Compiling argon2 v0.5.3
45992026-09-18T16:42:52.256Z[verify-libraries] Compiling rayon-core v1.13.0
46002026-09-18T16:42:52.283Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
46012026-09-18T16:42:52.402Z[verify-libraries] Compiling glob v0.3.3
46022026-09-18T16:42:52.428Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO STEP 1 (pkg_set_publisher) COMPLETE
46032026-09-18T16:42:52.428Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46042026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO skip step because feature "publisher_1_name" is not enabled
46052026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO skip step because feature "publisher_2_name" is not enabled
46072026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46082026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO skip step because feature "publisher_3_name" is not enabled
46092026-09-18T16:42:52.432Z[ recovery-image] Sep 18 16:42:51.696 INFO O| Sep 18 16:42:51.696 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46102026-09-18T16:42:52.446Z[verify-libraries] Compiling heapless v0.8.0
46112026-09-18T16:42:52.515Z[verify-libraries] Compiling typify-impl v0.6.2
46122026-09-18T16:42:52.567Z[verify-libraries] Compiling thiserror-no-std v2.0.2
46132026-09-18T16:42:52.726Z[verify-libraries] Compiling vsss-rs v3.3.4
46142026-09-18T16:42:52.746Z[ recovery-image] Sep 18 16:42:52.016 INFO O| Sep 18 16:42:52.015 INFO variant opensolaris.zone is already global
46152026-09-18T16:42:52.746Z[ recovery-image] Sep 18 16:42:52.016 INFO O| Sep 18 16:42:52.015 INFO STEP 5 (pkg_change_variant) COMPLETE
46162026-09-18T16:42:52.751Z[ recovery-image] Sep 18 16:42:52.016 INFO O| Sep 18 16:42:52.015 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46172026-09-18T16:42:52.791Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46182026-09-18T16:42:52.791Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46192026-09-18T16:42:53.144Z[ recovery-image] Sep 18 16:42:52.413 INFO O| Sep 18 16:42:52.412 INFO variant opensolaris.imagetype is full; changing to partial
46202026-09-18T16:42:53.145Z[ recovery-image] Sep 18 16:42:52.413 INFO O| Sep 18 16:42:52.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46212026-09-18T16:42:53.212Z[verify-libraries] Compiling proc-macro-error v1.0.4
46222026-09-18T16:42:53.340Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46232026-09-18T16:42:53.418Z[verify-libraries] Compiling usdt-macro v0.5.0
46242026-09-18T16:42:53.558Z[verify-libraries] Compiling tabwriter v1.4.1
46252026-09-18T16:42:53.593Z[verify-libraries] Compiling ingot-macros v0.2.0
46262026-09-18T16:42:53.620Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46272026-09-18T16:42:53.658Z[verify-libraries] Compiling hash32 v0.3.1
46282026-09-18T16:42:53.741Z[verify-libraries] Compiling memmap v0.7.0
46292026-09-18T16:42:53.800Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46302026-09-18T16:42:53.824Z[verify-libraries] Compiling smoltcp v0.11.0
46312026-09-18T16:42:53.857Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46322026-09-18T16:42:53.887Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
46332026-09-18T16:42:54.081Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46342026-09-18T16:42:54.188Z[verify-libraries] Compiling cobs v0.3.0
46352026-09-18T16:42:54.192Z[verify-libraries] Compiling colored v3.1.1
46362026-09-18T16:42:54.259Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46372026-09-18T16:42:54.316Z[verify-libraries] Compiling num_enum_derive v0.7.6
46382026-09-18T16:42:54.349Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46392026-09-18T16:42:54.374Z[verify-libraries] Compiling usdt v0.5.0
46402026-09-18T16:42:54.451Z[verify-libraries] Compiling postcard v1.1.3
46412026-09-18T16:42:54.451Z[verify-libraries] Compiling rayon v1.11.0
46422026-09-18T16:42:54.475Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46432026-09-18T16:42:54.556Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46442026-09-18T16:42:54.637Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46452026-09-18T16:42:54.666Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46462026-09-18T16:42:54.767Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46472026-09-18T16:42:54.793Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46482026-09-18T16:42:54.869Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46492026-09-18T16:42:54.905Z[ host-image] Sep 18 16:42:54.175 INFO O| Sep 18 16:42:54.175 INFO O| Finalize: Building new search index ... Done
46502026-09-18T16:42:54.929Z[verify-libraries] Compiling num_enum_derive v0.5.11
46512026-09-18T16:42:54.981Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46522026-09-18T16:42:54.984Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46532026-09-18T16:42:55.106Z[verify-libraries] Compiling cstr-argument v0.1.2
46542026-09-18T16:42:55.188Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46552026-09-18T16:42:55.249Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46562026-09-18T16:42:55.330Z[ host-image] Sep 18 16:42:54.600 INFO O| Sep 18 16:42:54.600 INFO O| Finalize: Updating package cache ... Done
46572026-09-18T16:42:55.337Z[verify-libraries] Compiling itertools v0.12.1
46582026-09-18T16:42:55.432Z[verify-libraries] Compiling foreign-types v0.5.0
46592026-09-18T16:42:55.432Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46602026-09-18T16:42:55.542Z[verify-libraries] Compiling num_enum v0.7.6
46612026-09-18T16:42:55.542Z[verify-libraries] Compiling sigpipe v0.1.3
46622026-09-18T16:42:55.603Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46632026-09-18T16:42:55.603Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46642026-09-18T16:42:55.608Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46652026-09-18T16:42:55.618Z[ recovery-image] Sep 18 16:42:54.885 INFO O| Sep 18 16:42:54.885 INFO O| Startup: Refreshing catalog 'helios' ... Done
46662026-09-18T16:42:55.719Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46672026-09-18T16:42:55.725Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46682026-09-18T16:42:55.746Z[ host-image] Sep 18 16:42:55.013 INFO O| Sep 18 16:42:55.013 INFO STEP 11 (pkg_install) COMPLETE
46692026-09-18T16:42:55.746Z[ host-image] Sep 18 16:42:55.013 INFO O| Sep 18 16:42:55.013 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46702026-09-18T16:42:55.755Z[ host-image] Sep 18 16:42:55.024 INFO O| Sep 18 16:42:55.024 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"]
46712026-09-18T16:42:55.777Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
46722026-09-18T16:42:55.806Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46732026-09-18T16:42:55.897Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46742026-09-18T16:42:56.001Z[verify-libraries] Compiling toml v0.8.23
46752026-09-18T16:42:56.001Z[verify-libraries] Compiling smf v0.2.3
46762026-09-18T16:42:56.081Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
46772026-09-18T16:42:56.142Z[ recovery-image] Sep 18 16:42:55.406 INFO O| Sep 18 16:42:55.406 INFO O| Startup: Caching catalogs ... Done
46782026-09-18T16:42:56.159Z[ recovery-image] Sep 18 16:42:55.426 INFO O| Sep 18 16:42:55.424 INFO O| Planning: Planning completed in 0.00 seconds
46792026-09-18T16:42:56.159Z[ recovery-image] Sep 18 16:42:55.426 INFO O| Sep 18 16:42:55.425 INFO O| Planning: Consolidating action changes ... Done
46802026-09-18T16:42:56.159Z[ recovery-image] Sep 18 16:42:55.426 INFO O| Sep 18 16:42:55.425 INFO O| Planning: Evaluating mediators ... Done
46812026-09-18T16:42:56.159Z[ recovery-image] Sep 18 16:42:55.426 INFO O| Sep 18 16:42:55.425 INFO O| Planning: Planning completed in 0.00 seconds
46822026-09-18T16:42:56.163Z[ recovery-image] Sep 18 16:42:55.426 INFO O| Sep 18 16:42:55.425 INFO O| Variants/Facets to change: 1
46832026-09-18T16:42:56.168Z[verify-libraries] Compiling num_enum v0.5.11
46842026-09-18T16:42:56.192Z[ recovery-image] Sep 18 16:42:55.439 INFO O| Sep 18 16:42:55.438 INFO O| Finalize: Updating package state database ... Done
46852026-09-18T16:42:56.192Z[ recovery-image] Sep 18 16:42:55.439 INFO O| Sep 18 16:42:55.439 INFO O| Finalize: Updating package cache ... Done
46862026-09-18T16:42:56.213Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46872026-09-18T16:42:56.363Z[ recovery-image] Sep 18 16:42:55.633 INFO O| Sep 18 16:42:55.633 INFO O| Finalize: Updating image state ... Done
46882026-09-18T16:42:56.384Z[ recovery-image] Sep 18 16:42:55.654 INFO O| Sep 18 16:42:55.654 INFO O| Finalize: Creating fast lookup database ... Done
46892026-09-18T16:42:56.388Z[ recovery-image] Sep 18 16:42:55.655 INFO O| Sep 18 16:42:55.655 INFO O| Finalize: Reading search index ... Done
46902026-09-18T16:42:56.389Z[ recovery-image] Sep 18 16:42:55.655 INFO O| Sep 18 16:42:55.655 INFO O| Finalize: Updating search index ... Done
46912026-09-18T16:42:56.389Z[ recovery-image] Sep 18 16:42:55.656 INFO O| Sep 18 16:42:55.656 INFO O| Finalize: Updating package cache ... Done
46922026-09-18T16:42:56.424Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46932026-09-18T16:42:56.424Z[verify-libraries] Compiling whoami v1.6.1
46942026-09-18T16:42:56.476Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46952026-09-18T16:42:56.504Z[verify-libraries] Compiling derive-where v1.6.0
46962026-09-18T16:42:56.542Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46972026-09-18T16:42:56.542Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46982026-09-18T16:42:56.738Z[ recovery-image] Sep 18 16:42:56.008 INFO O| Sep 18 16:42:56.008 INFO STEP 6 (pkg_change_variant) COMPLETE
46992026-09-18T16:42:56.739Z[ recovery-image] Sep 18 16:42:56.008 INFO O| Sep 18 16:42:56.008 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47002026-09-18T16:42:56.743Z[ recovery-image] Sep 18 16:42:56.008 INFO O| Sep 18 16:42:56.008 INFO skip step because feature "debug_variant" is not enabled
47012026-09-18T16:42:56.743Z[ recovery-image] Sep 18 16:42:56.008 INFO O| Sep 18 16:42:56.008 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47022026-09-18T16:42:56.758Z[verify-libraries] Compiling zone v0.3.1
47032026-09-18T16:42:56.801Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
47042026-09-18T16:42:56.850Z[verify-libraries] Compiling gethostname v0.5.0
47052026-09-18T16:42:56.853Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
47062026-09-18T16:42:56.898Z[verify-libraries] Compiling ingot-types v0.2.0
47072026-09-18T16:42:56.902Z[verify-libraries] Compiling newline-converter v0.3.0
47082026-09-18T16:42:56.902Z[verify-libraries] Compiling console v0.15.11
47092026-09-18T16:42:57.036Z[verify-libraries] Compiling linear-map v1.2.0
47102026-09-18T16:42:57.081Z[ recovery-image] Sep 18 16:42:56.349 INFO O| Sep 18 16:42:56.349 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
47112026-09-18T16:42:57.120Z[verify-libraries] Compiling num-rational v0.4.2
47122026-09-18T16:42:57.169Z[verify-libraries] Compiling num-complex v0.4.6
47132026-09-18T16:42:57.220Z[verify-libraries] Compiling slog-dtrace v0.3.0
47142026-09-18T16:42:57.382Z[verify-libraries] Compiling ingot v0.2.1
47152026-09-18T16:42:57.456Z[verify-libraries] Compiling expectorate v1.2.0
47162026-09-18T16:42:57.493Z[verify-libraries] Compiling resolv-conf v0.7.6
47172026-09-18T16:42:57.534Z[verify-libraries] Compiling prettyplease v0.2.37
47182026-09-18T16:42:57.538Z[verify-libraries] Compiling typify-macro v0.6.2
47192026-09-18T16:42:57.617Z[verify-libraries] Compiling float-ord v0.3.2
47202026-09-18T16:42:57.662Z[verify-libraries] Compiling num v0.4.3
47212026-09-18T16:42:57.689Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47222026-09-18T16:42:57.739Z[verify-libraries] Compiling minimal-lexical v0.2.1
47232026-09-18T16:42:57.739Z[verify-libraries] Compiling linked-hash-map v0.5.6
47242026-09-18T16:42:57.785Z[verify-libraries] Compiling hickory-proto v0.24.4
47252026-09-18T16:42:57.854Z[verify-libraries] Compiling unicode-xid v0.2.6
47262026-09-18T16:42:57.857Z[verify-libraries] Compiling tabled_derive v0.7.0
47272026-09-18T16:42:57.924Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47282026-09-18T16:42:58.011Z[verify-libraries] Compiling lru-cache v0.1.2
47292026-09-18T16:42:58.012Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47302026-09-18T16:42:58.071Z[verify-libraries] Compiling nom v7.1.3
47312026-09-18T16:42:58.075Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47322026-09-18T16:42:58.134Z[verify-libraries] Compiling fd-lock v4.0.4
47332026-09-18T16:42:58.184Z[verify-libraries] Compiling vte v0.14.1
47342026-09-18T16:42:58.285Z[verify-libraries] Compiling display-error-chain v0.2.2
47352026-09-18T16:42:58.416Z[verify-libraries] Compiling crossterm v0.29.0
47362026-09-18T16:42:58.497Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47372026-09-18T16:42:58.510Z[ host-image] Sep 18 16:42:57.779 INFO O| Sep 18 16:42:57.779 INFO O| Startup: Refreshing catalog 'helios' ... Done
47382026-09-18T16:42:58.548Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47392026-09-18T16:42:58.632Z[verify-libraries] Compiling stacker v0.1.23
47402026-09-18T16:42:58.821Z[verify-libraries] Compiling cfg_aliases v0.1.1
47412026-09-18T16:42:58.897Z[verify-libraries] Compiling reedline v0.40.0
47422026-09-18T16:42:58.977Z[verify-libraries] Compiling termtree v0.5.1
47432026-09-18T16:42:58.983Z[verify-libraries] Compiling nix v0.28.0
47442026-09-18T16:42:59.061Z[ host-image] Sep 18 16:42:58.329 INFO O| Sep 18 16:42:58.329 INFO O| Startup: Caching catalogs ... Done
47452026-09-18T16:42:59.083Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47462026-09-18T16:42:59.171Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47472026-09-18T16:42:59.255Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47482026-09-18T16:42:59.255Z[verify-libraries] Compiling tabled v0.15.0
47492026-09-18T16:42:59.331Z[verify-libraries] Compiling psm v0.1.30
47502026-09-18T16:42:59.465Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47512026-09-18T16:42:59.470Z[ recovery-image] Sep 18 16:42:58.737 INFO O| Sep 18 16:42:58.736 INFO O| Startup: Refreshing catalog 'helios' ... Done
47522026-09-18T16:42:59.494Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47532026-09-18T16:42:59.516Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47542026-09-18T16:42:59.520Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47552026-09-18T16:42:59.639Z[verify-libraries] Compiling typify v0.6.2
47562026-09-18T16:42:59.645Z[verify-libraries] Compiling semver v0.1.20
47572026-09-18T16:42:59.769Z[ host-image] Sep 18 16:42:59.021 INFO O| Sep 18 16:42:59.016 INFO O| Planning: Solver setup ... Done
47582026-09-18T16:42:59.784Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47592026-09-18T16:42:59.784Z[ host-image] Sep 18 16:42:59.023 INFO O| Sep 18 16:42:59.023 INFO O| Planning: Running solver ... Done
47602026-09-18T16:42:59.784Z[ host-image] Sep 18 16:42:59.042 INFO O| Sep 18 16:42:59.042 INFO O| Planning: Finding local manifests ... Done
47612026-09-18T16:42:59.797Z[ host-image] Sep 18 16:42:59.061 INFO O| Sep 18 16:42:59.061 INFO O| Planning: Fetching manifests: 0/6 0% complete
47622026-09-18T16:42:59.841Z[ host-image] Sep 18 16:42:59.111 INFO O| Sep 18 16:42:59.110 INFO O| Planning: Fetching manifests: 6/6 100% complete
47632026-09-18T16:42:59.858Z[ host-image] Sep 18 16:42:59.127 INFO O| Sep 18 16:42:59.127 INFO O| Planning: Package planning ... Done
47642026-09-18T16:42:59.869Z[ host-image] Sep 18 16:42:59.129 INFO O| Sep 18 16:42:59.129 INFO O| Planning: Merging actions ... Done
47652026-09-18T16:42:59.873Z[verify-libraries] Compiling progenitor-impl v0.14.0
47662026-09-18T16:42:59.898Z[verify-libraries] Compiling rustc_version v0.1.7
47672026-09-18T16:42:59.916Z[ host-image] Sep 18 16:42:59.184 INFO O| Sep 18 16:42:59.184 INFO O| Planning: Checking for conflicting actions ... Done
47682026-09-18T16:42:59.919Z[ host-image] Sep 18 16:42:59.185 INFO O| Sep 18 16:42:59.185 INFO O| Planning: Consolidating action changes ... Done
47692026-09-18T16:42:59.978Z[verify-libraries] Compiling phf_shared v0.12.1
47702026-09-18T16:42:59.978Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47712026-09-18T16:43:00.003Z[ recovery-image] Sep 18 16:42:59.271 INFO O| Sep 18 16:42:59.271 INFO O| Startup: Caching catalogs ... Done
47722026-09-18T16:43:00.020Z[ recovery-image] Sep 18 16:42:59.290 INFO O| Sep 18 16:42:59.290 INFO O| Planning: Planning completed in 0.00 seconds
47732026-09-18T16:43:00.024Z[ recovery-image] Sep 18 16:42:59.290 INFO O| Sep 18 16:42:59.290 INFO O| Planning: Consolidating action changes ... Done
47742026-09-18T16:43:00.024Z[ recovery-image] Sep 18 16:42:59.290 INFO O| Sep 18 16:42:59.290 INFO O| Planning: Evaluating mediators ... Done
47752026-09-18T16:43:00.024Z[ recovery-image] Sep 18 16:42:59.290 INFO O| Sep 18 16:42:59.290 INFO O| Planning: Planning completed in 0.00 seconds
47762026-09-18T16:43:00.024Z[ recovery-image] Sep 18 16:42:59.290 INFO O| Sep 18 16:42:59.290 INFO O| Variants/Facets to change: 1
47772026-09-18T16:43:00.033Z[ recovery-image] Sep 18 16:42:59.303 INFO O| Sep 18 16:42:59.303 INFO O| Finalize: Updating package state database ... Done
47782026-09-18T16:43:00.033Z[ recovery-image] Sep 18 16:42:59.303 INFO O| Sep 18 16:42:59.303 INFO O| Finalize: Updating package cache ... Done
47792026-09-18T16:43:00.055Z[ host-image] Sep 18 16:42:59.324 INFO O| Sep 18 16:42:59.323 INFO O| Planning: Evaluating mediators ... Done
47802026-09-18T16:43:00.058Z[ host-image] Sep 18 16:42:59.325 INFO O| Sep 18 16:42:59.325 INFO O| Planning: Planning completed in 0.98 seconds
47812026-09-18T16:43:00.058Z[ host-image] Sep 18 16:42:59.325 INFO O| Sep 18 16:42:59.325 INFO O| Packages to install: 6
47822026-09-18T16:43:00.058Z[ host-image] Sep 18 16:42:59.325 INFO O| Sep 18 16:42:59.325 INFO O| Services to change: 2
47832026-09-18T16:43:00.067Z[ host-image] Sep 18 16:42:59.336 INFO O| Sep 18 16:42:59.336 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47842026-09-18T16:43:00.101Z[verify-libraries] Compiling hickory-resolver v0.24.4
47852026-09-18T16:43:00.121Z[ recovery-image] Sep 18 16:42:59.391 INFO O| Sep 18 16:42:59.390 INFO O| Finalize: Updating image state ... Done
47862026-09-18T16:43:00.140Z[ recovery-image] Sep 18 16:42:59.410 INFO O| Sep 18 16:42:59.410 INFO O| Finalize: Creating fast lookup database ... Done
47872026-09-18T16:43:00.144Z[ recovery-image] Sep 18 16:42:59.410 INFO O| Sep 18 16:42:59.410 INFO O| Finalize: Reading search index ... Done
47882026-09-18T16:43:00.144Z[ recovery-image] Sep 18 16:42:59.410 INFO O| Sep 18 16:42:59.410 INFO O| Finalize: Updating search index ... Done
47892026-09-18T16:43:00.144Z[ recovery-image] Sep 18 16:42:59.411 INFO O| Sep 18 16:42:59.411 INFO O| Finalize: Updating package cache ... Done
47902026-09-18T16:43:00.352Z[ host-image] Sep 18 16:42:59.621 INFO O| Sep 18 16:42:59.621 INFO O| Download: Completed 1.76 MB in 0.29 seconds (6.1M/s)
47912026-09-18T16:43:00.430Z[ host-image] Sep 18 16:42:59.700 INFO O| Sep 18 16:42:59.700 INFO O| Actions: 1/391 actions (Installing new actions)
47922026-09-18T16:43:00.472Z[verify-libraries] Compiling nibble_vec v0.1.0
47932026-09-18T16:43:00.510Z[ recovery-image] Sep 18 16:42:59.780 INFO O| Sep 18 16:42:59.780 INFO STEP 8 (pkg_change_facet) COMPLETE
47942026-09-18T16:43:00.511Z[ recovery-image] Sep 18 16:42:59.780 INFO O| Sep 18 16:42:59.780 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47952026-09-18T16:43:00.568Z[ host-image] Sep 18 16:42:59.837 INFO O| Sep 18 16:42:59.837 INFO O| Actions: Completed 391 actions in 0.14 seconds.
47962026-09-18T16:43:00.616Z[ host-image] Sep 18 16:42:59.885 INFO O| Sep 18 16:42:59.885 INFO O| Finalize: Updating package state database ... Done
47972026-09-18T16:43:00.616Z[ host-image] Sep 18 16:42:59.885 INFO O| Sep 18 16:42:59.885 INFO O| Finalize: Updating package cache ... Done
47982026-09-18T16:43:00.662Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47992026-09-18T16:43:00.666Z[verify-libraries] Compiling endian-type v0.1.2
48002026-09-18T16:43:00.736Z[ host-image] Sep 18 16:43:00.006 INFO O| Sep 18 16:43:00.006 INFO O| Finalize: Updating image state ... Done
48012026-09-18T16:43:00.776Z[verify-libraries] Compiling highway v1.3.0
48022026-09-18T16:43:00.829Z[verify-libraries] Compiling chrono-tz v0.10.4
48032026-09-18T16:43:00.852Z[ recovery-image] Sep 18 16:43:00.122 INFO O| Sep 18 16:43:00.122 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
48042026-09-18T16:43:00.879Z[verify-libraries] Compiling recursive v0.1.1
48052026-09-18T16:43:00.936Z[verify-libraries] Compiling radix_trie v0.2.1
48062026-09-18T16:43:01.064Z[verify-libraries] Compiling newtype_derive v0.1.6
48072026-09-18T16:43:01.110Z[verify-libraries] Compiling phf v0.12.1
48082026-09-18T16:43:01.232Z[verify-libraries] Compiling qorb v0.4.1
48092026-09-18T16:43:01.362Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
48102026-09-18T16:43:01.365Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48112026-09-18T16:43:01.423Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48122026-09-18T16:43:01.480Z[verify-libraries] Compiling peg-macros v0.8.5
48132026-09-18T16:43:01.800Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48142026-09-18T16:43:01.826Z[verify-libraries] Compiling winnow v0.6.26
48152026-09-18T16:43:01.901Z[verify-libraries] Compiling csv-core v0.1.13
48162026-09-18T16:43:01.956Z[ host-image] Sep 18 16:43:01.225 INFO O| Sep 18 16:43:01.225 INFO O| Finalize: Creating fast lookup database ... Done
48172026-09-18T16:43:02.008Z[ host-image] Sep 18 16:43:01.277 INFO O| Sep 18 16:43:01.277 INFO O| Finalize: Reading search index ... Done
48182026-09-18T16:43:02.008Z[ host-image] Sep 18 16:43:01.277 INFO O| Sep 18 16:43:01.277 INFO O| Finalize: Updating search index ... Done
48192026-09-18T16:43:02.023Z[ host-image] Sep 18 16:43:01.292 INFO O| Sep 18 16:43:01.292 INFO O| Finalize: Updating package cache ... Done
48202026-09-18T16:43:02.186Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48212026-09-18T16:43:02.241Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48222026-09-18T16:43:02.320Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48232026-09-18T16:43:02.346Z[ host-image] Sep 18 16:43:01.616 INFO O| Sep 18 16:43:01.616 INFO STEP 12 (pkg_install) COMPLETE
48242026-09-18T16:43:02.347Z[ host-image] Sep 18 16:43:01.616 INFO O| Sep 18 16:43:01.616 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-09-18T16:43:02.356Z[ host-image] Sep 18 16:43:01.626 INFO O| Sep 18 16:43:01.626 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-18T16:43:02.493Z[verify-libraries] Compiling home v0.5.12
48272026-09-18T16:43:02.688Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48282026-09-18T16:43:02.727Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48292026-09-18T16:43:02.756Z[verify-libraries] Compiling unicode_categories v0.1.1
48302026-09-18T16:43:02.760Z[verify-libraries] Compiling rustyline v14.0.0
48312026-09-18T16:43:02.822Z[verify-libraries] Compiling sqlparser v0.61.0
48322026-09-18T16:43:02.851Z[verify-libraries] Compiling const_format v0.2.35
48332026-09-18T16:43:02.928Z[verify-libraries] Compiling csv v1.4.0
48342026-09-18T16:43:02.989Z[verify-libraries] Compiling progenitor-macro v0.14.0
48352026-09-18T16:43:03.091Z[verify-libraries] Compiling peg v0.8.5
48362026-09-18T16:43:03.190Z[verify-libraries] Compiling bcs v0.1.6
48372026-09-18T16:43:03.227Z[verify-libraries] Compiling sqlformat v0.3.5
48382026-09-18T16:43:03.272Z[verify-libraries] Compiling nom v8.0.0
48392026-09-18T16:43:03.383Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48402026-09-18T16:43:03.483Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48412026-09-18T16:43:03.507Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48422026-09-18T16:43:03.532Z[ recovery-image] Sep 18 16:43:02.799 INFO O| Sep 18 16:43:02.799 INFO O| Startup: Refreshing catalog 'helios' ... Done
48432026-09-18T16:43:03.556Z[verify-libraries] Compiling steno v0.4.1
48442026-09-18T16:43:03.588Z[verify-libraries] Compiling sha1 v0.10.6
48452026-09-18T16:43:03.657Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48462026-09-18T16:43:03.685Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48472026-09-18T16:43:04.021Z[verify-libraries] Compiling utf-8 v0.7.6
48482026-09-18T16:43:04.104Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48492026-09-18T16:43:04.115Z[ recovery-image] Sep 18 16:43:03.385 INFO O| Sep 18 16:43:03.385 INFO O| Startup: Caching catalogs ... Done
48502026-09-18T16:43:04.135Z[ recovery-image] Sep 18 16:43:03.404 INFO O| Sep 18 16:43:03.404 INFO O| Planning: Planning completed in 0.00 seconds
48512026-09-18T16:43:04.138Z[ recovery-image] Sep 18 16:43:03.404 INFO O| Sep 18 16:43:03.404 INFO O| Planning: Consolidating action changes ... Done
48522026-09-18T16:43:04.138Z[ recovery-image] Sep 18 16:43:03.404 INFO O| Sep 18 16:43:03.404 INFO O| Planning: Evaluating mediators ... Done
48532026-09-18T16:43:04.138Z[ recovery-image] Sep 18 16:43:03.405 INFO O| Sep 18 16:43:03.405 INFO O| Planning: Planning completed in 0.00 seconds
48542026-09-18T16:43:04.138Z[ recovery-image] Sep 18 16:43:03.405 INFO O| Sep 18 16:43:03.405 INFO O| Variants/Facets to change: 1
48552026-09-18T16:43:04.162Z[ recovery-image] Sep 18 16:43:03.431 INFO O| Sep 18 16:43:03.431 INFO O| Finalize: Updating package state database ... Done
48562026-09-18T16:43:04.162Z[ recovery-image] Sep 18 16:43:03.431 INFO O| Sep 18 16:43:03.431 INFO O| Finalize: Updating package cache ... Done
48572026-09-18T16:43:04.249Z[ recovery-image] Sep 18 16:43:03.518 INFO O| Sep 18 16:43:03.518 INFO O| Finalize: Updating image state ... Done
48582026-09-18T16:43:04.267Z[ recovery-image] Sep 18 16:43:03.537 INFO O| Sep 18 16:43:03.536 INFO O| Finalize: Creating fast lookup database ... Done
48592026-09-18T16:43:04.271Z[ recovery-image] Sep 18 16:43:03.537 INFO O| Sep 18 16:43:03.537 INFO O| Finalize: Reading search index ... Done
48602026-09-18T16:43:04.271Z[ recovery-image] Sep 18 16:43:03.537 INFO O| Sep 18 16:43:03.537 INFO O| Finalize: Updating search index ... Done
48612026-09-18T16:43:04.271Z[ recovery-image] Sep 18 16:43:03.538 INFO O| Sep 18 16:43:03.538 INFO O| Finalize: Updating package cache ... Done
48622026-09-18T16:43:04.299Z[verify-libraries] Compiling libefi-sys v0.1.0
48632026-09-18T16:43:04.299Z[verify-libraries] Compiling tagptr v0.2.0
48642026-09-18T16:43:04.352Z[verify-libraries] Compiling bitfield-struct v0.6.2
48652026-09-18T16:43:04.409Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48662026-09-18T16:43:04.470Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48672026-09-18T16:43:04.537Z[verify-libraries] Compiling moka v0.12.13
48682026-09-18T16:43:04.567Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48692026-09-18T16:43:04.570Z[verify-libraries] Compiling xshell-macros v0.2.7
48702026-09-18T16:43:04.597Z[ recovery-image] Sep 18 16:43:03.863 INFO O| Sep 18 16:43:03.863 INFO STEP 9 (pkg_change_facet) COMPLETE
48712026-09-18T16:43:04.597Z[ recovery-image] Sep 18 16:43:03.863 INFO O| Sep 18 16:43:03.863 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-09-18T16:43:04.647Z[verify-libraries] Compiling tungstenite v0.21.0
48732026-09-18T16:43:04.831Z[verify-libraries] Compiling object v0.39.1
48742026-09-18T16:43:04.880Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48752026-09-18T16:43:04.922Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48762026-09-18T16:43:04.957Z[ recovery-image] Sep 18 16:43:04.226 INFO O| Sep 18 16:43:04.226 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48772026-09-18T16:43:04.993Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48782026-09-18T16:43:05.063Z[ host-image] Sep 18 16:43:04.333 INFO O| Sep 18 16:43:04.333 INFO O| Startup: Refreshing catalog 'helios' ... Done
48792026-09-18T16:43:05.095Z[verify-libraries] Compiling xshell v0.2.7
48802026-09-18T16:43:05.130Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
48812026-09-18T16:43:05.211Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48822026-09-18T16:43:05.264Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48832026-09-18T16:43:05.331Z[verify-libraries] Compiling hickory-resolver v0.25.2
48842026-09-18T16:43:05.438Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
48852026-09-18T16:43:05.591Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48862026-09-18T16:43:05.628Z[verify-libraries] Compiling path-slash v0.2.1
48872026-09-18T16:43:05.659Z[verify-libraries] Compiling half v1.8.3
48882026-09-18T16:43:05.699Z[ host-image] Sep 18 16:43:04.968 INFO O| Sep 18 16:43:04.968 INFO O| Startup: Caching catalogs ... Done
48892026-09-18T16:43:05.713Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48902026-09-18T16:43:05.752Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
48912026-09-18T16:43:05.887Z[verify-libraries] Compiling serde_cbor v0.11.2
48922026-09-18T16:43:06.076Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48932026-09-18T16:43:06.189Z[verify-libraries] Compiling libscf-sys v1.2.0
48942026-09-18T16:43:06.256Z[verify-libraries] Compiling subprocess v0.2.15
48952026-09-18T16:43:06.320Z[verify-libraries] Compiling papergrid v0.18.0
48962026-09-18T16:43:06.421Z[ host-image] Sep 18 16:43:05.690 INFO O| Sep 18 16:43:05.690 INFO O| Planning: Solver setup ... Done
48972026-09-18T16:43:06.427Z[ host-image] Sep 18 16:43:05.697 INFO O| Sep 18 16:43:05.697 INFO O| Planning: Running solver ... Done
48982026-09-18T16:43:06.448Z[ host-image] Sep 18 16:43:05.718 INFO O| Sep 18 16:43:05.718 INFO O| Planning: Finding local manifests ... Done
48992026-09-18T16:43:06.453Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49002026-09-18T16:43:06.480Z[ host-image] Sep 18 16:43:05.749 INFO O| Sep 18 16:43:05.749 INFO O| Planning: Fetching manifests: 0/6 0% complete
49012026-09-18T16:43:06.509Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49022026-09-18T16:43:06.567Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49032026-09-18T16:43:06.616Z[ host-image] Sep 18 16:43:05.885 INFO O| Sep 18 16:43:05.885 INFO O| Planning: Fetching manifests: 6/6 100% complete
49042026-09-18T16:43:06.648Z[ host-image] Sep 18 16:43:05.917 INFO O| Sep 18 16:43:05.917 INFO O| Planning: Package planning ... Done
49052026-09-18T16:43:06.657Z[ host-image] Sep 18 16:43:05.926 INFO O| Sep 18 16:43:05.926 INFO O| Planning: Merging actions ... Done
49062026-09-18T16:43:06.674Z[verify-libraries] Compiling headers-core v0.3.0
49072026-09-18T16:43:06.708Z[ host-image] Sep 18 16:43:05.977 INFO O| Sep 18 16:43:05.977 INFO O| Planning: Checking for conflicting actions ... Done
49082026-09-18T16:43:06.711Z[ host-image] Sep 18 16:43:05.980 INFO O| Sep 18 16:43:05.980 INFO O| Planning: Consolidating action changes ... Done
49092026-09-18T16:43:06.891Z[ host-image] Sep 18 16:43:06.160 INFO O| Sep 18 16:43:06.160 INFO O| Planning: Evaluating mediators ... Done
49102026-09-18T16:43:06.894Z[ host-image] Sep 18 16:43:06.163 INFO O| Sep 18 16:43:06.163 INFO O| Planning: Planning completed in 1.16 seconds
49112026-09-18T16:43:06.894Z[ host-image] Sep 18 16:43:06.163 INFO O| Sep 18 16:43:06.163 INFO O| Packages to install: 6
49122026-09-18T16:43:06.894Z[ host-image] Sep 18 16:43:06.163 INFO O| Sep 18 16:43:06.163 INFO O| Mediators to change: 1
49132026-09-18T16:43:06.894Z[ host-image] Sep 18 16:43:06.164 INFO O| Sep 18 16:43:06.163 INFO O| Services to change: 1
49142026-09-18T16:43:06.907Z[ host-image] Sep 18 16:43:06.175 INFO O| Sep 18 16:43:06.175 INFO O| Download: 0/1149 items 0.0/7.8MB 0% complete
49152026-09-18T16:43:06.926Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49162026-09-18T16:43:06.948Z[verify-libraries] Compiling unicase v2.9.0
49172026-09-18T16:43:07.144Z[verify-libraries] Compiling headers v0.4.1
49182026-09-18T16:43:07.226Z[verify-libraries] Compiling darling_core v0.21.3
49192026-09-18T16:43:07.409Z[verify-libraries] Compiling maplit v1.0.2
49202026-09-18T16:43:07.539Z[verify-libraries] Compiling tabled v0.21.0
49212026-09-18T16:43:07.604Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49222026-09-18T16:43:07.669Z[ recovery-image] Sep 18 16:43:06.939 INFO O| Sep 18 16:43:06.939 INFO O| Startup: Refreshing catalog 'helios' ... Done
49232026-09-18T16:43:07.677Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49242026-09-18T16:43:07.979Z[verify-libraries] Compiling yasna v0.5.2
49252026-09-18T16:43:08.043Z[ host-image] Sep 18 16:43:07.313 INFO O| Sep 18 16:43:07.313 INFO O| Download: Completed 7.83 MB in 1.14 seconds (6.9M/s)
49262026-09-18T16:43:08.091Z[ host-image] Sep 18 16:43:07.361 INFO O| Sep 18 16:43:07.361 INFO O| Actions: 1/1366 actions (Installing new actions)
49272026-09-18T16:43:08.229Z[verify-libraries] Compiling crc8 v0.1.1
49282026-09-18T16:43:08.235Z[ recovery-image] Sep 18 16:43:07.504 INFO O| Sep 18 16:43:07.504 INFO O| Startup: Caching catalogs ... Done
49292026-09-18T16:43:08.254Z[ recovery-image] Sep 18 16:43:07.523 INFO O| Sep 18 16:43:07.523 INFO O| Planning: Planning completed in 0.00 seconds
49302026-09-18T16:43:08.258Z[ recovery-image] Sep 18 16:43:07.523 INFO O| Sep 18 16:43:07.523 INFO O| Planning: Consolidating action changes ... Done
49312026-09-18T16:43:08.258Z[ recovery-image] Sep 18 16:43:07.524 INFO O| Sep 18 16:43:07.524 INFO O| Planning: Evaluating mediators ... Done
49322026-09-18T16:43:08.258Z[ recovery-image] Sep 18 16:43:07.524 INFO O| Sep 18 16:43:07.524 INFO O| Planning: Planning completed in 0.00 seconds
49332026-09-18T16:43:08.258Z[ recovery-image] Sep 18 16:43:07.524 INFO O| Sep 18 16:43:07.524 INFO O| Variants/Facets to change: 1
49342026-09-18T16:43:08.276Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
49352026-09-18T16:43:08.281Z[ recovery-image] Sep 18 16:43:07.550 INFO O| Sep 18 16:43:07.550 INFO O| Finalize: Updating package state database ... Done
49362026-09-18T16:43:08.281Z[ recovery-image] Sep 18 16:43:07.550 INFO O| Sep 18 16:43:07.550 INFO O| Finalize: Updating package cache ... Done
49372026-09-18T16:43:08.328Z[ host-image] Sep 18 16:43:07.597 INFO O| Sep 18 16:43:07.597 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
49382026-09-18T16:43:08.338Z[verify-libraries] Compiling vergen-lib v0.1.6
49392026-09-18T16:43:08.368Z[ recovery-image] Sep 18 16:43:07.638 INFO O| Sep 18 16:43:07.638 INFO O| Finalize: Updating image state ... Done
49402026-09-18T16:43:08.378Z[ host-image] Sep 18 16:43:07.648 INFO O| Sep 18 16:43:07.648 INFO O| Finalize: Updating package state database ... Done
49412026-09-18T16:43:08.379Z[ host-image] Sep 18 16:43:07.648 INFO O| Sep 18 16:43:07.648 INFO O| Finalize: Updating package cache ... Done
49422026-09-18T16:43:08.390Z[ recovery-image] Sep 18 16:43:07.659 INFO O| Sep 18 16:43:07.659 INFO O| Finalize: Creating fast lookup database ... Done
49432026-09-18T16:43:08.394Z[ recovery-image] Sep 18 16:43:07.660 INFO O| Sep 18 16:43:07.660 INFO O| Finalize: Reading search index ... Done
49442026-09-18T16:43:08.394Z[ recovery-image] Sep 18 16:43:07.660 INFO O| Sep 18 16:43:07.660 INFO O| Finalize: Updating search index ... Done
49452026-09-18T16:43:08.394Z[ recovery-image] Sep 18 16:43:07.661 INFO O| Sep 18 16:43:07.661 INFO O| Finalize: Updating package cache ... Done
49462026-09-18T16:43:08.437Z[verify-libraries] Compiling diesel_derives v2.3.7
49472026-09-18T16:43:08.487Z[ host-image] Sep 18 16:43:07.757 INFO O| Sep 18 16:43:07.756 INFO O| Finalize: Updating image state ... Done
49482026-09-18T16:43:08.585Z[verify-libraries] Compiling progenitor v0.14.0
49492026-09-18T16:43:08.668Z[verify-libraries] Compiling rcgen v0.12.1
49502026-09-18T16:43:08.703Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49512026-09-18T16:43:08.756Z[ recovery-image] Sep 18 16:43:08.023 INFO O| Sep 18 16:43:08.023 INFO STEP 10 (pkg_change_facet) COMPLETE
49522026-09-18T16:43:08.757Z[ recovery-image] Sep 18 16:43:08.023 INFO O| Sep 18 16:43:08.023 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-09-18T16:43:08.769Z[ recovery-image] Sep 18 16:43:08.037 INFO O| Sep 18 16:43:08.033 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"]
49542026-09-18T16:43:08.833Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49552026-09-18T16:43:08.870Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
49562026-09-18T16:43:09.271Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49572026-09-18T16:43:09.315Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49582026-09-18T16:43:09.464Z[ host-image] Sep 18 16:43:08.733 INFO O| Sep 18 16:43:08.733 INFO O| Finalize: Creating fast lookup database ... Done
49592026-09-18T16:43:09.494Z[ host-image] Sep 18 16:43:08.764 INFO O| Sep 18 16:43:08.764 INFO O| Finalize: Reading search index ... Done
49602026-09-18T16:43:09.495Z[ host-image] Sep 18 16:43:08.764 INFO O| Sep 18 16:43:08.764 INFO O| Finalize: Updating search index ... Done
49612026-09-18T16:43:09.528Z[ host-image] Sep 18 16:43:08.797 INFO O| Sep 18 16:43:08.797 INFO O| Finalize: Updating package cache ... Done
49622026-09-18T16:43:09.627Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49632026-09-18T16:43:09.717Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49642026-09-18T16:43:09.840Z[ host-image] Sep 18 16:43:09.110 INFO O| Sep 18 16:43:09.110 INFO STEP 13 (pkg_install) COMPLETE
49652026-09-18T16:43:09.840Z[ host-image] Sep 18 16:43:09.110 INFO O| Sep 18 16:43:09.110 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49662026-09-18T16:43:09.854Z[ host-image] Sep 18 16:43:09.124 INFO O| Sep 18 16:43:09.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49672026-09-18T16:43:09.999Z[verify-libraries] Compiling darling_macro v0.21.3
49682026-09-18T16:43:10.139Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
49692026-09-18T16:43:10.180Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49702026-09-18T16:43:10.288Z[verify-libraries] Compiling port-file v0.1.0
49712026-09-18T16:43:10.398Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49722026-09-18T16:43:10.441Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49732026-09-18T16:43:10.468Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49742026-09-18T16:43:10.559Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49752026-09-18T16:43:10.629Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49762026-09-18T16:43:10.679Z[verify-libraries] Compiling darling v0.21.3
49772026-09-18T16:43:10.772Z[verify-libraries] Compiling r2d2 v0.8.10
49782026-09-18T16:43:10.853Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49792026-09-18T16:43:10.876Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49802026-09-18T16:43:10.879Z[verify-libraries] Compiling digest-io v0.1.0
49812026-09-18T16:43:11.064Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49822026-09-18T16:43:11.134Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49832026-09-18T16:43:11.190Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49842026-09-18T16:43:11.322Z[verify-libraries] Compiling cpubits v0.1.1
49852026-09-18T16:43:11.374Z[verify-libraries] Compiling downcast-rs v2.0.2
49862026-09-18T16:43:11.378Z[verify-libraries] Compiling crunchy v0.2.4
49872026-09-18T16:43:11.583Z[verify-libraries] Compiling rawzip v0.4.4
49882026-09-18T16:43:11.612Z[ recovery-image] Sep 18 16:43:10.878 INFO O| Sep 18 16:43:10.875 INFO O| Startup: Refreshing catalog 'helios' ... Done
49892026-09-18T16:43:11.622Z[verify-libraries] Compiling dirs-next v2.0.0
49902026-09-18T16:43:11.808Z[verify-libraries] Compiling clang-sys v1.8.1
49912026-09-18T16:43:11.877Z[verify-libraries] Compiling ignore v0.4.25
49922026-09-18T16:43:11.977Z[verify-libraries] Compiling anstyle-parse v0.2.7
49932026-09-18T16:43:12.197Z[verify-libraries] Compiling tiny-keccak v2.0.2
49942026-09-18T16:43:12.289Z[ recovery-image] Sep 18 16:43:11.551 INFO O| Sep 18 16:43:11.551 INFO O| Startup: Caching catalogs ... Done
49952026-09-18T16:43:12.361Z[verify-libraries] Compiling anstream v0.6.21
49962026-09-18T16:43:12.433Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49972026-09-18T16:43:12.609Z[verify-libraries] Compiling globwalk v0.9.1
49982026-09-18T16:43:12.613Z[verify-libraries] Compiling term v0.7.0
49992026-09-18T16:43:12.670Z[ host-image] Sep 18 16:43:11.939 INFO O| Sep 18 16:43:11.939 INFO O| Startup: Refreshing catalog 'helios' ... Done
50002026-09-18T16:43:12.699Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50012026-09-18T16:43:12.759Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50022026-09-18T16:43:12.825Z[verify-libraries] Compiling predicates-tree v1.0.13
50032026-09-18T16:43:12.908Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50042026-09-18T16:43:12.974Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50052026-09-18T16:43:13.069Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
50062026-09-18T16:43:13.207Z[verify-libraries] Compiling rand_seeder v0.4.0
50072026-09-18T16:43:13.266Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
50082026-09-18T16:43:13.308Z[verify-libraries] Compiling diff v0.1.13
50092026-09-18T16:43:13.312Z[verify-libraries] Compiling bit-vec v0.6.3
50102026-09-18T16:43:13.323Z[ host-image] Sep 18 16:43:12.593 INFO O| Sep 18 16:43:12.593 INFO O| Startup: Caching catalogs ... Done
50112026-09-18T16:43:13.394Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
50122026-09-18T16:43:13.439Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50132026-09-18T16:43:13.523Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50142026-09-18T16:43:13.530Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50152026-09-18T16:43:13.572Z[verify-libraries] Compiling bit-set v0.5.3
50162026-09-18T16:43:13.731Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50172026-09-18T16:43:13.890Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50182026-09-18T16:43:13.948Z[verify-libraries] Compiling ascii-canvas v3.0.0
50192026-09-18T16:43:13.992Z[ host-image] Sep 18 16:43:13.262 INFO O| Sep 18 16:43:13.261 INFO O| Planning: Solver setup ... Done
50202026-09-18T16:43:13.997Z[ host-image] Sep 18 16:43:13.267 INFO O| Sep 18 16:43:13.267 INFO O| Planning: Running solver ... Done
50212026-09-18T16:43:14.016Z[ host-image] Sep 18 16:43:13.285 INFO O| Sep 18 16:43:13.285 INFO O| Planning: Finding local manifests ... Done
50222026-09-18T16:43:14.041Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50232026-09-18T16:43:14.067Z[ host-image] Sep 18 16:43:13.337 INFO O| Sep 18 16:43:13.337 INFO O| Planning: Fetching manifests: 0/1 0% complete
50242026-09-18T16:43:14.091Z[ host-image] Sep 18 16:43:13.361 INFO O| Sep 18 16:43:13.361 INFO O| Planning: Fetching manifests: 1/1 100% complete
50252026-09-18T16:43:14.108Z[ host-image] Sep 18 16:43:13.377 INFO O| Sep 18 16:43:13.377 INFO O| Planning: Package planning ... Done
50262026-09-18T16:43:14.108Z[ host-image] Sep 18 16:43:13.377 INFO O| Sep 18 16:43:13.377 INFO O| Planning: Merging actions ... Done
50272026-09-18T16:43:14.147Z[ host-image] Sep 18 16:43:13.415 INFO O| Sep 18 16:43:13.415 INFO O| Planning: Checking for conflicting actions ... Done
50282026-09-18T16:43:14.151Z[ host-image] Sep 18 16:43:13.415 INFO O| Sep 18 16:43:13.415 INFO O| Planning: Consolidating action changes ... Done
50292026-09-18T16:43:14.288Z[ host-image] Sep 18 16:43:13.557 INFO O| Sep 18 16:43:13.557 INFO O| Planning: Evaluating mediators ... Done
50302026-09-18T16:43:14.292Z[ host-image] Sep 18 16:43:13.558 INFO O| Sep 18 16:43:13.558 INFO O| Planning: Planning completed in 0.95 seconds
50312026-09-18T16:43:14.292Z[ host-image] Sep 18 16:43:13.558 INFO O| Sep 18 16:43:13.558 INFO O| Packages to install: 1
50322026-09-18T16:43:14.300Z[ host-image] Sep 18 16:43:13.569 INFO O| Sep 18 16:43:13.569 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50332026-09-18T16:43:14.340Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
50342026-09-18T16:43:14.399Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50352026-09-18T16:43:14.514Z[verify-libraries] Compiling itertools v0.10.5
50362026-09-18T16:43:14.580Z[verify-libraries] Compiling ena v0.14.4
50372026-09-18T16:43:14.623Z[verify-libraries] Compiling libloading v0.8.9
50382026-09-18T16:43:14.765Z[verify-libraries] Compiling bindgen v0.71.1
50392026-09-18T16:43:14.813Z[verify-libraries] Compiling regex-syntax v0.6.29
50402026-09-18T16:43:14.840Z[ host-image] Sep 18 16:43:14.107 INFO O| Sep 18 16:43:14.107 INFO O| Download: Completed 13.27 MB in 0.54 seconds (24.7M/s)
50412026-09-18T16:43:14.871Z[ host-image] Sep 18 16:43:14.140 INFO O| Sep 18 16:43:14.140 INFO O| Actions: 1/22 actions (Installing new actions)
50422026-09-18T16:43:14.992Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50432026-09-18T16:43:15.188Z[ host-image] Sep 18 16:43:14.458 INFO O| Sep 18 16:43:14.458 INFO O| Actions: Completed 22 actions in 0.32 seconds.
50442026-09-18T16:43:15.235Z[ host-image] Sep 18 16:43:14.504 INFO O| Sep 18 16:43:14.504 INFO O| Finalize: Updating package state database ... Done
50452026-09-18T16:43:15.235Z[ host-image] Sep 18 16:43:14.504 INFO O| Sep 18 16:43:14.504 INFO O| Finalize: Updating package cache ... Done
50462026-09-18T16:43:15.352Z[ host-image] Sep 18 16:43:14.622 INFO O| Sep 18 16:43:14.622 INFO O| Finalize: Updating image state ... Done
50472026-09-18T16:43:15.383Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50482026-09-18T16:43:15.582Z[ recovery-image] Sep 18 16:43:14.851 INFO O| Sep 18 16:43:14.851 INFO O| Planning: Solver setup ... Done
50492026-09-18T16:43:15.715Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50502026-09-18T16:43:15.910Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50512026-09-18T16:43:15.982Z[ recovery-image] Sep 18 16:43:15.252 INFO O| Sep 18 16:43:15.252 INFO O| Planning: Running solver ... Done
50522026-09-18T16:43:16.045Z[ recovery-image] Sep 18 16:43:15.313 INFO O| Sep 18 16:43:15.313 INFO O| Planning: Finding local manifests ... Done
50532026-09-18T16:43:16.096Z[ recovery-image] Sep 18 16:43:15.366 INFO O| Sep 18 16:43:15.366 INFO O| Planning: Fetching manifests: 0/130 0% complete
50542026-09-18T16:43:16.424Z[ host-image] Sep 18 16:43:15.692 INFO O| Sep 18 16:43:15.692 INFO O| Finalize: Creating fast lookup database ... Done
50552026-09-18T16:43:16.456Z[ host-image] Sep 18 16:43:15.726 INFO O| Sep 18 16:43:15.726 INFO O| Finalize: Reading search index ... Done
50562026-09-18T16:43:16.457Z[ host-image] Sep 18 16:43:15.726 INFO O| Sep 18 16:43:15.726 INFO O| Finalize: Updating search index ... Done
50572026-09-18T16:43:16.468Z[ host-image] Sep 18 16:43:15.738 INFO O| Sep 18 16:43:15.738 INFO O| Finalize: Updating package cache ... Done
50582026-09-18T16:43:16.716Z[verify-libraries] Compiling lalrpop v0.19.12
50592026-09-18T16:43:16.813Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 14 (pkg_install) COMPLETE
50602026-09-18T16:43:16.813Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50612026-09-18T16:43:16.813Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "mbist" is not enabled
50622026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50632026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "mfg" is not enabled
50642026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50652026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "compliance" is not enabled
50662026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50672026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "stress" is not enabled
50682026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50692026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "compliance" is not enabled
50702026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50712026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO skip step because feature "nfs" is not enabled
50722026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50732026-09-18T16:43:16.817Z[ host-image] Sep 18 16:43:16.082 INFO O| Sep 18 16:43:16.082 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50742026-09-18T16:43:16.888Z[ host-image] Sep 18 16:43:16.155 INFO O| Sep 18 16:43:16.155 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50752026-09-18T16:43:17.053Z[ host-image] Sep 18 16:43:16.323 INFO O| Sep 18 16:43:16.323 INFO completed processing sled/ramdisk-01-os
50762026-09-18T16:43:17.057Z[ host-image] Sep 18 16:43:16.325 INFO omicron1 baseline generation...
50772026-09-18T16:43:17.057Z[ host-image] Sep 18 16:43:16.325 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50782026-09-18T16:43:17.200Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50792026-09-18T16:43:17.266Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50802026-09-18T16:43:17.374Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50812026-09-18T16:43:17.445Z[ host-image] Sep 18 16:43:16.715 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24263:20260915T143145Z
50822026-09-18T16:43:17.677Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50832026-09-18T16:43:17.727Z[verify-libraries] Compiling diesel v2.3.7
50842026-09-18T16:43:18.644Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50852026-09-18T16:43:18.684Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50862026-09-18T16:43:18.997Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50872026-09-18T16:43:19.159Z[verify-libraries] Compiling cexpr v0.6.0
50882026-09-18T16:43:19.235Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50892026-09-18T16:43:19.302Z[verify-libraries] Compiling rustc-hash v2.1.1
50902026-09-18T16:43:19.481Z[verify-libraries] Compiling rfc6979 v0.4.0
50912026-09-18T16:43:19.701Z[verify-libraries] Compiling libxml v0.3.3
50922026-09-18T16:43:19.807Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50932026-09-18T16:43:19.895Z[ recovery-image] Sep 18 16:43:19.164 INFO O| Sep 18 16:43:19.164 INFO O| Planning: Fetching manifests: 130/130 100% complete
50942026-09-18T16:43:19.912Z[verify-libraries] Compiling ecdsa v0.16.9
50952026-09-18T16:43:20.083Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50962026-09-18T16:43:20.196Z[verify-libraries] Compiling primeorder v0.13.6
50972026-09-18T16:43:20.251Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50982026-09-18T16:43:20.394Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50992026-09-18T16:43:20.425Z[verify-libraries] Compiling strum_macros v0.24.3
51002026-09-18T16:43:20.450Z[ recovery-image] Sep 18 16:43:19.719 INFO O| Sep 18 16:43:19.719 INFO O| Planning: Package planning ... Done
51012026-09-18T16:43:20.491Z[verify-libraries] Compiling hashbrown v0.14.5
51022026-09-18T16:43:20.549Z[verify-libraries] Compiling universal-hash v0.6.1
51032026-09-18T16:43:20.577Z[verify-libraries] Compiling fxhash v0.2.1
51042026-09-18T16:43:20.601Z[ recovery-image] Sep 18 16:43:19.870 INFO O| Sep 18 16:43:19.870 INFO O| Planning: Merging actions ... Done
51052026-09-18T16:43:20.669Z[ recovery-image] Sep 18 16:43:19.939 INFO O| Sep 18 16:43:19.939 INFO O| Planning: Checking for conflicting actions ... Done
51062026-09-18T16:43:20.744Z[verify-libraries] Compiling indoc v1.0.9
51072026-09-18T16:43:20.744Z[ recovery-image] Sep 18 16:43:20.014 INFO O| Sep 18 16:43:20.013 INFO O| Planning: Consolidating action changes ... Done
51082026-09-18T16:43:20.799Z[verify-libraries] Compiling salty v0.3.0
51092026-09-18T16:43:20.805Z[verify-libraries] Compiling knus-derive v3.4.0
51102026-09-18T16:43:20.880Z[ recovery-image] Sep 18 16:43:20.149 INFO O| Sep 18 16:43:20.148 INFO O| Planning: Evaluating mediators ... Done
51112026-09-18T16:43:21.158Z[verify-libraries] Compiling chumsky v0.9.3
51122026-09-18T16:43:21.274Z[verify-libraries] Compiling p384 v0.13.1
51132026-09-18T16:43:21.392Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51142026-09-18T16:43:21.424Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51152026-09-18T16:43:21.708Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51162026-09-18T16:43:22.016Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51172026-09-18T16:43:22.175Z[verify-libraries] Compiling oso-derive v0.27.3
51182026-09-18T16:43:22.277Z[verify-libraries] Compiling quick-xml v0.37.5
51192026-09-18T16:43:22.437Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51202026-09-18T16:43:22.470Z[ recovery-image] Sep 18 16:43:21.734 INFO O| Sep 18 16:43:21.733 INFO O| Planning: Planning completed in 10.16 seconds
51212026-09-18T16:43:22.473Z[ recovery-image] Sep 18 16:43:21.739 INFO O| Sep 18 16:43:21.735 INFO O| Packages to install: 130
51222026-09-18T16:43:22.473Z[ recovery-image] Sep 18 16:43:21.739 INFO O| Sep 18 16:43:21.736 INFO O| Mediators to change: 5
51232026-09-18T16:43:22.473Z[ recovery-image] Sep 18 16:43:21.739 INFO O| Sep 18 16:43:21.736 INFO O| Services to change: 5
51242026-09-18T16:43:22.495Z[ recovery-image] Sep 18 16:43:21.764 INFO O| Sep 18 16:43:21.764 INFO O| Download: 0/16788 items 0.0/202.0MB 0% complete
51252026-09-18T16:43:22.560Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51262026-09-18T16:43:22.652Z[verify-libraries] Compiling openssl-probe v0.1.6
51272026-09-18T16:43:22.812Z[verify-libraries] Compiling knus v3.4.0
51282026-09-18T16:43:22.896Z[verify-libraries] Compiling polyval v0.7.1
51292026-09-18T16:43:22.993Z[verify-libraries] Compiling der v0.8.0
51302026-09-18T16:43:23.047Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51312026-09-18T16:43:23.190Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
51322026-09-18T16:43:23.258Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51332026-09-18T16:43:23.414Z[verify-libraries] Compiling git-stub v1.0.0
51342026-09-18T16:43:23.811Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51352026-09-18T16:43:23.838Z[verify-libraries] Compiling kstat-rs v0.2.5
51362026-09-18T16:43:23.869Z[verify-libraries] Compiling trait-variant v0.1.2
51372026-09-18T16:43:23.895Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
51382026-09-18T16:43:24.120Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51392026-09-18T16:43:24.187Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51402026-09-18T16:43:24.305Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51412026-09-18T16:43:24.308Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
51422026-09-18T16:43:24.377Z[verify-libraries] Compiling ghash v0.6.0
51432026-09-18T16:43:24.422Z[verify-libraries] Compiling crypto-bigint v0.7.5
51442026-09-18T16:43:24.570Z[verify-libraries] Compiling aes v0.9.1
51452026-09-18T16:43:24.606Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51462026-09-18T16:43:24.696Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51472026-09-18T16:43:24.762Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51482026-09-18T16:43:25.064Z[verify-libraries] Compiling pbkdf2 v0.13.0
51492026-09-18T16:43:25.121Z[verify-libraries] Compiling ctr v0.10.1
51502026-09-18T16:43:25.205Z[verify-libraries] Compiling bb8 v0.8.6
51512026-09-18T16:43:25.319Z[verify-libraries] Compiling aead v0.6.1
51522026-09-18T16:43:25.430Z[verify-libraries] Compiling parking_lot_core v0.8.6
51532026-09-18T16:43:25.529Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51542026-09-18T16:43:25.604Z[verify-libraries] Compiling aes-gcm v0.11.0
51552026-09-18T16:43:25.814Z[verify-libraries] Compiling spki v0.8.0
51562026-09-18T16:43:25.852Z[verify-libraries] Compiling mime_guess v2.0.5
51572026-09-18T16:43:25.903Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51582026-09-18T16:43:25.956Z[verify-libraries] Compiling salsa20 v0.11.0
51592026-09-18T16:43:26.085Z[verify-libraries] Compiling nanorand v0.7.0
51602026-09-18T16:43:26.191Z[verify-libraries] Compiling scrypt v0.12.0
51612026-09-18T16:43:26.317Z[verify-libraries] Compiling flume v0.11.1
51622026-09-18T16:43:26.403Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51632026-09-18T16:43:26.478Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51642026-09-18T16:43:26.508Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51652026-09-18T16:43:26.602Z[verify-libraries] Compiling cbc v0.2.1
51662026-09-18T16:43:26.639Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51672026-09-18T16:43:26.708Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51682026-09-18T16:43:26.817Z[verify-libraries] Compiling http-range v0.1.5
51692026-09-18T16:43:26.852Z[verify-libraries] Compiling corncobs v0.1.4
51702026-09-18T16:43:26.964Z[verify-libraries] Compiling nonempty v0.12.0
51712026-09-18T16:43:27.089Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51722026-09-18T16:43:27.148Z[verify-libraries] Compiling pkcs5 v0.8.1
51732026-09-18T16:43:27.185Z[verify-libraries] Compiling parking_lot v0.11.2
51742026-09-18T16:43:27.242Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51752026-09-18T16:43:27.323Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51762026-09-18T16:43:27.380Z[verify-libraries] Compiling prefix-trie v0.7.0
51772026-09-18T16:43:27.495Z[ recovery-image] Sep 18 16:43:26.765 INFO O| Sep 18 16:43:26.765 INFO O| Download: 6663/16788 items 69.5/202.0MB 34% complete (14.0M/s)
51782026-09-18T16:43:27.578Z[verify-libraries] Compiling secrecy v0.8.0
51792026-09-18T16:43:27.631Z[verify-libraries] Compiling pkcs8 v0.11.0
51802026-09-18T16:43:27.764Z[verify-libraries] Compiling hickory-server v0.25.2
51812026-09-18T16:43:27.804Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51822026-09-18T16:43:27.859Z[verify-libraries] Compiling sled v0.34.7
51832026-09-18T16:43:27.862Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51842026-09-18T16:43:28.032Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51852026-09-18T16:43:28.173Z[verify-libraries] Compiling ff v0.14.0
51862026-09-18T16:43:28.405Z[verify-libraries] Compiling libz-sys v1.1.24
51872026-09-18T16:43:28.434Z[verify-libraries] Compiling group v0.14.0
51882026-09-18T16:43:28.500Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51892026-09-18T16:43:28.537Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51902026-09-18T16:43:28.745Z[verify-libraries] Compiling signature v3.0.0
51912026-09-18T16:43:28.967Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51922026-09-18T16:43:28.970Z[verify-libraries] Compiling base16ct v1.0.0
51932026-09-18T16:43:29.047Z[verify-libraries] Compiling instability v0.3.11
51942026-09-18T16:43:29.095Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
51952026-09-18T16:43:29.256Z[verify-libraries] Compiling sec1 v0.8.1
51962026-09-18T16:43:29.325Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51972026-09-18T16:43:29.438Z[verify-libraries] Compiling scuffle v0.1.0
51982026-09-18T16:43:29.472Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51992026-09-18T16:43:29.593Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
52002026-09-18T16:43:29.634Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
52012026-09-18T16:43:29.676Z[verify-libraries] Compiling hkdf v0.13.0
52022026-09-18T16:43:29.820Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
52032026-09-18T16:43:29.825Z[verify-libraries] Compiling castaway v0.2.4
52042026-09-18T16:43:29.921Z[verify-libraries] Compiling indoc v2.0.7
52052026-09-18T16:43:29.975Z[verify-libraries] Compiling elliptic-curve v0.14.1
52062026-09-18T16:43:30.075Z[verify-libraries] Compiling compact_str v0.8.1
52072026-09-18T16:43:30.568Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
52082026-09-18T16:43:30.773Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52092026-09-18T16:43:30.874Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
52102026-09-18T16:43:31.405Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52112026-09-18T16:43:31.487Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52122026-09-18T16:43:32.075Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52132026-09-18T16:43:32.155Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52142026-09-18T16:43:32.491Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
52152026-09-18T16:43:32.508Z[ recovery-image] Sep 18 16:43:31.777 INFO O| Sep 18 16:43:31.777 INFO O| Download: 12719/16788 items 150.6/202.0MB 74% complete (15.0M/s)
52162026-09-18T16:43:32.742Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
52172026-09-18T16:43:32.775Z[verify-libraries] Compiling lru v0.12.5
52182026-09-18T16:43:33.122Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52192026-09-18T16:43:33.126Z[verify-libraries] Compiling unicode-truncate v1.1.0
52202026-09-18T16:43:33.184Z[verify-libraries] Compiling arc-swap v1.8.2
52212026-09-18T16:43:33.357Z[verify-libraries] Compiling cassowary v0.3.0
52222026-09-18T16:43:33.397Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52232026-09-18T16:43:33.451Z[verify-libraries] Compiling wnaf v0.14.0
52242026-09-18T16:43:33.583Z[verify-libraries] Compiling slog-scope v4.4.1
52252026-09-18T16:43:33.762Z[verify-libraries] Compiling ratatui v0.29.0
52262026-09-18T16:43:33.892Z[verify-libraries] Compiling primefield v0.14.0
52272026-09-18T16:43:33.991Z[verify-libraries] Compiling rfc6979 v0.6.0
52282026-09-18T16:43:34.216Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52292026-09-18T16:43:34.249Z[verify-libraries] Compiling progenitor-impl v0.13.0
52302026-09-18T16:43:34.440Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52312026-09-18T16:43:34.747Z[ recovery-image] Sep 18 16:43:34.017 INFO O| Sep 18 16:43:34.016 INFO O| Download: Completed 201.98 MB in 12.25 seconds (16.4M/s)
52322026-09-18T16:43:34.753Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
52332026-09-18T16:43:34.969Z[verify-libraries] Compiling vergen-git2 v9.1.0
52342026-09-18T16:43:35.434Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52352026-09-18T16:43:35.755Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52362026-09-18T16:43:35.870Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52372026-09-18T16:43:35.936Z[verify-libraries] Compiling strsim v0.10.0
52382026-09-18T16:43:36.080Z[verify-libraries] Compiling primeorder v0.14.0
52392026-09-18T16:43:36.103Z[verify-libraries] Compiling ecdsa v0.17.0
52402026-09-18T16:43:36.396Z[verify-libraries] Compiling darling_core v0.13.4
52412026-09-18T16:43:36.436Z[verify-libraries] Compiling slog-stdlog v4.1.1
52422026-09-18T16:43:36.584Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52432026-09-18T16:43:36.678Z[verify-libraries] Compiling tungstenite v0.23.0
52442026-09-18T16:43:36.695Z[ recovery-image] Sep 18 16:43:35.963 INFO O| Sep 18 16:43:35.963 INFO O| Actions: 1/27719 actions (Installing new actions)
52452026-09-18T16:43:36.701Z[verify-libraries] Compiling progenitor-client v0.13.0
52462026-09-18T16:43:36.755Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52472026-09-18T16:43:37.194Z[verify-libraries] Compiling progenitor-macro v0.13.0
52482026-09-18T16:43:37.218Z[verify-libraries] Compiling console v0.16.2
52492026-09-18T16:43:37.277Z[verify-libraries] Compiling libsw-core v0.3.2
52502026-09-18T16:43:37.333Z[verify-libraries] Compiling unit-prefix v0.5.2
52512026-09-18T16:43:37.413Z[verify-libraries] Compiling void v1.0.2
52522026-09-18T16:43:37.485Z[verify-libraries] Compiling assert_matches v1.5.0
52532026-09-18T16:43:37.529Z[verify-libraries] Compiling libsw v3.5.0
52542026-09-18T16:43:37.597Z[verify-libraries] Compiling lzss v0.8.2
52552026-09-18T16:43:37.601Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52562026-09-18T16:43:37.704Z[verify-libraries] Compiling indicatif v0.18.4
52572026-09-18T16:43:37.776Z[verify-libraries] Compiling slog-envlogger v2.2.0
52582026-09-18T16:43:37.814Z[verify-libraries] Compiling ssh-encoding v0.3.0
52592026-09-18T16:43:37.908Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52602026-09-18T16:43:37.968Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52612026-09-18T16:43:38.066Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52622026-09-18T16:43:38.299Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52632026-09-18T16:43:38.362Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52642026-09-18T16:43:38.394Z[verify-libraries] Compiling nix v0.27.1
52652026-09-18T16:43:38.660Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
52662026-09-18T16:43:38.720Z[verify-libraries] Compiling colored v2.2.0
52672026-09-18T16:43:38.724Z[verify-libraries] Compiling darling_macro v0.13.4
52682026-09-18T16:43:38.782Z[verify-libraries] Compiling blake3 v1.8.5
52692026-09-18T16:43:38.973Z[verify-libraries] Compiling serde_bytes v0.11.19
52702026-09-18T16:43:39.129Z[verify-libraries] Compiling keccak v0.2.0
52712026-09-18T16:43:39.233Z[verify-libraries] Compiling shell-words v1.1.1
52722026-09-18T16:43:39.263Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
52732026-09-18T16:43:39.424Z[verify-libraries] Compiling darling v0.13.4
52742026-09-18T16:43:39.522Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52752026-09-18T16:43:39.573Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52762026-09-18T16:43:39.670Z[verify-libraries] Compiling ed25519 v3.0.0
52772026-09-18T16:43:39.879Z[verify-libraries] Compiling crypto-primes v0.7.2
52782026-09-18T16:43:40.039Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52792026-09-18T16:43:40.146Z[verify-libraries] Compiling poly1305 v0.9.0
52802026-09-18T16:43:40.223Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52812026-09-18T16:43:40.374Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52822026-09-18T16:43:40.679Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52832026-09-18T16:43:40.842Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52842026-09-18T16:43:40.976Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52852026-09-18T16:43:41.066Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52862026-09-18T16:43:41.113Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52872026-09-18T16:43:41.137Z[verify-libraries] Compiling blowfish v0.10.0
52882026-09-18T16:43:41.318Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52892026-09-18T16:43:41.377Z[verify-libraries] Compiling petname v2.0.2
52902026-09-18T16:43:41.402Z[verify-libraries] Compiling arrayref v0.3.9
52912026-09-18T16:43:41.449Z[verify-libraries] Compiling arrayvec v0.7.6
52922026-09-18T16:43:41.486Z[verify-libraries] Compiling constant_time_eq v0.4.2
52932026-09-18T16:43:41.703Z[ recovery-image] Sep 18 16:43:40.972 INFO O| Sep 18 16:43:40.972 INFO O| Actions: 20421/27719 actions (Installing new actions)
52942026-09-18T16:43:41.707Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52952026-09-18T16:43:41.807Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52962026-09-18T16:43:41.875Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52972026-09-18T16:43:42.167Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52982026-09-18T16:43:42.257Z[verify-libraries] Compiling ssh-cipher v0.3.0
52992026-09-18T16:43:42.310Z[verify-libraries] Compiling serde_with_macros v1.5.2
53002026-09-18T16:43:42.393Z[verify-libraries] Compiling sha3 v0.11.0
53012026-09-18T16:43:42.726Z[verify-libraries] Compiling progenitor v0.13.0
53022026-09-18T16:43:42.833Z[ recovery-image] Sep 18 16:43:42.102 INFO O| Sep 18 16:43:42.102 INFO O| Actions: Completed 27719 actions in 6.14 seconds.
53032026-09-18T16:43:42.838Z[verify-libraries] Compiling p384 v0.14.0
53042026-09-18T16:43:42.904Z[verify-libraries] Compiling p256 v0.14.0
53052026-09-18T16:43:42.973Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53062026-09-18T16:43:42.977Z[verify-libraries] Compiling p521 v0.14.0
53072026-09-18T16:43:42.980Z[ recovery-image] Sep 18 16:43:42.248 INFO O| Sep 18 16:43:42.248 INFO O| Finalize: Updating package state database ... Done
53082026-09-18T16:43:42.980Z[ recovery-image] Sep 18 16:43:42.248 INFO O| Sep 18 16:43:42.248 INFO O| Finalize: Updating package cache ... Done
53092026-09-18T16:43:43.060Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53102026-09-18T16:43:43.144Z[ recovery-image] Sep 18 16:43:42.414 INFO O| Sep 18 16:43:42.414 INFO O| Finalize: Updating image state ... Done
53112026-09-18T16:43:43.280Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53122026-09-18T16:43:43.353Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53132026-09-18T16:43:43.376Z[verify-libraries] Compiling twox-hash v2.1.2
53142026-09-18T16:43:43.681Z[verify-libraries] Compiling kem v0.3.0
53152026-09-18T16:43:43.764Z[verify-libraries] Compiling module-lattice v0.2.3
53162026-09-18T16:43:43.875Z[verify-libraries] Compiling rtoolbox v0.0.3
53172026-09-18T16:43:43.878Z[ recovery-image] Sep 18 16:43:43.146 INFO O| Sep 18 16:43:43.146 INFO O| Finalize: Creating fast lookup database ... Done
53182026-09-18T16:43:43.894Z[ recovery-image] Sep 18 16:43:43.164 INFO O| Sep 18 16:43:43.163 INFO O| Finalize: Reading search index ... Done
53192026-09-18T16:43:43.897Z[verify-libraries] Compiling atty v0.2.14
53202026-09-18T16:43:44.101Z[verify-libraries] Compiling sponge-cursor v0.1.0
53212026-09-18T16:43:44.199Z[verify-libraries] Compiling topological-sort v0.2.2
53222026-09-18T16:43:44.234Z[verify-libraries] Compiling ml-kem v0.3.2
53232026-09-18T16:43:44.238Z[verify-libraries] Compiling rpassword v7.5.4
53242026-09-18T16:43:44.304Z[verify-libraries] Compiling sha3 v0.12.0
53252026-09-18T16:43:44.422Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53262026-09-18T16:43:44.717Z[verify-libraries] Compiling serde_with v1.14.0
53272026-09-18T16:43:45.009Z[verify-libraries] Compiling russh-cryptovec v0.62.0
53282026-09-18T16:43:45.312Z[verify-libraries] Compiling tui-tree-widget v0.23.1
53292026-09-18T16:43:45.448Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53302026-09-18T16:43:45.659Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53312026-09-18T16:43:45.697Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53322026-09-18T16:43:45.765Z[ recovery-image] Sep 18 16:43:45.033 INFO O| Sep 18 16:43:45.033 INFO O| Finalize: Building new search index ... Done
53332026-09-18T16:43:46.011Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53342026-09-18T16:43:46.045Z[ recovery-image] Sep 18 16:43:45.313 INFO O| Sep 18 16:43:45.313 INFO O| Finalize: Updating package cache ... Done
53352026-09-18T16:43:46.056Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53362026-09-18T16:43:46.190Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53372026-09-18T16:43:46.284Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53382026-09-18T16:43:46.508Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO STEP 11 (pkg_install) COMPLETE
53392026-09-18T16:43:46.508Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53402026-09-18T16:43:46.508Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO skip step because feature "recovery" is enabled
53412026-09-18T16:43:46.508Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53422026-09-18T16:43:46.511Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO skip step because feature "omicron1" is not enabled
53432026-09-18T16:43:46.512Z[ recovery-image] Sep 18 16:43:45.778 INFO O| Sep 18 16:43:45.778 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53442026-09-18T16:43:46.518Z[ recovery-image] Sep 18 16:43:45.788 INFO O| Sep 18 16:43:45.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53452026-09-18T16:43:46.596Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53462026-09-18T16:43:46.697Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53472026-09-18T16:43:46.869Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53482026-09-18T16:43:47.018Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53492026-09-18T16:43:47.041Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53502026-09-18T16:43:47.093Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53512026-09-18T16:43:47.311Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53522026-09-18T16:43:47.378Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53532026-09-18T16:43:47.605Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53542026-09-18T16:43:49.540Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53552026-09-18T16:43:49.949Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53562026-09-18T16:43:50.062Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53572026-09-18T16:43:50.565Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53582026-09-18T16:43:51.064Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53592026-09-18T16:43:51.504Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53602026-09-18T16:43:51.553Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53612026-09-18T16:43:52.407Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53622026-09-18T16:43:52.455Z[ recovery-image] Sep 18 16:43:51.724 INFO O| Sep 18 16:43:51.724 INFO O| Startup: Refreshing catalog 'helios' ... Done
53632026-09-18T16:43:52.802Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53642026-09-18T16:43:52.881Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53652026-09-18T16:43:53.060Z[ recovery-image] Sep 18 16:43:52.329 INFO O| Sep 18 16:43:52.329 INFO O| Startup: Caching catalogs ... Done
53662026-09-18T16:43:53.081Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53672026-09-18T16:43:53.365Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53682026-09-18T16:43:53.697Z[ recovery-image] Sep 18 16:43:52.967 INFO O| Sep 18 16:43:52.967 INFO O| Planning: Solver setup ... Done
53692026-09-18T16:43:53.703Z[ recovery-image] Sep 18 16:43:52.972 INFO O| Sep 18 16:43:52.972 INFO O| Planning: Running solver ... Done
53702026-09-18T16:43:53.720Z[ recovery-image] Sep 18 16:43:52.990 INFO O| Sep 18 16:43:52.990 INFO O| Planning: Finding local manifests ... Done
53712026-09-18T16:43:53.724Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53722026-09-18T16:43:53.738Z[ recovery-image] Sep 18 16:43:53.007 INFO O| Sep 18 16:43:53.007 INFO O| Planning: Fetching manifests: 0/1 0% complete
53732026-09-18T16:43:53.742Z[ recovery-image] Sep 18 16:43:53.012 INFO O| Sep 18 16:43:53.012 INFO O| Planning: Fetching manifests: 1/1 100% complete
53742026-09-18T16:43:53.768Z[verify-libraries] Compiling fatfs v0.3.6
53752026-09-18T16:43:53.775Z[ recovery-image] Sep 18 16:43:53.045 INFO O| Sep 18 16:43:53.045 INFO O| Planning: Package planning ... Done
53762026-09-18T16:43:53.775Z[ recovery-image] Sep 18 16:43:53.045 INFO O| Sep 18 16:43:53.045 INFO O| Planning: Merging actions ... Done
53772026-09-18T16:43:53.799Z[ recovery-image] Sep 18 16:43:53.069 INFO O| Sep 18 16:43:53.069 INFO O| Planning: Checking for conflicting actions ... Done
53782026-09-18T16:43:53.804Z[ recovery-image] Sep 18 16:43:53.069 INFO O| Sep 18 16:43:53.069 INFO O| Planning: Consolidating action changes ... Done
53792026-09-18T16:43:53.904Z[ recovery-image] Sep 18 16:43:53.173 INFO O| Sep 18 16:43:53.173 INFO O| Planning: Evaluating mediators ... Done
53802026-09-18T16:43:53.907Z[ recovery-image] Sep 18 16:43:53.174 INFO O| Sep 18 16:43:53.174 INFO O| Planning: Planning completed in 0.83 seconds
53812026-09-18T16:43:53.907Z[ recovery-image] Sep 18 16:43:53.174 INFO O| Sep 18 16:43:53.174 INFO O| Packages to install: 1
53822026-09-18T16:43:53.922Z[ recovery-image] Sep 18 16:43:53.191 INFO O| Sep 18 16:43:53.191 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53832026-09-18T16:43:54.104Z[verify-libraries] Compiling num-bigint v0.4.6
53842026-09-18T16:43:54.280Z[ recovery-image] Sep 18 16:43:53.549 INFO O| Sep 18 16:43:53.549 INFO O| Download: Completed 13.27 MB in 0.36 seconds (37.1M/s)
53852026-09-18T16:43:54.307Z[ recovery-image] Sep 18 16:43:53.576 INFO O| Sep 18 16:43:53.576 INFO O| Actions: 1/22 actions (Installing new actions)
53862026-09-18T16:43:54.420Z[verify-libraries] Compiling generic-array v1.4.3
53872026-09-18T16:43:54.570Z[ recovery-image] Sep 18 16:43:53.840 INFO O| Sep 18 16:43:53.839 INFO O| Actions: Completed 22 actions in 0.26 seconds.
53882026-09-18T16:43:54.618Z[ recovery-image] Sep 18 16:43:53.885 INFO O| Sep 18 16:43:53.885 INFO O| Finalize: Updating package state database ... Done
53892026-09-18T16:43:54.618Z[ recovery-image] Sep 18 16:43:53.886 INFO O| Sep 18 16:43:53.885 INFO O| Finalize: Updating package cache ... Done
53902026-09-18T16:43:54.667Z[verify-libraries] Compiling russh-util v0.52.0
53912026-09-18T16:43:54.735Z[ recovery-image] Sep 18 16:43:54.005 INFO O| Sep 18 16:43:54.005 INFO O| Finalize: Updating image state ... Done
53922026-09-18T16:43:54.872Z[verify-libraries] Compiling enum_dispatch v0.3.13
53932026-09-18T16:43:54.946Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53942026-09-18T16:43:55.015Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53952026-09-18T16:43:55.166Z[verify-libraries] Compiling delegate v0.13.5
53962026-09-18T16:43:55.266Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53972026-09-18T16:43:55.495Z[verify-libraries] Compiling hex-literal v1.1.0
53982026-09-18T16:43:55.581Z[ recovery-image] Sep 18 16:43:54.851 INFO O| Sep 18 16:43:54.851 INFO O| Finalize: Creating fast lookup database ... Done
53992026-09-18T16:43:55.598Z[ recovery-image] Sep 18 16:43:54.868 INFO O| Sep 18 16:43:54.867 INFO O| Finalize: Reading search index ... Done
54002026-09-18T16:43:55.598Z[ recovery-image] Sep 18 16:43:54.868 INFO O| Sep 18 16:43:54.868 INFO O| Finalize: Updating search index ... Done
54012026-09-18T16:43:55.608Z[ recovery-image] Sep 18 16:43:54.878 INFO O| Sep 18 16:43:54.878 INFO O| Finalize: Updating package cache ... Done
54022026-09-18T16:43:55.712Z[verify-libraries] Compiling sync-ptr v0.1.4
54032026-09-18T16:43:55.779Z[verify-libraries] Compiling seq-macro v0.3.6
54042026-09-18T16:43:55.886Z[verify-libraries] Compiling md5 v0.8.0
54052026-09-18T16:43:55.928Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54062026-09-18T16:43:55.945Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO STEP 14 (pkg_install) COMPLETE
54072026-09-18T16:43:55.945Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54082026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "mbist" is not enabled
54092026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54102026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "mfg" is not enabled
54112026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.214 INFO O| Sep 18 16:43:55.214 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54122026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "compliance" is not enabled
54132026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54142026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "stress" is not enabled
54152026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54162026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "compliance" is not enabled
54172026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54182026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO skip step because feature "nfs" is not enabled
54192026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54202026-09-18T16:43:55.950Z[ recovery-image] Sep 18 16:43:55.215 INFO O| Sep 18 16:43:55.214 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54212026-09-18T16:43:56.080Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54222026-09-18T16:43:56.123Z[ recovery-image] Sep 18 16:43:55.392 INFO O| Sep 18 16:43:55.392 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54232026-09-18T16:43:56.167Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54242026-09-18T16:43:56.313Z[ recovery-image] Sep 18 16:43:55.582 INFO O| Sep 18 16:43:55.582 INFO completed processing sled/ramdisk-01-os
54252026-09-18T16:43:56.316Z[ recovery-image] Sep 18 16:43:55.585 INFO image builder template: ramdisk-02-trim...
54262026-09-18T16:43:56.316Z[ recovery-image] Sep 18 16:43:55.585 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/.tmpfjqf9Q/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
54272026-09-18T16:43:56.326Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54282026-09-18T16:43:56.336Z[ recovery-image] Sep 18 16:43:55.605 INFO O| Sep 18 16:43:55.605 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54292026-09-18T16:43:56.346Z[ recovery-image] Sep 18 16:43:55.609 INFO O| Sep 18 16:43:55.609 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54302026-09-18T16:43:56.359Z[verify-libraries] Compiling russh v0.62.4
54312026-09-18T16:43:56.519Z[ recovery-image] Sep 18 16:43:55.789 INFO O| Sep 18 16:43:55.789 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54322026-09-18T16:43:56.621Z[ recovery-image] Sep 18 16:43:55.891 INFO O| Sep 18 16:43:55.891 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54332026-09-18T16:43:56.621Z[ recovery-image] Sep 18 16:43:55.891 INFO O| Sep 18 16:43:55.891 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54342026-09-18T16:43:56.627Z[ recovery-image] Sep 18 16:43:55.896 INFO O| Sep 18 16:43:55.896 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54352026-09-18T16:43:56.632Z[ recovery-image] Sep 18 16:43:55.900 INFO O| Sep 18 16:43:55.900 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54362026-09-18T16:43:56.637Z[ recovery-image] Sep 18 16:43:55.905 INFO O| Sep 18 16:43:55.905 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54372026-09-18T16:43:56.701Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
54382026-09-18T16:43:57.255Z[ recovery-image] Sep 18 16:43:56.523 INFO O| Sep 18 16:43:56.523 INFO rolled back to input snapshot; work may begin
54392026-09-18T16:43:57.255Z[ recovery-image] Sep 18 16:43:56.523 INFO O| Sep 18 16:43:56.523 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
54402026-09-18T16:43:57.262Z[ recovery-image] Sep 18 16:43:56.528 INFO O| Sep 18 16:43:56.528 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54412026-09-18T16:43:57.268Z[ recovery-image] Sep 18 16:43:56.538 INFO O| Sep 18 16:43:56.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54422026-09-18T16:43:57.307Z[ recovery-image] Sep 18 16:43:56.577 INFO O| Sep 18 16:43:56.576 INFO STEP 0 (remove_files) COMPLETE
54432026-09-18T16:43:57.307Z[ recovery-image] Sep 18 16:43:56.577 INFO O| Sep 18 16:43:56.576 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54442026-09-18T16:43:57.318Z[ recovery-image] Sep 18 16:43:56.587 INFO O| Sep 18 16:43:56.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54452026-09-18T16:43:57.321Z[ recovery-image] Sep 18 16:43:56.589 INFO O| Sep 18 16:43:56.589 INFO STEP 1 (remove_files) COMPLETE
54462026-09-18T16:43:57.321Z[ recovery-image] Sep 18 16:43:56.589 INFO O| Sep 18 16:43:56.589 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54472026-09-18T16:43:57.330Z[ recovery-image] Sep 18 16:43:56.600 INFO O| Sep 18 16:43:56.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54482026-09-18T16:43:57.343Z[ recovery-image] Sep 18 16:43:56.613 INFO O| Sep 18 16:43:56.613 INFO STEP 2 (remove_files) COMPLETE
54492026-09-18T16:43:57.343Z[ recovery-image] Sep 18 16:43:56.613 INFO O| Sep 18 16:43:56.613 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54502026-09-18T16:43:57.354Z[ recovery-image] Sep 18 16:43:56.623 INFO O| Sep 18 16:43:56.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54512026-09-18T16:43:57.357Z[ recovery-image] Sep 18 16:43:56.625 INFO O| Sep 18 16:43:56.625 INFO STEP 3 (remove_files) COMPLETE
54522026-09-18T16:43:57.357Z[ recovery-image] Sep 18 16:43:56.625 INFO O| Sep 18 16:43:56.625 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54532026-09-18T16:43:57.365Z[ recovery-image] Sep 18 16:43:56.634 INFO O| Sep 18 16:43:56.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54542026-09-18T16:43:57.370Z[ recovery-image] Sep 18 16:43:56.637 INFO O| Sep 18 16:43:56.637 INFO STEP 4 (remove_files) COMPLETE
54552026-09-18T16:43:57.370Z[ recovery-image] Sep 18 16:43:56.637 INFO O| Sep 18 16:43:56.637 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54562026-09-18T16:43:57.380Z[ recovery-image] Sep 18 16:43:56.648 INFO O| Sep 18 16:43:56.648 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54572026-09-18T16:43:57.380Z[ recovery-image] Sep 18 16:43:56.648 INFO O| Sep 18 16:43:56.648 INFO STEP 5 (remove_files) COMPLETE
54582026-09-18T16:43:57.380Z[ recovery-image] Sep 18 16:43:56.648 INFO O| Sep 18 16:43:56.648 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-18T16:43:57.388Z[ recovery-image] Sep 18 16:43:56.657 INFO O| Sep 18 16:43:56.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54602026-09-18T16:43:57.398Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 6 (remove_files) COMPLETE
54612026-09-18T16:43:57.398Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-18T16:43:57.398Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO skip step because feature "heliosv2" is not enabled
54632026-09-18T16:43:57.400Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO skip step because feature "recovery" is enabled
54652026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54662026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO skip step because feature "recovery" is enabled
54672026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO skip step because feature "recovery" is enabled
54692026-09-18T16:43:57.401Z[ recovery-image] Sep 18 16:43:56.667 INFO O| Sep 18 16:43:56.667 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-18T16:43:57.408Z[ recovery-image] Sep 18 16:43:56.678 INFO O| Sep 18 16:43:56.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54712026-09-18T16:43:57.412Z[ recovery-image] Sep 18 16:43:56.680 INFO O| Sep 18 16:43:56.680 INFO STEP 11 (remove_files) COMPLETE
54722026-09-18T16:43:57.412Z[ recovery-image] Sep 18 16:43:56.681 INFO O| Sep 18 16:43:56.680 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-18T16:43:57.421Z[ recovery-image] Sep 18 16:43:56.690 INFO O| Sep 18 16:43:56.690 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54742026-09-18T16:43:57.424Z[ recovery-image] Sep 18 16:43:56.691 INFO O| Sep 18 16:43:56.691 INFO STEP 12 (remove_files) COMPLETE
54752026-09-18T16:43:57.424Z[ recovery-image] Sep 18 16:43:56.691 INFO O| Sep 18 16:43:56.691 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-18T16:43:57.432Z[ recovery-image] Sep 18 16:43:56.702 INFO O| Sep 18 16:43:56.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54772026-09-18T16:43:57.436Z[ recovery-image] Sep 18 16:43:56.703 INFO O| Sep 18 16:43:56.703 INFO STEP 13 (remove_files) COMPLETE
54782026-09-18T16:43:57.436Z[ recovery-image] Sep 18 16:43:56.703 INFO O| Sep 18 16:43:56.703 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-18T16:43:57.453Z[ recovery-image] Sep 18 16:43:56.722 INFO O| Sep 18 16:43:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54802026-09-18T16:43:57.453Z[ recovery-image] Sep 18 16:43:56.722 INFO O| Sep 18 16:43:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54812026-09-18T16:43:57.473Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
54822026-09-18T16:43:57.509Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
54832026-09-18T16:43:57.538Z[ recovery-image] Sep 18 16:43:56.807 INFO O| Sep 18 16:43:56.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54842026-09-18T16:43:57.542Z[ recovery-image] Sep 18 16:43:56.808 INFO O| Sep 18 16:43:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54852026-09-18T16:43:57.602Z[ recovery-image] Sep 18 16:43:56.871 INFO O| Sep 18 16:43:56.871 INFO STEP 14 (remove_files) COMPLETE
54862026-09-18T16:43:57.602Z[ recovery-image] Sep 18 16:43:56.871 INFO O| Sep 18 16:43:56.871 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54872026-09-18T16:43:57.612Z[ recovery-image] Sep 18 16:43:56.882 INFO O| Sep 18 16:43:56.882 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54882026-09-18T16:43:57.616Z[ recovery-image] Sep 18 16:43:56.883 INFO O| Sep 18 16:43:56.883 INFO STEP 15 (remove_files) COMPLETE
54892026-09-18T16:43:57.616Z[ recovery-image] Sep 18 16:43:56.883 INFO O| Sep 18 16:43:56.883 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54902026-09-18T16:43:57.626Z[ recovery-image] Sep 18 16:43:56.893 INFO O| Sep 18 16:43:56.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54912026-09-18T16:43:57.629Z[ recovery-image] Sep 18 16:43:56.898 INFO O| Sep 18 16:43:56.898 INFO STEP 16 (remove_files) COMPLETE
54922026-09-18T16:43:57.629Z[ recovery-image] Sep 18 16:43:56.898 INFO O| Sep 18 16:43:56.898 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54932026-09-18T16:43:57.641Z[ recovery-image] Sep 18 16:43:56.909 INFO O| Sep 18 16:43:56.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54942026-09-18T16:43:57.644Z[ recovery-image] Sep 18 16:43:56.909 INFO O| Sep 18 16:43:56.909 INFO STEP 17 (remove_files) COMPLETE
54952026-09-18T16:43:57.644Z[ recovery-image] Sep 18 16:43:56.909 INFO O| Sep 18 16:43:56.909 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54962026-09-18T16:43:57.653Z[ recovery-image] Sep 18 16:43:56.922 INFO O| Sep 18 16:43:56.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54972026-09-18T16:43:57.656Z[ recovery-image] Sep 18 16:43:56.923 INFO O| Sep 18 16:43:56.923 INFO STEP 18 (remove_files) COMPLETE
54982026-09-18T16:43:57.656Z[ recovery-image] Sep 18 16:43:56.923 INFO O| Sep 18 16:43:56.923 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-18T16:43:57.663Z[ recovery-image] Sep 18 16:43:56.933 INFO O| Sep 18 16:43:56.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55002026-09-18T16:43:57.663Z[ recovery-image] Sep 18 16:43:56.933 INFO O| Sep 18 16:43:56.933 INFO STEP 19 (remove_files) COMPLETE
55012026-09-18T16:43:57.663Z[ recovery-image] Sep 18 16:43:56.933 INFO O| Sep 18 16:43:56.933 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-18T16:43:57.673Z[ recovery-image] Sep 18 16:43:56.941 INFO O| Sep 18 16:43:56.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55032026-09-18T16:43:57.673Z[ recovery-image] Sep 18 16:43:56.941 INFO O| Sep 18 16:43:56.941 INFO STEP 20 (remove_files) COMPLETE
55042026-09-18T16:43:57.673Z[ recovery-image] Sep 18 16:43:56.941 INFO O| Sep 18 16:43:56.941 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55052026-09-18T16:43:57.683Z[ recovery-image] Sep 18 16:43:56.951 INFO O| Sep 18 16:43:56.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55062026-09-18T16:43:57.683Z[ recovery-image] Sep 18 16:43:56.951 INFO O| Sep 18 16:43:56.951 INFO STEP 21 (remove_files) COMPLETE
55072026-09-18T16:43:57.683Z[ recovery-image] Sep 18 16:43:56.951 INFO O| Sep 18 16:43:56.951 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-18T16:43:57.691Z[ recovery-image] Sep 18 16:43:56.960 INFO O| Sep 18 16:43:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55092026-09-18T16:43:57.691Z[ recovery-image] Sep 18 16:43:56.960 INFO O| Sep 18 16:43:56.960 INFO STEP 22 (remove_files) COMPLETE
55102026-09-18T16:43:57.691Z[ recovery-image] Sep 18 16:43:56.960 INFO O| Sep 18 16:43:56.960 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-18T16:43:57.700Z[ recovery-image] Sep 18 16:43:56.970 INFO O| Sep 18 16:43:56.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55122026-09-18T16:43:57.700Z[ recovery-image] Sep 18 16:43:56.970 INFO O| Sep 18 16:43:56.970 INFO STEP 23 (remove_files) COMPLETE
55132026-09-18T16:43:57.700Z[ recovery-image] Sep 18 16:43:56.970 INFO O| Sep 18 16:43:56.970 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-18T16:43:57.709Z[ recovery-image] Sep 18 16:43:56.979 INFO O| Sep 18 16:43:56.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55152026-09-18T16:43:57.709Z[ recovery-image] Sep 18 16:43:56.979 INFO O| Sep 18 16:43:56.979 INFO STEP 24 (remove_files) COMPLETE
55162026-09-18T16:43:57.712Z[ recovery-image] Sep 18 16:43:56.979 INFO O| Sep 18 16:43:56.979 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55172026-09-18T16:43:57.785Z[ recovery-image] Sep 18 16:43:57.054 INFO O| Sep 18 16:43:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55182026-09-18T16:43:57.785Z[ recovery-image] Sep 18 16:43:57.054 INFO O| Sep 18 16:43:57.054 INFO STEP 25 (remove_files) COMPLETE
55192026-09-18T16:43:57.785Z[ recovery-image] Sep 18 16:43:57.054 INFO O| Sep 18 16:43:57.054 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55202026-09-18T16:43:57.795Z[ recovery-image] Sep 18 16:43:57.065 INFO O| Sep 18 16:43:57.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55212026-09-18T16:43:57.795Z[ recovery-image] Sep 18 16:43:57.065 INFO O| Sep 18 16:43:57.065 INFO STEP 26 (remove_files) COMPLETE
55222026-09-18T16:43:57.795Z[ recovery-image] Sep 18 16:43:57.065 INFO O| Sep 18 16:43:57.065 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55232026-09-18T16:43:57.804Z[ recovery-image] Sep 18 16:43:57.074 INFO O| Sep 18 16:43:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55242026-09-18T16:43:57.804Z[ recovery-image] Sep 18 16:43:57.074 INFO O| Sep 18 16:43:57.074 INFO STEP 27 (remove_files) COMPLETE
55252026-09-18T16:43:57.808Z[ recovery-image] Sep 18 16:43:57.074 INFO O| Sep 18 16:43:57.074 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-18T16:43:57.816Z[ recovery-image] Sep 18 16:43:57.085 INFO O| Sep 18 16:43:57.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55272026-09-18T16:43:57.816Z[ recovery-image] Sep 18 16:43:57.085 INFO O| Sep 18 16:43:57.085 INFO STEP 28 (remove_files) COMPLETE
55282026-09-18T16:43:57.819Z[ recovery-image] Sep 18 16:43:57.085 INFO O| Sep 18 16:43:57.085 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55292026-09-18T16:43:57.828Z[ recovery-image] Sep 18 16:43:57.098 INFO O| Sep 18 16:43:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55302026-09-18T16:43:57.828Z[ recovery-image] Sep 18 16:43:57.098 INFO O| Sep 18 16:43:57.098 INFO STEP 29 (remove_files) COMPLETE
55312026-09-18T16:43:57.828Z[ recovery-image] Sep 18 16:43:57.098 INFO O| Sep 18 16:43:57.098 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-18T16:43:57.838Z[ recovery-image] Sep 18 16:43:57.108 INFO O| Sep 18 16:43:57.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55332026-09-18T16:43:57.839Z[ recovery-image] Sep 18 16:43:57.108 INFO O| Sep 18 16:43:57.108 INFO STEP 30 (remove_files) COMPLETE
55342026-09-18T16:43:57.839Z[ recovery-image] Sep 18 16:43:57.108 INFO O| Sep 18 16:43:57.108 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-18T16:43:57.849Z[ recovery-image] Sep 18 16:43:57.118 INFO O| Sep 18 16:43:57.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
55362026-09-18T16:43:57.849Z[ recovery-image] Sep 18 16:43:57.118 INFO O| Sep 18 16:43:57.118 INFO STEP 31 (remove_files) COMPLETE
55372026-09-18T16:43:57.852Z[ recovery-image] Sep 18 16:43:57.118 INFO O| Sep 18 16:43:57.118 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-18T16:43:57.861Z[ recovery-image] Sep 18 16:43:57.130 INFO O| Sep 18 16:43:57.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
55392026-09-18T16:43:57.861Z[ recovery-image] Sep 18 16:43:57.130 INFO O| Sep 18 16:43:57.130 INFO STEP 32 (remove_files) COMPLETE
55402026-09-18T16:43:57.865Z[ recovery-image] Sep 18 16:43:57.130 INFO O| Sep 18 16:43:57.130 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55412026-09-18T16:43:57.871Z[ recovery-image] Sep 18 16:43:57.140 INFO O| Sep 18 16:43:57.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55422026-09-18T16:43:57.871Z[ recovery-image] Sep 18 16:43:57.140 INFO O| Sep 18 16:43:57.140 INFO STEP 33 (remove_files) COMPLETE
55432026-09-18T16:43:57.874Z[ recovery-image] Sep 18 16:43:57.140 INFO O| Sep 18 16:43:57.140 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55442026-09-18T16:43:57.879Z[ recovery-image] Sep 18 16:43:57.149 INFO O| Sep 18 16:43:57.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55452026-09-18T16:43:57.879Z[ recovery-image] Sep 18 16:43:57.149 INFO O| Sep 18 16:43:57.149 INFO STEP 34 (remove_files) COMPLETE
55462026-09-18T16:43:57.883Z[ recovery-image] Sep 18 16:43:57.149 INFO O| Sep 18 16:43:57.149 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55472026-09-18T16:43:57.891Z[ recovery-image] Sep 18 16:43:57.160 INFO O| Sep 18 16:43:57.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55482026-09-18T16:43:57.891Z[ recovery-image] Sep 18 16:43:57.160 INFO O| Sep 18 16:43:57.160 INFO STEP 35 (remove_files) COMPLETE
55492026-09-18T16:43:57.896Z[ recovery-image] Sep 18 16:43:57.160 INFO O| Sep 18 16:43:57.160 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55502026-09-18T16:43:57.902Z[ recovery-image] Sep 18 16:43:57.172 INFO O| Sep 18 16:43:57.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55512026-09-18T16:43:57.902Z[ recovery-image] Sep 18 16:43:57.172 INFO O| Sep 18 16:43:57.172 INFO STEP 36 (remove_files) COMPLETE
55522026-09-18T16:43:57.906Z[ recovery-image] Sep 18 16:43:57.172 INFO O| Sep 18 16:43:57.172 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55532026-09-18T16:43:57.912Z[ recovery-image] Sep 18 16:43:57.181 INFO O| Sep 18 16:43:57.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55542026-09-18T16:43:57.912Z[ recovery-image] Sep 18 16:43:57.181 INFO O| Sep 18 16:43:57.181 INFO STEP 37 (remove_files) COMPLETE
55552026-09-18T16:43:57.912Z[ recovery-image] Sep 18 16:43:57.181 INFO O| Sep 18 16:43:57.181 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55562026-09-18T16:43:57.926Z[ recovery-image] Sep 18 16:43:57.193 INFO O| Sep 18 16:43:57.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55572026-09-18T16:43:57.926Z[ recovery-image] Sep 18 16:43:57.193 INFO O| Sep 18 16:43:57.193 INFO STEP 38 (remove_files) COMPLETE
55582026-09-18T16:43:57.927Z[ recovery-image] Sep 18 16:43:57.193 INFO O| Sep 18 16:43:57.193 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55592026-09-18T16:43:57.935Z[ recovery-image] Sep 18 16:43:57.204 INFO O| Sep 18 16:43:57.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55602026-09-18T16:43:57.935Z[ recovery-image] Sep 18 16:43:57.204 INFO O| Sep 18 16:43:57.204 INFO STEP 39 (remove_files) COMPLETE
55612026-09-18T16:43:57.935Z[ recovery-image] Sep 18 16:43:57.204 INFO O| Sep 18 16:43:57.204 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55622026-09-18T16:43:57.945Z[ recovery-image] Sep 18 16:43:57.214 INFO O| Sep 18 16:43:57.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55632026-09-18T16:43:57.945Z[ recovery-image] Sep 18 16:43:57.214 INFO O| Sep 18 16:43:57.214 INFO STEP 40 (remove_files) COMPLETE
55642026-09-18T16:43:57.950Z[ recovery-image] Sep 18 16:43:57.214 INFO O| Sep 18 16:43:57.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55652026-09-18T16:43:57.956Z[ recovery-image] Sep 18 16:43:57.224 INFO O| Sep 18 16:43:57.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55662026-09-18T16:43:57.956Z[ recovery-image] Sep 18 16:43:57.224 INFO O| Sep 18 16:43:57.224 INFO STEP 41 (remove_files) COMPLETE
55672026-09-18T16:43:57.956Z[ recovery-image] Sep 18 16:43:57.224 INFO O| Sep 18 16:43:57.224 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55682026-09-18T16:43:57.963Z[ recovery-image] Sep 18 16:43:57.233 INFO O| Sep 18 16:43:57.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55692026-09-18T16:43:57.964Z[ recovery-image] Sep 18 16:43:57.233 INFO O| Sep 18 16:43:57.233 INFO STEP 42 (remove_files) COMPLETE
55702026-09-18T16:43:57.964Z[ recovery-image] Sep 18 16:43:57.233 INFO O| Sep 18 16:43:57.233 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55712026-09-18T16:43:57.978Z[ recovery-image] Sep 18 16:43:57.241 INFO O| Sep 18 16:43:57.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55722026-09-18T16:43:57.978Z[ recovery-image] Sep 18 16:43:57.241 INFO O| Sep 18 16:43:57.241 INFO STEP 43 (remove_files) COMPLETE
55732026-09-18T16:43:57.978Z[ recovery-image] Sep 18 16:43:57.241 INFO O| Sep 18 16:43:57.241 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55742026-09-18T16:43:57.981Z[ recovery-image] Sep 18 16:43:57.250 INFO O| Sep 18 16:43:57.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55752026-09-18T16:43:57.981Z[ recovery-image] Sep 18 16:43:57.250 INFO O| Sep 18 16:43:57.250 INFO STEP 44 (remove_files) COMPLETE
55762026-09-18T16:43:57.981Z[ recovery-image] Sep 18 16:43:57.250 INFO O| Sep 18 16:43:57.250 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55772026-09-18T16:43:57.989Z[ recovery-image] Sep 18 16:43:57.258 INFO O| Sep 18 16:43:57.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55782026-09-18T16:43:57.989Z[ recovery-image] Sep 18 16:43:57.258 INFO O| Sep 18 16:43:57.258 INFO STEP 45 (remove_files) COMPLETE
55792026-09-18T16:43:57.989Z[ recovery-image] Sep 18 16:43:57.258 INFO O| Sep 18 16:43:57.258 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55802026-09-18T16:43:57.998Z[ recovery-image] Sep 18 16:43:57.267 INFO O| Sep 18 16:43:57.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55812026-09-18T16:43:57.998Z[ recovery-image] Sep 18 16:43:57.267 INFO O| Sep 18 16:43:57.267 INFO STEP 46 (remove_files) COMPLETE
55822026-09-18T16:43:57.998Z[ recovery-image] Sep 18 16:43:57.267 INFO O| Sep 18 16:43:57.267 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55832026-09-18T16:43:58.006Z[ recovery-image] Sep 18 16:43:57.276 INFO O| Sep 18 16:43:57.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55842026-09-18T16:43:58.006Z[ recovery-image] Sep 18 16:43:57.276 INFO O| Sep 18 16:43:57.276 INFO STEP 47 (remove_files) COMPLETE
55852026-09-18T16:43:58.006Z[ recovery-image] Sep 18 16:43:57.276 INFO O| Sep 18 16:43:57.276 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55862026-09-18T16:43:58.016Z[ recovery-image] Sep 18 16:43:57.285 INFO O| Sep 18 16:43:57.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55872026-09-18T16:43:58.016Z[ recovery-image] Sep 18 16:43:57.285 INFO O| Sep 18 16:43:57.285 INFO STEP 48 (remove_files) COMPLETE
55882026-09-18T16:43:58.016Z[ recovery-image] Sep 18 16:43:57.285 INFO O| Sep 18 16:43:57.285 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55892026-09-18T16:43:58.024Z[ recovery-image] Sep 18 16:43:57.294 INFO O| Sep 18 16:43:57.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55902026-09-18T16:43:58.024Z[ recovery-image] Sep 18 16:43:57.294 INFO O| Sep 18 16:43:57.294 INFO STEP 49 (remove_files) COMPLETE
55912026-09-18T16:43:58.024Z[ recovery-image] Sep 18 16:43:57.294 INFO O| Sep 18 16:43:57.294 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55922026-09-18T16:43:58.034Z[ recovery-image] Sep 18 16:43:57.303 INFO O| Sep 18 16:43:57.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55932026-09-18T16:43:58.034Z[ recovery-image] Sep 18 16:43:57.303 INFO O| Sep 18 16:43:57.303 INFO STEP 50 (remove_files) COMPLETE
55942026-09-18T16:43:58.034Z[ recovery-image] Sep 18 16:43:57.303 INFO O| Sep 18 16:43:57.303 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55952026-09-18T16:43:58.043Z[ recovery-image] Sep 18 16:43:57.312 INFO O| Sep 18 16:43:57.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55962026-09-18T16:43:58.043Z[ recovery-image] Sep 18 16:43:57.313 INFO O| Sep 18 16:43:57.313 INFO STEP 51 (remove_files) COMPLETE
55972026-09-18T16:43:58.043Z[ recovery-image] Sep 18 16:43:57.313 INFO O| Sep 18 16:43:57.313 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55982026-09-18T16:43:58.055Z[ recovery-image] Sep 18 16:43:57.322 INFO O| Sep 18 16:43:57.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55992026-09-18T16:43:58.055Z[ recovery-image] Sep 18 16:43:57.322 INFO O| Sep 18 16:43:57.322 INFO STEP 52 (remove_files) COMPLETE
56002026-09-18T16:43:58.055Z[ recovery-image] Sep 18 16:43:57.322 INFO O| Sep 18 16:43:57.322 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56012026-09-18T16:43:58.061Z[ recovery-image] Sep 18 16:43:57.331 INFO O| Sep 18 16:43:57.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56022026-09-18T16:43:58.065Z[ recovery-image] Sep 18 16:43:57.331 INFO O| Sep 18 16:43:57.331 INFO STEP 53 (remove_files) COMPLETE
56032026-09-18T16:43:58.065Z[ recovery-image] Sep 18 16:43:57.331 INFO O| Sep 18 16:43:57.331 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56042026-09-18T16:43:58.069Z[ recovery-image] Sep 18 16:43:57.339 INFO O| Sep 18 16:43:57.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56052026-09-18T16:43:58.069Z[ recovery-image] Sep 18 16:43:57.339 INFO O| Sep 18 16:43:57.339 INFO STEP 54 (remove_files) COMPLETE
56062026-09-18T16:43:58.073Z[ recovery-image] Sep 18 16:43:57.339 INFO O| Sep 18 16:43:57.339 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56072026-09-18T16:43:58.078Z[ recovery-image] Sep 18 16:43:57.348 INFO O| Sep 18 16:43:57.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56082026-09-18T16:43:58.078Z[ recovery-image] Sep 18 16:43:57.348 INFO O| Sep 18 16:43:57.348 INFO STEP 55 (remove_files) COMPLETE
56092026-09-18T16:43:58.078Z[ recovery-image] Sep 18 16:43:57.348 INFO O| Sep 18 16:43:57.348 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56102026-09-18T16:43:58.086Z[ recovery-image] Sep 18 16:43:57.356 INFO O| Sep 18 16:43:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
56112026-09-18T16:43:58.086Z[ recovery-image] Sep 18 16:43:57.356 INFO O| Sep 18 16:43:57.356 INFO STEP 56 (remove_files) COMPLETE
56122026-09-18T16:43:58.089Z[ recovery-image] Sep 18 16:43:57.356 INFO O| Sep 18 16:43:57.356 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56132026-09-18T16:43:58.094Z[ recovery-image] Sep 18 16:43:57.364 INFO O| Sep 18 16:43:57.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
56142026-09-18T16:43:58.094Z[ recovery-image] Sep 18 16:43:57.364 INFO O| Sep 18 16:43:57.364 INFO STEP 57 (remove_files) COMPLETE
56152026-09-18T16:43:58.094Z[ recovery-image] Sep 18 16:43:57.364 INFO O| Sep 18 16:43:57.364 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56162026-09-18T16:43:58.103Z[ recovery-image] Sep 18 16:43:57.373 INFO O| Sep 18 16:43:57.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
56172026-09-18T16:43:58.103Z[ recovery-image] Sep 18 16:43:57.373 INFO O| Sep 18 16:43:57.373 INFO STEP 58 (remove_files) COMPLETE
56182026-09-18T16:43:58.103Z[ recovery-image] Sep 18 16:43:57.373 INFO O| Sep 18 16:43:57.373 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56192026-09-18T16:43:58.114Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
56202026-09-18T16:43:58.114Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
56212026-09-18T16:43:58.114Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56222026-09-18T16:43:58.117Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56232026-09-18T16:43:58.118Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56242026-09-18T16:43:58.118Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
56252026-09-18T16:43:58.118Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO ok!
56262026-09-18T16:43:58.118Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO STEP 59 (ensure_file) COMPLETE
56272026-09-18T16:43:58.118Z[ recovery-image] Sep 18 16:43:57.383 INFO O| Sep 18 16:43:57.383 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56282026-09-18T16:43:58.123Z[ recovery-image] Sep 18 16:43:57.392 INFO O| Sep 18 16:43:57.392 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
56292026-09-18T16:43:58.123Z[ recovery-image] Sep 18 16:43:57.392 INFO O| Sep 18 16:43:57.392 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
56302026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.392 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56312026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56322026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56332026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
56342026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO ok!
56352026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO STEP 60 (ensure_file) COMPLETE
56362026-09-18T16:43:58.126Z[ recovery-image] Sep 18 16:43:57.393 INFO O| Sep 18 16:43:57.393 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56372026-09-18T16:43:58.134Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
56382026-09-18T16:43:58.134Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
56392026-09-18T16:43:58.134Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
56402026-09-18T16:43:58.138Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO ok!
56412026-09-18T16:43:58.138Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO STEP 61 (ensure_file) COMPLETE
56422026-09-18T16:43:58.138Z[ recovery-image] Sep 18 16:43:57.403 INFO O| Sep 18 16:43:57.403 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56432026-09-18T16:43:58.143Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56442026-09-18T16:43:58.143Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56452026-09-18T16:43:58.143Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56462026-09-18T16:43:58.147Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 INFO ok!
56472026-09-18T16:43:58.147Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 INFO STEP 62 (ensure_file) COMPLETE
56482026-09-18T16:43:58.147Z[ recovery-image] Sep 18 16:43:57.413 INFO O| Sep 18 16:43:57.413 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56492026-09-18T16:43:58.154Z[ recovery-image] Sep 18 16:43:57.422 INFO O| Sep 18 16:43:57.422 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56502026-09-18T16:43:58.154Z[ recovery-image] Sep 18 16:43:57.422 INFO O| Sep 18 16:43:57.422 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56512026-09-18T16:43:58.154Z[ recovery-image] Sep 18 16:43:57.423 INFO O| Sep 18 16:43:57.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56522026-09-18T16:43:58.157Z[ recovery-image] Sep 18 16:43:57.423 INFO O| Sep 18 16:43:57.423 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56532026-09-18T16:43:58.158Z[ recovery-image] Sep 18 16:43:57.423 INFO O| Sep 18 16:43:57.423 INFO ok!
56542026-09-18T16:43:58.158Z[ recovery-image] Sep 18 16:43:57.423 INFO O| Sep 18 16:43:57.423 INFO STEP 63 (ensure_file) COMPLETE
56552026-09-18T16:43:58.158Z[ recovery-image] Sep 18 16:43:57.423 INFO O| Sep 18 16:43:57.423 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56562026-09-18T16:43:58.163Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56572026-09-18T16:43:58.163Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56582026-09-18T16:43:58.163Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56592026-09-18T16:43:58.166Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56602026-09-18T16:43:58.166Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO ok!
56612026-09-18T16:43:58.166Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO STEP 64 (ensure_file) COMPLETE
56622026-09-18T16:43:58.166Z[ recovery-image] Sep 18 16:43:57.432 INFO O| Sep 18 16:43:57.432 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56632026-09-18T16:43:58.186Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56642026-09-18T16:43:58.186Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56652026-09-18T16:43:58.186Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56662026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56672026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO ok!
56682026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO STEP 65 (ensure_file) COMPLETE
56692026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.443 INFO O| Sep 18 16:43:57.443 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56702026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56712026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56722026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56732026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO ok!
56742026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO STEP 66 (assemble_files) COMPLETE
56752026-09-18T16:43:58.187Z[ recovery-image] Sep 18 16:43:57.454 INFO O| Sep 18 16:43:57.454 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56762026-09-18T16:43:58.195Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56772026-09-18T16:43:58.195Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56782026-09-18T16:43:58.195Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56792026-09-18T16:43:58.198Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56802026-09-18T16:43:58.198Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO ok!
56812026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO STEP 67 (ensure_file) COMPLETE
56822026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56832026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO skip step because feature "omicron1" is not enabled
56842026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56852026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO skip step because feature "omicron1" is not enabled
56862026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56872026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO skip step because feature "omicron1" is not enabled
56882026-09-18T16:43:58.199Z[ recovery-image] Sep 18 16:43:57.464 INFO O| Sep 18 16:43:57.464 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56892026-09-18T16:43:58.211Z[ recovery-image] Sep 18 16:43:57.480 INFO O| Sep 18 16:43:57.480 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56902026-09-18T16:43:58.211Z[ recovery-image] Sep 18 16:43:57.480 INFO O| Sep 18 16:43:57.480 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56912026-09-18T16:43:58.320Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
56922026-09-18T16:43:58.469Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56932026-09-18T16:43:58.524Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56942026-09-18T16:43:58.805Z[verify-libraries] Compiling fs-err v2.11.0
56952026-09-18T16:43:58.868Z[verify-libraries] Compiling internet-checksum v0.2.1
56962026-09-18T16:43:59.074Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56972026-09-18T16:43:59.540Z[ recovery-image] Sep 18 16:43:58.810 INFO O| Sep 18 16:43:58.810 INFO STEP 71 (pack_tar) COMPLETE
56982026-09-18T16:43:59.540Z[ recovery-image] Sep 18 16:43:58.810 INFO O| Sep 18 16:43:58.810 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56992026-09-18T16:43:59.540Z[ recovery-image] Sep 18 16:43:58.810 INFO O| Sep 18 16:43:58.810 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57002026-09-18T16:44:00.039Z[ recovery-image] Sep 18 16:43:59.307 INFO O| Sep 18 16:43:59.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57012026-09-18T16:44:00.169Z[ recovery-image] Sep 18 16:43:59.438 INFO O| Sep 18 16:43:59.438 INFO completed processing sled/ramdisk-02-trim
57022026-09-18T16:44:00.172Z[ recovery-image] Sep 18 16:43:59.440 INFO image builder template: ramdisk-03-recovery-trim...
57032026-09-18T16:44:00.172Z[ recovery-image] Sep 18 16:43:59.440 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/.tmpfjqf9Q/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
57042026-09-18T16:44:00.176Z[ recovery-image] Sep 18 16:43:59.445 INFO O| Sep 18 16:43:59.445 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57052026-09-18T16:44:00.252Z[ recovery-image] Sep 18 16:43:59.522 INFO O| Sep 18 16:43:59.522 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57062026-09-18T16:44:00.256Z[ recovery-image] Sep 18 16:43:59.526 INFO O| Sep 18 16:43:59.526 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57072026-09-18T16:44:00.358Z[ recovery-image] Sep 18 16:43:59.628 INFO O| Sep 18 16:43:59.628 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57082026-09-18T16:44:00.512Z[ recovery-image] Sep 18 16:43:59.781 INFO O| Sep 18 16:43:59.781 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57092026-09-18T16:44:00.512Z[ recovery-image] Sep 18 16:43:59.781 INFO O| Sep 18 16:43:59.781 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57102026-09-18T16:44:00.519Z[ recovery-image] Sep 18 16:43:59.789 INFO O| Sep 18 16:43:59.789 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57112026-09-18T16:44:00.525Z[ recovery-image] Sep 18 16:43:59.794 INFO O| Sep 18 16:43:59.794 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57122026-09-18T16:44:00.530Z[ recovery-image] Sep 18 16:43:59.800 INFO O| Sep 18 16:43:59.800 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57132026-09-18T16:44:01.256Z[ recovery-image] Sep 18 16:44:00.525 INFO O| Sep 18 16:44:00.525 INFO rolled back to input snapshot; work may begin
57142026-09-18T16:44:01.256Z[ recovery-image] Sep 18 16:44:00.526 INFO O| Sep 18 16:44:00.525 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57152026-09-18T16:44:01.262Z[ recovery-image] Sep 18 16:44:00.531 INFO O| Sep 18 16:44:00.531 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-09-18T16:44:01.271Z[ recovery-image] Sep 18 16:44:00.541 INFO O| Sep 18 16:44:00.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
57172026-09-18T16:44:01.275Z[ recovery-image] Sep 18 16:44:00.545 INFO O| Sep 18 16:44:00.545 INFO STEP 0 (remove_files) COMPLETE
57182026-09-18T16:44:01.275Z[ recovery-image] Sep 18 16:44:00.545 INFO O| Sep 18 16:44:00.545 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-09-18T16:44:01.286Z[ recovery-image] Sep 18 16:44:00.556 INFO O| Sep 18 16:44:00.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
57202026-09-18T16:44:01.290Z[ recovery-image] Sep 18 16:44:00.557 INFO O| Sep 18 16:44:00.557 INFO STEP 1 (remove_files) COMPLETE
57212026-09-18T16:44:01.290Z[ recovery-image] Sep 18 16:44:00.557 INFO O| Sep 18 16:44:00.557 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-09-18T16:44:01.296Z[ recovery-image] Sep 18 16:44:00.566 INFO O| Sep 18 16:44:00.566 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
57232026-09-18T16:44:01.312Z[ recovery-image] Sep 18 16:44:00.582 INFO O| Sep 18 16:44:00.582 INFO STEP 2 (remove_files) COMPLETE
57242026-09-18T16:44:01.313Z[ recovery-image] Sep 18 16:44:00.582 INFO O| Sep 18 16:44:00.582 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-18T16:44:01.323Z[ recovery-image] Sep 18 16:44:00.593 INFO O| Sep 18 16:44:00.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
57262026-09-18T16:44:01.376Z[ recovery-image] Sep 18 16:44:00.645 INFO O| Sep 18 16:44:00.645 INFO STEP 3 (remove_files) COMPLETE
57272026-09-18T16:44:01.376Z[ recovery-image] Sep 18 16:44:00.645 INFO O| Sep 18 16:44:00.645 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-18T16:44:01.387Z[ recovery-image] Sep 18 16:44:00.657 INFO O| Sep 18 16:44:00.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57292026-09-18T16:44:01.391Z[ recovery-image] Sep 18 16:44:00.658 INFO O| Sep 18 16:44:00.658 INFO STEP 4 (remove_files) COMPLETE
57302026-09-18T16:44:01.391Z[ recovery-image] Sep 18 16:44:00.658 INFO O| Sep 18 16:44:00.658 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-09-18T16:44:01.400Z[ recovery-image] Sep 18 16:44:00.670 INFO O| Sep 18 16:44:00.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57322026-09-18T16:44:01.434Z[ recovery-image] Sep 18 16:44:00.703 INFO O| Sep 18 16:44:00.703 INFO STEP 5 (remove_files) COMPLETE
57332026-09-18T16:44:01.434Z[ recovery-image] Sep 18 16:44:00.703 INFO O| Sep 18 16:44:00.703 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-09-18T16:44:01.442Z[ recovery-image] Sep 18 16:44:00.711 INFO O| Sep 18 16:44:00.711 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57352026-09-18T16:44:01.453Z[verify-libraries] Compiling git2 v0.20.4
57362026-09-18T16:44:01.460Z[ recovery-image] Sep 18 16:44:00.730 INFO O| Sep 18 16:44:00.730 INFO STEP 6 (remove_files) COMPLETE
57372026-09-18T16:44:01.460Z[ recovery-image] Sep 18 16:44:00.730 INFO O| Sep 18 16:44:00.730 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-18T16:44:01.471Z[ recovery-image] Sep 18 16:44:00.740 INFO O| Sep 18 16:44:00.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57392026-09-18T16:44:01.474Z[ recovery-image] Sep 18 16:44:00.743 INFO O| Sep 18 16:44:00.743 INFO STEP 7 (remove_files) COMPLETE
57402026-09-18T16:44:01.474Z[ recovery-image] Sep 18 16:44:00.743 INFO O| Sep 18 16:44:00.743 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-18T16:44:01.482Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
57422026-09-18T16:44:01.486Z[ recovery-image] Sep 18 16:44:00.754 INFO O| Sep 18 16:44:00.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57432026-09-18T16:44:01.489Z[ recovery-image] Sep 18 16:44:00.756 INFO O| Sep 18 16:44:00.756 INFO STEP 8 (remove_files) COMPLETE
57442026-09-18T16:44:01.489Z[ recovery-image] Sep 18 16:44:00.756 INFO O| Sep 18 16:44:00.756 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-18T16:44:01.495Z[ recovery-image] Sep 18 16:44:00.765 INFO O| Sep 18 16:44:00.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57462026-09-18T16:44:01.502Z[ recovery-image] Sep 18 16:44:00.772 INFO O| Sep 18 16:44:00.772 INFO STEP 9 (remove_files) COMPLETE
57472026-09-18T16:44:01.502Z[ recovery-image] Sep 18 16:44:00.772 INFO O| Sep 18 16:44:00.772 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-18T16:44:01.513Z[ recovery-image] Sep 18 16:44:00.782 INFO O| Sep 18 16:44:00.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57492026-09-18T16:44:01.529Z[ recovery-image] Sep 18 16:44:00.798 INFO O| Sep 18 16:44:00.798 INFO STEP 10 (remove_files) COMPLETE
57502026-09-18T16:44:01.529Z[ recovery-image] Sep 18 16:44:00.798 INFO O| Sep 18 16:44:00.798 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-18T16:44:01.542Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
57522026-09-18T16:44:01.546Z[ recovery-image] Sep 18 16:44:00.813 INFO O| Sep 18 16:44:00.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57532026-09-18T16:44:01.549Z[ recovery-image] Sep 18 16:44:00.817 INFO O| Sep 18 16:44:00.817 INFO STEP 11 (remove_files) COMPLETE
57542026-09-18T16:44:01.549Z[ recovery-image] Sep 18 16:44:00.817 INFO O| Sep 18 16:44:00.817 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-09-18T16:44:01.558Z[ recovery-image] Sep 18 16:44:00.828 INFO O| Sep 18 16:44:00.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57562026-09-18T16:44:01.768Z[ recovery-image] Sep 18 16:44:01.038 INFO O| Sep 18 16:44:01.038 INFO STEP 12 (remove_files) COMPLETE
57572026-09-18T16:44:01.768Z[ recovery-image] Sep 18 16:44:01.038 INFO O| Sep 18 16:44:01.038 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-09-18T16:44:01.783Z[ recovery-image] Sep 18 16:44:01.052 INFO O| Sep 18 16:44:01.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57592026-09-18T16:44:01.787Z[ recovery-image] Sep 18 16:44:01.055 INFO O| Sep 18 16:44:01.055 INFO STEP 13 (remove_files) COMPLETE
57602026-09-18T16:44:01.787Z[ recovery-image] Sep 18 16:44:01.055 INFO O| Sep 18 16:44:01.055 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-09-18T16:44:01.795Z[ recovery-image] Sep 18 16:44:01.065 INFO O| Sep 18 16:44:01.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57622026-09-18T16:44:01.799Z[ recovery-image] Sep 18 16:44:01.067 INFO O| Sep 18 16:44:01.067 INFO STEP 14 (remove_files) COMPLETE
57632026-09-18T16:44:01.799Z[ recovery-image] Sep 18 16:44:01.067 INFO O| Sep 18 16:44:01.067 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-18T16:44:01.809Z[ recovery-image] Sep 18 16:44:01.078 INFO O| Sep 18 16:44:01.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57652026-09-18T16:44:01.809Z[ recovery-image] Sep 18 16:44:01.078 INFO O| Sep 18 16:44:01.078 INFO STEP 15 (remove_files) COMPLETE
57662026-09-18T16:44:01.809Z[ recovery-image] Sep 18 16:44:01.078 INFO O| Sep 18 16:44:01.078 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-18T16:44:01.820Z[ recovery-image] Sep 18 16:44:01.089 INFO O| Sep 18 16:44:01.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57682026-09-18T16:44:01.823Z[ recovery-image] Sep 18 16:44:01.090 INFO O| Sep 18 16:44:01.090 INFO STEP 16 (remove_files) COMPLETE
57692026-09-18T16:44:01.823Z[ recovery-image] Sep 18 16:44:01.091 INFO O| Sep 18 16:44:01.090 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-18T16:44:01.831Z[ recovery-image] Sep 18 16:44:01.101 INFO O| Sep 18 16:44:01.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57712026-09-18T16:44:01.844Z[ recovery-image] Sep 18 16:44:01.113 INFO O| Sep 18 16:44:01.113 INFO STEP 17 (remove_files) COMPLETE
57722026-09-18T16:44:01.844Z[ recovery-image] Sep 18 16:44:01.113 INFO O| Sep 18 16:44:01.113 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-09-18T16:44:01.854Z[ recovery-image] Sep 18 16:44:01.124 INFO O| Sep 18 16:44:01.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57742026-09-18T16:44:01.855Z[ recovery-image] Sep 18 16:44:01.124 INFO O| Sep 18 16:44:01.124 INFO STEP 18 (remove_files) COMPLETE
57752026-09-18T16:44:01.855Z[ recovery-image] Sep 18 16:44:01.124 INFO O| Sep 18 16:44:01.124 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-09-18T16:44:01.865Z[ recovery-image] Sep 18 16:44:01.134 INFO O| Sep 18 16:44:01.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57772026-09-18T16:44:01.868Z[ recovery-image] Sep 18 16:44:01.135 INFO O| Sep 18 16:44:01.135 INFO STEP 19 (remove_files) COMPLETE
57782026-09-18T16:44:01.868Z[ recovery-image] Sep 18 16:44:01.135 INFO O| Sep 18 16:44:01.135 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-09-18T16:44:01.875Z[ recovery-image] Sep 18 16:44:01.145 INFO O| Sep 18 16:44:01.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57802026-09-18T16:44:01.920Z[ recovery-image] Sep 18 16:44:01.189 INFO O| Sep 18 16:44:01.189 INFO STEP 20 (remove_files) COMPLETE
57812026-09-18T16:44:01.921Z[ recovery-image] Sep 18 16:44:01.189 INFO O| Sep 18 16:44:01.189 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-18T16:44:01.929Z[ recovery-image] Sep 18 16:44:01.199 INFO O| Sep 18 16:44:01.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57832026-09-18T16:44:01.934Z[ recovery-image] Sep 18 16:44:01.200 INFO O| Sep 18 16:44:01.200 INFO STEP 21 (remove_files) COMPLETE
57842026-09-18T16:44:01.934Z[ recovery-image] Sep 18 16:44:01.200 INFO O| Sep 18 16:44:01.200 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-18T16:44:01.941Z[ recovery-image] Sep 18 16:44:01.210 INFO O| Sep 18 16:44:01.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57862026-09-18T16:44:01.941Z[ recovery-image] Sep 18 16:44:01.210 INFO O| Sep 18 16:44:01.210 INFO STEP 22 (remove_files) COMPLETE
57872026-09-18T16:44:01.941Z[ recovery-image] Sep 18 16:44:01.210 INFO O| Sep 18 16:44:01.210 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-18T16:44:01.951Z[ recovery-image] Sep 18 16:44:01.220 INFO O| Sep 18 16:44:01.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57892026-09-18T16:44:01.953Z[ recovery-image] Sep 18 16:44:01.221 INFO O| Sep 18 16:44:01.221 INFO STEP 23 (remove_files) COMPLETE
57902026-09-18T16:44:01.953Z[ recovery-image] Sep 18 16:44:01.221 INFO O| Sep 18 16:44:01.221 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-18T16:44:01.961Z[ recovery-image] Sep 18 16:44:01.231 INFO O| Sep 18 16:44:01.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57922026-09-18T16:44:01.962Z[ recovery-image] Sep 18 16:44:01.231 INFO O| Sep 18 16:44:01.231 INFO STEP 24 (remove_files) COMPLETE
57932026-09-18T16:44:01.962Z[ recovery-image] Sep 18 16:44:01.231 INFO O| Sep 18 16:44:01.231 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-18T16:44:01.972Z[ recovery-image] Sep 18 16:44:01.241 INFO O| Sep 18 16:44:01.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57952026-09-18T16:44:01.975Z[ recovery-image] Sep 18 16:44:01.242 INFO O| Sep 18 16:44:01.242 INFO STEP 25 (remove_files) COMPLETE
57962026-09-18T16:44:01.975Z[ recovery-image] Sep 18 16:44:01.242 INFO O| Sep 18 16:44:01.242 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-18T16:44:01.982Z[ recovery-image] Sep 18 16:44:01.252 INFO O| Sep 18 16:44:01.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57982026-09-18T16:44:01.982Z[ recovery-image] Sep 18 16:44:01.252 INFO O| Sep 18 16:44:01.252 INFO STEP 26 (remove_files) COMPLETE
57992026-09-18T16:44:01.982Z[ recovery-image] Sep 18 16:44:01.252 INFO O| Sep 18 16:44:01.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-18T16:44:01.992Z[ recovery-image] Sep 18 16:44:01.261 INFO O| Sep 18 16:44:01.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58012026-09-18T16:44:01.992Z[ recovery-image] Sep 18 16:44:01.262 INFO O| Sep 18 16:44:01.261 INFO STEP 27 (remove_files) COMPLETE
58022026-09-18T16:44:01.992Z[ recovery-image] Sep 18 16:44:01.262 INFO O| Sep 18 16:44:01.261 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-18T16:44:02.001Z[ recovery-image] Sep 18 16:44:01.270 INFO O| Sep 18 16:44:01.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58042026-09-18T16:44:02.002Z[ recovery-image] Sep 18 16:44:01.271 INFO O| Sep 18 16:44:01.271 INFO STEP 28 (remove_files) COMPLETE
58052026-09-18T16:44:02.002Z[ recovery-image] Sep 18 16:44:01.271 INFO O| Sep 18 16:44:01.271 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-18T16:44:02.009Z[ recovery-image] Sep 18 16:44:01.279 INFO O| Sep 18 16:44:01.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58072026-09-18T16:44:02.009Z[ recovery-image] Sep 18 16:44:01.279 INFO O| Sep 18 16:44:01.279 INFO STEP 29 (remove_files) COMPLETE
58082026-09-18T16:44:02.010Z[ recovery-image] Sep 18 16:44:01.279 INFO O| Sep 18 16:44:01.279 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-18T16:44:02.018Z[ recovery-image] Sep 18 16:44:01.288 INFO O| Sep 18 16:44:01.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58102026-09-18T16:44:02.018Z[ recovery-image] Sep 18 16:44:01.288 INFO O| Sep 18 16:44:01.288 INFO STEP 30 (remove_files) COMPLETE
58112026-09-18T16:44:02.018Z[ recovery-image] Sep 18 16:44:01.288 INFO O| Sep 18 16:44:01.288 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-18T16:44:02.027Z[ recovery-image] Sep 18 16:44:01.296 INFO O| Sep 18 16:44:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58132026-09-18T16:44:02.027Z[ recovery-image] Sep 18 16:44:01.296 INFO O| Sep 18 16:44:01.296 INFO STEP 31 (remove_files) COMPLETE
58142026-09-18T16:44:02.030Z[ recovery-image] Sep 18 16:44:01.296 INFO O| Sep 18 16:44:01.296 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-18T16:44:02.035Z[ recovery-image] Sep 18 16:44:01.304 INFO O| Sep 18 16:44:01.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58162026-09-18T16:44:02.038Z[ recovery-image] Sep 18 16:44:01.305 INFO O| Sep 18 16:44:01.305 INFO STEP 32 (remove_files) COMPLETE
58172026-09-18T16:44:02.038Z[ recovery-image] Sep 18 16:44:01.305 INFO O| Sep 18 16:44:01.305 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-18T16:44:02.047Z[ recovery-image] Sep 18 16:44:01.317 INFO O| Sep 18 16:44:01.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
58192026-09-18T16:44:02.050Z[ recovery-image] Sep 18 16:44:01.318 INFO O| Sep 18 16:44:01.318 INFO STEP 33 (remove_files) COMPLETE
58202026-09-18T16:44:02.050Z[ recovery-image] Sep 18 16:44:01.318 INFO O| Sep 18 16:44:01.318 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-18T16:44:02.061Z[ recovery-image] Sep 18 16:44:01.328 INFO O| Sep 18 16:44:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
58222026-09-18T16:44:02.061Z[ recovery-image] Sep 18 16:44:01.328 INFO O| Sep 18 16:44:01.328 INFO STEP 34 (remove_files) COMPLETE
58232026-09-18T16:44:02.065Z[ recovery-image] Sep 18 16:44:01.328 INFO O| Sep 18 16:44:01.328 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-18T16:44:02.068Z[ recovery-image] Sep 18 16:44:01.338 INFO O| Sep 18 16:44:01.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
58252026-09-18T16:44:02.068Z[ recovery-image] Sep 18 16:44:01.338 INFO O| Sep 18 16:44:01.338 INFO STEP 35 (remove_files) COMPLETE
58262026-09-18T16:44:02.071Z[ recovery-image] Sep 18 16:44:01.338 INFO O| Sep 18 16:44:01.338 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-18T16:44:02.079Z[ recovery-image] Sep 18 16:44:01.347 INFO O| Sep 18 16:44:01.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
58282026-09-18T16:44:02.079Z[ recovery-image] Sep 18 16:44:01.348 INFO O| Sep 18 16:44:01.347 INFO STEP 36 (remove_files) COMPLETE
58292026-09-18T16:44:02.079Z[ recovery-image] Sep 18 16:44:01.348 INFO O| Sep 18 16:44:01.347 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-18T16:44:02.088Z[ recovery-image] Sep 18 16:44:01.357 INFO O| Sep 18 16:44:01.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58312026-09-18T16:44:02.088Z[ recovery-image] Sep 18 16:44:01.357 INFO O| Sep 18 16:44:01.357 INFO STEP 37 (remove_files) COMPLETE
58322026-09-18T16:44:02.088Z[ recovery-image] Sep 18 16:44:01.357 INFO O| Sep 18 16:44:01.357 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-18T16:44:02.097Z[ recovery-image] Sep 18 16:44:01.366 INFO O| Sep 18 16:44:01.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58342026-09-18T16:44:02.097Z[ recovery-image] Sep 18 16:44:01.366 INFO O| Sep 18 16:44:01.366 INFO STEP 38 (remove_files) COMPLETE
58352026-09-18T16:44:02.100Z[ recovery-image] Sep 18 16:44:01.366 INFO O| Sep 18 16:44:01.366 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-18T16:44:02.106Z[ recovery-image] Sep 18 16:44:01.375 INFO O| Sep 18 16:44:01.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58372026-09-18T16:44:02.106Z[ recovery-image] Sep 18 16:44:01.375 INFO O| Sep 18 16:44:01.375 INFO STEP 39 (remove_files) COMPLETE
58382026-09-18T16:44:02.106Z[ recovery-image] Sep 18 16:44:01.375 INFO O| Sep 18 16:44:01.375 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-09-18T16:44:02.115Z[ recovery-image] Sep 18 16:44:01.384 INFO O| Sep 18 16:44:01.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58402026-09-18T16:44:02.115Z[ recovery-image] Sep 18 16:44:01.384 INFO O| Sep 18 16:44:01.384 INFO STEP 40 (remove_files) COMPLETE
58412026-09-18T16:44:02.115Z[ recovery-image] Sep 18 16:44:01.384 INFO O| Sep 18 16:44:01.384 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-09-18T16:44:02.124Z[ recovery-image] Sep 18 16:44:01.393 INFO O| Sep 18 16:44:01.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58432026-09-18T16:44:02.124Z[ recovery-image] Sep 18 16:44:01.393 INFO O| Sep 18 16:44:01.393 INFO STEP 41 (remove_files) COMPLETE
58442026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.393 INFO O| Sep 18 16:44:01.393 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.402 INFO O| Sep 18 16:44:01.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58462026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.402 INFO O| Sep 18 16:44:01.402 INFO STEP 42 (remove_files) COMPLETE
58472026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.402 INFO O| Sep 18 16:44:01.402 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.411 INFO O| Sep 18 16:44:01.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58492026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.411 INFO O| Sep 18 16:44:01.411 INFO STEP 43 (remove_files) COMPLETE
58502026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.411 INFO O| Sep 18 16:44:01.411 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.421 INFO O| Sep 18 16:44:01.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58522026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.421 INFO O| Sep 18 16:44:01.421 INFO STEP 44 (remove_files) COMPLETE
58532026-09-18T16:44:02.159Z[ recovery-image] Sep 18 16:44:01.421 INFO O| Sep 18 16:44:01.421 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-18T16:44:02.163Z[ recovery-image] Sep 18 16:44:01.430 INFO O| Sep 18 16:44:01.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58552026-09-18T16:44:02.163Z[ recovery-image] Sep 18 16:44:01.430 INFO O| Sep 18 16:44:01.430 INFO STEP 45 (remove_files) COMPLETE
58562026-09-18T16:44:02.163Z[ recovery-image] Sep 18 16:44:01.430 INFO O| Sep 18 16:44:01.430 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-18T16:44:02.171Z[ recovery-image] Sep 18 16:44:01.441 INFO O| Sep 18 16:44:01.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58582026-09-18T16:44:02.171Z[ recovery-image] Sep 18 16:44:01.441 INFO O| Sep 18 16:44:01.441 INFO STEP 46 (remove_files) COMPLETE
58592026-09-18T16:44:02.171Z[ recovery-image] Sep 18 16:44:01.441 INFO O| Sep 18 16:44:01.441 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-18T16:44:02.181Z[ recovery-image] Sep 18 16:44:01.451 INFO O| Sep 18 16:44:01.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58612026-09-18T16:44:02.184Z[ recovery-image] Sep 18 16:44:01.451 INFO O| Sep 18 16:44:01.451 INFO STEP 47 (remove_files) COMPLETE
58622026-09-18T16:44:02.184Z[ recovery-image] Sep 18 16:44:01.451 INFO O| Sep 18 16:44:01.451 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-09-18T16:44:02.190Z[ recovery-image] Sep 18 16:44:01.460 INFO O| Sep 18 16:44:01.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58642026-09-18T16:44:02.190Z[ recovery-image] Sep 18 16:44:01.460 INFO O| Sep 18 16:44:01.460 INFO STEP 48 (remove_files) COMPLETE
58652026-09-18T16:44:02.190Z[ recovery-image] Sep 18 16:44:01.460 INFO O| Sep 18 16:44:01.460 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-09-18T16:44:02.201Z[ recovery-image] Sep 18 16:44:01.471 INFO O| Sep 18 16:44:01.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58672026-09-18T16:44:02.201Z[ recovery-image] Sep 18 16:44:01.471 INFO O| Sep 18 16:44:01.471 INFO STEP 49 (remove_files) COMPLETE
58682026-09-18T16:44:02.205Z[ recovery-image] Sep 18 16:44:01.471 INFO O| Sep 18 16:44:01.471 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-09-18T16:44:02.212Z[ recovery-image] Sep 18 16:44:01.481 INFO O| Sep 18 16:44:01.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58702026-09-18T16:44:02.215Z[ recovery-image] Sep 18 16:44:01.482 INFO O| Sep 18 16:44:01.481 INFO STEP 50 (remove_files) COMPLETE
58712026-09-18T16:44:02.215Z[ recovery-image] Sep 18 16:44:01.482 INFO O| Sep 18 16:44:01.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-09-18T16:44:02.225Z[ recovery-image] Sep 18 16:44:01.495 INFO O| Sep 18 16:44:01.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58732026-09-18T16:44:02.240Z[ recovery-image] Sep 18 16:44:01.509 INFO O| Sep 18 16:44:01.509 INFO STEP 51 (remove_files) COMPLETE
58742026-09-18T16:44:02.240Z[ recovery-image] Sep 18 16:44:01.509 INFO O| Sep 18 16:44:01.509 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-18T16:44:02.250Z[ recovery-image] Sep 18 16:44:01.520 INFO O| Sep 18 16:44:01.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58762026-09-18T16:44:02.262Z[ recovery-image] Sep 18 16:44:01.532 INFO O| Sep 18 16:44:01.532 INFO STEP 52 (remove_files) COMPLETE
58772026-09-18T16:44:02.263Z[ recovery-image] Sep 18 16:44:01.532 INFO O| Sep 18 16:44:01.532 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-18T16:44:02.272Z[ recovery-image] Sep 18 16:44:01.541 INFO O| Sep 18 16:44:01.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58792026-09-18T16:44:02.272Z[ recovery-image] Sep 18 16:44:01.541 INFO O| Sep 18 16:44:01.541 INFO STEP 53 (remove_files) COMPLETE
58802026-09-18T16:44:02.272Z[ recovery-image] Sep 18 16:44:01.541 INFO O| Sep 18 16:44:01.541 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-18T16:44:02.280Z[ recovery-image] Sep 18 16:44:01.550 INFO O| Sep 18 16:44:01.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58822026-09-18T16:44:02.280Z[ recovery-image] Sep 18 16:44:01.550 INFO O| Sep 18 16:44:01.550 INFO STEP 54 (remove_files) COMPLETE
58832026-09-18T16:44:02.280Z[ recovery-image] Sep 18 16:44:01.550 INFO O| Sep 18 16:44:01.550 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-18T16:44:02.289Z[ recovery-image] Sep 18 16:44:01.559 INFO O| Sep 18 16:44:01.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58852026-09-18T16:44:02.289Z[ recovery-image] Sep 18 16:44:01.559 INFO O| Sep 18 16:44:01.559 INFO STEP 55 (remove_files) COMPLETE
58862026-09-18T16:44:02.289Z[ recovery-image] Sep 18 16:44:01.559 INFO O| Sep 18 16:44:01.559 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-18T16:44:02.298Z[ recovery-image] Sep 18 16:44:01.568 INFO O| Sep 18 16:44:01.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58882026-09-18T16:44:02.298Z[ recovery-image] Sep 18 16:44:01.568 INFO O| Sep 18 16:44:01.568 INFO STEP 56 (remove_files) COMPLETE
58892026-09-18T16:44:02.298Z[ recovery-image] Sep 18 16:44:01.568 INFO O| Sep 18 16:44:01.568 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-18T16:44:02.308Z[ recovery-image] Sep 18 16:44:01.577 INFO O| Sep 18 16:44:01.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58912026-09-18T16:44:02.308Z[ recovery-image] Sep 18 16:44:01.577 INFO O| Sep 18 16:44:01.577 INFO STEP 57 (remove_files) COMPLETE
58922026-09-18T16:44:02.308Z[ recovery-image] Sep 18 16:44:01.577 INFO O| Sep 18 16:44:01.577 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-18T16:44:02.317Z[ recovery-image] Sep 18 16:44:01.587 INFO O| Sep 18 16:44:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58942026-09-18T16:44:02.317Z[ recovery-image] Sep 18 16:44:01.587 INFO O| Sep 18 16:44:01.587 INFO STEP 58 (remove_files) COMPLETE
58952026-09-18T16:44:02.317Z[ recovery-image] Sep 18 16:44:01.587 INFO O| Sep 18 16:44:01.587 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-18T16:44:02.326Z[ recovery-image] Sep 18 16:44:01.596 INFO O| Sep 18 16:44:01.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58972026-09-18T16:44:02.327Z[ recovery-image] Sep 18 16:44:01.596 INFO O| Sep 18 16:44:01.596 INFO STEP 59 (remove_files) COMPLETE
58982026-09-18T16:44:02.327Z[ recovery-image] Sep 18 16:44:01.596 INFO O| Sep 18 16:44:01.596 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-18T16:44:02.336Z[ recovery-image] Sep 18 16:44:01.605 INFO O| Sep 18 16:44:01.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59002026-09-18T16:44:02.336Z[ recovery-image] Sep 18 16:44:01.605 INFO O| Sep 18 16:44:01.605 INFO STEP 60 (remove_files) COMPLETE
59012026-09-18T16:44:02.336Z[ recovery-image] Sep 18 16:44:01.605 INFO O| Sep 18 16:44:01.605 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-18T16:44:02.345Z[ recovery-image] Sep 18 16:44:01.614 INFO O| Sep 18 16:44:01.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59032026-09-18T16:44:02.345Z[ recovery-image] Sep 18 16:44:01.614 INFO O| Sep 18 16:44:01.614 INFO STEP 61 (remove_files) COMPLETE
59042026-09-18T16:44:02.345Z[ recovery-image] Sep 18 16:44:01.614 INFO O| Sep 18 16:44:01.614 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-18T16:44:02.355Z[ recovery-image] Sep 18 16:44:01.624 INFO O| Sep 18 16:44:01.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59062026-09-18T16:44:02.355Z[ recovery-image] Sep 18 16:44:01.624 INFO O| Sep 18 16:44:01.624 INFO STEP 62 (remove_files) COMPLETE
59072026-09-18T16:44:02.356Z[ recovery-image] Sep 18 16:44:01.624 INFO O| Sep 18 16:44:01.624 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-18T16:44:02.364Z[ recovery-image] Sep 18 16:44:01.633 INFO O| Sep 18 16:44:01.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59092026-09-18T16:44:02.364Z[ recovery-image] Sep 18 16:44:01.633 INFO O| Sep 18 16:44:01.633 INFO STEP 63 (remove_files) COMPLETE
59102026-09-18T16:44:02.364Z[ recovery-image] Sep 18 16:44:01.633 INFO O| Sep 18 16:44:01.633 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-18T16:44:02.373Z[ recovery-image] Sep 18 16:44:01.642 INFO O| Sep 18 16:44:01.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
59122026-09-18T16:44:02.373Z[ recovery-image] Sep 18 16:44:01.642 INFO O| Sep 18 16:44:01.642 INFO STEP 64 (remove_files) COMPLETE
59132026-09-18T16:44:02.373Z[ recovery-image] Sep 18 16:44:01.642 INFO O| Sep 18 16:44:01.642 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-18T16:44:02.382Z[ recovery-image] Sep 18 16:44:01.651 INFO O| Sep 18 16:44:01.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
59152026-09-18T16:44:02.385Z[ recovery-image] Sep 18 16:44:01.652 INFO O| Sep 18 16:44:01.652 INFO STEP 65 (remove_files) COMPLETE
59162026-09-18T16:44:02.385Z[ recovery-image] Sep 18 16:44:01.652 INFO O| Sep 18 16:44:01.652 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-18T16:44:02.391Z[ recovery-image] Sep 18 16:44:01.661 INFO O| Sep 18 16:44:01.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
59182026-09-18T16:44:02.391Z[ recovery-image] Sep 18 16:44:01.661 INFO O| Sep 18 16:44:01.661 INFO STEP 66 (remove_files) COMPLETE
59192026-09-18T16:44:02.391Z[ recovery-image] Sep 18 16:44:01.661 INFO O| Sep 18 16:44:01.661 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-18T16:44:02.402Z[ recovery-image] Sep 18 16:44:01.671 INFO O| Sep 18 16:44:01.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
59212026-09-18T16:44:02.402Z[ recovery-image] Sep 18 16:44:01.671 INFO O| Sep 18 16:44:01.671 INFO STEP 67 (remove_files) COMPLETE
59222026-09-18T16:44:02.402Z[ recovery-image] Sep 18 16:44:01.671 INFO O| Sep 18 16:44:01.671 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-18T16:44:02.417Z[ recovery-image] Sep 18 16:44:01.680 INFO O| Sep 18 16:44:01.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
59242026-09-18T16:44:02.418Z[ recovery-image] Sep 18 16:44:01.680 INFO O| Sep 18 16:44:01.680 INFO STEP 68 (remove_files) COMPLETE
59252026-09-18T16:44:02.418Z[ recovery-image] Sep 18 16:44:01.680 INFO O| Sep 18 16:44:01.680 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-18T16:44:02.421Z[ recovery-image] Sep 18 16:44:01.689 INFO O| Sep 18 16:44:01.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
59272026-09-18T16:44:02.421Z[ recovery-image] Sep 18 16:44:01.689 INFO O| Sep 18 16:44:01.689 INFO STEP 69 (remove_files) COMPLETE
59282026-09-18T16:44:02.421Z[ recovery-image] Sep 18 16:44:01.689 INFO O| Sep 18 16:44:01.689 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-18T16:44:02.428Z[ recovery-image] Sep 18 16:44:01.698 INFO O| Sep 18 16:44:01.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59302026-09-18T16:44:02.428Z[ recovery-image] Sep 18 16:44:01.698 INFO O| Sep 18 16:44:01.698 INFO STEP 70 (remove_files) COMPLETE
59312026-09-18T16:44:02.429Z[ recovery-image] Sep 18 16:44:01.698 INFO O| Sep 18 16:44:01.698 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-18T16:44:02.432Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
59332026-09-18T16:44:02.459Z[ recovery-image] Sep 18 16:44:01.728 INFO O| Sep 18 16:44:01.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59342026-09-18T16:44:02.459Z[ recovery-image] Sep 18 16:44:01.728 INFO O| Sep 18 16:44:01.728 INFO STEP 71 (remove_files) COMPLETE
59352026-09-18T16:44:02.459Z[ recovery-image] Sep 18 16:44:01.728 INFO O| Sep 18 16:44:01.728 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-18T16:44:02.500Z[ recovery-image] Sep 18 16:44:01.768 INFO O| Sep 18 16:44:01.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59372026-09-18T16:44:02.500Z[ recovery-image] Sep 18 16:44:01.768 INFO O| Sep 18 16:44:01.768 INFO STEP 72 (remove_files) COMPLETE
59382026-09-18T16:44:02.500Z[ recovery-image] Sep 18 16:44:01.768 INFO O| Sep 18 16:44:01.768 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-18T16:44:02.508Z[ recovery-image] Sep 18 16:44:01.778 INFO O| Sep 18 16:44:01.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59402026-09-18T16:44:02.509Z[ recovery-image] Sep 18 16:44:01.778 INFO O| Sep 18 16:44:01.778 INFO STEP 73 (remove_files) COMPLETE
59412026-09-18T16:44:02.509Z[ recovery-image] Sep 18 16:44:01.778 INFO O| Sep 18 16:44:01.778 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-18T16:44:02.518Z[ recovery-image] Sep 18 16:44:01.787 INFO O| Sep 18 16:44:01.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59432026-09-18T16:44:02.518Z[ recovery-image] Sep 18 16:44:01.787 INFO O| Sep 18 16:44:01.787 INFO STEP 74 (remove_files) COMPLETE
59442026-09-18T16:44:02.518Z[ recovery-image] Sep 18 16:44:01.787 INFO O| Sep 18 16:44:01.787 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-18T16:44:02.526Z[ recovery-image] Sep 18 16:44:01.796 INFO O| Sep 18 16:44:01.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59462026-09-18T16:44:02.526Z[ recovery-image] Sep 18 16:44:01.796 INFO O| Sep 18 16:44:01.796 INFO STEP 75 (remove_files) COMPLETE
59472026-09-18T16:44:02.526Z[ recovery-image] Sep 18 16:44:01.796 INFO O| Sep 18 16:44:01.796 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-18T16:44:02.535Z[ recovery-image] Sep 18 16:44:01.804 INFO O| Sep 18 16:44:01.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59492026-09-18T16:44:02.548Z[ recovery-image] Sep 18 16:44:01.818 INFO O| Sep 18 16:44:01.818 INFO STEP 76 (remove_files) COMPLETE
59502026-09-18T16:44:02.548Z[ recovery-image] Sep 18 16:44:01.818 INFO O| Sep 18 16:44:01.818 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-18T16:44:02.559Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
59522026-09-18T16:44:02.590Z[ recovery-image] Sep 18 16:44:01.859 INFO O| Sep 18 16:44:01.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59532026-09-18T16:44:02.590Z[ recovery-image] Sep 18 16:44:01.859 INFO O| Sep 18 16:44:01.859 INFO STEP 77 (remove_files) COMPLETE
59542026-09-18T16:44:02.590Z[ recovery-image] Sep 18 16:44:01.859 INFO O| Sep 18 16:44:01.859 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-09-18T16:44:02.599Z[ recovery-image] Sep 18 16:44:01.869 INFO O| Sep 18 16:44:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59562026-09-18T16:44:02.600Z[ recovery-image] Sep 18 16:44:01.869 INFO O| Sep 18 16:44:01.869 INFO STEP 78 (remove_files) COMPLETE
59572026-09-18T16:44:02.600Z[ recovery-image] Sep 18 16:44:01.869 INFO O| Sep 18 16:44:01.869 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-09-18T16:44:02.608Z[ recovery-image] Sep 18 16:44:01.878 INFO O| Sep 18 16:44:01.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59592026-09-18T16:44:02.608Z[ recovery-image] Sep 18 16:44:01.878 INFO O| Sep 18 16:44:01.878 INFO STEP 79 (remove_files) COMPLETE
59602026-09-18T16:44:02.608Z[ recovery-image] Sep 18 16:44:01.878 INFO O| Sep 18 16:44:01.878 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-09-18T16:44:02.617Z[ recovery-image] Sep 18 16:44:01.887 INFO O| Sep 18 16:44:01.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59622026-09-18T16:44:02.617Z[ recovery-image] Sep 18 16:44:01.887 INFO O| Sep 18 16:44:01.887 INFO STEP 80 (remove_files) COMPLETE
59632026-09-18T16:44:02.617Z[ recovery-image] Sep 18 16:44:01.887 INFO O| Sep 18 16:44:01.887 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-09-18T16:44:02.629Z[ recovery-image] Sep 18 16:44:01.898 INFO O| Sep 18 16:44:01.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59652026-09-18T16:44:02.629Z[ recovery-image] Sep 18 16:44:01.898 INFO O| Sep 18 16:44:01.898 INFO STEP 81 (remove_files) COMPLETE
59662026-09-18T16:44:02.629Z[ recovery-image] Sep 18 16:44:01.898 INFO O| Sep 18 16:44:01.898 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-09-18T16:44:02.638Z[ recovery-image] Sep 18 16:44:01.907 INFO O| Sep 18 16:44:01.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59682026-09-18T16:44:02.638Z[ recovery-image] Sep 18 16:44:01.908 INFO O| Sep 18 16:44:01.908 INFO STEP 82 (remove_files) COMPLETE
59692026-09-18T16:44:02.638Z[ recovery-image] Sep 18 16:44:01.908 INFO O| Sep 18 16:44:01.908 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-09-18T16:44:02.649Z[ recovery-image] Sep 18 16:44:01.917 INFO O| Sep 18 16:44:01.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59712026-09-18T16:44:02.649Z[ recovery-image] Sep 18 16:44:01.917 INFO O| Sep 18 16:44:01.917 INFO STEP 83 (remove_files) COMPLETE
59722026-09-18T16:44:02.649Z[ recovery-image] Sep 18 16:44:01.917 INFO O| Sep 18 16:44:01.917 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-09-18T16:44:02.657Z[ recovery-image] Sep 18 16:44:01.926 INFO O| Sep 18 16:44:01.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59742026-09-18T16:44:02.683Z[ recovery-image] Sep 18 16:44:01.953 INFO O| Sep 18 16:44:01.953 INFO STEP 84 (remove_files) COMPLETE
59752026-09-18T16:44:02.684Z[ recovery-image] Sep 18 16:44:01.953 INFO O| Sep 18 16:44:01.953 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-09-18T16:44:02.695Z[ recovery-image] Sep 18 16:44:01.965 INFO O| Sep 18 16:44:01.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59772026-09-18T16:44:02.697Z[ recovery-image] Sep 18 16:44:01.965 INFO O| Sep 18 16:44:01.965 INFO STEP 85 (remove_files) COMPLETE
59782026-09-18T16:44:02.697Z[ recovery-image] Sep 18 16:44:01.965 INFO O| Sep 18 16:44:01.965 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-09-18T16:44:02.707Z[ recovery-image] Sep 18 16:44:01.977 INFO O| Sep 18 16:44:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59802026-09-18T16:44:02.710Z[ recovery-image] Sep 18 16:44:01.977 INFO O| Sep 18 16:44:01.977 INFO STEP 86 (remove_files) COMPLETE
59812026-09-18T16:44:02.711Z[ recovery-image] Sep 18 16:44:01.977 INFO O| Sep 18 16:44:01.977 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-09-18T16:44:02.718Z[ recovery-image] Sep 18 16:44:01.988 INFO O| Sep 18 16:44:01.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59832026-09-18T16:44:02.718Z[ recovery-image] Sep 18 16:44:01.988 INFO O| Sep 18 16:44:01.988 INFO STEP 87 (remove_files) COMPLETE
59842026-09-18T16:44:02.721Z[ recovery-image] Sep 18 16:44:01.988 INFO O| Sep 18 16:44:01.988 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-09-18T16:44:02.725Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
59862026-09-18T16:44:02.729Z[ recovery-image] Sep 18 16:44:01.999 INFO O| Sep 18 16:44:01.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59872026-09-18T16:44:02.729Z[ recovery-image] Sep 18 16:44:01.999 INFO O| Sep 18 16:44:01.999 INFO STEP 88 (remove_files) COMPLETE
59882026-09-18T16:44:02.729Z[ recovery-image] Sep 18 16:44:01.999 INFO O| Sep 18 16:44:01.999 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-18T16:44:02.740Z[ recovery-image] Sep 18 16:44:02.009 INFO O| Sep 18 16:44:02.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59902026-09-18T16:44:02.740Z[ recovery-image] Sep 18 16:44:02.009 INFO O| Sep 18 16:44:02.009 INFO STEP 89 (remove_files) COMPLETE
59912026-09-18T16:44:02.740Z[ recovery-image] Sep 18 16:44:02.010 INFO O| Sep 18 16:44:02.010 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-18T16:44:02.750Z[ recovery-image] Sep 18 16:44:02.019 INFO O| Sep 18 16:44:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59932026-09-18T16:44:02.751Z[ recovery-image] Sep 18 16:44:02.020 INFO O| Sep 18 16:44:02.020 INFO STEP 90 (remove_files) COMPLETE
59942026-09-18T16:44:02.755Z[ recovery-image] Sep 18 16:44:02.020 INFO O| Sep 18 16:44:02.020 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-18T16:44:02.761Z[ recovery-image] Sep 18 16:44:02.031 INFO O| Sep 18 16:44:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59962026-09-18T16:44:02.761Z[ recovery-image] Sep 18 16:44:02.031 INFO O| Sep 18 16:44:02.031 INFO STEP 91 (remove_files) COMPLETE
59972026-09-18T16:44:02.764Z[ recovery-image] Sep 18 16:44:02.031 INFO O| Sep 18 16:44:02.031 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-18T16:44:02.772Z[ recovery-image] Sep 18 16:44:02.042 INFO O| Sep 18 16:44:02.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59992026-09-18T16:44:02.772Z[ recovery-image] Sep 18 16:44:02.042 INFO O| Sep 18 16:44:02.042 INFO STEP 92 (remove_files) COMPLETE
60002026-09-18T16:44:02.772Z[ recovery-image] Sep 18 16:44:02.042 INFO O| Sep 18 16:44:02.042 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-18T16:44:02.791Z[ recovery-image] Sep 18 16:44:02.060 INFO O| Sep 18 16:44:02.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60022026-09-18T16:44:02.791Z[ recovery-image] Sep 18 16:44:02.060 INFO O| Sep 18 16:44:02.060 INFO STEP 93 (remove_files) COMPLETE
60032026-09-18T16:44:02.791Z[ recovery-image] Sep 18 16:44:02.060 INFO O| Sep 18 16:44:02.060 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-18T16:44:02.802Z[ recovery-image] Sep 18 16:44:02.072 INFO O| Sep 18 16:44:02.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
60052026-09-18T16:44:02.802Z[ recovery-image] Sep 18 16:44:02.072 INFO O| Sep 18 16:44:02.072 INFO STEP 94 (remove_files) COMPLETE
60062026-09-18T16:44:02.802Z[ recovery-image] Sep 18 16:44:02.072 INFO O| Sep 18 16:44:02.072 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-18T16:44:02.813Z[ recovery-image] Sep 18 16:44:02.082 INFO O| Sep 18 16:44:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
60082026-09-18T16:44:02.813Z[ recovery-image] Sep 18 16:44:02.082 INFO O| Sep 18 16:44:02.082 INFO STEP 95 (remove_files) COMPLETE
60092026-09-18T16:44:02.816Z[ recovery-image] Sep 18 16:44:02.082 INFO O| Sep 18 16:44:02.082 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-18T16:44:02.824Z[ recovery-image] Sep 18 16:44:02.093 INFO O| Sep 18 16:44:02.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
60112026-09-18T16:44:02.827Z[ recovery-image] Sep 18 16:44:02.094 INFO O| Sep 18 16:44:02.094 INFO STEP 96 (remove_files) COMPLETE
60122026-09-18T16:44:02.827Z[ recovery-image] Sep 18 16:44:02.094 INFO O| Sep 18 16:44:02.094 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-18T16:44:02.833Z[ recovery-image] Sep 18 16:44:02.103 INFO O| Sep 18 16:44:02.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
60142026-09-18T16:44:02.833Z[ recovery-image] Sep 18 16:44:02.103 INFO O| Sep 18 16:44:02.103 INFO STEP 97 (remove_files) COMPLETE
60152026-09-18T16:44:02.833Z[ recovery-image] Sep 18 16:44:02.103 INFO O| Sep 18 16:44:02.103 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-18T16:44:02.847Z[ recovery-image] Sep 18 16:44:02.116 INFO O| Sep 18 16:44:02.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
60172026-09-18T16:44:02.847Z[ recovery-image] Sep 18 16:44:02.117 INFO O| Sep 18 16:44:02.116 INFO STEP 98 (remove_files) COMPLETE
60182026-09-18T16:44:02.847Z[ recovery-image] Sep 18 16:44:02.117 INFO O| Sep 18 16:44:02.117 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-18T16:44:02.858Z[ recovery-image] Sep 18 16:44:02.127 INFO O| Sep 18 16:44:02.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
60202026-09-18T16:44:02.858Z[ recovery-image] Sep 18 16:44:02.127 INFO O| Sep 18 16:44:02.127 INFO STEP 99 (remove_files) COMPLETE
60212026-09-18T16:44:02.858Z[ recovery-image] Sep 18 16:44:02.127 INFO O| Sep 18 16:44:02.127 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-18T16:44:02.867Z[ recovery-image] Sep 18 16:44:02.137 INFO O| Sep 18 16:44:02.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
60232026-09-18T16:44:02.867Z[ recovery-image] Sep 18 16:44:02.137 INFO O| Sep 18 16:44:02.137 INFO STEP 100 (remove_files) COMPLETE
60242026-09-18T16:44:02.867Z[ recovery-image] Sep 18 16:44:02.137 INFO O| Sep 18 16:44:02.137 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-18T16:44:02.876Z[ recovery-image] Sep 18 16:44:02.145 INFO O| Sep 18 16:44:02.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
60262026-09-18T16:44:02.876Z[ recovery-image] Sep 18 16:44:02.145 INFO O| Sep 18 16:44:02.145 INFO STEP 101 (remove_files) COMPLETE
60272026-09-18T16:44:02.876Z[ recovery-image] Sep 18 16:44:02.145 INFO O| Sep 18 16:44:02.145 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-18T16:44:02.885Z[ recovery-image] Sep 18 16:44:02.154 INFO O| Sep 18 16:44:02.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
60292026-09-18T16:44:02.885Z[ recovery-image] Sep 18 16:44:02.154 INFO O| Sep 18 16:44:02.154 INFO STEP 102 (remove_files) COMPLETE
60302026-09-18T16:44:02.888Z[ recovery-image] Sep 18 16:44:02.154 INFO O| Sep 18 16:44:02.154 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-18T16:44:02.894Z[ recovery-image] Sep 18 16:44:02.164 INFO O| Sep 18 16:44:02.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60322026-09-18T16:44:02.894Z[ recovery-image] Sep 18 16:44:02.164 INFO O| Sep 18 16:44:02.164 INFO STEP 103 (remove_files) COMPLETE
60332026-09-18T16:44:02.897Z[ recovery-image] Sep 18 16:44:02.164 INFO O| Sep 18 16:44:02.164 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-18T16:44:02.903Z[ recovery-image] Sep 18 16:44:02.173 INFO O| Sep 18 16:44:02.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60352026-09-18T16:44:02.906Z[ recovery-image] Sep 18 16:44:02.174 INFO O| Sep 18 16:44:02.174 INFO STEP 104 (remove_files) COMPLETE
60362026-09-18T16:44:02.906Z[ recovery-image] Sep 18 16:44:02.174 INFO O| Sep 18 16:44:02.174 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-18T16:44:02.914Z[ recovery-image] Sep 18 16:44:02.183 INFO O| Sep 18 16:44:02.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60382026-09-18T16:44:02.914Z[ recovery-image] Sep 18 16:44:02.183 INFO O| Sep 18 16:44:02.183 INFO STEP 105 (remove_files) COMPLETE
60392026-09-18T16:44:02.914Z[ recovery-image] Sep 18 16:44:02.183 INFO O| Sep 18 16:44:02.183 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-18T16:44:02.923Z[ recovery-image] Sep 18 16:44:02.193 INFO O| Sep 18 16:44:02.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60412026-09-18T16:44:02.923Z[ recovery-image] Sep 18 16:44:02.193 INFO O| Sep 18 16:44:02.193 INFO STEP 106 (remove_files) COMPLETE
60422026-09-18T16:44:02.927Z[ recovery-image] Sep 18 16:44:02.193 INFO O| Sep 18 16:44:02.193 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-18T16:44:02.932Z[ recovery-image] Sep 18 16:44:02.202 INFO O| Sep 18 16:44:02.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60442026-09-18T16:44:02.933Z[ recovery-image] Sep 18 16:44:02.202 INFO O| Sep 18 16:44:02.202 INFO STEP 107 (remove_files) COMPLETE
60452026-09-18T16:44:02.933Z[ recovery-image] Sep 18 16:44:02.202 INFO O| Sep 18 16:44:02.202 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-18T16:44:02.942Z[ recovery-image] Sep 18 16:44:02.212 INFO O| Sep 18 16:44:02.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60472026-09-18T16:44:02.942Z[ recovery-image] Sep 18 16:44:02.212 INFO O| Sep 18 16:44:02.212 INFO STEP 108 (remove_files) COMPLETE
60482026-09-18T16:44:02.942Z[ recovery-image] Sep 18 16:44:02.212 INFO O| Sep 18 16:44:02.212 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-18T16:44:02.952Z[ recovery-image] Sep 18 16:44:02.222 INFO O| Sep 18 16:44:02.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60502026-09-18T16:44:02.952Z[ recovery-image] Sep 18 16:44:02.222 INFO O| Sep 18 16:44:02.222 INFO STEP 109 (remove_files) COMPLETE
60512026-09-18T16:44:02.952Z[ recovery-image] Sep 18 16:44:02.222 INFO O| Sep 18 16:44:02.222 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-18T16:44:02.962Z[ recovery-image] Sep 18 16:44:02.231 INFO O| Sep 18 16:44:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60532026-09-18T16:44:02.962Z[ recovery-image] Sep 18 16:44:02.231 INFO O| Sep 18 16:44:02.231 INFO STEP 110 (remove_files) COMPLETE
60542026-09-18T16:44:02.962Z[ recovery-image] Sep 18 16:44:02.231 INFO O| Sep 18 16:44:02.231 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-18T16:44:02.972Z[ recovery-image] Sep 18 16:44:02.240 INFO O| Sep 18 16:44:02.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60562026-09-18T16:44:02.972Z[ recovery-image] Sep 18 16:44:02.240 INFO O| Sep 18 16:44:02.240 INFO STEP 111 (remove_files) COMPLETE
60572026-09-18T16:44:02.972Z[ recovery-image] Sep 18 16:44:02.240 INFO O| Sep 18 16:44:02.240 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-18T16:44:02.980Z[ recovery-image] Sep 18 16:44:02.250 INFO O| Sep 18 16:44:02.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60592026-09-18T16:44:02.980Z[ recovery-image] Sep 18 16:44:02.250 INFO O| Sep 18 16:44:02.250 INFO STEP 112 (remove_files) COMPLETE
60602026-09-18T16:44:02.980Z[ recovery-image] Sep 18 16:44:02.250 INFO O| Sep 18 16:44:02.250 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-18T16:44:02.990Z[ recovery-image] Sep 18 16:44:02.259 INFO O| Sep 18 16:44:02.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60622026-09-18T16:44:02.990Z[ recovery-image] Sep 18 16:44:02.259 INFO O| Sep 18 16:44:02.259 INFO STEP 113 (remove_files) COMPLETE
60632026-09-18T16:44:02.990Z[ recovery-image] Sep 18 16:44:02.259 INFO O| Sep 18 16:44:02.259 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-18T16:44:02.999Z[ recovery-image] Sep 18 16:44:02.269 INFO O| Sep 18 16:44:02.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60652026-09-18T16:44:02.999Z[ recovery-image] Sep 18 16:44:02.269 INFO O| Sep 18 16:44:02.269 INFO STEP 114 (remove_files) COMPLETE
60662026-09-18T16:44:02.999Z[ recovery-image] Sep 18 16:44:02.269 INFO O| Sep 18 16:44:02.269 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-18T16:44:03.008Z[ recovery-image] Sep 18 16:44:02.278 INFO O| Sep 18 16:44:02.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60682026-09-18T16:44:03.008Z[ recovery-image] Sep 18 16:44:02.278 INFO O| Sep 18 16:44:02.278 INFO STEP 115 (remove_files) COMPLETE
60692026-09-18T16:44:03.008Z[ recovery-image] Sep 18 16:44:02.278 INFO O| Sep 18 16:44:02.278 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-18T16:44:03.017Z[ recovery-image] Sep 18 16:44:02.286 INFO O| Sep 18 16:44:02.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60712026-09-18T16:44:03.017Z[ recovery-image] Sep 18 16:44:02.286 INFO O| Sep 18 16:44:02.286 INFO STEP 116 (remove_files) COMPLETE
60722026-09-18T16:44:03.017Z[ recovery-image] Sep 18 16:44:02.286 INFO O| Sep 18 16:44:02.286 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-18T16:44:03.027Z[ recovery-image] Sep 18 16:44:02.296 INFO O| Sep 18 16:44:02.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60742026-09-18T16:44:03.027Z[ recovery-image] Sep 18 16:44:02.296 INFO O| Sep 18 16:44:02.296 INFO STEP 117 (remove_files) COMPLETE
60752026-09-18T16:44:03.030Z[ recovery-image] Sep 18 16:44:02.296 INFO O| Sep 18 16:44:02.296 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-18T16:44:03.035Z[ recovery-image] Sep 18 16:44:02.305 INFO O| Sep 18 16:44:02.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60772026-09-18T16:44:03.036Z[ recovery-image] Sep 18 16:44:02.305 INFO O| Sep 18 16:44:02.305 INFO STEP 118 (remove_files) COMPLETE
60782026-09-18T16:44:03.036Z[ recovery-image] Sep 18 16:44:02.305 INFO O| Sep 18 16:44:02.305 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-18T16:44:03.044Z[ recovery-image] Sep 18 16:44:02.314 INFO O| Sep 18 16:44:02.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60802026-09-18T16:44:03.044Z[ recovery-image] Sep 18 16:44:02.314 INFO O| Sep 18 16:44:02.314 INFO STEP 119 (remove_files) COMPLETE
60812026-09-18T16:44:03.044Z[ recovery-image] Sep 18 16:44:02.314 INFO O| Sep 18 16:44:02.314 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-18T16:44:03.053Z[ recovery-image] Sep 18 16:44:02.323 INFO O| Sep 18 16:44:02.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60832026-09-18T16:44:03.053Z[ recovery-image] Sep 18 16:44:02.323 INFO O| Sep 18 16:44:02.323 INFO STEP 120 (remove_files) COMPLETE
60842026-09-18T16:44:03.057Z[ recovery-image] Sep 18 16:44:02.323 INFO O| Sep 18 16:44:02.323 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-18T16:44:03.062Z[ recovery-image] Sep 18 16:44:02.331 INFO O| Sep 18 16:44:02.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60862026-09-18T16:44:03.062Z[ recovery-image] Sep 18 16:44:02.331 INFO O| Sep 18 16:44:02.331 INFO STEP 121 (remove_files) COMPLETE
60872026-09-18T16:44:03.062Z[ recovery-image] Sep 18 16:44:02.331 INFO O| Sep 18 16:44:02.331 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-18T16:44:03.071Z[ recovery-image] Sep 18 16:44:02.341 INFO O| Sep 18 16:44:02.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60892026-09-18T16:44:03.071Z[ recovery-image] Sep 18 16:44:02.341 INFO O| Sep 18 16:44:02.341 INFO STEP 122 (remove_files) COMPLETE
60902026-09-18T16:44:03.071Z[ recovery-image] Sep 18 16:44:02.341 INFO O| Sep 18 16:44:02.341 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-18T16:44:03.080Z[ recovery-image] Sep 18 16:44:02.350 INFO O| Sep 18 16:44:02.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60922026-09-18T16:44:03.080Z[ recovery-image] Sep 18 16:44:02.350 INFO O| Sep 18 16:44:02.350 INFO STEP 123 (remove_files) COMPLETE
60932026-09-18T16:44:03.080Z[ recovery-image] Sep 18 16:44:02.350 INFO O| Sep 18 16:44:02.350 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-18T16:44:03.092Z[ recovery-image] Sep 18 16:44:02.361 INFO O| Sep 18 16:44:02.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60952026-09-18T16:44:03.092Z[ recovery-image] Sep 18 16:44:02.361 INFO O| Sep 18 16:44:02.361 INFO STEP 124 (remove_files) COMPLETE
60962026-09-18T16:44:03.092Z[ recovery-image] Sep 18 16:44:02.361 INFO O| Sep 18 16:44:02.361 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-18T16:44:03.101Z[ recovery-image] Sep 18 16:44:02.370 INFO O| Sep 18 16:44:02.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60982026-09-18T16:44:03.101Z[ recovery-image] Sep 18 16:44:02.370 INFO O| Sep 18 16:44:02.370 INFO STEP 125 (remove_files) COMPLETE
60992026-09-18T16:44:03.101Z[ recovery-image] Sep 18 16:44:02.370 INFO O| Sep 18 16:44:02.370 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-18T16:44:03.109Z[ recovery-image] Sep 18 16:44:02.379 INFO O| Sep 18 16:44:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61012026-09-18T16:44:03.109Z[ recovery-image] Sep 18 16:44:02.379 INFO O| Sep 18 16:44:02.379 INFO STEP 126 (remove_files) COMPLETE
61022026-09-18T16:44:03.109Z[ recovery-image] Sep 18 16:44:02.379 INFO O| Sep 18 16:44:02.379 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-18T16:44:03.118Z[ recovery-image] Sep 18 16:44:02.387 INFO O| Sep 18 16:44:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
61042026-09-18T16:44:03.118Z[ recovery-image] Sep 18 16:44:02.387 INFO O| Sep 18 16:44:02.387 INFO STEP 127 (remove_files) COMPLETE
61052026-09-18T16:44:03.118Z[ recovery-image] Sep 18 16:44:02.387 INFO O| Sep 18 16:44:02.387 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-18T16:44:03.126Z[ recovery-image] Sep 18 16:44:02.396 INFO O| Sep 18 16:44:02.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
61072026-09-18T16:44:03.126Z[ recovery-image] Sep 18 16:44:02.396 INFO O| Sep 18 16:44:02.396 INFO STEP 128 (remove_files) COMPLETE
61082026-09-18T16:44:03.129Z[ recovery-image] Sep 18 16:44:02.396 INFO O| Sep 18 16:44:02.396 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-18T16:44:03.135Z[ recovery-image] Sep 18 16:44:02.405 INFO O| Sep 18 16:44:02.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
61102026-09-18T16:44:03.135Z[ recovery-image] Sep 18 16:44:02.405 INFO O| Sep 18 16:44:02.405 INFO STEP 129 (remove_files) COMPLETE
61112026-09-18T16:44:03.135Z[ recovery-image] Sep 18 16:44:02.405 INFO O| Sep 18 16:44:02.405 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-18T16:44:03.143Z[ recovery-image] Sep 18 16:44:02.413 INFO O| Sep 18 16:44:02.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
61132026-09-18T16:44:03.143Z[ recovery-image] Sep 18 16:44:02.413 INFO O| Sep 18 16:44:02.413 INFO STEP 130 (remove_files) COMPLETE
61142026-09-18T16:44:03.143Z[ recovery-image] Sep 18 16:44:02.413 INFO O| Sep 18 16:44:02.413 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-18T16:44:03.154Z[ recovery-image] Sep 18 16:44:02.423 INFO O| Sep 18 16:44:02.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
61162026-09-18T16:44:03.154Z[ recovery-image] Sep 18 16:44:02.423 INFO O| Sep 18 16:44:02.423 INFO STEP 131 (remove_files) COMPLETE
61172026-09-18T16:44:03.154Z[ recovery-image] Sep 18 16:44:02.423 INFO O| Sep 18 16:44:02.423 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-18T16:44:03.165Z[ recovery-image] Sep 18 16:44:02.434 INFO O| Sep 18 16:44:02.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
61192026-09-18T16:44:03.165Z[ recovery-image] Sep 18 16:44:02.434 INFO O| Sep 18 16:44:02.434 INFO STEP 132 (remove_files) COMPLETE
61202026-09-18T16:44:03.165Z[ recovery-image] Sep 18 16:44:02.434 INFO O| Sep 18 16:44:02.434 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-18T16:44:03.175Z[ recovery-image] Sep 18 16:44:02.445 INFO O| Sep 18 16:44:02.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
61222026-09-18T16:44:03.175Z[ recovery-image] Sep 18 16:44:02.445 INFO O| Sep 18 16:44:02.445 INFO STEP 133 (remove_files) COMPLETE
61232026-09-18T16:44:03.179Z[ recovery-image] Sep 18 16:44:02.445 INFO O| Sep 18 16:44:02.445 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-18T16:44:03.184Z[ recovery-image] Sep 18 16:44:02.454 INFO O| Sep 18 16:44:02.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
61252026-09-18T16:44:03.184Z[ recovery-image] Sep 18 16:44:02.454 INFO O| Sep 18 16:44:02.454 INFO STEP 134 (remove_files) COMPLETE
61262026-09-18T16:44:03.184Z[ recovery-image] Sep 18 16:44:02.454 INFO O| Sep 18 16:44:02.454 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-18T16:44:03.193Z[ recovery-image] Sep 18 16:44:02.462 INFO O| Sep 18 16:44:02.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
61282026-09-18T16:44:03.193Z[ recovery-image] Sep 18 16:44:02.462 INFO O| Sep 18 16:44:02.462 INFO STEP 135 (remove_files) COMPLETE
61292026-09-18T16:44:03.196Z[ recovery-image] Sep 18 16:44:02.462 INFO O| Sep 18 16:44:02.462 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-18T16:44:03.202Z[ recovery-image] Sep 18 16:44:02.471 INFO O| Sep 18 16:44:02.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61312026-09-18T16:44:03.202Z[ recovery-image] Sep 18 16:44:02.471 INFO O| Sep 18 16:44:02.471 INFO STEP 136 (remove_files) COMPLETE
61322026-09-18T16:44:03.202Z[ recovery-image] Sep 18 16:44:02.471 INFO O| Sep 18 16:44:02.471 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-18T16:44:03.213Z[ recovery-image] Sep 18 16:44:02.482 INFO O| Sep 18 16:44:02.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61342026-09-18T16:44:03.213Z[ recovery-image] Sep 18 16:44:02.482 INFO O| Sep 18 16:44:02.482 INFO STEP 137 (remove_files) COMPLETE
61352026-09-18T16:44:03.213Z[ recovery-image] Sep 18 16:44:02.482 INFO O| Sep 18 16:44:02.482 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-18T16:44:03.224Z[ recovery-image] Sep 18 16:44:02.492 INFO O| Sep 18 16:44:02.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61372026-09-18T16:44:03.224Z[ recovery-image] Sep 18 16:44:02.492 INFO O| Sep 18 16:44:02.492 INFO STEP 138 (remove_files) COMPLETE
61382026-09-18T16:44:03.224Z[ recovery-image] Sep 18 16:44:02.492 INFO O| Sep 18 16:44:02.492 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-18T16:44:03.232Z[ recovery-image] Sep 18 16:44:02.501 INFO O| Sep 18 16:44:02.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61402026-09-18T16:44:03.232Z[ recovery-image] Sep 18 16:44:02.502 INFO O| Sep 18 16:44:02.502 INFO STEP 139 (remove_files) COMPLETE
61412026-09-18T16:44:03.235Z[ recovery-image] Sep 18 16:44:02.502 INFO O| Sep 18 16:44:02.502 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-18T16:44:03.244Z[ recovery-image] Sep 18 16:44:02.513 INFO O| Sep 18 16:44:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61432026-09-18T16:44:03.244Z[ recovery-image] Sep 18 16:44:02.513 INFO O| Sep 18 16:44:02.513 INFO STEP 140 (remove_files) COMPLETE
61442026-09-18T16:44:03.244Z[ recovery-image] Sep 18 16:44:02.513 INFO O| Sep 18 16:44:02.513 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-18T16:44:03.253Z[ recovery-image] Sep 18 16:44:02.523 INFO O| Sep 18 16:44:02.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61462026-09-18T16:44:03.253Z[ recovery-image] Sep 18 16:44:02.523 INFO O| Sep 18 16:44:02.523 INFO STEP 141 (remove_files) COMPLETE
61472026-09-18T16:44:03.253Z[ recovery-image] Sep 18 16:44:02.523 INFO O| Sep 18 16:44:02.523 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-18T16:44:03.262Z[ recovery-image] Sep 18 16:44:02.532 INFO O| Sep 18 16:44:02.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61492026-09-18T16:44:03.263Z[ recovery-image] Sep 18 16:44:02.532 INFO O| Sep 18 16:44:02.532 INFO STEP 142 (remove_files) COMPLETE
61502026-09-18T16:44:03.268Z[ recovery-image] Sep 18 16:44:02.532 INFO O| Sep 18 16:44:02.532 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-18T16:44:03.274Z[ recovery-image] Sep 18 16:44:02.544 INFO O| Sep 18 16:44:02.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61522026-09-18T16:44:03.274Z[ recovery-image] Sep 18 16:44:02.544 INFO O| Sep 18 16:44:02.544 INFO STEP 143 (remove_files) COMPLETE
61532026-09-18T16:44:03.274Z[ recovery-image] Sep 18 16:44:02.544 INFO O| Sep 18 16:44:02.544 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-18T16:44:03.285Z[ recovery-image] Sep 18 16:44:02.554 INFO O| Sep 18 16:44:02.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61552026-09-18T16:44:03.285Z[ recovery-image] Sep 18 16:44:02.555 INFO O| Sep 18 16:44:02.555 INFO STEP 144 (remove_files) COMPLETE
61562026-09-18T16:44:03.285Z[ recovery-image] Sep 18 16:44:02.555 INFO O| Sep 18 16:44:02.555 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-18T16:44:03.295Z[ recovery-image] Sep 18 16:44:02.564 INFO O| Sep 18 16:44:02.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61582026-09-18T16:44:03.295Z[ recovery-image] Sep 18 16:44:02.564 INFO O| Sep 18 16:44:02.564 INFO STEP 145 (remove_files) COMPLETE
61592026-09-18T16:44:03.295Z[ recovery-image] Sep 18 16:44:02.564 INFO O| Sep 18 16:44:02.564 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-18T16:44:03.304Z[ recovery-image] Sep 18 16:44:02.573 INFO O| Sep 18 16:44:02.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61612026-09-18T16:44:03.304Z[ recovery-image] Sep 18 16:44:02.573 INFO O| Sep 18 16:44:02.573 INFO STEP 146 (remove_files) COMPLETE
61622026-09-18T16:44:03.307Z[ recovery-image] Sep 18 16:44:02.573 INFO O| Sep 18 16:44:02.573 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-18T16:44:03.313Z[ recovery-image] Sep 18 16:44:02.582 INFO O| Sep 18 16:44:02.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61642026-09-18T16:44:03.313Z[ recovery-image] Sep 18 16:44:02.582 INFO O| Sep 18 16:44:02.582 INFO STEP 147 (remove_files) COMPLETE
61652026-09-18T16:44:03.313Z[ recovery-image] Sep 18 16:44:02.582 INFO O| Sep 18 16:44:02.582 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-18T16:44:03.322Z[ recovery-image] Sep 18 16:44:02.592 INFO O| Sep 18 16:44:02.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61672026-09-18T16:44:03.322Z[ recovery-image] Sep 18 16:44:02.592 INFO O| Sep 18 16:44:02.592 INFO STEP 148 (remove_files) COMPLETE
61682026-09-18T16:44:03.322Z[ recovery-image] Sep 18 16:44:02.592 INFO O| Sep 18 16:44:02.592 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-18T16:44:03.332Z[ recovery-image] Sep 18 16:44:02.601 INFO O| Sep 18 16:44:02.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61702026-09-18T16:44:03.332Z[ recovery-image] Sep 18 16:44:02.601 INFO O| Sep 18 16:44:02.601 INFO STEP 149 (remove_files) COMPLETE
61712026-09-18T16:44:03.332Z[ recovery-image] Sep 18 16:44:02.601 INFO O| Sep 18 16:44:02.601 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-18T16:44:03.340Z[ recovery-image] Sep 18 16:44:02.610 INFO O| Sep 18 16:44:02.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61732026-09-18T16:44:03.340Z[ recovery-image] Sep 18 16:44:02.610 INFO O| Sep 18 16:44:02.610 INFO STEP 150 (remove_files) COMPLETE
61742026-09-18T16:44:03.352Z[ recovery-image] Sep 18 16:44:02.610 INFO O| Sep 18 16:44:02.610 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-18T16:44:03.352Z[ recovery-image] Sep 18 16:44:02.618 INFO O| Sep 18 16:44:02.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61762026-09-18T16:44:03.352Z[ recovery-image] Sep 18 16:44:02.618 INFO O| Sep 18 16:44:02.618 INFO STEP 151 (remove_files) COMPLETE
61772026-09-18T16:44:03.352Z[ recovery-image] Sep 18 16:44:02.618 INFO O| Sep 18 16:44:02.618 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-18T16:44:03.357Z[ recovery-image] Sep 18 16:44:02.627 INFO O| Sep 18 16:44:02.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61792026-09-18T16:44:03.357Z[ recovery-image] Sep 18 16:44:02.627 INFO O| Sep 18 16:44:02.627 INFO STEP 152 (remove_files) COMPLETE
61802026-09-18T16:44:03.361Z[ recovery-image] Sep 18 16:44:02.627 INFO O| Sep 18 16:44:02.627 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-18T16:44:03.366Z[ recovery-image] Sep 18 16:44:02.635 INFO O| Sep 18 16:44:02.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61822026-09-18T16:44:03.366Z[ recovery-image] Sep 18 16:44:02.635 INFO O| Sep 18 16:44:02.635 INFO STEP 153 (remove_files) COMPLETE
61832026-09-18T16:44:03.369Z[ recovery-image] Sep 18 16:44:02.635 INFO O| Sep 18 16:44:02.635 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-18T16:44:03.374Z[ recovery-image] Sep 18 16:44:02.644 INFO O| Sep 18 16:44:02.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61852026-09-18T16:44:03.374Z[ recovery-image] Sep 18 16:44:02.644 INFO O| Sep 18 16:44:02.644 INFO STEP 154 (remove_files) COMPLETE
61862026-09-18T16:44:03.374Z[ recovery-image] Sep 18 16:44:02.644 INFO O| Sep 18 16:44:02.644 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-18T16:44:03.383Z[ recovery-image] Sep 18 16:44:02.653 INFO O| Sep 18 16:44:02.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61882026-09-18T16:44:03.383Z[ recovery-image] Sep 18 16:44:02.653 INFO O| Sep 18 16:44:02.653 INFO STEP 155 (remove_files) COMPLETE
61892026-09-18T16:44:03.383Z[ recovery-image] Sep 18 16:44:02.653 INFO O| Sep 18 16:44:02.653 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-18T16:44:03.392Z[ recovery-image] Sep 18 16:44:02.662 INFO O| Sep 18 16:44:02.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61912026-09-18T16:44:03.392Z[ recovery-image] Sep 18 16:44:02.662 INFO O| Sep 18 16:44:02.662 INFO STEP 156 (remove_files) COMPLETE
61922026-09-18T16:44:03.393Z[ recovery-image] Sep 18 16:44:02.662 INFO O| Sep 18 16:44:02.662 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-18T16:44:03.400Z[ recovery-image] Sep 18 16:44:02.670 INFO O| Sep 18 16:44:02.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61942026-09-18T16:44:03.400Z[ recovery-image] Sep 18 16:44:02.670 INFO O| Sep 18 16:44:02.670 INFO STEP 157 (remove_files) COMPLETE
61952026-09-18T16:44:03.404Z[ recovery-image] Sep 18 16:44:02.670 INFO O| Sep 18 16:44:02.670 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-18T16:44:03.409Z[ recovery-image] Sep 18 16:44:02.679 INFO O| Sep 18 16:44:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61972026-09-18T16:44:03.409Z[ recovery-image] Sep 18 16:44:02.679 INFO O| Sep 18 16:44:02.679 INFO STEP 158 (remove_files) COMPLETE
61982026-09-18T16:44:03.412Z[ recovery-image] Sep 18 16:44:02.679 INFO O| Sep 18 16:44:02.679 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-18T16:44:03.417Z[ recovery-image] Sep 18 16:44:02.687 INFO O| Sep 18 16:44:02.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62002026-09-18T16:44:03.421Z[ recovery-image] Sep 18 16:44:02.688 INFO O| Sep 18 16:44:02.688 INFO STEP 159 (remove_files) COMPLETE
62012026-09-18T16:44:03.421Z[ recovery-image] Sep 18 16:44:02.688 INFO O| Sep 18 16:44:02.688 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-18T16:44:03.427Z[ recovery-image] Sep 18 16:44:02.696 INFO O| Sep 18 16:44:02.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62032026-09-18T16:44:03.427Z[ recovery-image] Sep 18 16:44:02.696 INFO O| Sep 18 16:44:02.696 INFO STEP 160 (remove_files) COMPLETE
62042026-09-18T16:44:03.430Z[ recovery-image] Sep 18 16:44:02.696 INFO O| Sep 18 16:44:02.696 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-18T16:44:03.435Z[ recovery-image] Sep 18 16:44:02.705 INFO O| Sep 18 16:44:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
62062026-09-18T16:44:03.435Z[ recovery-image] Sep 18 16:44:02.705 INFO O| Sep 18 16:44:02.705 INFO STEP 161 (remove_files) COMPLETE
62072026-09-18T16:44:03.438Z[ recovery-image] Sep 18 16:44:02.705 INFO O| Sep 18 16:44:02.705 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-18T16:44:03.443Z[ recovery-image] Sep 18 16:44:02.713 INFO O| Sep 18 16:44:02.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
62092026-09-18T16:44:03.443Z[ recovery-image] Sep 18 16:44:02.713 INFO O| Sep 18 16:44:02.713 INFO STEP 162 (remove_files) COMPLETE
62102026-09-18T16:44:03.443Z[ recovery-image] Sep 18 16:44:02.713 INFO O| Sep 18 16:44:02.713 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-18T16:44:03.446Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62122026-09-18T16:44:03.453Z[ recovery-image] Sep 18 16:44:02.721 INFO O| Sep 18 16:44:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
62132026-09-18T16:44:03.453Z[ recovery-image] Sep 18 16:44:02.721 INFO O| Sep 18 16:44:02.721 INFO STEP 163 (remove_files) COMPLETE
62142026-09-18T16:44:03.453Z[ recovery-image] Sep 18 16:44:02.722 INFO O| Sep 18 16:44:02.721 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-18T16:44:03.461Z[ recovery-image] Sep 18 16:44:02.730 INFO O| Sep 18 16:44:02.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
62162026-09-18T16:44:03.461Z[ recovery-image] Sep 18 16:44:02.730 INFO O| Sep 18 16:44:02.730 INFO STEP 164 (remove_files) COMPLETE
62172026-09-18T16:44:03.464Z[ recovery-image] Sep 18 16:44:02.730 INFO O| Sep 18 16:44:02.730 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-18T16:44:03.472Z[ recovery-image] Sep 18 16:44:02.739 INFO O| Sep 18 16:44:02.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
62192026-09-18T16:44:03.472Z[ recovery-image] Sep 18 16:44:02.739 INFO O| Sep 18 16:44:02.739 INFO STEP 165 (remove_files) COMPLETE
62202026-09-18T16:44:03.472Z[ recovery-image] Sep 18 16:44:02.739 INFO O| Sep 18 16:44:02.739 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-18T16:44:03.483Z[ recovery-image] Sep 18 16:44:02.750 INFO O| Sep 18 16:44:02.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
62222026-09-18T16:44:03.483Z[ recovery-image] Sep 18 16:44:02.750 INFO O| Sep 18 16:44:02.750 INFO STEP 166 (remove_files) COMPLETE
62232026-09-18T16:44:03.487Z[ recovery-image] Sep 18 16:44:02.750 INFO O| Sep 18 16:44:02.750 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-18T16:44:03.491Z[ recovery-image] Sep 18 16:44:02.760 INFO O| Sep 18 16:44:02.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
62252026-09-18T16:44:03.491Z[ recovery-image] Sep 18 16:44:02.760 INFO O| Sep 18 16:44:02.760 INFO STEP 167 (remove_files) COMPLETE
62262026-09-18T16:44:03.491Z[ recovery-image] Sep 18 16:44:02.760 INFO O| Sep 18 16:44:02.760 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-18T16:44:03.501Z[ recovery-image] Sep 18 16:44:02.770 INFO O| Sep 18 16:44:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
62282026-09-18T16:44:03.501Z[ recovery-image] Sep 18 16:44:02.770 INFO O| Sep 18 16:44:02.770 INFO STEP 168 (remove_files) COMPLETE
62292026-09-18T16:44:03.501Z[ recovery-image] Sep 18 16:44:02.770 INFO O| Sep 18 16:44:02.770 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-18T16:44:03.511Z[ recovery-image] Sep 18 16:44:02.781 INFO O| Sep 18 16:44:02.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62312026-09-18T16:44:03.511Z[ recovery-image] Sep 18 16:44:02.781 INFO O| Sep 18 16:44:02.781 INFO STEP 169 (remove_files) COMPLETE
62322026-09-18T16:44:03.511Z[ recovery-image] Sep 18 16:44:02.781 INFO O| Sep 18 16:44:02.781 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-18T16:44:03.520Z[ recovery-image] Sep 18 16:44:02.790 INFO O| Sep 18 16:44:02.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62342026-09-18T16:44:03.520Z[ recovery-image] Sep 18 16:44:02.790 INFO O| Sep 18 16:44:02.790 INFO STEP 170 (remove_files) COMPLETE
62352026-09-18T16:44:03.520Z[ recovery-image] Sep 18 16:44:02.790 INFO O| Sep 18 16:44:02.790 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-18T16:44:03.529Z[ recovery-image] Sep 18 16:44:02.799 INFO O| Sep 18 16:44:02.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62372026-09-18T16:44:03.529Z[ recovery-image] Sep 18 16:44:02.799 INFO O| Sep 18 16:44:02.799 INFO STEP 171 (remove_files) COMPLETE
62382026-09-18T16:44:03.529Z[ recovery-image] Sep 18 16:44:02.799 INFO O| Sep 18 16:44:02.799 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-18T16:44:03.540Z[ recovery-image] Sep 18 16:44:02.810 INFO O| Sep 18 16:44:02.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62402026-09-18T16:44:03.540Z[ recovery-image] Sep 18 16:44:02.810 INFO O| Sep 18 16:44:02.809 INFO STEP 172 (remove_files) COMPLETE
62412026-09-18T16:44:03.540Z[ recovery-image] Sep 18 16:44:02.810 INFO O| Sep 18 16:44:02.809 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-18T16:44:03.550Z[ recovery-image] Sep 18 16:44:02.820 INFO O| Sep 18 16:44:02.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62432026-09-18T16:44:03.550Z[ recovery-image] Sep 18 16:44:02.820 INFO O| Sep 18 16:44:02.820 INFO STEP 173 (remove_files) COMPLETE
62442026-09-18T16:44:03.550Z[ recovery-image] Sep 18 16:44:02.820 INFO O| Sep 18 16:44:02.820 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-18T16:44:03.560Z[ recovery-image] Sep 18 16:44:02.830 INFO O| Sep 18 16:44:02.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62462026-09-18T16:44:03.560Z[ recovery-image] Sep 18 16:44:02.830 INFO O| Sep 18 16:44:02.830 INFO STEP 174 (remove_files) COMPLETE
62472026-09-18T16:44:03.560Z[ recovery-image] Sep 18 16:44:02.830 INFO O| Sep 18 16:44:02.830 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-18T16:44:03.569Z[ recovery-image] Sep 18 16:44:02.839 INFO O| Sep 18 16:44:02.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62492026-09-18T16:44:03.569Z[ recovery-image] Sep 18 16:44:02.839 INFO O| Sep 18 16:44:02.839 INFO STEP 175 (remove_files) COMPLETE
62502026-09-18T16:44:03.569Z[ recovery-image] Sep 18 16:44:02.839 INFO O| Sep 18 16:44:02.839 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-18T16:44:03.579Z[ recovery-image] Sep 18 16:44:02.847 INFO O| Sep 18 16:44:02.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62522026-09-18T16:44:03.579Z[ recovery-image] Sep 18 16:44:02.847 INFO O| Sep 18 16:44:02.847 INFO STEP 176 (remove_files) COMPLETE
62532026-09-18T16:44:03.582Z[ recovery-image] Sep 18 16:44:02.847 INFO O| Sep 18 16:44:02.847 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-18T16:44:03.586Z[ recovery-image] Sep 18 16:44:02.855 INFO O| Sep 18 16:44:02.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62552026-09-18T16:44:03.590Z[ recovery-image] Sep 18 16:44:02.856 INFO O| Sep 18 16:44:02.856 INFO STEP 177 (remove_files) COMPLETE
62562026-09-18T16:44:03.590Z[ recovery-image] Sep 18 16:44:02.856 INFO O| Sep 18 16:44:02.856 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-18T16:44:03.599Z[ recovery-image] Sep 18 16:44:02.866 INFO O| Sep 18 16:44:02.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62582026-09-18T16:44:03.599Z[ recovery-image] Sep 18 16:44:02.866 INFO O| Sep 18 16:44:02.866 INFO STEP 178 (remove_files) COMPLETE
62592026-09-18T16:44:03.599Z[ recovery-image] Sep 18 16:44:02.866 INFO O| Sep 18 16:44:02.866 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-18T16:44:03.606Z[ recovery-image] Sep 18 16:44:02.876 INFO O| Sep 18 16:44:02.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62612026-09-18T16:44:03.607Z[ recovery-image] Sep 18 16:44:02.876 INFO O| Sep 18 16:44:02.876 INFO STEP 179 (remove_files) COMPLETE
62622026-09-18T16:44:03.611Z[ recovery-image] Sep 18 16:44:02.876 INFO O| Sep 18 16:44:02.876 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-18T16:44:03.616Z[ recovery-image] Sep 18 16:44:02.885 INFO O| Sep 18 16:44:02.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62642026-09-18T16:44:03.616Z[ recovery-image] Sep 18 16:44:02.885 INFO O| Sep 18 16:44:02.885 INFO STEP 180 (remove_files) COMPLETE
62652026-09-18T16:44:03.616Z[ recovery-image] Sep 18 16:44:02.885 INFO O| Sep 18 16:44:02.885 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-18T16:44:03.630Z[ recovery-image] Sep 18 16:44:02.895 INFO O| Sep 18 16:44:02.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62672026-09-18T16:44:03.630Z[ recovery-image] Sep 18 16:44:02.895 INFO O| Sep 18 16:44:02.895 INFO STEP 181 (remove_files) COMPLETE
62682026-09-18T16:44:03.631Z[ recovery-image] Sep 18 16:44:02.895 INFO O| Sep 18 16:44:02.895 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-18T16:44:03.635Z[ recovery-image] Sep 18 16:44:02.905 INFO O| Sep 18 16:44:02.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62702026-09-18T16:44:03.639Z[ recovery-image] Sep 18 16:44:02.909 INFO O| Sep 18 16:44:02.909 INFO STEP 182 (remove_files) COMPLETE
62712026-09-18T16:44:03.639Z[ recovery-image] Sep 18 16:44:02.909 INFO O| Sep 18 16:44:02.909 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-18T16:44:03.649Z[ recovery-image] Sep 18 16:44:02.918 INFO O| Sep 18 16:44:02.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62732026-09-18T16:44:03.649Z[ recovery-image] Sep 18 16:44:02.918 INFO O| Sep 18 16:44:02.918 INFO STEP 183 (remove_files) COMPLETE
62742026-09-18T16:44:03.652Z[ recovery-image] Sep 18 16:44:02.918 INFO O| Sep 18 16:44:02.918 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-18T16:44:03.658Z[ recovery-image] Sep 18 16:44:02.927 INFO O| Sep 18 16:44:02.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62762026-09-18T16:44:03.658Z[ recovery-image] Sep 18 16:44:02.927 INFO O| Sep 18 16:44:02.927 INFO STEP 184 (remove_files) COMPLETE
62772026-09-18T16:44:03.658Z[ recovery-image] Sep 18 16:44:02.927 INFO O| Sep 18 16:44:02.927 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-18T16:44:03.677Z[ recovery-image] Sep 18 16:44:02.947 INFO O| Sep 18 16:44:02.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62792026-09-18T16:44:03.677Z[ recovery-image] Sep 18 16:44:02.947 INFO O| Sep 18 16:44:02.947 INFO STEP 185 (remove_files) COMPLETE
62802026-09-18T16:44:03.679Z[ recovery-image] Sep 18 16:44:02.947 INFO O| Sep 18 16:44:02.947 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-18T16:44:03.689Z[ recovery-image] Sep 18 16:44:02.957 INFO O| Sep 18 16:44:02.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62822026-09-18T16:44:03.689Z[ recovery-image] Sep 18 16:44:02.957 INFO O| Sep 18 16:44:02.957 INFO STEP 186 (remove_files) COMPLETE
62832026-09-18T16:44:03.689Z[ recovery-image] Sep 18 16:44:02.957 INFO O| Sep 18 16:44:02.957 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-18T16:44:03.696Z[ recovery-image] Sep 18 16:44:02.965 INFO O| Sep 18 16:44:02.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62852026-09-18T16:44:03.696Z[ recovery-image] Sep 18 16:44:02.965 INFO O| Sep 18 16:44:02.965 INFO STEP 187 (remove_files) COMPLETE
62862026-09-18T16:44:03.699Z[ recovery-image] Sep 18 16:44:02.965 INFO O| Sep 18 16:44:02.965 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-18T16:44:03.703Z[ recovery-image] Sep 18 16:44:02.973 INFO O| Sep 18 16:44:02.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62882026-09-18T16:44:03.707Z[ recovery-image] Sep 18 16:44:02.973 INFO O| Sep 18 16:44:02.973 INFO STEP 188 (remove_files) COMPLETE
62892026-09-18T16:44:03.707Z[ recovery-image] Sep 18 16:44:02.973 INFO O| Sep 18 16:44:02.973 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-18T16:44:03.712Z[ recovery-image] Sep 18 16:44:02.982 INFO O| Sep 18 16:44:02.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62912026-09-18T16:44:03.712Z[ recovery-image] Sep 18 16:44:02.982 INFO O| Sep 18 16:44:02.982 INFO STEP 189 (remove_files) COMPLETE
62922026-09-18T16:44:03.712Z[ recovery-image] Sep 18 16:44:02.982 INFO O| Sep 18 16:44:02.982 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-18T16:44:03.721Z[ recovery-image] Sep 18 16:44:02.990 INFO O| Sep 18 16:44:02.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62942026-09-18T16:44:03.721Z[ recovery-image] Sep 18 16:44:02.990 INFO O| Sep 18 16:44:02.990 INFO STEP 190 (remove_files) COMPLETE
62952026-09-18T16:44:03.725Z[ recovery-image] Sep 18 16:44:02.990 INFO O| Sep 18 16:44:02.990 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-18T16:44:03.735Z[ recovery-image] Sep 18 16:44:03.004 INFO O| Sep 18 16:44:03.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62972026-09-18T16:44:03.735Z[ recovery-image] Sep 18 16:44:03.004 INFO O| Sep 18 16:44:03.004 INFO STEP 191 (remove_files) COMPLETE
62982026-09-18T16:44:03.738Z[ recovery-image] Sep 18 16:44:03.004 INFO O| Sep 18 16:44:03.004 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-18T16:44:03.745Z[ recovery-image] Sep 18 16:44:03.014 INFO O| Sep 18 16:44:03.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63002026-09-18T16:44:03.745Z[ recovery-image] Sep 18 16:44:03.014 INFO O| Sep 18 16:44:03.014 INFO STEP 192 (remove_files) COMPLETE
63012026-09-18T16:44:03.745Z[ recovery-image] Sep 18 16:44:03.014 INFO O| Sep 18 16:44:03.014 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-18T16:44:03.754Z[ recovery-image] Sep 18 16:44:03.024 INFO O| Sep 18 16:44:03.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63032026-09-18T16:44:03.755Z[ recovery-image] Sep 18 16:44:03.024 INFO O| Sep 18 16:44:03.024 INFO STEP 193 (remove_files) COMPLETE
63042026-09-18T16:44:03.755Z[ recovery-image] Sep 18 16:44:03.024 INFO O| Sep 18 16:44:03.024 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-18T16:44:03.764Z[ recovery-image] Sep 18 16:44:03.034 INFO O| Sep 18 16:44:03.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
63062026-09-18T16:44:03.764Z[ recovery-image] Sep 18 16:44:03.034 INFO O| Sep 18 16:44:03.034 INFO STEP 194 (remove_files) COMPLETE
63072026-09-18T16:44:03.764Z[ recovery-image] Sep 18 16:44:03.034 INFO O| Sep 18 16:44:03.034 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-18T16:44:03.774Z[ recovery-image] Sep 18 16:44:03.044 INFO O| Sep 18 16:44:03.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
63092026-09-18T16:44:03.774Z[ recovery-image] Sep 18 16:44:03.044 INFO O| Sep 18 16:44:03.044 INFO STEP 195 (remove_files) COMPLETE
63102026-09-18T16:44:03.774Z[ recovery-image] Sep 18 16:44:03.044 INFO O| Sep 18 16:44:03.044 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-18T16:44:03.784Z[ recovery-image] Sep 18 16:44:03.054 INFO O| Sep 18 16:44:03.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
63122026-09-18T16:44:03.784Z[ recovery-image] Sep 18 16:44:03.054 INFO O| Sep 18 16:44:03.054 INFO STEP 196 (remove_files) COMPLETE
63132026-09-18T16:44:03.784Z[ recovery-image] Sep 18 16:44:03.054 INFO O| Sep 18 16:44:03.054 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-18T16:44:03.794Z[ recovery-image] Sep 18 16:44:03.063 INFO O| Sep 18 16:44:03.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
63152026-09-18T16:44:03.794Z[ recovery-image] Sep 18 16:44:03.063 INFO O| Sep 18 16:44:03.063 INFO STEP 197 (remove_files) COMPLETE
63162026-09-18T16:44:03.797Z[ recovery-image] Sep 18 16:44:03.063 INFO O| Sep 18 16:44:03.063 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-18T16:44:03.804Z[ recovery-image] Sep 18 16:44:03.074 INFO O| Sep 18 16:44:03.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
63182026-09-18T16:44:03.804Z[ recovery-image] Sep 18 16:44:03.074 INFO O| Sep 18 16:44:03.074 INFO STEP 198 (remove_files) COMPLETE
63192026-09-18T16:44:03.804Z[ recovery-image] Sep 18 16:44:03.074 INFO O| Sep 18 16:44:03.074 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-18T16:44:03.814Z[ recovery-image] Sep 18 16:44:03.084 INFO O| Sep 18 16:44:03.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
63212026-09-18T16:44:03.814Z[ recovery-image] Sep 18 16:44:03.084 INFO O| Sep 18 16:44:03.084 INFO STEP 199 (remove_files) COMPLETE
63222026-09-18T16:44:03.814Z[ recovery-image] Sep 18 16:44:03.084 INFO O| Sep 18 16:44:03.084 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-18T16:44:03.825Z[ recovery-image] Sep 18 16:44:03.093 INFO O| Sep 18 16:44:03.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
63242026-09-18T16:44:03.825Z[ recovery-image] Sep 18 16:44:03.093 INFO O| Sep 18 16:44:03.093 INFO STEP 200 (remove_files) COMPLETE
63252026-09-18T16:44:03.825Z[ recovery-image] Sep 18 16:44:03.093 INFO O| Sep 18 16:44:03.093 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-18T16:44:03.835Z[ recovery-image] Sep 18 16:44:03.104 INFO O| Sep 18 16:44:03.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
63272026-09-18T16:44:03.835Z[ recovery-image] Sep 18 16:44:03.104 INFO O| Sep 18 16:44:03.104 INFO STEP 201 (remove_files) COMPLETE
63282026-09-18T16:44:03.835Z[ recovery-image] Sep 18 16:44:03.104 INFO O| Sep 18 16:44:03.104 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-18T16:44:03.845Z[ recovery-image] Sep 18 16:44:03.115 INFO O| Sep 18 16:44:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63302026-09-18T16:44:03.848Z[ recovery-image] Sep 18 16:44:03.115 INFO O| Sep 18 16:44:03.115 INFO STEP 202 (remove_files) COMPLETE
63312026-09-18T16:44:03.848Z[ recovery-image] Sep 18 16:44:03.115 INFO O| Sep 18 16:44:03.115 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-18T16:44:03.856Z[ recovery-image] Sep 18 16:44:03.125 INFO O| Sep 18 16:44:03.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63332026-09-18T16:44:03.856Z[ recovery-image] Sep 18 16:44:03.125 INFO O| Sep 18 16:44:03.125 INFO STEP 203 (remove_files) COMPLETE
63342026-09-18T16:44:03.856Z[ recovery-image] Sep 18 16:44:03.125 INFO O| Sep 18 16:44:03.125 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-18T16:44:03.865Z[ recovery-image] Sep 18 16:44:03.134 INFO O| Sep 18 16:44:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63362026-09-18T16:44:03.865Z[ recovery-image] Sep 18 16:44:03.134 INFO O| Sep 18 16:44:03.134 INFO STEP 204 (remove_files) COMPLETE
63372026-09-18T16:44:03.865Z[ recovery-image] Sep 18 16:44:03.134 INFO O| Sep 18 16:44:03.134 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-18T16:44:03.873Z[ recovery-image] Sep 18 16:44:03.143 INFO O| Sep 18 16:44:03.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63392026-09-18T16:44:03.874Z[ recovery-image] Sep 18 16:44:03.143 INFO O| Sep 18 16:44:03.143 INFO STEP 205 (remove_files) COMPLETE
63402026-09-18T16:44:03.874Z[ recovery-image] Sep 18 16:44:03.143 INFO O| Sep 18 16:44:03.143 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-18T16:44:03.884Z[ recovery-image] Sep 18 16:44:03.152 INFO O| Sep 18 16:44:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63422026-09-18T16:44:03.884Z[ recovery-image] Sep 18 16:44:03.152 INFO O| Sep 18 16:44:03.152 INFO STEP 206 (remove_files) COMPLETE
63432026-09-18T16:44:03.884Z[ recovery-image] Sep 18 16:44:03.152 INFO O| Sep 18 16:44:03.152 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-18T16:44:03.893Z[ recovery-image] Sep 18 16:44:03.163 INFO O| Sep 18 16:44:03.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63452026-09-18T16:44:03.894Z[ recovery-image] Sep 18 16:44:03.163 INFO O| Sep 18 16:44:03.163 INFO STEP 207 (remove_files) COMPLETE
63462026-09-18T16:44:03.894Z[ recovery-image] Sep 18 16:44:03.163 INFO O| Sep 18 16:44:03.163 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-18T16:44:03.906Z[ recovery-image] Sep 18 16:44:03.175 INFO O| Sep 18 16:44:03.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63482026-09-18T16:44:03.906Z[ recovery-image] Sep 18 16:44:03.175 INFO O| Sep 18 16:44:03.175 INFO STEP 208 (remove_files) COMPLETE
63492026-09-18T16:44:03.906Z[ recovery-image] Sep 18 16:44:03.175 INFO O| Sep 18 16:44:03.175 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-09-18T16:44:03.916Z[ recovery-image] Sep 18 16:44:03.185 INFO O| Sep 18 16:44:03.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63512026-09-18T16:44:03.916Z[ recovery-image] Sep 18 16:44:03.185 INFO O| Sep 18 16:44:03.185 INFO STEP 209 (remove_files) COMPLETE
63522026-09-18T16:44:03.916Z[ recovery-image] Sep 18 16:44:03.185 INFO O| Sep 18 16:44:03.185 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-09-18T16:44:03.927Z[ recovery-image] Sep 18 16:44:03.197 INFO O| Sep 18 16:44:03.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63542026-09-18T16:44:03.927Z[ recovery-image] Sep 18 16:44:03.197 INFO O| Sep 18 16:44:03.197 INFO STEP 210 (remove_files) COMPLETE
63552026-09-18T16:44:03.927Z[ recovery-image] Sep 18 16:44:03.197 INFO O| Sep 18 16:44:03.197 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-09-18T16:44:03.938Z[ recovery-image] Sep 18 16:44:03.207 INFO O| Sep 18 16:44:03.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63572026-09-18T16:44:03.939Z[ recovery-image] Sep 18 16:44:03.208 INFO O| Sep 18 16:44:03.207 INFO STEP 211 (remove_files) COMPLETE
63582026-09-18T16:44:03.939Z[ recovery-image] Sep 18 16:44:03.208 INFO O| Sep 18 16:44:03.207 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-09-18T16:44:03.948Z[ recovery-image] Sep 18 16:44:03.218 INFO O| Sep 18 16:44:03.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63602026-09-18T16:44:03.948Z[ recovery-image] Sep 18 16:44:03.218 INFO O| Sep 18 16:44:03.218 INFO STEP 212 (remove_files) COMPLETE
63612026-09-18T16:44:03.948Z[ recovery-image] Sep 18 16:44:03.218 INFO O| Sep 18 16:44:03.218 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-09-18T16:44:03.959Z[ recovery-image] Sep 18 16:44:03.228 INFO O| Sep 18 16:44:03.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63632026-09-18T16:44:03.959Z[ recovery-image] Sep 18 16:44:03.228 INFO O| Sep 18 16:44:03.228 INFO STEP 213 (remove_files) COMPLETE
63642026-09-18T16:44:03.959Z[ recovery-image] Sep 18 16:44:03.228 INFO O| Sep 18 16:44:03.228 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-09-18T16:44:03.972Z[ recovery-image] Sep 18 16:44:03.238 INFO O| Sep 18 16:44:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63662026-09-18T16:44:03.972Z[ recovery-image] Sep 18 16:44:03.238 INFO O| Sep 18 16:44:03.238 INFO STEP 214 (remove_files) COMPLETE
63672026-09-18T16:44:03.972Z[ recovery-image] Sep 18 16:44:03.238 INFO O| Sep 18 16:44:03.238 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-09-18T16:44:03.979Z[ recovery-image] Sep 18 16:44:03.249 INFO O| Sep 18 16:44:03.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63692026-09-18T16:44:03.979Z[ recovery-image] Sep 18 16:44:03.249 INFO O| Sep 18 16:44:03.249 INFO STEP 215 (remove_files) COMPLETE
63702026-09-18T16:44:03.979Z[ recovery-image] Sep 18 16:44:03.249 INFO O| Sep 18 16:44:03.249 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-09-18T16:44:03.990Z[ recovery-image] Sep 18 16:44:03.259 INFO O| Sep 18 16:44:03.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63722026-09-18T16:44:03.990Z[ recovery-image] Sep 18 16:44:03.259 INFO O| Sep 18 16:44:03.259 INFO STEP 216 (remove_files) COMPLETE
63732026-09-18T16:44:03.990Z[ recovery-image] Sep 18 16:44:03.259 INFO O| Sep 18 16:44:03.259 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-09-18T16:44:03.999Z[ recovery-image] Sep 18 16:44:03.268 INFO O| Sep 18 16:44:03.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63752026-09-18T16:44:03.999Z[ recovery-image] Sep 18 16:44:03.268 INFO O| Sep 18 16:44:03.268 INFO STEP 217 (remove_files) COMPLETE
63762026-09-18T16:44:04.002Z[ recovery-image] Sep 18 16:44:03.268 INFO O| Sep 18 16:44:03.268 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-09-18T16:44:04.009Z[ recovery-image] Sep 18 16:44:03.279 INFO O| Sep 18 16:44:03.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63782026-09-18T16:44:04.010Z[ recovery-image] Sep 18 16:44:03.279 INFO O| Sep 18 16:44:03.279 INFO STEP 218 (remove_files) COMPLETE
63792026-09-18T16:44:04.014Z[ recovery-image] Sep 18 16:44:03.279 INFO O| Sep 18 16:44:03.279 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-09-18T16:44:04.020Z[ recovery-image] Sep 18 16:44:03.289 INFO O| Sep 18 16:44:03.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63812026-09-18T16:44:04.020Z[ recovery-image] Sep 18 16:44:03.289 INFO O| Sep 18 16:44:03.289 INFO STEP 219 (remove_files) COMPLETE
63822026-09-18T16:44:04.024Z[ recovery-image] Sep 18 16:44:03.289 INFO O| Sep 18 16:44:03.289 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-09-18T16:44:04.029Z[ recovery-image] Sep 18 16:44:03.298 INFO O| Sep 18 16:44:03.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63842026-09-18T16:44:04.029Z[ recovery-image] Sep 18 16:44:03.299 INFO O| Sep 18 16:44:03.299 INFO STEP 220 (remove_files) COMPLETE
63852026-09-18T16:44:04.029Z[ recovery-image] Sep 18 16:44:03.299 INFO O| Sep 18 16:44:03.299 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-09-18T16:44:04.039Z[ recovery-image] Sep 18 16:44:03.308 INFO O| Sep 18 16:44:03.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63872026-09-18T16:44:04.039Z[ recovery-image] Sep 18 16:44:03.308 INFO O| Sep 18 16:44:03.308 INFO STEP 221 (remove_files) COMPLETE
63882026-09-18T16:44:04.039Z[ recovery-image] Sep 18 16:44:03.308 INFO O| Sep 18 16:44:03.308 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-09-18T16:44:04.049Z[ recovery-image] Sep 18 16:44:03.319 INFO O| Sep 18 16:44:03.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63902026-09-18T16:44:04.049Z[ recovery-image] Sep 18 16:44:03.319 INFO O| Sep 18 16:44:03.319 INFO STEP 222 (remove_files) COMPLETE
63912026-09-18T16:44:04.049Z[ recovery-image] Sep 18 16:44:03.319 INFO O| Sep 18 16:44:03.319 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-09-18T16:44:04.098Z[ recovery-image] Sep 18 16:44:03.329 INFO O| Sep 18 16:44:03.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63932026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.330 INFO O| Sep 18 16:44:03.330 INFO STEP 223 (remove_files) COMPLETE
63942026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.330 INFO O| Sep 18 16:44:03.330 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.341 INFO O| Sep 18 16:44:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63962026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.341 INFO O| Sep 18 16:44:03.341 INFO STEP 224 (remove_files) COMPLETE
63972026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.341 INFO O| Sep 18 16:44:03.341 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.352 INFO O| Sep 18 16:44:03.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63992026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.352 INFO O| Sep 18 16:44:03.352 INFO STEP 225 (remove_files) COMPLETE
64002026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.352 INFO O| Sep 18 16:44:03.352 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.363 INFO O| Sep 18 16:44:03.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64022026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.363 INFO O| Sep 18 16:44:03.363 INFO STEP 226 (remove_files) COMPLETE
64032026-09-18T16:44:04.099Z[ recovery-image] Sep 18 16:44:03.363 INFO O| Sep 18 16:44:03.363 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-09-18T16:44:04.103Z[ recovery-image] Sep 18 16:44:03.373 INFO O| Sep 18 16:44:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
64052026-09-18T16:44:04.103Z[ recovery-image] Sep 18 16:44:03.373 INFO O| Sep 18 16:44:03.373 INFO STEP 227 (remove_files) COMPLETE
64062026-09-18T16:44:04.110Z[ recovery-image] Sep 18 16:44:03.373 INFO O| Sep 18 16:44:03.373 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-09-18T16:44:04.113Z[ recovery-image] Sep 18 16:44:03.382 INFO O| Sep 18 16:44:03.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
64082026-09-18T16:44:04.113Z[ recovery-image] Sep 18 16:44:03.382 INFO O| Sep 18 16:44:03.382 INFO STEP 228 (remove_files) COMPLETE
64092026-09-18T16:44:04.113Z[ recovery-image] Sep 18 16:44:03.382 INFO O| Sep 18 16:44:03.382 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-18T16:44:04.121Z[ recovery-image] Sep 18 16:44:03.391 INFO O| Sep 18 16:44:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
64112026-09-18T16:44:04.121Z[ recovery-image] Sep 18 16:44:03.391 INFO O| Sep 18 16:44:03.391 INFO STEP 229 (remove_files) COMPLETE
64122026-09-18T16:44:04.122Z[ recovery-image] Sep 18 16:44:03.391 INFO O| Sep 18 16:44:03.391 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-18T16:44:04.131Z[ recovery-image] Sep 18 16:44:03.401 INFO O| Sep 18 16:44:03.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
64142026-09-18T16:44:04.131Z[ recovery-image] Sep 18 16:44:03.401 INFO O| Sep 18 16:44:03.401 INFO STEP 230 (remove_files) COMPLETE
64152026-09-18T16:44:04.131Z[ recovery-image] Sep 18 16:44:03.401 INFO O| Sep 18 16:44:03.401 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-18T16:44:04.141Z[ recovery-image] Sep 18 16:44:03.411 INFO O| Sep 18 16:44:03.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
64172026-09-18T16:44:04.141Z[ recovery-image] Sep 18 16:44:03.411 INFO O| Sep 18 16:44:03.411 INFO STEP 231 (remove_files) COMPLETE
64182026-09-18T16:44:04.141Z[ recovery-image] Sep 18 16:44:03.411 INFO O| Sep 18 16:44:03.411 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-18T16:44:04.152Z[ recovery-image] Sep 18 16:44:03.421 INFO O| Sep 18 16:44:03.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
64202026-09-18T16:44:04.152Z[ recovery-image] Sep 18 16:44:03.421 INFO O| Sep 18 16:44:03.421 INFO STEP 232 (remove_files) COMPLETE
64212026-09-18T16:44:04.152Z[ recovery-image] Sep 18 16:44:03.421 INFO O| Sep 18 16:44:03.421 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-18T16:44:04.162Z[ recovery-image] Sep 18 16:44:03.431 INFO O| Sep 18 16:44:03.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
64232026-09-18T16:44:04.162Z[ recovery-image] Sep 18 16:44:03.431 INFO O| Sep 18 16:44:03.431 INFO STEP 233 (remove_files) COMPLETE
64242026-09-18T16:44:04.162Z[ recovery-image] Sep 18 16:44:03.431 INFO O| Sep 18 16:44:03.431 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-18T16:44:04.174Z[ recovery-image] Sep 18 16:44:03.443 INFO O| Sep 18 16:44:03.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
64262026-09-18T16:44:04.177Z[ recovery-image] Sep 18 16:44:03.444 INFO O| Sep 18 16:44:03.444 INFO STEP 234 (remove_files) COMPLETE
64272026-09-18T16:44:04.178Z[ recovery-image] Sep 18 16:44:03.444 INFO O| Sep 18 16:44:03.444 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-18T16:44:04.185Z[ recovery-image] Sep 18 16:44:03.454 INFO O| Sep 18 16:44:03.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64292026-09-18T16:44:04.185Z[ recovery-image] Sep 18 16:44:03.454 INFO O| Sep 18 16:44:03.454 INFO STEP 235 (remove_files) COMPLETE
64302026-09-18T16:44:04.185Z[ recovery-image] Sep 18 16:44:03.454 INFO O| Sep 18 16:44:03.454 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-18T16:44:04.194Z[ recovery-image] Sep 18 16:44:03.463 INFO O| Sep 18 16:44:03.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64322026-09-18T16:44:04.194Z[ recovery-image] Sep 18 16:44:03.463 INFO O| Sep 18 16:44:03.463 INFO STEP 236 (remove_files) COMPLETE
64332026-09-18T16:44:04.194Z[ recovery-image] Sep 18 16:44:03.463 INFO O| Sep 18 16:44:03.463 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-18T16:44:04.227Z[ recovery-image] Sep 18 16:44:03.497 INFO O| Sep 18 16:44:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64352026-09-18T16:44:04.227Z[ recovery-image] Sep 18 16:44:03.497 INFO O| Sep 18 16:44:03.497 INFO STEP 237 (remove_files) COMPLETE
64362026-09-18T16:44:04.227Z[ recovery-image] Sep 18 16:44:03.497 INFO O| Sep 18 16:44:03.497 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-18T16:44:04.238Z[ recovery-image] Sep 18 16:44:03.507 INFO O| Sep 18 16:44:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64382026-09-18T16:44:04.238Z[ recovery-image] Sep 18 16:44:03.507 INFO O| Sep 18 16:44:03.507 INFO STEP 238 (remove_files) COMPLETE
64392026-09-18T16:44:04.238Z[ recovery-image] Sep 18 16:44:03.507 INFO O| Sep 18 16:44:03.507 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-18T16:44:04.248Z[ recovery-image] Sep 18 16:44:03.518 INFO O| Sep 18 16:44:03.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64412026-09-18T16:44:04.248Z[ recovery-image] Sep 18 16:44:03.518 INFO O| Sep 18 16:44:03.518 INFO STEP 239 (remove_files) COMPLETE
64422026-09-18T16:44:04.248Z[ recovery-image] Sep 18 16:44:03.518 INFO O| Sep 18 16:44:03.518 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-18T16:44:04.258Z[ recovery-image] Sep 18 16:44:03.528 INFO O| Sep 18 16:44:03.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64442026-09-18T16:44:04.258Z[ recovery-image] Sep 18 16:44:03.528 INFO O| Sep 18 16:44:03.528 INFO STEP 240 (remove_files) COMPLETE
64452026-09-18T16:44:04.258Z[ recovery-image] Sep 18 16:44:03.528 INFO O| Sep 18 16:44:03.528 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-18T16:44:04.269Z[ recovery-image] Sep 18 16:44:03.538 INFO O| Sep 18 16:44:03.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64472026-09-18T16:44:04.269Z[ recovery-image] Sep 18 16:44:03.538 INFO O| Sep 18 16:44:03.538 INFO STEP 241 (remove_files) COMPLETE
64482026-09-18T16:44:04.269Z[ recovery-image] Sep 18 16:44:03.538 INFO O| Sep 18 16:44:03.538 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-18T16:44:04.279Z[ recovery-image] Sep 18 16:44:03.549 INFO O| Sep 18 16:44:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64502026-09-18T16:44:04.279Z[ recovery-image] Sep 18 16:44:03.549 INFO O| Sep 18 16:44:03.549 INFO STEP 242 (remove_files) COMPLETE
64512026-09-18T16:44:04.279Z[ recovery-image] Sep 18 16:44:03.549 INFO O| Sep 18 16:44:03.549 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-18T16:44:04.289Z[ recovery-image] Sep 18 16:44:03.558 INFO O| Sep 18 16:44:03.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64532026-09-18T16:44:04.290Z[ recovery-image] Sep 18 16:44:03.558 INFO O| Sep 18 16:44:03.558 INFO STEP 243 (remove_files) COMPLETE
64542026-09-18T16:44:04.290Z[ recovery-image] Sep 18 16:44:03.558 INFO O| Sep 18 16:44:03.558 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-18T16:44:04.299Z[ recovery-image] Sep 18 16:44:03.568 INFO O| Sep 18 16:44:03.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64562026-09-18T16:44:04.299Z[ recovery-image] Sep 18 16:44:03.568 INFO O| Sep 18 16:44:03.568 INFO STEP 244 (remove_files) COMPLETE
64572026-09-18T16:44:04.299Z[ recovery-image] Sep 18 16:44:03.568 INFO O| Sep 18 16:44:03.568 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-09-18T16:44:04.310Z[ recovery-image] Sep 18 16:44:03.579 INFO O| Sep 18 16:44:03.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64592026-09-18T16:44:04.310Z[ recovery-image] Sep 18 16:44:03.579 INFO O| Sep 18 16:44:03.579 INFO STEP 245 (remove_files) COMPLETE
64602026-09-18T16:44:04.310Z[ recovery-image] Sep 18 16:44:03.579 INFO O| Sep 18 16:44:03.579 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-09-18T16:44:04.321Z[ recovery-image] Sep 18 16:44:03.590 INFO O| Sep 18 16:44:03.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64622026-09-18T16:44:04.321Z[ recovery-image] Sep 18 16:44:03.590 INFO O| Sep 18 16:44:03.590 INFO STEP 246 (remove_files) COMPLETE
64632026-09-18T16:44:04.321Z[ recovery-image] Sep 18 16:44:03.590 INFO O| Sep 18 16:44:03.590 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-09-18T16:44:04.332Z[ recovery-image] Sep 18 16:44:03.601 INFO O| Sep 18 16:44:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64652026-09-18T16:44:04.332Z[ recovery-image] Sep 18 16:44:03.601 INFO O| Sep 18 16:44:03.601 INFO STEP 247 (remove_files) COMPLETE
64662026-09-18T16:44:04.332Z[ recovery-image] Sep 18 16:44:03.601 INFO O| Sep 18 16:44:03.601 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-18T16:44:04.341Z[ recovery-image] Sep 18 16:44:03.610 INFO O| Sep 18 16:44:03.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64682026-09-18T16:44:04.341Z[ recovery-image] Sep 18 16:44:03.610 INFO O| Sep 18 16:44:03.610 INFO STEP 248 (remove_files) COMPLETE
64692026-09-18T16:44:04.341Z[ recovery-image] Sep 18 16:44:03.610 INFO O| Sep 18 16:44:03.610 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-18T16:44:04.351Z[ recovery-image] Sep 18 16:44:03.620 INFO O| Sep 18 16:44:03.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64712026-09-18T16:44:04.352Z[ recovery-image] Sep 18 16:44:03.621 INFO O| Sep 18 16:44:03.621 INFO STEP 249 (remove_files) COMPLETE
64722026-09-18T16:44:04.352Z[ recovery-image] Sep 18 16:44:03.621 INFO O| Sep 18 16:44:03.621 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-18T16:44:04.361Z[ recovery-image] Sep 18 16:44:03.631 INFO O| Sep 18 16:44:03.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64742026-09-18T16:44:04.361Z[ recovery-image] Sep 18 16:44:03.631 INFO O| Sep 18 16:44:03.631 INFO STEP 250 (remove_files) COMPLETE
64752026-09-18T16:44:04.365Z[ recovery-image] Sep 18 16:44:03.631 INFO O| Sep 18 16:44:03.631 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-18T16:44:04.372Z[ recovery-image] Sep 18 16:44:03.642 INFO O| Sep 18 16:44:03.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64772026-09-18T16:44:04.372Z[ recovery-image] Sep 18 16:44:03.642 INFO O| Sep 18 16:44:03.641 INFO STEP 251 (remove_files) COMPLETE
64782026-09-18T16:44:04.372Z[ recovery-image] Sep 18 16:44:03.642 INFO O| Sep 18 16:44:03.641 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-18T16:44:04.385Z[ recovery-image] Sep 18 16:44:03.652 INFO O| Sep 18 16:44:03.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64802026-09-18T16:44:04.385Z[ recovery-image] Sep 18 16:44:03.652 INFO O| Sep 18 16:44:03.652 INFO STEP 252 (remove_files) COMPLETE
64812026-09-18T16:44:04.385Z[ recovery-image] Sep 18 16:44:03.652 INFO O| Sep 18 16:44:03.652 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-18T16:44:04.391Z[ recovery-image] Sep 18 16:44:03.661 INFO O| Sep 18 16:44:03.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64832026-09-18T16:44:04.391Z[ recovery-image] Sep 18 16:44:03.661 INFO O| Sep 18 16:44:03.661 INFO STEP 253 (remove_files) COMPLETE
64842026-09-18T16:44:04.391Z[ recovery-image] Sep 18 16:44:03.661 INFO O| Sep 18 16:44:03.661 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-18T16:44:04.401Z[ recovery-image] Sep 18 16:44:03.671 INFO O| Sep 18 16:44:03.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64862026-09-18T16:44:04.401Z[ recovery-image] Sep 18 16:44:03.671 INFO O| Sep 18 16:44:03.671 INFO STEP 254 (remove_files) COMPLETE
64872026-09-18T16:44:04.401Z[ recovery-image] Sep 18 16:44:03.671 INFO O| Sep 18 16:44:03.671 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-18T16:44:04.412Z[ recovery-image] Sep 18 16:44:03.682 INFO O| Sep 18 16:44:03.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64892026-09-18T16:44:04.412Z[ recovery-image] Sep 18 16:44:03.682 INFO O| Sep 18 16:44:03.682 INFO STEP 255 (remove_files) COMPLETE
64902026-09-18T16:44:04.412Z[ recovery-image] Sep 18 16:44:03.682 INFO O| Sep 18 16:44:03.682 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-18T16:44:04.424Z[ recovery-image] Sep 18 16:44:03.693 INFO O| Sep 18 16:44:03.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64922026-09-18T16:44:04.424Z[ recovery-image] Sep 18 16:44:03.693 INFO O| Sep 18 16:44:03.693 INFO STEP 256 (remove_files) COMPLETE
64932026-09-18T16:44:04.428Z[ recovery-image] Sep 18 16:44:03.693 INFO O| Sep 18 16:44:03.693 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-18T16:44:04.432Z[ recovery-image] Sep 18 16:44:03.700 INFO O| Sep 18 16:44:03.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64952026-09-18T16:44:04.432Z[ recovery-image] Sep 18 16:44:03.701 INFO O| Sep 18 16:44:03.700 INFO STEP 257 (remove_files) COMPLETE
64962026-09-18T16:44:04.432Z[ recovery-image] Sep 18 16:44:03.701 INFO O| Sep 18 16:44:03.701 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-18T16:44:04.439Z[ recovery-image] Sep 18 16:44:03.708 INFO O| Sep 18 16:44:03.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64982026-09-18T16:44:04.439Z[ recovery-image] Sep 18 16:44:03.708 INFO O| Sep 18 16:44:03.708 INFO STEP 258 (remove_files) COMPLETE
64992026-09-18T16:44:04.439Z[ recovery-image] Sep 18 16:44:03.708 INFO O| Sep 18 16:44:03.708 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-18T16:44:04.448Z[ recovery-image] Sep 18 16:44:03.717 INFO O| Sep 18 16:44:03.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65012026-09-18T16:44:04.448Z[ recovery-image] Sep 18 16:44:03.717 INFO O| Sep 18 16:44:03.717 INFO STEP 259 (remove_files) COMPLETE
65022026-09-18T16:44:04.448Z[ recovery-image] Sep 18 16:44:03.717 INFO O| Sep 18 16:44:03.717 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-18T16:44:04.454Z[verify-libraries] Compiling samael v0.0.19
65042026-09-18T16:44:04.459Z[ recovery-image] Sep 18 16:44:03.727 INFO O| Sep 18 16:44:03.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
65052026-09-18T16:44:04.459Z[ recovery-image] Sep 18 16:44:03.727 INFO O| Sep 18 16:44:03.727 INFO STEP 260 (remove_files) COMPLETE
65062026-09-18T16:44:04.459Z[ recovery-image] Sep 18 16:44:03.727 INFO O| Sep 18 16:44:03.727 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-18T16:44:04.465Z[ recovery-image] Sep 18 16:44:03.734 INFO O| Sep 18 16:44:03.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
65082026-09-18T16:44:04.465Z[ recovery-image] Sep 18 16:44:03.735 INFO O| Sep 18 16:44:03.735 INFO STEP 261 (remove_files) COMPLETE
65092026-09-18T16:44:04.466Z[ recovery-image] Sep 18 16:44:03.735 INFO O| Sep 18 16:44:03.735 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-18T16:44:04.476Z[ recovery-image] Sep 18 16:44:03.745 INFO O| Sep 18 16:44:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
65112026-09-18T16:44:04.476Z[ recovery-image] Sep 18 16:44:03.745 INFO O| Sep 18 16:44:03.745 INFO STEP 262 (remove_files) COMPLETE
65122026-09-18T16:44:04.476Z[ recovery-image] Sep 18 16:44:03.745 INFO O| Sep 18 16:44:03.745 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-18T16:44:04.486Z[ recovery-image] Sep 18 16:44:03.755 INFO O| Sep 18 16:44:03.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
65142026-09-18T16:44:04.486Z[ recovery-image] Sep 18 16:44:03.755 INFO O| Sep 18 16:44:03.755 INFO STEP 263 (remove_files) COMPLETE
65152026-09-18T16:44:04.486Z[ recovery-image] Sep 18 16:44:03.755 INFO O| Sep 18 16:44:03.755 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-18T16:44:04.495Z[ recovery-image] Sep 18 16:44:03.764 INFO O| Sep 18 16:44:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
65172026-09-18T16:44:04.495Z[ recovery-image] Sep 18 16:44:03.765 INFO O| Sep 18 16:44:03.765 INFO STEP 264 (remove_files) COMPLETE
65182026-09-18T16:44:04.495Z[ recovery-image] Sep 18 16:44:03.765 INFO O| Sep 18 16:44:03.765 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-09-18T16:44:04.504Z[ recovery-image] Sep 18 16:44:03.773 INFO O| Sep 18 16:44:03.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
65202026-09-18T16:44:04.504Z[ recovery-image] Sep 18 16:44:03.773 INFO O| Sep 18 16:44:03.773 INFO STEP 265 (remove_files) COMPLETE
65212026-09-18T16:44:04.504Z[ recovery-image] Sep 18 16:44:03.773 INFO O| Sep 18 16:44:03.773 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-09-18T16:44:04.513Z[ recovery-image] Sep 18 16:44:03.782 INFO O| Sep 18 16:44:03.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
65232026-09-18T16:44:04.514Z[ recovery-image] Sep 18 16:44:03.783 INFO O| Sep 18 16:44:03.782 INFO STEP 266 (remove_files) COMPLETE
65242026-09-18T16:44:04.517Z[ recovery-image] Sep 18 16:44:03.783 INFO O| Sep 18 16:44:03.782 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-18T16:44:04.523Z[ recovery-image] Sep 18 16:44:03.791 INFO O| Sep 18 16:44:03.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
65262026-09-18T16:44:04.523Z[ recovery-image] Sep 18 16:44:03.792 INFO O| Sep 18 16:44:03.792 INFO STEP 267 (remove_files) COMPLETE
65272026-09-18T16:44:04.523Z[ recovery-image] Sep 18 16:44:03.792 INFO O| Sep 18 16:44:03.792 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-18T16:44:04.534Z[ recovery-image] Sep 18 16:44:03.803 INFO O| Sep 18 16:44:03.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65292026-09-18T16:44:04.534Z[ recovery-image] Sep 18 16:44:03.804 INFO O| Sep 18 16:44:03.803 INFO STEP 268 (remove_files) COMPLETE
65302026-09-18T16:44:04.534Z[ recovery-image] Sep 18 16:44:03.804 INFO O| Sep 18 16:44:03.804 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-18T16:44:04.545Z[ recovery-image] Sep 18 16:44:03.814 INFO O| Sep 18 16:44:03.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65322026-09-18T16:44:04.545Z[ recovery-image] Sep 18 16:44:03.814 INFO O| Sep 18 16:44:03.814 INFO STEP 269 (remove_files) COMPLETE
65332026-09-18T16:44:04.545Z[ recovery-image] Sep 18 16:44:03.814 INFO O| Sep 18 16:44:03.814 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-18T16:44:04.554Z[ recovery-image] Sep 18 16:44:03.823 INFO O| Sep 18 16:44:03.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65352026-09-18T16:44:04.557Z[ recovery-image] Sep 18 16:44:03.824 INFO O| Sep 18 16:44:03.824 INFO STEP 270 (remove_files) COMPLETE
65362026-09-18T16:44:04.557Z[ recovery-image] Sep 18 16:44:03.824 INFO O| Sep 18 16:44:03.824 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-18T16:44:04.565Z[ recovery-image] Sep 18 16:44:03.834 INFO O| Sep 18 16:44:03.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65382026-09-18T16:44:04.565Z[ recovery-image] Sep 18 16:44:03.834 INFO O| Sep 18 16:44:03.834 INFO STEP 271 (remove_files) COMPLETE
65392026-09-18T16:44:04.565Z[ recovery-image] Sep 18 16:44:03.834 INFO O| Sep 18 16:44:03.834 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-18T16:44:04.573Z[ recovery-image] Sep 18 16:44:03.843 INFO O| Sep 18 16:44:03.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65412026-09-18T16:44:04.573Z[ recovery-image] Sep 18 16:44:03.843 INFO O| Sep 18 16:44:03.843 INFO STEP 272 (remove_files) COMPLETE
65422026-09-18T16:44:04.573Z[ recovery-image] Sep 18 16:44:03.843 INFO O| Sep 18 16:44:03.843 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-18T16:44:04.581Z[ recovery-image] Sep 18 16:44:03.851 INFO O| Sep 18 16:44:03.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65442026-09-18T16:44:04.581Z[ recovery-image] Sep 18 16:44:03.851 INFO O| Sep 18 16:44:03.851 INFO STEP 273 (remove_files) COMPLETE
65452026-09-18T16:44:04.585Z[ recovery-image] Sep 18 16:44:03.851 INFO O| Sep 18 16:44:03.851 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-18T16:44:04.590Z[ recovery-image] Sep 18 16:44:03.859 INFO O| Sep 18 16:44:03.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65472026-09-18T16:44:04.590Z[ recovery-image] Sep 18 16:44:03.859 INFO O| Sep 18 16:44:03.859 INFO STEP 274 (remove_files) COMPLETE
65482026-09-18T16:44:04.590Z[ recovery-image] Sep 18 16:44:03.859 INFO O| Sep 18 16:44:03.859 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-18T16:44:04.600Z[ recovery-image] Sep 18 16:44:03.869 INFO O| Sep 18 16:44:03.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65502026-09-18T16:44:04.600Z[ recovery-image] Sep 18 16:44:03.869 INFO O| Sep 18 16:44:03.869 INFO STEP 275 (remove_files) COMPLETE
65512026-09-18T16:44:04.600Z[ recovery-image] Sep 18 16:44:03.869 INFO O| Sep 18 16:44:03.869 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-18T16:44:04.609Z[ recovery-image] Sep 18 16:44:03.879 INFO O| Sep 18 16:44:03.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65532026-09-18T16:44:04.609Z[ recovery-image] Sep 18 16:44:03.879 INFO O| Sep 18 16:44:03.879 INFO STEP 276 (remove_files) COMPLETE
65542026-09-18T16:44:04.609Z[ recovery-image] Sep 18 16:44:03.879 INFO O| Sep 18 16:44:03.879 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-18T16:44:04.619Z[ recovery-image] Sep 18 16:44:03.889 INFO O| Sep 18 16:44:03.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65562026-09-18T16:44:04.619Z[ recovery-image] Sep 18 16:44:03.889 INFO O| Sep 18 16:44:03.889 INFO STEP 277 (remove_files) COMPLETE
65572026-09-18T16:44:04.619Z[ recovery-image] Sep 18 16:44:03.889 INFO O| Sep 18 16:44:03.889 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-18T16:44:04.629Z[ recovery-image] Sep 18 16:44:03.898 INFO O| Sep 18 16:44:03.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65592026-09-18T16:44:04.629Z[ recovery-image] Sep 18 16:44:03.898 INFO O| Sep 18 16:44:03.898 INFO STEP 278 (remove_files) COMPLETE
65602026-09-18T16:44:04.633Z[ recovery-image] Sep 18 16:44:03.898 INFO O| Sep 18 16:44:03.898 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-18T16:44:04.640Z[ recovery-image] Sep 18 16:44:03.910 INFO O| Sep 18 16:44:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65622026-09-18T16:44:04.640Z[ recovery-image] Sep 18 16:44:03.910 INFO O| Sep 18 16:44:03.910 INFO STEP 279 (remove_files) COMPLETE
65632026-09-18T16:44:04.644Z[ recovery-image] Sep 18 16:44:03.910 INFO O| Sep 18 16:44:03.910 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-18T16:44:04.650Z[ recovery-image] Sep 18 16:44:03.920 INFO O| Sep 18 16:44:03.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65652026-09-18T16:44:04.654Z[ recovery-image] Sep 18 16:44:03.920 INFO O| Sep 18 16:44:03.920 INFO STEP 280 (remove_files) COMPLETE
65662026-09-18T16:44:04.654Z[ recovery-image] Sep 18 16:44:03.922 INFO O| Sep 18 16:44:03.922 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-18T16:44:04.677Z[ recovery-image] Sep 18 16:44:03.946 INFO O| Sep 18 16:44:03.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65682026-09-18T16:44:04.677Z[ recovery-image] Sep 18 16:44:03.946 INFO O| Sep 18 16:44:03.946 INFO STEP 281 (remove_files) COMPLETE
65692026-09-18T16:44:04.677Z[ recovery-image] Sep 18 16:44:03.946 INFO O| Sep 18 16:44:03.946 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-18T16:44:04.719Z[ recovery-image] Sep 18 16:44:03.988 INFO O| Sep 18 16:44:03.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65712026-09-18T16:44:04.719Z[ recovery-image] Sep 18 16:44:03.988 INFO O| Sep 18 16:44:03.988 INFO STEP 282 (remove_files) COMPLETE
65722026-09-18T16:44:04.722Z[ recovery-image] Sep 18 16:44:03.988 INFO O| Sep 18 16:44:03.988 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-18T16:44:04.730Z[ recovery-image] Sep 18 16:44:03.999 INFO O| Sep 18 16:44:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65742026-09-18T16:44:04.730Z[ recovery-image] Sep 18 16:44:03.999 INFO O| Sep 18 16:44:03.999 INFO STEP 283 (remove_files) COMPLETE
65752026-09-18T16:44:04.730Z[ recovery-image] Sep 18 16:44:03.999 INFO O| Sep 18 16:44:03.999 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-18T16:44:04.739Z[ recovery-image] Sep 18 16:44:04.008 INFO O| Sep 18 16:44:04.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65772026-09-18T16:44:04.751Z[ recovery-image] Sep 18 16:44:04.021 INFO O| Sep 18 16:44:04.021 INFO STEP 284 (remove_files) COMPLETE
65782026-09-18T16:44:04.751Z[ recovery-image] Sep 18 16:44:04.021 INFO O| Sep 18 16:44:04.021 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-18T16:44:04.762Z[ recovery-image] Sep 18 16:44:04.031 INFO O| Sep 18 16:44:04.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65802026-09-18T16:44:04.765Z[ recovery-image] Sep 18 16:44:04.033 INFO O| Sep 18 16:44:04.033 INFO STEP 285 (remove_files) COMPLETE
65812026-09-18T16:44:04.765Z[ recovery-image] Sep 18 16:44:04.033 INFO O| Sep 18 16:44:04.033 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-18T16:44:04.781Z[ recovery-image] Sep 18 16:44:04.050 INFO O| Sep 18 16:44:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65832026-09-18T16:44:04.781Z[ recovery-image] Sep 18 16:44:04.050 INFO O| Sep 18 16:44:04.050 INFO STEP 286 (remove_files) COMPLETE
65842026-09-18T16:44:04.784Z[ recovery-image] Sep 18 16:44:04.050 INFO O| Sep 18 16:44:04.050 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-18T16:44:04.791Z[ recovery-image] Sep 18 16:44:04.060 INFO O| Sep 18 16:44:04.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65862026-09-18T16:44:04.791Z[ recovery-image] Sep 18 16:44:04.060 INFO O| Sep 18 16:44:04.060 INFO STEP 287 (remove_files) COMPLETE
65872026-09-18T16:44:04.795Z[ recovery-image] Sep 18 16:44:04.060 INFO O| Sep 18 16:44:04.060 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-18T16:44:04.802Z[ recovery-image] Sep 18 16:44:04.071 INFO O| Sep 18 16:44:04.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65892026-09-18T16:44:04.802Z[ recovery-image] Sep 18 16:44:04.071 INFO O| Sep 18 16:44:04.071 INFO STEP 288 (remove_files) COMPLETE
65902026-09-18T16:44:04.805Z[ recovery-image] Sep 18 16:44:04.071 INFO O| Sep 18 16:44:04.071 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-18T16:44:04.811Z[ recovery-image] Sep 18 16:44:04.081 INFO O| Sep 18 16:44:04.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65922026-09-18T16:44:04.812Z[ recovery-image] Sep 18 16:44:04.081 INFO O| Sep 18 16:44:04.081 INFO STEP 289 (remove_files) COMPLETE
65932026-09-18T16:44:04.812Z[ recovery-image] Sep 18 16:44:04.081 INFO O| Sep 18 16:44:04.081 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-09-18T16:44:04.821Z[ recovery-image] Sep 18 16:44:04.090 INFO O| Sep 18 16:44:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65952026-09-18T16:44:04.821Z[ recovery-image] Sep 18 16:44:04.090 INFO O| Sep 18 16:44:04.090 INFO STEP 290 (remove_files) COMPLETE
65962026-09-18T16:44:04.821Z[ recovery-image] Sep 18 16:44:04.091 INFO O| Sep 18 16:44:04.090 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-09-18T16:44:04.832Z[ recovery-image] Sep 18 16:44:04.102 INFO O| Sep 18 16:44:04.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65982026-09-18T16:44:04.832Z[ recovery-image] Sep 18 16:44:04.102 INFO O| Sep 18 16:44:04.102 INFO STEP 291 (remove_files) COMPLETE
65992026-09-18T16:44:04.832Z[ recovery-image] Sep 18 16:44:04.102 INFO O| Sep 18 16:44:04.102 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-09-18T16:44:04.843Z[ recovery-image] Sep 18 16:44:04.113 INFO O| Sep 18 16:44:04.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
66012026-09-18T16:44:04.843Z[ recovery-image] Sep 18 16:44:04.113 INFO O| Sep 18 16:44:04.113 INFO STEP 292 (remove_files) COMPLETE
66022026-09-18T16:44:04.843Z[ recovery-image] Sep 18 16:44:04.113 INFO O| Sep 18 16:44:04.113 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-18T16:44:04.854Z[ recovery-image] Sep 18 16:44:04.123 INFO O| Sep 18 16:44:04.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
66042026-09-18T16:44:04.854Z[ recovery-image] Sep 18 16:44:04.123 INFO O| Sep 18 16:44:04.123 INFO STEP 293 (remove_files) COMPLETE
66052026-09-18T16:44:04.854Z[ recovery-image] Sep 18 16:44:04.123 INFO O| Sep 18 16:44:04.123 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-09-18T16:44:04.864Z[ recovery-image] Sep 18 16:44:04.133 INFO O| Sep 18 16:44:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
66072026-09-18T16:44:04.864Z[ recovery-image] Sep 18 16:44:04.133 INFO O| Sep 18 16:44:04.133 INFO STEP 294 (remove_files) COMPLETE
66082026-09-18T16:44:04.867Z[ recovery-image] Sep 18 16:44:04.133 INFO O| Sep 18 16:44:04.133 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-09-18T16:44:04.873Z[ recovery-image] Sep 18 16:44:04.142 INFO O| Sep 18 16:44:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
66102026-09-18T16:44:04.873Z[ recovery-image] Sep 18 16:44:04.142 INFO O| Sep 18 16:44:04.142 INFO STEP 295 (remove_files) COMPLETE
66112026-09-18T16:44:04.877Z[ recovery-image] Sep 18 16:44:04.142 INFO O| Sep 18 16:44:04.142 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-09-18T16:44:04.884Z[ recovery-image] Sep 18 16:44:04.153 INFO O| Sep 18 16:44:04.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
66132026-09-18T16:44:04.884Z[ recovery-image] Sep 18 16:44:04.153 INFO O| Sep 18 16:44:04.153 INFO STEP 296 (remove_files) COMPLETE
66142026-09-18T16:44:04.884Z[ recovery-image] Sep 18 16:44:04.153 INFO O| Sep 18 16:44:04.153 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-09-18T16:44:04.894Z[ recovery-image] Sep 18 16:44:04.163 INFO O| Sep 18 16:44:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
66162026-09-18T16:44:04.894Z[ recovery-image] Sep 18 16:44:04.163 INFO O| Sep 18 16:44:04.163 INFO STEP 297 (remove_files) COMPLETE
66172026-09-18T16:44:04.894Z[ recovery-image] Sep 18 16:44:04.163 INFO O| Sep 18 16:44:04.163 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-09-18T16:44:04.900Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
66192026-09-18T16:44:04.904Z[ recovery-image] Sep 18 16:44:04.173 INFO O| Sep 18 16:44:04.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
66202026-09-18T16:44:04.907Z[ recovery-image] Sep 18 16:44:04.173 INFO O| Sep 18 16:44:04.173 INFO STEP 298 (remove_files) COMPLETE
66212026-09-18T16:44:04.907Z[ recovery-image] Sep 18 16:44:04.173 INFO O| Sep 18 16:44:04.173 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-18T16:44:04.915Z[ recovery-image] Sep 18 16:44:04.184 INFO O| Sep 18 16:44:04.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
66232026-09-18T16:44:04.915Z[ recovery-image] Sep 18 16:44:04.184 INFO O| Sep 18 16:44:04.184 INFO STEP 299 (remove_files) COMPLETE
66242026-09-18T16:44:04.918Z[ recovery-image] Sep 18 16:44:04.184 INFO O| Sep 18 16:44:04.184 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-18T16:44:04.927Z[ recovery-image] Sep 18 16:44:04.196 INFO O| Sep 18 16:44:04.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
66262026-09-18T16:44:04.927Z[ recovery-image] Sep 18 16:44:04.196 INFO O| Sep 18 16:44:04.196 INFO STEP 300 (remove_files) COMPLETE
66272026-09-18T16:44:04.931Z[ recovery-image] Sep 18 16:44:04.196 INFO O| Sep 18 16:44:04.196 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-18T16:44:04.937Z[ recovery-image] Sep 18 16:44:04.206 INFO O| Sep 18 16:44:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66292026-09-18T16:44:04.937Z[ recovery-image] Sep 18 16:44:04.206 INFO O| Sep 18 16:44:04.206 INFO STEP 301 (remove_files) COMPLETE
66302026-09-18T16:44:04.937Z[ recovery-image] Sep 18 16:44:04.206 INFO O| Sep 18 16:44:04.206 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-18T16:44:04.947Z[ recovery-image] Sep 18 16:44:04.217 INFO O| Sep 18 16:44:04.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66322026-09-18T16:44:04.947Z[ recovery-image] Sep 18 16:44:04.217 INFO O| Sep 18 16:44:04.217 INFO STEP 302 (remove_files) COMPLETE
66332026-09-18T16:44:04.951Z[ recovery-image] Sep 18 16:44:04.217 INFO O| Sep 18 16:44:04.217 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-18T16:44:04.958Z[ recovery-image] Sep 18 16:44:04.227 INFO O| Sep 18 16:44:04.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66352026-09-18T16:44:04.958Z[ recovery-image] Sep 18 16:44:04.227 INFO O| Sep 18 16:44:04.227 INFO STEP 303 (remove_files) COMPLETE
66362026-09-18T16:44:04.958Z[ recovery-image] Sep 18 16:44:04.227 INFO O| Sep 18 16:44:04.227 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-18T16:44:04.968Z[ recovery-image] Sep 18 16:44:04.238 INFO O| Sep 18 16:44:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66382026-09-18T16:44:04.968Z[ recovery-image] Sep 18 16:44:04.238 INFO O| Sep 18 16:44:04.238 INFO STEP 304 (remove_files) COMPLETE
66392026-09-18T16:44:04.969Z[ recovery-image] Sep 18 16:44:04.238 INFO O| Sep 18 16:44:04.238 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-18T16:44:04.978Z[ recovery-image] Sep 18 16:44:04.247 INFO O| Sep 18 16:44:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66412026-09-18T16:44:04.982Z[ recovery-image] Sep 18 16:44:04.248 INFO O| Sep 18 16:44:04.247 INFO STEP 305 (remove_files) COMPLETE
66422026-09-18T16:44:04.982Z[ recovery-image] Sep 18 16:44:04.248 INFO O| Sep 18 16:44:04.247 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-18T16:44:04.986Z[ recovery-image] Sep 18 16:44:04.256 INFO O| Sep 18 16:44:04.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66442026-09-18T16:44:04.986Z[ recovery-image] Sep 18 16:44:04.256 INFO O| Sep 18 16:44:04.256 INFO STEP 306 (remove_files) COMPLETE
66452026-09-18T16:44:04.986Z[ recovery-image] Sep 18 16:44:04.256 INFO O| Sep 18 16:44:04.256 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-18T16:44:04.994Z[ recovery-image] Sep 18 16:44:04.264 INFO O| Sep 18 16:44:04.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66472026-09-18T16:44:04.994Z[ recovery-image] Sep 18 16:44:04.264 INFO O| Sep 18 16:44:04.264 INFO STEP 307 (remove_files) COMPLETE
66482026-09-18T16:44:04.994Z[ recovery-image] Sep 18 16:44:04.264 INFO O| Sep 18 16:44:04.264 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-18T16:44:05.004Z[ recovery-image] Sep 18 16:44:04.273 INFO O| Sep 18 16:44:04.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66502026-09-18T16:44:05.004Z[ recovery-image] Sep 18 16:44:04.274 INFO O| Sep 18 16:44:04.273 INFO STEP 308 (remove_files) COMPLETE
66512026-09-18T16:44:05.004Z[ recovery-image] Sep 18 16:44:04.274 INFO O| Sep 18 16:44:04.274 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-18T16:44:05.013Z[ recovery-image] Sep 18 16:44:04.283 INFO O| Sep 18 16:44:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66532026-09-18T16:44:05.013Z[ recovery-image] Sep 18 16:44:04.283 INFO O| Sep 18 16:44:04.283 INFO STEP 309 (remove_files) COMPLETE
66542026-09-18T16:44:05.013Z[ recovery-image] Sep 18 16:44:04.283 INFO O| Sep 18 16:44:04.283 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-18T16:44:05.022Z[ recovery-image] Sep 18 16:44:04.292 INFO O| Sep 18 16:44:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66562026-09-18T16:44:05.022Z[ recovery-image] Sep 18 16:44:04.292 INFO O| Sep 18 16:44:04.292 INFO STEP 310 (remove_files) COMPLETE
66572026-09-18T16:44:05.026Z[ recovery-image] Sep 18 16:44:04.292 INFO O| Sep 18 16:44:04.292 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-09-18T16:44:05.034Z[ recovery-image] Sep 18 16:44:04.303 INFO O| Sep 18 16:44:04.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66592026-09-18T16:44:05.034Z[ recovery-image] Sep 18 16:44:04.303 INFO O| Sep 18 16:44:04.303 INFO STEP 311 (remove_files) COMPLETE
66602026-09-18T16:44:05.034Z[ recovery-image] Sep 18 16:44:04.303 INFO O| Sep 18 16:44:04.303 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-09-18T16:44:05.043Z[ recovery-image] Sep 18 16:44:04.313 INFO O| Sep 18 16:44:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66622026-09-18T16:44:05.043Z[ recovery-image] Sep 18 16:44:04.313 INFO O| Sep 18 16:44:04.313 INFO STEP 312 (remove_files) COMPLETE
66632026-09-18T16:44:05.043Z[ recovery-image] Sep 18 16:44:04.313 INFO O| Sep 18 16:44:04.313 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-09-18T16:44:05.054Z[ recovery-image] Sep 18 16:44:04.323 INFO O| Sep 18 16:44:04.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66652026-09-18T16:44:05.054Z[ recovery-image] Sep 18 16:44:04.323 INFO O| Sep 18 16:44:04.323 INFO STEP 313 (remove_files) COMPLETE
66662026-09-18T16:44:05.054Z[ recovery-image] Sep 18 16:44:04.323 INFO O| Sep 18 16:44:04.323 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-09-18T16:44:05.064Z[ recovery-image] Sep 18 16:44:04.334 INFO O| Sep 18 16:44:04.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66682026-09-18T16:44:05.064Z[ recovery-image] Sep 18 16:44:04.334 INFO O| Sep 18 16:44:04.334 INFO STEP 314 (remove_files) COMPLETE
66692026-09-18T16:44:05.064Z[ recovery-image] Sep 18 16:44:04.334 INFO O| Sep 18 16:44:04.334 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-09-18T16:44:05.077Z[ recovery-image] Sep 18 16:44:04.343 INFO O| Sep 18 16:44:04.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66712026-09-18T16:44:05.077Z[ recovery-image] Sep 18 16:44:04.343 INFO O| Sep 18 16:44:04.343 INFO STEP 315 (remove_files) COMPLETE
66722026-09-18T16:44:05.077Z[ recovery-image] Sep 18 16:44:04.343 INFO O| Sep 18 16:44:04.343 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-09-18T16:44:05.082Z[ recovery-image] Sep 18 16:44:04.352 INFO O| Sep 18 16:44:04.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66742026-09-18T16:44:05.082Z[ recovery-image] Sep 18 16:44:04.352 INFO O| Sep 18 16:44:04.352 INFO STEP 316 (remove_files) COMPLETE
66752026-09-18T16:44:05.082Z[ recovery-image] Sep 18 16:44:04.352 INFO O| Sep 18 16:44:04.352 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-09-18T16:44:05.091Z[ recovery-image] Sep 18 16:44:04.360 INFO O| Sep 18 16:44:04.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66772026-09-18T16:44:05.091Z[ recovery-image] Sep 18 16:44:04.360 INFO O| Sep 18 16:44:04.360 INFO STEP 317 (remove_files) COMPLETE
66782026-09-18T16:44:05.091Z[ recovery-image] Sep 18 16:44:04.360 INFO O| Sep 18 16:44:04.360 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-09-18T16:44:05.099Z[ recovery-image] Sep 18 16:44:04.368 INFO O| Sep 18 16:44:04.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66802026-09-18T16:44:05.099Z[ recovery-image] Sep 18 16:44:04.368 INFO O| Sep 18 16:44:04.368 INFO STEP 318 (remove_files) COMPLETE
66812026-09-18T16:44:05.103Z[ recovery-image] Sep 18 16:44:04.368 INFO O| Sep 18 16:44:04.368 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-09-18T16:44:05.107Z[ recovery-image] Sep 18 16:44:04.376 INFO O| Sep 18 16:44:04.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66832026-09-18T16:44:05.110Z[ recovery-image] Sep 18 16:44:04.377 INFO O| Sep 18 16:44:04.377 INFO STEP 319 (remove_files) COMPLETE
66842026-09-18T16:44:05.111Z[ recovery-image] Sep 18 16:44:04.377 INFO O| Sep 18 16:44:04.377 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-09-18T16:44:05.118Z[ recovery-image] Sep 18 16:44:04.387 INFO O| Sep 18 16:44:04.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66862026-09-18T16:44:05.118Z[ recovery-image] Sep 18 16:44:04.387 INFO O| Sep 18 16:44:04.387 INFO STEP 320 (remove_files) COMPLETE
66872026-09-18T16:44:05.118Z[ recovery-image] Sep 18 16:44:04.387 INFO O| Sep 18 16:44:04.387 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-09-18T16:44:05.133Z[ recovery-image] Sep 18 16:44:04.397 INFO O| Sep 18 16:44:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66892026-09-18T16:44:05.133Z[ recovery-image] Sep 18 16:44:04.397 INFO O| Sep 18 16:44:04.397 INFO STEP 321 (remove_files) COMPLETE
66902026-09-18T16:44:05.134Z[ recovery-image] Sep 18 16:44:04.397 INFO O| Sep 18 16:44:04.397 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-09-18T16:44:05.137Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
66922026-09-18T16:44:05.143Z[ recovery-image] Sep 18 16:44:04.408 INFO O| Sep 18 16:44:04.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66932026-09-18T16:44:05.143Z[ recovery-image] Sep 18 16:44:04.408 INFO O| Sep 18 16:44:04.408 INFO STEP 322 (remove_files) COMPLETE
66942026-09-18T16:44:05.143Z[ recovery-image] Sep 18 16:44:04.408 INFO O| Sep 18 16:44:04.408 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-18T16:44:05.149Z[ recovery-image] Sep 18 16:44:04.418 INFO O| Sep 18 16:44:04.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66962026-09-18T16:44:05.149Z[ recovery-image] Sep 18 16:44:04.418 INFO O| Sep 18 16:44:04.418 INFO STEP 323 (remove_files) COMPLETE
66972026-09-18T16:44:05.149Z[ recovery-image] Sep 18 16:44:04.418 INFO O| Sep 18 16:44:04.418 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-18T16:44:05.158Z[ recovery-image] Sep 18 16:44:04.428 INFO O| Sep 18 16:44:04.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66992026-09-18T16:44:05.158Z[ recovery-image] Sep 18 16:44:04.428 INFO O| Sep 18 16:44:04.428 INFO STEP 324 (remove_files) COMPLETE
67002026-09-18T16:44:05.162Z[ recovery-image] Sep 18 16:44:04.428 INFO O| Sep 18 16:44:04.428 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-18T16:44:05.168Z[ recovery-image] Sep 18 16:44:04.438 INFO O| Sep 18 16:44:04.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
67022026-09-18T16:44:05.168Z[ recovery-image] Sep 18 16:44:04.438 INFO O| Sep 18 16:44:04.438 INFO STEP 325 (remove_files) COMPLETE
67032026-09-18T16:44:05.168Z[ recovery-image] Sep 18 16:44:04.438 INFO O| Sep 18 16:44:04.438 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-18T16:44:05.179Z[ recovery-image] Sep 18 16:44:04.448 INFO O| Sep 18 16:44:04.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
67052026-09-18T16:44:05.179Z[ recovery-image] Sep 18 16:44:04.448 INFO O| Sep 18 16:44:04.448 INFO STEP 326 (remove_files) COMPLETE
67062026-09-18T16:44:05.182Z[ recovery-image] Sep 18 16:44:04.448 INFO O| Sep 18 16:44:04.448 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-18T16:44:05.189Z[ recovery-image] Sep 18 16:44:04.459 INFO O| Sep 18 16:44:04.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
67082026-09-18T16:44:05.189Z[ recovery-image] Sep 18 16:44:04.459 INFO O| Sep 18 16:44:04.459 INFO STEP 327 (remove_files) COMPLETE
67092026-09-18T16:44:05.193Z[ recovery-image] Sep 18 16:44:04.459 INFO O| Sep 18 16:44:04.459 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-18T16:44:05.200Z[ recovery-image] Sep 18 16:44:04.470 INFO O| Sep 18 16:44:04.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
67112026-09-18T16:44:05.200Z[ recovery-image] Sep 18 16:44:04.470 INFO O| Sep 18 16:44:04.470 INFO STEP 328 (remove_files) COMPLETE
67122026-09-18T16:44:05.204Z[ recovery-image] Sep 18 16:44:04.470 INFO O| Sep 18 16:44:04.470 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-18T16:44:05.214Z[ recovery-image] Sep 18 16:44:04.481 INFO O| Sep 18 16:44:04.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
67142026-09-18T16:44:05.214Z[ recovery-image] Sep 18 16:44:04.481 INFO O| Sep 18 16:44:04.481 INFO STEP 329 (remove_files) COMPLETE
67152026-09-18T16:44:05.214Z[ recovery-image] Sep 18 16:44:04.481 INFO O| Sep 18 16:44:04.481 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-18T16:44:05.221Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
67172026-09-18T16:44:05.224Z[ recovery-image] Sep 18 16:44:04.490 INFO O| Sep 18 16:44:04.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
67182026-09-18T16:44:05.224Z[ recovery-image] Sep 18 16:44:04.490 INFO O| Sep 18 16:44:04.490 INFO STEP 330 (remove_files) COMPLETE
67192026-09-18T16:44:05.224Z[ recovery-image] Sep 18 16:44:04.490 INFO O| Sep 18 16:44:04.490 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-18T16:44:05.231Z[ recovery-image] Sep 18 16:44:04.501 INFO O| Sep 18 16:44:04.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
67212026-09-18T16:44:05.231Z[ recovery-image] Sep 18 16:44:04.501 INFO O| Sep 18 16:44:04.501 INFO STEP 331 (remove_files) COMPLETE
67222026-09-18T16:44:05.235Z[ recovery-image] Sep 18 16:44:04.501 INFO O| Sep 18 16:44:04.501 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-18T16:44:05.241Z[ recovery-image] Sep 18 16:44:04.511 INFO O| Sep 18 16:44:04.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
67242026-09-18T16:44:05.241Z[ recovery-image] Sep 18 16:44:04.511 INFO O| Sep 18 16:44:04.511 INFO STEP 332 (remove_files) COMPLETE
67252026-09-18T16:44:05.245Z[ recovery-image] Sep 18 16:44:04.511 INFO O| Sep 18 16:44:04.511 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-18T16:44:05.252Z[ recovery-image] Sep 18 16:44:04.521 INFO O| Sep 18 16:44:04.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
67272026-09-18T16:44:05.253Z[ recovery-image] Sep 18 16:44:04.522 INFO O| Sep 18 16:44:04.522 INFO STEP 333 (remove_files) COMPLETE
67282026-09-18T16:44:05.253Z[ recovery-image] Sep 18 16:44:04.522 INFO O| Sep 18 16:44:04.522 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-18T16:44:05.262Z[ recovery-image] Sep 18 16:44:04.532 INFO O| Sep 18 16:44:04.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67302026-09-18T16:44:05.263Z[ recovery-image] Sep 18 16:44:04.532 INFO O| Sep 18 16:44:04.532 INFO STEP 334 (remove_files) COMPLETE
67312026-09-18T16:44:05.263Z[ recovery-image] Sep 18 16:44:04.532 INFO O| Sep 18 16:44:04.532 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-18T16:44:05.273Z[ recovery-image] Sep 18 16:44:04.542 INFO O| Sep 18 16:44:04.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67332026-09-18T16:44:05.273Z[ recovery-image] Sep 18 16:44:04.542 INFO O| Sep 18 16:44:04.542 INFO STEP 335 (remove_files) COMPLETE
67342026-09-18T16:44:05.278Z[ recovery-image] Sep 18 16:44:04.542 INFO O| Sep 18 16:44:04.542 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-18T16:44:05.282Z[ recovery-image] Sep 18 16:44:04.551 INFO O| Sep 18 16:44:04.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67362026-09-18T16:44:05.282Z[ recovery-image] Sep 18 16:44:04.551 INFO O| Sep 18 16:44:04.551 INFO STEP 336 (remove_files) COMPLETE
67372026-09-18T16:44:05.282Z[ recovery-image] Sep 18 16:44:04.551 INFO O| Sep 18 16:44:04.551 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-18T16:44:05.291Z[ recovery-image] Sep 18 16:44:04.560 INFO O| Sep 18 16:44:04.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67392026-09-18T16:44:05.291Z[ recovery-image] Sep 18 16:44:04.560 INFO O| Sep 18 16:44:04.560 INFO STEP 337 (remove_files) COMPLETE
67402026-09-18T16:44:05.291Z[ recovery-image] Sep 18 16:44:04.561 INFO O| Sep 18 16:44:04.560 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-18T16:44:05.302Z[ recovery-image] Sep 18 16:44:04.570 INFO O| Sep 18 16:44:04.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67422026-09-18T16:44:05.302Z[ recovery-image] Sep 18 16:44:04.570 INFO O| Sep 18 16:44:04.570 INFO STEP 338 (remove_files) COMPLETE
67432026-09-18T16:44:05.302Z[ recovery-image] Sep 18 16:44:04.570 INFO O| Sep 18 16:44:04.570 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-18T16:44:05.312Z[ recovery-image] Sep 18 16:44:04.582 INFO O| Sep 18 16:44:04.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67452026-09-18T16:44:05.312Z[ recovery-image] Sep 18 16:44:04.582 INFO O| Sep 18 16:44:04.582 INFO STEP 339 (remove_files) COMPLETE
67462026-09-18T16:44:05.312Z[ recovery-image] Sep 18 16:44:04.582 INFO O| Sep 18 16:44:04.582 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-18T16:44:05.321Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
67482026-09-18T16:44:05.325Z[ recovery-image] Sep 18 16:44:04.593 INFO O| Sep 18 16:44:04.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67492026-09-18T16:44:05.325Z[ recovery-image] Sep 18 16:44:04.593 INFO O| Sep 18 16:44:04.593 INFO STEP 340 (remove_files) COMPLETE
67502026-09-18T16:44:05.325Z[ recovery-image] Sep 18 16:44:04.593 INFO O| Sep 18 16:44:04.593 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-18T16:44:05.335Z[ recovery-image] Sep 18 16:44:04.603 INFO O| Sep 18 16:44:04.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67522026-09-18T16:44:05.335Z[ recovery-image] Sep 18 16:44:04.603 INFO O| Sep 18 16:44:04.603 INFO STEP 341 (remove_files) COMPLETE
67532026-09-18T16:44:05.335Z[ recovery-image] Sep 18 16:44:04.603 INFO O| Sep 18 16:44:04.603 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-18T16:44:05.342Z[ recovery-image] Sep 18 16:44:04.611 INFO O| Sep 18 16:44:04.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67552026-09-18T16:44:05.342Z[ recovery-image] Sep 18 16:44:04.611 INFO O| Sep 18 16:44:04.611 INFO STEP 342 (remove_files) COMPLETE
67562026-09-18T16:44:05.342Z[ recovery-image] Sep 18 16:44:04.611 INFO O| Sep 18 16:44:04.611 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-18T16:44:05.353Z[ recovery-image] Sep 18 16:44:04.621 INFO O| Sep 18 16:44:04.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67582026-09-18T16:44:05.353Z[ recovery-image] Sep 18 16:44:04.621 INFO O| Sep 18 16:44:04.621 INFO STEP 343 (remove_files) COMPLETE
67592026-09-18T16:44:05.353Z[ recovery-image] Sep 18 16:44:04.621 INFO O| Sep 18 16:44:04.621 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-18T16:44:05.364Z[ recovery-image] Sep 18 16:44:04.631 INFO O| Sep 18 16:44:04.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67612026-09-18T16:44:05.364Z[ recovery-image] Sep 18 16:44:04.631 INFO O| Sep 18 16:44:04.631 INFO STEP 344 (remove_files) COMPLETE
67622026-09-18T16:44:05.364Z[ recovery-image] Sep 18 16:44:04.631 INFO O| Sep 18 16:44:04.631 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-18T16:44:05.368Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
67642026-09-18T16:44:05.372Z[ recovery-image] Sep 18 16:44:04.640 INFO O| Sep 18 16:44:04.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67652026-09-18T16:44:05.372Z[ recovery-image] Sep 18 16:44:04.640 INFO O| Sep 18 16:44:04.640 INFO STEP 345 (remove_files) COMPLETE
67662026-09-18T16:44:05.372Z[ recovery-image] Sep 18 16:44:04.640 INFO O| Sep 18 16:44:04.640 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-09-18T16:44:05.381Z[ recovery-image] Sep 18 16:44:04.650 INFO O| Sep 18 16:44:04.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67682026-09-18T16:44:05.381Z[ recovery-image] Sep 18 16:44:04.650 INFO O| Sep 18 16:44:04.650 INFO STEP 346 (remove_files) COMPLETE
67692026-09-18T16:44:05.381Z[ recovery-image] Sep 18 16:44:04.650 INFO O| Sep 18 16:44:04.650 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-09-18T16:44:05.395Z[ recovery-image] Sep 18 16:44:04.664 INFO O| Sep 18 16:44:04.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67712026-09-18T16:44:05.395Z[ recovery-image] Sep 18 16:44:04.664 INFO O| Sep 18 16:44:04.662 INFO STEP 347 (remove_files) COMPLETE
67722026-09-18T16:44:05.395Z[ recovery-image] Sep 18 16:44:04.664 INFO O| Sep 18 16:44:04.662 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-09-18T16:44:05.403Z[ recovery-image] Sep 18 16:44:04.672 INFO O| Sep 18 16:44:04.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67742026-09-18T16:44:05.403Z[ recovery-image] Sep 18 16:44:04.673 INFO O| Sep 18 16:44:04.673 INFO STEP 348 (remove_files) COMPLETE
67752026-09-18T16:44:05.408Z[ recovery-image] Sep 18 16:44:04.673 INFO O| Sep 18 16:44:04.673 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-09-18T16:44:05.414Z[ recovery-image] Sep 18 16:44:04.684 INFO O| Sep 18 16:44:04.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67772026-09-18T16:44:05.414Z[ recovery-image] Sep 18 16:44:04.684 INFO O| Sep 18 16:44:04.684 INFO STEP 349 (remove_files) COMPLETE
67782026-09-18T16:44:05.418Z[ recovery-image] Sep 18 16:44:04.684 INFO O| Sep 18 16:44:04.684 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-09-18T16:44:05.426Z[ recovery-image] Sep 18 16:44:04.693 INFO O| Sep 18 16:44:04.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67802026-09-18T16:44:05.426Z[ recovery-image] Sep 18 16:44:04.693 INFO O| Sep 18 16:44:04.693 INFO STEP 350 (remove_files) COMPLETE
67812026-09-18T16:44:05.426Z[ recovery-image] Sep 18 16:44:04.693 INFO O| Sep 18 16:44:04.693 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-09-18T16:44:05.435Z[ recovery-image] Sep 18 16:44:04.704 INFO O| Sep 18 16:44:04.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67832026-09-18T16:44:05.435Z[ recovery-image] Sep 18 16:44:04.704 INFO O| Sep 18 16:44:04.704 INFO STEP 351 (remove_files) COMPLETE
67842026-09-18T16:44:05.435Z[ recovery-image] Sep 18 16:44:04.704 INFO O| Sep 18 16:44:04.704 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-09-18T16:44:05.444Z[ recovery-image] Sep 18 16:44:04.714 INFO O| Sep 18 16:44:04.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67862026-09-18T16:44:05.444Z[ recovery-image] Sep 18 16:44:04.714 INFO O| Sep 18 16:44:04.714 INFO STEP 352 (remove_files) COMPLETE
67872026-09-18T16:44:05.444Z[ recovery-image] Sep 18 16:44:04.714 INFO O| Sep 18 16:44:04.714 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-09-18T16:44:05.455Z[ recovery-image] Sep 18 16:44:04.725 INFO O| Sep 18 16:44:04.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67892026-09-18T16:44:05.455Z[ recovery-image] Sep 18 16:44:04.725 INFO O| Sep 18 16:44:04.725 INFO STEP 353 (remove_files) COMPLETE
67902026-09-18T16:44:05.459Z[ recovery-image] Sep 18 16:44:04.725 INFO O| Sep 18 16:44:04.725 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-09-18T16:44:05.466Z[ recovery-image] Sep 18 16:44:04.735 INFO O| Sep 18 16:44:04.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67922026-09-18T16:44:05.466Z[ recovery-image] Sep 18 16:44:04.735 INFO O| Sep 18 16:44:04.735 INFO STEP 354 (remove_files) COMPLETE
67932026-09-18T16:44:05.466Z[ recovery-image] Sep 18 16:44:04.735 INFO O| Sep 18 16:44:04.735 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-18T16:44:05.474Z[ recovery-image] Sep 18 16:44:04.743 INFO O| Sep 18 16:44:04.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67952026-09-18T16:44:05.477Z[ recovery-image] Sep 18 16:44:04.743 INFO O| Sep 18 16:44:04.743 INFO STEP 355 (remove_files) COMPLETE
67962026-09-18T16:44:05.477Z[ recovery-image] Sep 18 16:44:04.743 INFO O| Sep 18 16:44:04.743 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-18T16:44:05.483Z[ recovery-image] Sep 18 16:44:04.752 INFO O| Sep 18 16:44:04.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67982026-09-18T16:44:05.483Z[ recovery-image] Sep 18 16:44:04.752 INFO O| Sep 18 16:44:04.752 INFO STEP 356 (remove_files) COMPLETE
67992026-09-18T16:44:05.486Z[ recovery-image] Sep 18 16:44:04.752 INFO O| Sep 18 16:44:04.752 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-18T16:44:05.486Z[verify-libraries] Compiling yansi v1.0.1
68012026-09-18T16:44:05.491Z[ recovery-image] Sep 18 16:44:04.760 INFO O| Sep 18 16:44:04.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
68022026-09-18T16:44:05.491Z[ recovery-image] Sep 18 16:44:04.760 INFO O| Sep 18 16:44:04.760 INFO STEP 357 (remove_files) COMPLETE
68032026-09-18T16:44:05.494Z[ recovery-image] Sep 18 16:44:04.760 INFO O| Sep 18 16:44:04.760 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-18T16:44:05.505Z[ recovery-image] Sep 18 16:44:04.767 INFO O| Sep 18 16:44:04.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
68052026-09-18T16:44:05.505Z[ recovery-image] Sep 18 16:44:04.767 INFO O| Sep 18 16:44:04.767 INFO STEP 358 (remove_files) COMPLETE
68062026-09-18T16:44:05.505Z[ recovery-image] Sep 18 16:44:04.767 INFO O| Sep 18 16:44:04.767 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-18T16:44:05.509Z[ recovery-image] Sep 18 16:44:04.777 INFO O| Sep 18 16:44:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
68082026-09-18T16:44:05.509Z[ recovery-image] Sep 18 16:44:04.777 INFO O| Sep 18 16:44:04.777 INFO STEP 359 (remove_files) COMPLETE
68092026-09-18T16:44:05.510Z[ recovery-image] Sep 18 16:44:04.777 INFO O| Sep 18 16:44:04.777 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-18T16:44:05.517Z[ recovery-image] Sep 18 16:44:04.787 INFO O| Sep 18 16:44:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
68112026-09-18T16:44:05.518Z[ recovery-image] Sep 18 16:44:04.787 INFO O| Sep 18 16:44:04.787 INFO STEP 360 (remove_files) COMPLETE
68122026-09-18T16:44:05.518Z[ recovery-image] Sep 18 16:44:04.787 INFO O| Sep 18 16:44:04.787 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-18T16:44:05.527Z[ recovery-image] Sep 18 16:44:04.796 INFO O| Sep 18 16:44:04.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
68142026-09-18T16:44:05.527Z[ recovery-image] Sep 18 16:44:04.796 INFO O| Sep 18 16:44:04.796 INFO STEP 361 (remove_files) COMPLETE
68152026-09-18T16:44:05.530Z[ recovery-image] Sep 18 16:44:04.796 INFO O| Sep 18 16:44:04.796 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-18T16:44:05.536Z[ recovery-image] Sep 18 16:44:04.806 INFO O| Sep 18 16:44:04.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
68172026-09-18T16:44:05.536Z[ recovery-image] Sep 18 16:44:04.806 INFO O| Sep 18 16:44:04.806 INFO STEP 362 (remove_files) COMPLETE
68182026-09-18T16:44:05.536Z[ recovery-image] Sep 18 16:44:04.806 INFO O| Sep 18 16:44:04.806 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-18T16:44:05.547Z[ recovery-image] Sep 18 16:44:04.816 INFO O| Sep 18 16:44:04.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
68202026-09-18T16:44:05.547Z[ recovery-image] Sep 18 16:44:04.816 INFO O| Sep 18 16:44:04.816 INFO STEP 363 (remove_files) COMPLETE
68212026-09-18T16:44:05.550Z[ recovery-image] Sep 18 16:44:04.816 INFO O| Sep 18 16:44:04.816 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-18T16:44:05.557Z[ recovery-image] Sep 18 16:44:04.826 INFO O| Sep 18 16:44:04.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
68232026-09-18T16:44:05.557Z[ recovery-image] Sep 18 16:44:04.826 INFO O| Sep 18 16:44:04.826 INFO STEP 364 (remove_files) COMPLETE
68242026-09-18T16:44:05.557Z[ recovery-image] Sep 18 16:44:04.826 INFO O| Sep 18 16:44:04.826 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-18T16:44:05.571Z[ recovery-image] Sep 18 16:44:04.840 INFO O| Sep 18 16:44:04.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
68262026-09-18T16:44:05.571Z[ recovery-image] Sep 18 16:44:04.840 INFO O| Sep 18 16:44:04.837 INFO STEP 365 (remove_files) COMPLETE
68272026-09-18T16:44:05.571Z[ recovery-image] Sep 18 16:44:04.840 INFO O| Sep 18 16:44:04.837 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-18T16:44:05.579Z[ recovery-image] Sep 18 16:44:04.848 INFO O| Sep 18 16:44:04.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
68292026-09-18T16:44:05.579Z[ recovery-image] Sep 18 16:44:04.848 INFO O| Sep 18 16:44:04.848 INFO STEP 366 (remove_files) COMPLETE
68302026-09-18T16:44:05.579Z[ recovery-image] Sep 18 16:44:04.848 INFO O| Sep 18 16:44:04.848 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-18T16:44:05.588Z[ recovery-image] Sep 18 16:44:04.857 INFO O| Sep 18 16:44:04.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68322026-09-18T16:44:05.588Z[ recovery-image] Sep 18 16:44:04.857 INFO O| Sep 18 16:44:04.857 INFO STEP 367 (remove_files) COMPLETE
68332026-09-18T16:44:05.588Z[ recovery-image] Sep 18 16:44:04.857 INFO O| Sep 18 16:44:04.857 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-18T16:44:05.599Z[ recovery-image] Sep 18 16:44:04.868 INFO O| Sep 18 16:44:04.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68352026-09-18T16:44:05.599Z[ recovery-image] Sep 18 16:44:04.868 INFO O| Sep 18 16:44:04.868 INFO STEP 368 (remove_files) COMPLETE
68362026-09-18T16:44:05.599Z[ recovery-image] Sep 18 16:44:04.868 INFO O| Sep 18 16:44:04.868 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-18T16:44:05.608Z[ recovery-image] Sep 18 16:44:04.878 INFO O| Sep 18 16:44:04.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68382026-09-18T16:44:05.608Z[ recovery-image] Sep 18 16:44:04.878 INFO O| Sep 18 16:44:04.878 INFO STEP 369 (remove_files) COMPLETE
68392026-09-18T16:44:05.612Z[ recovery-image] Sep 18 16:44:04.878 INFO O| Sep 18 16:44:04.878 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-18T16:44:05.617Z[ recovery-image] Sep 18 16:44:04.886 INFO O| Sep 18 16:44:04.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68412026-09-18T16:44:05.617Z[ recovery-image] Sep 18 16:44:04.886 INFO O| Sep 18 16:44:04.886 INFO STEP 370 (remove_files) COMPLETE
68422026-09-18T16:44:05.617Z[ recovery-image] Sep 18 16:44:04.886 INFO O| Sep 18 16:44:04.886 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-18T16:44:05.625Z[ recovery-image] Sep 18 16:44:04.894 INFO O| Sep 18 16:44:04.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68442026-09-18T16:44:05.625Z[ recovery-image] Sep 18 16:44:04.894 INFO O| Sep 18 16:44:04.894 INFO STEP 371 (remove_files) COMPLETE
68452026-09-18T16:44:05.625Z[ recovery-image] Sep 18 16:44:04.894 INFO O| Sep 18 16:44:04.894 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-18T16:44:05.636Z[ recovery-image] Sep 18 16:44:04.905 INFO O| Sep 18 16:44:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68472026-09-18T16:44:05.636Z[ recovery-image] Sep 18 16:44:04.905 INFO O| Sep 18 16:44:04.905 INFO STEP 372 (remove_files) COMPLETE
68482026-09-18T16:44:05.636Z[ recovery-image] Sep 18 16:44:04.905 INFO O| Sep 18 16:44:04.905 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-18T16:44:05.646Z[ recovery-image] Sep 18 16:44:04.916 INFO O| Sep 18 16:44:04.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68502026-09-18T16:44:05.646Z[ recovery-image] Sep 18 16:44:04.916 INFO O| Sep 18 16:44:04.916 INFO STEP 373 (remove_files) COMPLETE
68512026-09-18T16:44:05.647Z[ recovery-image] Sep 18 16:44:04.916 INFO O| Sep 18 16:44:04.916 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-18T16:44:05.655Z[ recovery-image] Sep 18 16:44:04.925 INFO O| Sep 18 16:44:04.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68532026-09-18T16:44:05.656Z[ recovery-image] Sep 18 16:44:04.925 INFO O| Sep 18 16:44:04.925 INFO STEP 374 (remove_files) COMPLETE
68542026-09-18T16:44:05.656Z[ recovery-image] Sep 18 16:44:04.925 INFO O| Sep 18 16:44:04.925 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-18T16:44:05.666Z[ recovery-image] Sep 18 16:44:04.935 INFO O| Sep 18 16:44:04.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68562026-09-18T16:44:05.666Z[ recovery-image] Sep 18 16:44:04.935 INFO O| Sep 18 16:44:04.935 INFO STEP 375 (remove_files) COMPLETE
68572026-09-18T16:44:05.666Z[ recovery-image] Sep 18 16:44:04.935 INFO O| Sep 18 16:44:04.935 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-18T16:44:05.675Z[ recovery-image] Sep 18 16:44:04.944 INFO O| Sep 18 16:44:04.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68592026-09-18T16:44:05.675Z[ recovery-image] Sep 18 16:44:04.944 INFO O| Sep 18 16:44:04.944 INFO STEP 376 (remove_files) COMPLETE
68602026-09-18T16:44:05.679Z[ recovery-image] Sep 18 16:44:04.944 INFO O| Sep 18 16:44:04.944 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-18T16:44:05.684Z[ recovery-image] Sep 18 16:44:04.953 INFO O| Sep 18 16:44:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68622026-09-18T16:44:05.684Z[ recovery-image] Sep 18 16:44:04.953 INFO O| Sep 18 16:44:04.953 INFO STEP 377 (remove_files) COMPLETE
68632026-09-18T16:44:05.684Z[ recovery-image] Sep 18 16:44:04.953 INFO O| Sep 18 16:44:04.953 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-18T16:44:05.692Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
68652026-09-18T16:44:05.696Z[ recovery-image] Sep 18 16:44:04.962 INFO O| Sep 18 16:44:04.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68662026-09-18T16:44:05.696Z[ recovery-image] Sep 18 16:44:04.962 INFO O| Sep 18 16:44:04.962 INFO STEP 378 (remove_files) COMPLETE
68672026-09-18T16:44:05.696Z[ recovery-image] Sep 18 16:44:04.962 INFO O| Sep 18 16:44:04.962 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-18T16:44:05.701Z[ recovery-image] Sep 18 16:44:04.971 INFO O| Sep 18 16:44:04.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68692026-09-18T16:44:05.701Z[ recovery-image] Sep 18 16:44:04.971 INFO O| Sep 18 16:44:04.971 INFO STEP 379 (remove_files) COMPLETE
68702026-09-18T16:44:05.705Z[ recovery-image] Sep 18 16:44:04.971 INFO O| Sep 18 16:44:04.971 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-18T16:44:05.712Z[ recovery-image] Sep 18 16:44:04.980 INFO O| Sep 18 16:44:04.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68722026-09-18T16:44:05.712Z[ recovery-image] Sep 18 16:44:04.980 INFO O| Sep 18 16:44:04.980 INFO STEP 380 (remove_files) COMPLETE
68732026-09-18T16:44:05.716Z[ recovery-image] Sep 18 16:44:04.980 INFO O| Sep 18 16:44:04.980 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-18T16:44:05.720Z[ recovery-image] Sep 18 16:44:04.990 INFO O| Sep 18 16:44:04.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68752026-09-18T16:44:05.720Z[ recovery-image] Sep 18 16:44:04.990 INFO O| Sep 18 16:44:04.990 INFO STEP 381 (remove_files) COMPLETE
68762026-09-18T16:44:05.720Z[ recovery-image] Sep 18 16:44:04.990 INFO O| Sep 18 16:44:04.990 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-18T16:44:05.729Z[ recovery-image] Sep 18 16:44:04.999 INFO O| Sep 18 16:44:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68782026-09-18T16:44:05.730Z[ recovery-image] Sep 18 16:44:04.999 INFO O| Sep 18 16:44:04.999 INFO STEP 382 (remove_files) COMPLETE
68792026-09-18T16:44:05.733Z[ recovery-image] Sep 18 16:44:04.999 INFO O| Sep 18 16:44:04.999 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-18T16:44:05.740Z[ recovery-image] Sep 18 16:44:05.010 INFO O| Sep 18 16:44:05.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68812026-09-18T16:44:05.741Z[ recovery-image] Sep 18 16:44:05.010 INFO O| Sep 18 16:44:05.010 INFO STEP 383 (remove_files) COMPLETE
68822026-09-18T16:44:05.741Z[ recovery-image] Sep 18 16:44:05.010 INFO O| Sep 18 16:44:05.010 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-18T16:44:05.752Z[ recovery-image] Sep 18 16:44:05.021 INFO O| Sep 18 16:44:05.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68842026-09-18T16:44:05.752Z[ recovery-image] Sep 18 16:44:05.021 INFO O| Sep 18 16:44:05.021 INFO STEP 384 (remove_files) COMPLETE
68852026-09-18T16:44:05.752Z[ recovery-image] Sep 18 16:44:05.021 INFO O| Sep 18 16:44:05.021 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-18T16:44:05.761Z[ recovery-image] Sep 18 16:44:05.031 INFO O| Sep 18 16:44:05.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68872026-09-18T16:44:05.761Z[ recovery-image] Sep 18 16:44:05.031 INFO O| Sep 18 16:44:05.031 INFO STEP 385 (remove_files) COMPLETE
68882026-09-18T16:44:05.762Z[ recovery-image] Sep 18 16:44:05.031 INFO O| Sep 18 16:44:05.031 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-18T16:44:05.772Z[ recovery-image] Sep 18 16:44:05.041 INFO O| Sep 18 16:44:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68902026-09-18T16:44:05.772Z[ recovery-image] Sep 18 16:44:05.041 INFO O| Sep 18 16:44:05.041 INFO STEP 386 (remove_files) COMPLETE
68912026-09-18T16:44:05.772Z[ recovery-image] Sep 18 16:44:05.041 INFO O| Sep 18 16:44:05.041 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-18T16:44:05.781Z[ recovery-image] Sep 18 16:44:05.051 INFO O| Sep 18 16:44:05.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68932026-09-18T16:44:05.781Z[ recovery-image] Sep 18 16:44:05.051 INFO O| Sep 18 16:44:05.051 INFO STEP 387 (remove_files) COMPLETE
68942026-09-18T16:44:05.782Z[ recovery-image] Sep 18 16:44:05.051 INFO O| Sep 18 16:44:05.051 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-18T16:44:05.794Z[ recovery-image] Sep 18 16:44:05.062 INFO O| Sep 18 16:44:05.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68962026-09-18T16:44:05.794Z[ recovery-image] Sep 18 16:44:05.062 INFO O| Sep 18 16:44:05.062 INFO STEP 388 (remove_files) COMPLETE
68972026-09-18T16:44:05.794Z[ recovery-image] Sep 18 16:44:05.062 INFO O| Sep 18 16:44:05.062 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-18T16:44:05.805Z[ recovery-image] Sep 18 16:44:05.073 INFO O| Sep 18 16:44:05.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68992026-09-18T16:44:05.805Z[ recovery-image] Sep 18 16:44:05.073 INFO O| Sep 18 16:44:05.073 INFO STEP 389 (remove_files) COMPLETE
69002026-09-18T16:44:05.810Z[ recovery-image] Sep 18 16:44:05.073 INFO O| Sep 18 16:44:05.073 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-18T16:44:05.814Z[ recovery-image] Sep 18 16:44:05.082 INFO O| Sep 18 16:44:05.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
69022026-09-18T16:44:05.814Z[ recovery-image] Sep 18 16:44:05.082 INFO O| Sep 18 16:44:05.082 INFO STEP 390 (remove_files) COMPLETE
69032026-09-18T16:44:05.814Z[ recovery-image] Sep 18 16:44:05.082 INFO O| Sep 18 16:44:05.082 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-18T16:44:05.827Z[ recovery-image] Sep 18 16:44:05.096 INFO O| Sep 18 16:44:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
69052026-09-18T16:44:05.827Z[ recovery-image] Sep 18 16:44:05.096 INFO O| Sep 18 16:44:05.096 INFO STEP 391 (remove_files) COMPLETE
69062026-09-18T16:44:05.827Z[ recovery-image] Sep 18 16:44:05.096 INFO O| Sep 18 16:44:05.096 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-18T16:44:05.839Z[ recovery-image] Sep 18 16:44:05.108 INFO O| Sep 18 16:44:05.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
69082026-09-18T16:44:05.839Z[ recovery-image] Sep 18 16:44:05.108 INFO O| Sep 18 16:44:05.108 INFO STEP 392 (remove_files) COMPLETE
69092026-09-18T16:44:05.839Z[ recovery-image] Sep 18 16:44:05.108 INFO O| Sep 18 16:44:05.108 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-18T16:44:05.853Z[ recovery-image] Sep 18 16:44:05.120 INFO O| Sep 18 16:44:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
69112026-09-18T16:44:05.853Z[ recovery-image] Sep 18 16:44:05.120 INFO O| Sep 18 16:44:05.120 INFO STEP 393 (remove_files) COMPLETE
69122026-09-18T16:44:05.853Z[ recovery-image] Sep 18 16:44:05.120 INFO O| Sep 18 16:44:05.120 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-18T16:44:05.908Z[ recovery-image] Sep 18 16:44:05.178 INFO O| Sep 18 16:44:05.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
69142026-09-18T16:44:05.912Z[ recovery-image] Sep 18 16:44:05.178 INFO O| Sep 18 16:44:05.178 INFO STEP 394 (remove_files) COMPLETE
69152026-09-18T16:44:05.912Z[ recovery-image] Sep 18 16:44:05.178 INFO O| Sep 18 16:44:05.178 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-18T16:44:05.912Z[verify-libraries] Compiling pretty_assertions v1.4.1
69172026-09-18T16:44:05.920Z[ recovery-image] Sep 18 16:44:05.190 INFO O| Sep 18 16:44:05.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
69182026-09-18T16:44:05.924Z[ recovery-image] Sep 18 16:44:05.190 INFO O| Sep 18 16:44:05.190 INFO STEP 395 (remove_files) COMPLETE
69192026-09-18T16:44:05.924Z[ recovery-image] Sep 18 16:44:05.190 INFO O| Sep 18 16:44:05.190 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-18T16:44:05.932Z[ recovery-image] Sep 18 16:44:05.201 INFO O| Sep 18 16:44:05.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
69212026-09-18T16:44:05.932Z[ recovery-image] Sep 18 16:44:05.201 INFO O| Sep 18 16:44:05.201 INFO STEP 396 (remove_files) COMPLETE
69222026-09-18T16:44:05.936Z[ recovery-image] Sep 18 16:44:05.201 INFO O| Sep 18 16:44:05.201 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-18T16:44:05.943Z[ recovery-image] Sep 18 16:44:05.213 INFO O| Sep 18 16:44:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
69242026-09-18T16:44:05.943Z[ recovery-image] Sep 18 16:44:05.213 INFO O| Sep 18 16:44:05.213 INFO STEP 397 (remove_files) COMPLETE
69252026-09-18T16:44:05.944Z[ recovery-image] Sep 18 16:44:05.213 INFO O| Sep 18 16:44:05.213 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-18T16:44:05.954Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
69272026-09-18T16:44:05.957Z[ recovery-image] Sep 18 16:44:05.224 INFO O| Sep 18 16:44:05.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
69282026-09-18T16:44:05.957Z[ recovery-image] Sep 18 16:44:05.224 INFO O| Sep 18 16:44:05.224 INFO STEP 398 (remove_files) COMPLETE
69292026-09-18T16:44:05.958Z[ recovery-image] Sep 18 16:44:05.224 INFO O| Sep 18 16:44:05.224 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-18T16:44:05.966Z[ recovery-image] Sep 18 16:44:05.234 INFO O| Sep 18 16:44:05.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
69312026-09-18T16:44:05.966Z[ recovery-image] Sep 18 16:44:05.234 INFO O| Sep 18 16:44:05.234 INFO STEP 399 (remove_files) COMPLETE
69322026-09-18T16:44:05.966Z[ recovery-image] Sep 18 16:44:05.234 INFO O| Sep 18 16:44:05.234 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-18T16:44:05.976Z[ recovery-image] Sep 18 16:44:05.245 INFO O| Sep 18 16:44:05.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69342026-09-18T16:44:05.976Z[ recovery-image] Sep 18 16:44:05.245 INFO O| Sep 18 16:44:05.245 INFO STEP 400 (remove_files) COMPLETE
69352026-09-18T16:44:05.976Z[ recovery-image] Sep 18 16:44:05.245 INFO O| Sep 18 16:44:05.245 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-18T16:44:05.985Z[ recovery-image] Sep 18 16:44:05.255 INFO O| Sep 18 16:44:05.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69372026-09-18T16:44:05.985Z[ recovery-image] Sep 18 16:44:05.255 INFO O| Sep 18 16:44:05.255 INFO STEP 401 (remove_files) COMPLETE
69382026-09-18T16:44:05.985Z[ recovery-image] Sep 18 16:44:05.255 INFO O| Sep 18 16:44:05.255 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-18T16:44:05.995Z[ recovery-image] Sep 18 16:44:05.264 INFO O| Sep 18 16:44:05.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69402026-09-18T16:44:05.995Z[ recovery-image] Sep 18 16:44:05.264 INFO O| Sep 18 16:44:05.264 INFO STEP 402 (remove_files) COMPLETE
69412026-09-18T16:44:05.995Z[ recovery-image] Sep 18 16:44:05.264 INFO O| Sep 18 16:44:05.264 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-18T16:44:06.004Z[ recovery-image] Sep 18 16:44:05.273 INFO O| Sep 18 16:44:05.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69432026-09-18T16:44:06.004Z[ recovery-image] Sep 18 16:44:05.273 INFO O| Sep 18 16:44:05.273 INFO STEP 403 (remove_files) COMPLETE
69442026-09-18T16:44:06.004Z[ recovery-image] Sep 18 16:44:05.273 INFO O| Sep 18 16:44:05.273 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-18T16:44:06.012Z[ recovery-image] Sep 18 16:44:05.281 INFO O| Sep 18 16:44:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69462026-09-18T16:44:06.012Z[ recovery-image] Sep 18 16:44:05.281 INFO O| Sep 18 16:44:05.281 INFO STEP 404 (remove_files) COMPLETE
69472026-09-18T16:44:06.016Z[ recovery-image] Sep 18 16:44:05.281 INFO O| Sep 18 16:44:05.281 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.293 INFO O| Sep 18 16:44:05.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69492026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.293 INFO O| Sep 18 16:44:05.293 INFO STEP 405 (remove_files) COMPLETE
69502026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.293 INFO O| Sep 18 16:44:05.293 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.306 INFO O| Sep 18 16:44:05.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69522026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.306 INFO O| Sep 18 16:44:05.306 INFO STEP 406 (remove_files) COMPLETE
69532026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.306 INFO O| Sep 18 16:44:05.306 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.317 INFO O| Sep 18 16:44:05.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69552026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.317 INFO O| Sep 18 16:44:05.317 INFO STEP 407 (remove_files) COMPLETE
69562026-09-18T16:44:06.058Z[ recovery-image] Sep 18 16:44:05.317 INFO O| Sep 18 16:44:05.317 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-18T16:44:06.062Z[ recovery-image] Sep 18 16:44:05.328 INFO O| Sep 18 16:44:05.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69582026-09-18T16:44:06.062Z[ recovery-image] Sep 18 16:44:05.328 INFO O| Sep 18 16:44:05.328 INFO STEP 408 (remove_files) COMPLETE
69592026-09-18T16:44:06.062Z[ recovery-image] Sep 18 16:44:05.328 INFO O| Sep 18 16:44:05.328 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-18T16:44:06.069Z[ recovery-image] Sep 18 16:44:05.338 INFO O| Sep 18 16:44:05.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69612026-09-18T16:44:06.069Z[ recovery-image] Sep 18 16:44:05.338 INFO O| Sep 18 16:44:05.338 INFO STEP 409 (remove_files) COMPLETE
69622026-09-18T16:44:06.072Z[ recovery-image] Sep 18 16:44:05.338 INFO O| Sep 18 16:44:05.338 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-18T16:44:06.085Z[ recovery-image] Sep 18 16:44:05.349 INFO O| Sep 18 16:44:05.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69642026-09-18T16:44:06.085Z[ recovery-image] Sep 18 16:44:05.349 INFO O| Sep 18 16:44:05.349 INFO STEP 410 (remove_files) COMPLETE
69652026-09-18T16:44:06.088Z[ recovery-image] Sep 18 16:44:05.349 INFO O| Sep 18 16:44:05.349 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-18T16:44:06.094Z[ recovery-image] Sep 18 16:44:05.359 INFO O| Sep 18 16:44:05.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69672026-09-18T16:44:06.094Z[ recovery-image] Sep 18 16:44:05.359 INFO O| Sep 18 16:44:05.359 INFO STEP 411 (remove_files) COMPLETE
69682026-09-18T16:44:06.094Z[ recovery-image] Sep 18 16:44:05.359 INFO O| Sep 18 16:44:05.359 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-18T16:44:06.101Z[ recovery-image] Sep 18 16:44:05.371 INFO O| Sep 18 16:44:05.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69702026-09-18T16:44:06.101Z[ recovery-image] Sep 18 16:44:05.371 INFO O| Sep 18 16:44:05.371 INFO STEP 412 (remove_files) COMPLETE
69712026-09-18T16:44:06.105Z[ recovery-image] Sep 18 16:44:05.371 INFO O| Sep 18 16:44:05.371 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-18T16:44:06.113Z[ recovery-image] Sep 18 16:44:05.382 INFO O| Sep 18 16:44:05.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69732026-09-18T16:44:06.116Z[ recovery-image] Sep 18 16:44:05.382 INFO O| Sep 18 16:44:05.382 INFO STEP 413 (remove_files) COMPLETE
69742026-09-18T16:44:06.116Z[ recovery-image] Sep 18 16:44:05.382 INFO O| Sep 18 16:44:05.382 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-18T16:44:06.124Z[ recovery-image] Sep 18 16:44:05.393 INFO O| Sep 18 16:44:05.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69762026-09-18T16:44:06.124Z[ recovery-image] Sep 18 16:44:05.393 INFO O| Sep 18 16:44:05.393 INFO STEP 414 (remove_files) COMPLETE
69772026-09-18T16:44:06.127Z[ recovery-image] Sep 18 16:44:05.393 INFO O| Sep 18 16:44:05.393 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-18T16:44:06.136Z[ recovery-image] Sep 18 16:44:05.405 INFO O| Sep 18 16:44:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69792026-09-18T16:44:06.136Z[ recovery-image] Sep 18 16:44:05.405 INFO O| Sep 18 16:44:05.405 INFO STEP 415 (remove_files) COMPLETE
69802026-09-18T16:44:06.136Z[ recovery-image] Sep 18 16:44:05.405 INFO O| Sep 18 16:44:05.405 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-18T16:44:06.150Z[ recovery-image] Sep 18 16:44:05.419 INFO O| Sep 18 16:44:05.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69822026-09-18T16:44:06.150Z[ recovery-image] Sep 18 16:44:05.419 INFO O| Sep 18 16:44:05.419 INFO STEP 416 (remove_files) COMPLETE
69832026-09-18T16:44:06.150Z[ recovery-image] Sep 18 16:44:05.419 INFO O| Sep 18 16:44:05.419 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-18T16:44:06.162Z[ recovery-image] Sep 18 16:44:05.431 INFO O| Sep 18 16:44:05.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69852026-09-18T16:44:06.162Z[ recovery-image] Sep 18 16:44:05.431 INFO O| Sep 18 16:44:05.431 INFO STEP 417 (remove_files) COMPLETE
69862026-09-18T16:44:06.165Z[ recovery-image] Sep 18 16:44:05.431 INFO O| Sep 18 16:44:05.431 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-18T16:44:06.173Z[ recovery-image] Sep 18 16:44:05.442 INFO O| Sep 18 16:44:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69882026-09-18T16:44:06.173Z[ recovery-image] Sep 18 16:44:05.442 INFO O| Sep 18 16:44:05.442 INFO STEP 418 (remove_files) COMPLETE
69892026-09-18T16:44:06.177Z[ recovery-image] Sep 18 16:44:05.442 INFO O| Sep 18 16:44:05.442 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-18T16:44:06.184Z[ recovery-image] Sep 18 16:44:05.454 INFO O| Sep 18 16:44:05.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69912026-09-18T16:44:06.185Z[ recovery-image] Sep 18 16:44:05.454 INFO O| Sep 18 16:44:05.454 INFO STEP 419 (remove_files) COMPLETE
69922026-09-18T16:44:06.185Z[ recovery-image] Sep 18 16:44:05.454 INFO O| Sep 18 16:44:05.454 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-18T16:44:06.198Z[ recovery-image] Sep 18 16:44:05.467 INFO O| Sep 18 16:44:05.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69942026-09-18T16:44:06.198Z[ recovery-image] Sep 18 16:44:05.467 INFO O| Sep 18 16:44:05.467 INFO STEP 420 (remove_files) COMPLETE
69952026-09-18T16:44:06.198Z[ recovery-image] Sep 18 16:44:05.467 INFO O| Sep 18 16:44:05.467 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-18T16:44:06.209Z[ recovery-image] Sep 18 16:44:05.478 INFO O| Sep 18 16:44:05.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69972026-09-18T16:44:06.209Z[ recovery-image] Sep 18 16:44:05.478 INFO O| Sep 18 16:44:05.478 INFO STEP 421 (remove_files) COMPLETE
69982026-09-18T16:44:06.209Z[ recovery-image] Sep 18 16:44:05.478 INFO O| Sep 18 16:44:05.478 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-18T16:44:06.228Z[ recovery-image] Sep 18 16:44:05.491 INFO O| Sep 18 16:44:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
70002026-09-18T16:44:06.228Z[ recovery-image] Sep 18 16:44:05.491 INFO O| Sep 18 16:44:05.491 INFO STEP 422 (remove_files) COMPLETE
70012026-09-18T16:44:06.228Z[ recovery-image] Sep 18 16:44:05.491 INFO O| Sep 18 16:44:05.491 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-18T16:44:06.234Z[ recovery-image] Sep 18 16:44:05.503 INFO O| Sep 18 16:44:05.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
70032026-09-18T16:44:06.234Z[ recovery-image] Sep 18 16:44:05.503 INFO O| Sep 18 16:44:05.503 INFO STEP 423 (remove_files) COMPLETE
70042026-09-18T16:44:06.237Z[ recovery-image] Sep 18 16:44:05.503 INFO O| Sep 18 16:44:05.503 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-18T16:44:06.246Z[ recovery-image] Sep 18 16:44:05.515 INFO O| Sep 18 16:44:05.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
70062026-09-18T16:44:06.246Z[ recovery-image] Sep 18 16:44:05.515 INFO O| Sep 18 16:44:05.515 INFO STEP 424 (remove_files) COMPLETE
70072026-09-18T16:44:06.246Z[ recovery-image] Sep 18 16:44:05.516 INFO O| Sep 18 16:44:05.515 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-18T16:44:06.261Z[ recovery-image] Sep 18 16:44:05.526 INFO O| Sep 18 16:44:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
70092026-09-18T16:44:06.261Z[ recovery-image] Sep 18 16:44:05.526 INFO O| Sep 18 16:44:05.526 INFO STEP 425 (remove_files) COMPLETE
70102026-09-18T16:44:06.261Z[ recovery-image] Sep 18 16:44:05.526 INFO O| Sep 18 16:44:05.526 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-18T16:44:06.267Z[ recovery-image] Sep 18 16:44:05.536 INFO O| Sep 18 16:44:05.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
70122026-09-18T16:44:06.267Z[ recovery-image] Sep 18 16:44:05.536 INFO O| Sep 18 16:44:05.536 INFO STEP 426 (remove_files) COMPLETE
70132026-09-18T16:44:06.270Z[ recovery-image] Sep 18 16:44:05.536 INFO O| Sep 18 16:44:05.536 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-18T16:44:06.276Z[ recovery-image] Sep 18 16:44:05.545 INFO O| Sep 18 16:44:05.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
70152026-09-18T16:44:06.276Z[ recovery-image] Sep 18 16:44:05.545 INFO O| Sep 18 16:44:05.545 INFO STEP 427 (remove_files) COMPLETE
70162026-09-18T16:44:06.276Z[ recovery-image] Sep 18 16:44:05.545 INFO O| Sep 18 16:44:05.545 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-18T16:44:06.286Z[ recovery-image] Sep 18 16:44:05.555 INFO O| Sep 18 16:44:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
70182026-09-18T16:44:06.286Z[ recovery-image] Sep 18 16:44:05.555 INFO O| Sep 18 16:44:05.555 INFO STEP 428 (remove_files) COMPLETE
70192026-09-18T16:44:06.292Z[ recovery-image] Sep 18 16:44:05.555 INFO O| Sep 18 16:44:05.555 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-18T16:44:06.297Z[ recovery-image] Sep 18 16:44:05.567 INFO O| Sep 18 16:44:05.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
70212026-09-18T16:44:06.297Z[ recovery-image] Sep 18 16:44:05.567 INFO O| Sep 18 16:44:05.567 INFO STEP 429 (remove_files) COMPLETE
70222026-09-18T16:44:06.297Z[ recovery-image] Sep 18 16:44:05.567 INFO O| Sep 18 16:44:05.567 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-18T16:44:06.308Z[ recovery-image] Sep 18 16:44:05.578 INFO O| Sep 18 16:44:05.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
70242026-09-18T16:44:06.308Z[ recovery-image] Sep 18 16:44:05.578 INFO O| Sep 18 16:44:05.578 INFO STEP 430 (remove_files) COMPLETE
70252026-09-18T16:44:06.308Z[ recovery-image] Sep 18 16:44:05.578 INFO O| Sep 18 16:44:05.578 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-18T16:44:06.325Z[ recovery-image] Sep 18 16:44:05.590 INFO O| Sep 18 16:44:05.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
70272026-09-18T16:44:06.325Z[ recovery-image] Sep 18 16:44:05.590 INFO O| Sep 18 16:44:05.590 INFO STEP 431 (remove_files) COMPLETE
70282026-09-18T16:44:06.325Z[ recovery-image] Sep 18 16:44:05.590 INFO O| Sep 18 16:44:05.590 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-18T16:44:06.330Z[ recovery-image] Sep 18 16:44:05.600 INFO O| Sep 18 16:44:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
70302026-09-18T16:44:06.330Z[ recovery-image] Sep 18 16:44:05.600 INFO O| Sep 18 16:44:05.600 INFO STEP 432 (remove_files) COMPLETE
70312026-09-18T16:44:06.334Z[ recovery-image] Sep 18 16:44:05.600 INFO O| Sep 18 16:44:05.600 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-18T16:44:06.339Z[ recovery-image] Sep 18 16:44:05.609 INFO O| Sep 18 16:44:05.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70332026-09-18T16:44:06.339Z[ recovery-image] Sep 18 16:44:05.609 INFO O| Sep 18 16:44:05.609 INFO STEP 433 (remove_files) COMPLETE
70342026-09-18T16:44:06.339Z[ recovery-image] Sep 18 16:44:05.609 INFO O| Sep 18 16:44:05.609 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-18T16:44:06.362Z[ recovery-image] Sep 18 16:44:05.618 INFO O| Sep 18 16:44:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70362026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.618 INFO O| Sep 18 16:44:05.618 INFO STEP 434 (remove_files) COMPLETE
70372026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.618 INFO O| Sep 18 16:44:05.618 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.626 INFO O| Sep 18 16:44:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70392026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.626 INFO O| Sep 18 16:44:05.626 INFO STEP 435 (remove_files) COMPLETE
70402026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.626 INFO O| Sep 18 16:44:05.626 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.634 INFO O| Sep 18 16:44:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70422026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.634 INFO O| Sep 18 16:44:05.634 INFO STEP 436 (remove_files) COMPLETE
70432026-09-18T16:44:06.366Z[ recovery-image] Sep 18 16:44:05.634 INFO O| Sep 18 16:44:05.634 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-18T16:44:06.383Z[ recovery-image] Sep 18 16:44:05.652 INFO O| Sep 18 16:44:05.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70452026-09-18T16:44:06.383Z[ recovery-image] Sep 18 16:44:05.652 INFO O| Sep 18 16:44:05.652 INFO STEP 437 (remove_files) COMPLETE
70462026-09-18T16:44:06.383Z[ recovery-image] Sep 18 16:44:05.652 INFO O| Sep 18 16:44:05.652 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-18T16:44:06.390Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
70482026-09-18T16:44:06.394Z[ recovery-image] Sep 18 16:44:05.662 INFO O| Sep 18 16:44:05.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70492026-09-18T16:44:06.394Z[ recovery-image] Sep 18 16:44:05.662 INFO O| Sep 18 16:44:05.662 INFO STEP 438 (remove_files) COMPLETE
70502026-09-18T16:44:06.394Z[ recovery-image] Sep 18 16:44:05.662 INFO O| Sep 18 16:44:05.662 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-18T16:44:06.405Z[ recovery-image] Sep 18 16:44:05.674 INFO O| Sep 18 16:44:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70522026-09-18T16:44:06.405Z[ recovery-image] Sep 18 16:44:05.674 INFO O| Sep 18 16:44:05.674 INFO STEP 439 (remove_files) COMPLETE
70532026-09-18T16:44:06.405Z[ recovery-image] Sep 18 16:44:05.674 INFO O| Sep 18 16:44:05.674 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-18T16:44:06.423Z[ recovery-image] Sep 18 16:44:05.686 INFO O| Sep 18 16:44:05.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70552026-09-18T16:44:06.423Z[ recovery-image] Sep 18 16:44:05.686 INFO O| Sep 18 16:44:05.685 INFO STEP 440 (remove_files) COMPLETE
70562026-09-18T16:44:06.423Z[ recovery-image] Sep 18 16:44:05.686 INFO O| Sep 18 16:44:05.685 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-18T16:44:06.428Z[ recovery-image] Sep 18 16:44:05.698 INFO O| Sep 18 16:44:05.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70582026-09-18T16:44:06.429Z[ recovery-image] Sep 18 16:44:05.698 INFO O| Sep 18 16:44:05.698 INFO STEP 441 (remove_files) COMPLETE
70592026-09-18T16:44:06.433Z[ recovery-image] Sep 18 16:44:05.698 INFO O| Sep 18 16:44:05.698 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-09-18T16:44:06.441Z[ recovery-image] Sep 18 16:44:05.711 INFO O| Sep 18 16:44:05.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70612026-09-18T16:44:06.441Z[ recovery-image] Sep 18 16:44:05.711 INFO O| Sep 18 16:44:05.711 INFO STEP 442 (remove_files) COMPLETE
70622026-09-18T16:44:06.441Z[ recovery-image] Sep 18 16:44:05.711 INFO O| Sep 18 16:44:05.711 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-09-18T16:44:06.452Z[ recovery-image] Sep 18 16:44:05.722 INFO O| Sep 18 16:44:05.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70642026-09-18T16:44:06.452Z[ recovery-image] Sep 18 16:44:05.722 INFO O| Sep 18 16:44:05.722 INFO STEP 443 (remove_files) COMPLETE
70652026-09-18T16:44:06.452Z[ recovery-image] Sep 18 16:44:05.722 INFO O| Sep 18 16:44:05.722 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-09-18T16:44:06.463Z[ recovery-image] Sep 18 16:44:05.732 INFO O| Sep 18 16:44:05.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70672026-09-18T16:44:06.463Z[ recovery-image] Sep 18 16:44:05.732 INFO O| Sep 18 16:44:05.732 INFO STEP 444 (remove_files) COMPLETE
70682026-09-18T16:44:06.463Z[ recovery-image] Sep 18 16:44:05.733 INFO O| Sep 18 16:44:05.732 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-09-18T16:44:06.472Z[ recovery-image] Sep 18 16:44:05.742 INFO O| Sep 18 16:44:05.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70702026-09-18T16:44:06.472Z[ recovery-image] Sep 18 16:44:05.742 INFO O| Sep 18 16:44:05.742 INFO STEP 445 (remove_files) COMPLETE
70712026-09-18T16:44:06.472Z[ recovery-image] Sep 18 16:44:05.742 INFO O| Sep 18 16:44:05.742 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-09-18T16:44:06.482Z[ recovery-image] Sep 18 16:44:05.751 INFO O| Sep 18 16:44:05.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70732026-09-18T16:44:06.482Z[ recovery-image] Sep 18 16:44:05.751 INFO O| Sep 18 16:44:05.751 INFO STEP 446 (remove_files) COMPLETE
70742026-09-18T16:44:06.482Z[ recovery-image] Sep 18 16:44:05.751 INFO O| Sep 18 16:44:05.751 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-09-18T16:44:06.491Z[ recovery-image] Sep 18 16:44:05.761 INFO O| Sep 18 16:44:05.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70762026-09-18T16:44:06.491Z[ recovery-image] Sep 18 16:44:05.761 INFO O| Sep 18 16:44:05.761 INFO STEP 447 (remove_files) COMPLETE
70772026-09-18T16:44:06.491Z[ recovery-image] Sep 18 16:44:05.761 INFO O| Sep 18 16:44:05.761 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-09-18T16:44:06.502Z[ recovery-image] Sep 18 16:44:05.771 INFO O| Sep 18 16:44:05.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70792026-09-18T16:44:06.502Z[ recovery-image] Sep 18 16:44:05.771 INFO O| Sep 18 16:44:05.771 INFO STEP 448 (remove_files) COMPLETE
70802026-09-18T16:44:06.505Z[ recovery-image] Sep 18 16:44:05.771 INFO O| Sep 18 16:44:05.771 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-09-18T16:44:06.512Z[ recovery-image] Sep 18 16:44:05.781 INFO O| Sep 18 16:44:05.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70822026-09-18T16:44:06.512Z[ recovery-image] Sep 18 16:44:05.781 INFO O| Sep 18 16:44:05.781 INFO STEP 449 (remove_files) COMPLETE
70832026-09-18T16:44:06.512Z[ recovery-image] Sep 18 16:44:05.781 INFO O| Sep 18 16:44:05.781 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-18T16:44:06.523Z[ recovery-image] Sep 18 16:44:05.793 INFO O| Sep 18 16:44:05.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70852026-09-18T16:44:06.523Z[ recovery-image] Sep 18 16:44:05.793 INFO O| Sep 18 16:44:05.793 INFO STEP 450 (remove_files) COMPLETE
70862026-09-18T16:44:06.523Z[ recovery-image] Sep 18 16:44:05.793 INFO O| Sep 18 16:44:05.793 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-18T16:44:06.534Z[ recovery-image] Sep 18 16:44:05.803 INFO O| Sep 18 16:44:05.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70882026-09-18T16:44:06.534Z[ recovery-image] Sep 18 16:44:05.803 INFO O| Sep 18 16:44:05.803 INFO STEP 451 (remove_files) COMPLETE
70892026-09-18T16:44:06.534Z[ recovery-image] Sep 18 16:44:05.803 INFO O| Sep 18 16:44:05.803 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-18T16:44:06.544Z[ recovery-image] Sep 18 16:44:05.813 INFO O| Sep 18 16:44:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70912026-09-18T16:44:06.544Z[ recovery-image] Sep 18 16:44:05.813 INFO O| Sep 18 16:44:05.813 INFO STEP 452 (remove_files) COMPLETE
70922026-09-18T16:44:06.547Z[ recovery-image] Sep 18 16:44:05.813 INFO O| Sep 18 16:44:05.813 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-18T16:44:06.552Z[ recovery-image] Sep 18 16:44:05.822 INFO O| Sep 18 16:44:05.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70942026-09-18T16:44:06.552Z[ recovery-image] Sep 18 16:44:05.822 INFO O| Sep 18 16:44:05.822 INFO STEP 453 (remove_files) COMPLETE
70952026-09-18T16:44:06.552Z[ recovery-image] Sep 18 16:44:05.822 INFO O| Sep 18 16:44:05.822 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-18T16:44:06.560Z[ recovery-image] Sep 18 16:44:05.829 INFO O| Sep 18 16:44:05.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70972026-09-18T16:44:06.563Z[ recovery-image] Sep 18 16:44:05.830 INFO O| Sep 18 16:44:05.830 INFO STEP 454 (remove_files) COMPLETE
70982026-09-18T16:44:06.563Z[ recovery-image] Sep 18 16:44:05.830 INFO O| Sep 18 16:44:05.830 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-18T16:44:06.568Z[ recovery-image] Sep 18 16:44:05.838 INFO O| Sep 18 16:44:05.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
71002026-09-18T16:44:06.568Z[ recovery-image] Sep 18 16:44:05.838 INFO O| Sep 18 16:44:05.838 INFO STEP 455 (remove_files) COMPLETE
71012026-09-18T16:44:06.568Z[ recovery-image] Sep 18 16:44:05.838 INFO O| Sep 18 16:44:05.838 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-18T16:44:06.576Z[ recovery-image] Sep 18 16:44:05.845 INFO O| Sep 18 16:44:05.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
71032026-09-18T16:44:06.577Z[ recovery-image] Sep 18 16:44:05.846 INFO O| Sep 18 16:44:05.845 INFO STEP 456 (remove_files) COMPLETE
71042026-09-18T16:44:06.580Z[ recovery-image] Sep 18 16:44:05.846 INFO O| Sep 18 16:44:05.845 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-18T16:44:06.584Z[ recovery-image] Sep 18 16:44:05.853 INFO O| Sep 18 16:44:05.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
71062026-09-18T16:44:06.584Z[ recovery-image] Sep 18 16:44:05.853 INFO O| Sep 18 16:44:05.853 INFO STEP 457 (remove_files) COMPLETE
71072026-09-18T16:44:06.584Z[ recovery-image] Sep 18 16:44:05.853 INFO O| Sep 18 16:44:05.853 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-18T16:44:06.594Z[ recovery-image] Sep 18 16:44:05.863 INFO O| Sep 18 16:44:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
71092026-09-18T16:44:06.598Z[ recovery-image] Sep 18 16:44:05.863 INFO O| Sep 18 16:44:05.863 INFO STEP 458 (remove_files) COMPLETE
71102026-09-18T16:44:06.598Z[ recovery-image] Sep 18 16:44:05.863 INFO O| Sep 18 16:44:05.863 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-18T16:44:06.605Z[ recovery-image] Sep 18 16:44:05.874 INFO O| Sep 18 16:44:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
71122026-09-18T16:44:06.605Z[ recovery-image] Sep 18 16:44:05.874 INFO O| Sep 18 16:44:05.874 INFO STEP 459 (remove_files) COMPLETE
71132026-09-18T16:44:06.605Z[ recovery-image] Sep 18 16:44:05.874 INFO O| Sep 18 16:44:05.874 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-18T16:44:06.617Z[ recovery-image] Sep 18 16:44:05.886 INFO O| Sep 18 16:44:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
71152026-09-18T16:44:06.617Z[ recovery-image] Sep 18 16:44:05.886 INFO O| Sep 18 16:44:05.884 INFO STEP 460 (remove_files) COMPLETE
71162026-09-18T16:44:06.617Z[ recovery-image] Sep 18 16:44:05.886 INFO O| Sep 18 16:44:05.885 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-18T16:44:06.623Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
71182026-09-18T16:44:06.627Z[ recovery-image] Sep 18 16:44:05.895 INFO O| Sep 18 16:44:05.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
71192026-09-18T16:44:06.627Z[ recovery-image] Sep 18 16:44:05.895 INFO O| Sep 18 16:44:05.895 INFO STEP 461 (remove_files) COMPLETE
71202026-09-18T16:44:06.627Z[ recovery-image] Sep 18 16:44:05.895 INFO O| Sep 18 16:44:05.895 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-18T16:44:06.638Z[ recovery-image] Sep 18 16:44:05.904 INFO O| Sep 18 16:44:05.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
71222026-09-18T16:44:06.638Z[ recovery-image] Sep 18 16:44:05.905 INFO O| Sep 18 16:44:05.905 INFO STEP 462 (remove_files) COMPLETE
71232026-09-18T16:44:06.638Z[ recovery-image] Sep 18 16:44:05.905 INFO O| Sep 18 16:44:05.905 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-18T16:44:06.646Z[ recovery-image] Sep 18 16:44:05.915 INFO O| Sep 18 16:44:05.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
71252026-09-18T16:44:06.646Z[ recovery-image] Sep 18 16:44:05.915 INFO O| Sep 18 16:44:05.915 INFO STEP 463 (remove_files) COMPLETE
71262026-09-18T16:44:06.646Z[ recovery-image] Sep 18 16:44:05.915 INFO O| Sep 18 16:44:05.915 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-18T16:44:06.658Z[ recovery-image] Sep 18 16:44:05.928 INFO O| Sep 18 16:44:05.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
71282026-09-18T16:44:06.658Z[ recovery-image] Sep 18 16:44:05.928 INFO O| Sep 18 16:44:05.928 INFO STEP 464 (remove_files) COMPLETE
71292026-09-18T16:44:06.659Z[ recovery-image] Sep 18 16:44:05.928 INFO O| Sep 18 16:44:05.928 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-18T16:44:06.667Z[ recovery-image] Sep 18 16:44:05.936 INFO O| Sep 18 16:44:05.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
71312026-09-18T16:44:06.667Z[ recovery-image] Sep 18 16:44:05.936 INFO O| Sep 18 16:44:05.936 INFO STEP 465 (remove_files) COMPLETE
71322026-09-18T16:44:06.671Z[ recovery-image] Sep 18 16:44:05.936 INFO O| Sep 18 16:44:05.936 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-18T16:44:06.677Z[ recovery-image] Sep 18 16:44:05.945 INFO O| Sep 18 16:44:05.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71342026-09-18T16:44:06.677Z[ recovery-image] Sep 18 16:44:05.945 INFO O| Sep 18 16:44:05.945 INFO STEP 466 (remove_files) COMPLETE
71352026-09-18T16:44:06.677Z[ recovery-image] Sep 18 16:44:05.945 INFO O| Sep 18 16:44:05.945 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-09-18T16:44:06.685Z[ recovery-image] Sep 18 16:44:05.954 INFO O| Sep 18 16:44:05.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71372026-09-18T16:44:06.685Z[ recovery-image] Sep 18 16:44:05.954 INFO O| Sep 18 16:44:05.954 INFO STEP 467 (remove_files) COMPLETE
71382026-09-18T16:44:06.685Z[ recovery-image] Sep 18 16:44:05.954 INFO O| Sep 18 16:44:05.954 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-18T16:44:06.693Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
71402026-09-18T16:44:06.697Z[ recovery-image] Sep 18 16:44:05.963 INFO O| Sep 18 16:44:05.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71412026-09-18T16:44:06.697Z[ recovery-image] Sep 18 16:44:05.963 INFO O| Sep 18 16:44:05.963 INFO STEP 468 (remove_files) COMPLETE
71422026-09-18T16:44:06.697Z[ recovery-image] Sep 18 16:44:05.963 INFO O| Sep 18 16:44:05.963 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-18T16:44:06.704Z[ recovery-image] Sep 18 16:44:05.973 INFO O| Sep 18 16:44:05.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71442026-09-18T16:44:06.708Z[ recovery-image] Sep 18 16:44:05.973 INFO O| Sep 18 16:44:05.973 INFO STEP 469 (remove_files) COMPLETE
71452026-09-18T16:44:06.708Z[ recovery-image] Sep 18 16:44:05.973 INFO O| Sep 18 16:44:05.973 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-18T16:44:06.713Z[ recovery-image] Sep 18 16:44:05.983 INFO O| Sep 18 16:44:05.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71472026-09-18T16:44:06.713Z[ recovery-image] Sep 18 16:44:05.983 INFO O| Sep 18 16:44:05.983 INFO STEP 470 (remove_files) COMPLETE
71482026-09-18T16:44:06.717Z[ recovery-image] Sep 18 16:44:05.983 INFO O| Sep 18 16:44:05.983 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-18T16:44:06.722Z[ recovery-image] Sep 18 16:44:05.992 INFO O| Sep 18 16:44:05.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71502026-09-18T16:44:06.722Z[ recovery-image] Sep 18 16:44:05.992 INFO O| Sep 18 16:44:05.992 INFO STEP 471 (remove_files) COMPLETE
71512026-09-18T16:44:06.726Z[ recovery-image] Sep 18 16:44:05.992 INFO O| Sep 18 16:44:05.992 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-18T16:44:06.732Z[ recovery-image] Sep 18 16:44:06.001 INFO O| Sep 18 16:44:06.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71532026-09-18T16:44:06.732Z[ recovery-image] Sep 18 16:44:06.001 INFO O| Sep 18 16:44:06.001 INFO STEP 472 (remove_files) COMPLETE
71542026-09-18T16:44:06.735Z[ recovery-image] Sep 18 16:44:06.001 INFO O| Sep 18 16:44:06.001 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-18T16:44:06.749Z[ recovery-image] Sep 18 16:44:06.014 INFO O| Sep 18 16:44:06.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71562026-09-18T16:44:06.749Z[ recovery-image] Sep 18 16:44:06.014 INFO O| Sep 18 16:44:06.014 INFO STEP 473 (remove_files) COMPLETE
71572026-09-18T16:44:06.749Z[ recovery-image] Sep 18 16:44:06.015 INFO O| Sep 18 16:44:06.014 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-18T16:44:06.754Z[ recovery-image] Sep 18 16:44:06.024 INFO O| Sep 18 16:44:06.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71592026-09-18T16:44:06.758Z[ recovery-image] Sep 18 16:44:06.025 INFO O| Sep 18 16:44:06.025 INFO STEP 474 (remove_files) COMPLETE
71602026-09-18T16:44:06.758Z[ recovery-image] Sep 18 16:44:06.025 INFO O| Sep 18 16:44:06.025 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-18T16:44:06.765Z[ recovery-image] Sep 18 16:44:06.035 INFO O| Sep 18 16:44:06.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71622026-09-18T16:44:06.765Z[ recovery-image] Sep 18 16:44:06.035 INFO O| Sep 18 16:44:06.035 INFO STEP 475 (remove_files) COMPLETE
71632026-09-18T16:44:06.769Z[ recovery-image] Sep 18 16:44:06.035 INFO O| Sep 18 16:44:06.035 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-18T16:44:06.775Z[ recovery-image] Sep 18 16:44:06.045 INFO O| Sep 18 16:44:06.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71652026-09-18T16:44:06.775Z[ recovery-image] Sep 18 16:44:06.045 INFO O| Sep 18 16:44:06.045 INFO STEP 476 (remove_files) COMPLETE
71662026-09-18T16:44:06.775Z[ recovery-image] Sep 18 16:44:06.045 INFO O| Sep 18 16:44:06.045 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-18T16:44:06.806Z[ recovery-image] Sep 18 16:44:06.074 INFO O| Sep 18 16:44:06.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71682026-09-18T16:44:06.806Z[ recovery-image] Sep 18 16:44:06.075 INFO O| Sep 18 16:44:06.075 INFO STEP 477 (remove_files) COMPLETE
71692026-09-18T16:44:06.806Z[ recovery-image] Sep 18 16:44:06.075 INFO O| Sep 18 16:44:06.075 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-18T16:44:06.817Z[ recovery-image] Sep 18 16:44:06.086 INFO O| Sep 18 16:44:06.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71712026-09-18T16:44:06.817Z[ recovery-image] Sep 18 16:44:06.086 INFO O| Sep 18 16:44:06.086 INFO STEP 478 (remove_files) COMPLETE
71722026-09-18T16:44:06.817Z[ recovery-image] Sep 18 16:44:06.086 INFO O| Sep 18 16:44:06.086 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-18T16:44:06.826Z[ recovery-image] Sep 18 16:44:06.096 INFO O| Sep 18 16:44:06.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71742026-09-18T16:44:06.827Z[ recovery-image] Sep 18 16:44:06.096 INFO O| Sep 18 16:44:06.096 INFO STEP 479 (remove_files) COMPLETE
71752026-09-18T16:44:06.827Z[ recovery-image] Sep 18 16:44:06.096 INFO O| Sep 18 16:44:06.096 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-18T16:44:06.835Z[ recovery-image] Sep 18 16:44:06.105 INFO O| Sep 18 16:44:06.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71772026-09-18T16:44:06.835Z[ recovery-image] Sep 18 16:44:06.105 INFO O| Sep 18 16:44:06.105 INFO STEP 480 (remove_files) COMPLETE
71782026-09-18T16:44:06.835Z[ recovery-image] Sep 18 16:44:06.105 INFO O| Sep 18 16:44:06.105 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-18T16:44:06.845Z[ recovery-image] Sep 18 16:44:06.115 INFO O| Sep 18 16:44:06.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71802026-09-18T16:44:06.845Z[ recovery-image] Sep 18 16:44:06.115 INFO O| Sep 18 16:44:06.115 INFO STEP 481 (remove_files) COMPLETE
71812026-09-18T16:44:06.845Z[ recovery-image] Sep 18 16:44:06.115 INFO O| Sep 18 16:44:06.115 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-18T16:44:06.854Z[ recovery-image] Sep 18 16:44:06.123 INFO O| Sep 18 16:44:06.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71832026-09-18T16:44:06.854Z[ recovery-image] Sep 18 16:44:06.124 INFO O| Sep 18 16:44:06.123 INFO STEP 482 (remove_files) COMPLETE
71842026-09-18T16:44:06.854Z[ recovery-image] Sep 18 16:44:06.124 INFO O| Sep 18 16:44:06.124 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-18T16:44:06.863Z[ recovery-image] Sep 18 16:44:06.132 INFO O| Sep 18 16:44:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71862026-09-18T16:44:06.863Z[ recovery-image] Sep 18 16:44:06.132 INFO O| Sep 18 16:44:06.132 INFO STEP 483 (remove_files) COMPLETE
71872026-09-18T16:44:06.863Z[ recovery-image] Sep 18 16:44:06.132 INFO O| Sep 18 16:44:06.132 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-18T16:44:06.871Z[ recovery-image] Sep 18 16:44:06.140 INFO O| Sep 18 16:44:06.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71892026-09-18T16:44:06.871Z[ recovery-image] Sep 18 16:44:06.140 INFO O| Sep 18 16:44:06.140 INFO STEP 484 (remove_files) COMPLETE
71902026-09-18T16:44:06.876Z[ recovery-image] Sep 18 16:44:06.140 INFO O| Sep 18 16:44:06.140 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-18T16:44:06.880Z[ recovery-image] Sep 18 16:44:06.149 INFO O| Sep 18 16:44:06.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71922026-09-18T16:44:06.880Z[ recovery-image] Sep 18 16:44:06.149 INFO O| Sep 18 16:44:06.149 INFO STEP 485 (remove_files) COMPLETE
71932026-09-18T16:44:06.880Z[ recovery-image] Sep 18 16:44:06.149 INFO O| Sep 18 16:44:06.149 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-18T16:44:06.890Z[ recovery-image] Sep 18 16:44:06.159 INFO O| Sep 18 16:44:06.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71952026-09-18T16:44:06.890Z[ recovery-image] Sep 18 16:44:06.159 INFO O| Sep 18 16:44:06.159 INFO STEP 486 (remove_files) COMPLETE
71962026-09-18T16:44:06.890Z[ recovery-image] Sep 18 16:44:06.159 INFO O| Sep 18 16:44:06.159 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-18T16:44:06.900Z[ recovery-image] Sep 18 16:44:06.169 INFO O| Sep 18 16:44:06.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71982026-09-18T16:44:06.900Z[ recovery-image] Sep 18 16:44:06.169 INFO O| Sep 18 16:44:06.169 INFO STEP 487 (remove_files) COMPLETE
71992026-09-18T16:44:06.904Z[ recovery-image] Sep 18 16:44:06.169 INFO O| Sep 18 16:44:06.169 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-18T16:44:06.910Z[ recovery-image] Sep 18 16:44:06.179 INFO O| Sep 18 16:44:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
72012026-09-18T16:44:06.914Z[ recovery-image] Sep 18 16:44:06.179 INFO O| Sep 18 16:44:06.179 INFO STEP 488 (remove_files) COMPLETE
72022026-09-18T16:44:06.914Z[ recovery-image] Sep 18 16:44:06.179 INFO O| Sep 18 16:44:06.179 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-18T16:44:06.921Z[ recovery-image] Sep 18 16:44:06.190 INFO O| Sep 18 16:44:06.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
72042026-09-18T16:44:06.921Z[ recovery-image] Sep 18 16:44:06.190 INFO O| Sep 18 16:44:06.190 INFO STEP 489 (remove_files) COMPLETE
72052026-09-18T16:44:06.924Z[ recovery-image] Sep 18 16:44:06.190 INFO O| Sep 18 16:44:06.190 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-18T16:44:06.936Z[ recovery-image] Sep 18 16:44:06.201 INFO O| Sep 18 16:44:06.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
72072026-09-18T16:44:06.936Z[ recovery-image] Sep 18 16:44:06.201 INFO O| Sep 18 16:44:06.201 INFO STEP 490 (remove_files) COMPLETE
72082026-09-18T16:44:06.936Z[ recovery-image] Sep 18 16:44:06.201 INFO O| Sep 18 16:44:06.201 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-18T16:44:06.943Z[ recovery-image] Sep 18 16:44:06.213 INFO O| Sep 18 16:44:06.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
72102026-09-18T16:44:06.943Z[ recovery-image] Sep 18 16:44:06.213 INFO O| Sep 18 16:44:06.213 INFO STEP 491 (remove_files) COMPLETE
72112026-09-18T16:44:06.943Z[ recovery-image] Sep 18 16:44:06.213 INFO O| Sep 18 16:44:06.213 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-18T16:44:06.954Z[ recovery-image] Sep 18 16:44:06.224 INFO O| Sep 18 16:44:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
72132026-09-18T16:44:06.954Z[ recovery-image] Sep 18 16:44:06.224 INFO O| Sep 18 16:44:06.224 INFO STEP 492 (remove_files) COMPLETE
72142026-09-18T16:44:06.954Z[ recovery-image] Sep 18 16:44:06.224 INFO O| Sep 18 16:44:06.224 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-18T16:44:06.963Z[ recovery-image] Sep 18 16:44:06.233 INFO O| Sep 18 16:44:06.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
72162026-09-18T16:44:06.963Z[ recovery-image] Sep 18 16:44:06.233 INFO O| Sep 18 16:44:06.233 INFO STEP 493 (remove_files) COMPLETE
72172026-09-18T16:44:06.963Z[ recovery-image] Sep 18 16:44:06.233 INFO O| Sep 18 16:44:06.233 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-18T16:44:06.974Z[ recovery-image] Sep 18 16:44:06.243 INFO O| Sep 18 16:44:06.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
72192026-09-18T16:44:06.974Z[ recovery-image] Sep 18 16:44:06.243 INFO O| Sep 18 16:44:06.243 INFO STEP 494 (remove_files) COMPLETE
72202026-09-18T16:44:06.977Z[ recovery-image] Sep 18 16:44:06.243 INFO O| Sep 18 16:44:06.243 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-18T16:44:06.984Z[ recovery-image] Sep 18 16:44:06.254 INFO O| Sep 18 16:44:06.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
72222026-09-18T16:44:06.984Z[ recovery-image] Sep 18 16:44:06.254 INFO O| Sep 18 16:44:06.254 INFO STEP 495 (remove_files) COMPLETE
72232026-09-18T16:44:06.988Z[ recovery-image] Sep 18 16:44:06.254 INFO O| Sep 18 16:44:06.254 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-18T16:44:06.996Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
72252026-09-18T16:44:06.999Z[ recovery-image] Sep 18 16:44:06.265 INFO O| Sep 18 16:44:06.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
72262026-09-18T16:44:06.999Z[ recovery-image] Sep 18 16:44:06.265 INFO O| Sep 18 16:44:06.265 INFO STEP 496 (remove_files) COMPLETE
72272026-09-18T16:44:06.999Z[ recovery-image] Sep 18 16:44:06.265 INFO O| Sep 18 16:44:06.265 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-09-18T16:44:07.007Z[ recovery-image] Sep 18 16:44:06.275 INFO O| Sep 18 16:44:06.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
72292026-09-18T16:44:07.007Z[ recovery-image] Sep 18 16:44:06.275 INFO O| Sep 18 16:44:06.275 INFO STEP 497 (remove_files) COMPLETE
72302026-09-18T16:44:07.013Z[ recovery-image] Sep 18 16:44:06.275 INFO O| Sep 18 16:44:06.275 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-09-18T16:44:07.018Z[ recovery-image] Sep 18 16:44:06.284 INFO O| Sep 18 16:44:06.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
72322026-09-18T16:44:07.018Z[ recovery-image] Sep 18 16:44:06.284 INFO O| Sep 18 16:44:06.284 INFO STEP 498 (remove_files) COMPLETE
72332026-09-18T16:44:07.018Z[ recovery-image] Sep 18 16:44:06.284 INFO O| Sep 18 16:44:06.284 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-09-18T16:44:07.023Z[ recovery-image] Sep 18 16:44:06.292 INFO O| Sep 18 16:44:06.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72352026-09-18T16:44:07.023Z[ recovery-image] Sep 18 16:44:06.292 INFO O| Sep 18 16:44:06.292 INFO STEP 499 (remove_files) COMPLETE
72362026-09-18T16:44:07.023Z[ recovery-image] Sep 18 16:44:06.292 INFO O| Sep 18 16:44:06.292 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-09-18T16:44:07.034Z[ recovery-image] Sep 18 16:44:06.303 INFO O| Sep 18 16:44:06.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72382026-09-18T16:44:07.034Z[ recovery-image] Sep 18 16:44:06.303 INFO O| Sep 18 16:44:06.303 INFO STEP 500 (remove_files) COMPLETE
72392026-09-18T16:44:07.034Z[ recovery-image] Sep 18 16:44:06.303 INFO O| Sep 18 16:44:06.303 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-09-18T16:44:07.044Z[ recovery-image] Sep 18 16:44:06.313 INFO O| Sep 18 16:44:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72412026-09-18T16:44:07.044Z[ recovery-image] Sep 18 16:44:06.313 INFO O| Sep 18 16:44:06.313 INFO STEP 501 (remove_files) COMPLETE
72422026-09-18T16:44:07.044Z[ recovery-image] Sep 18 16:44:06.313 INFO O| Sep 18 16:44:06.313 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-09-18T16:44:07.055Z[ recovery-image] Sep 18 16:44:06.324 INFO O| Sep 18 16:44:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72442026-09-18T16:44:07.055Z[ recovery-image] Sep 18 16:44:06.324 INFO O| Sep 18 16:44:06.324 INFO STEP 502 (remove_files) COMPLETE
72452026-09-18T16:44:07.055Z[ recovery-image] Sep 18 16:44:06.324 INFO O| Sep 18 16:44:06.324 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-09-18T16:44:07.065Z[ recovery-image] Sep 18 16:44:06.334 INFO O| Sep 18 16:44:06.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72472026-09-18T16:44:07.065Z[ recovery-image] Sep 18 16:44:06.334 INFO O| Sep 18 16:44:06.334 INFO STEP 503 (remove_files) COMPLETE
72482026-09-18T16:44:07.068Z[ recovery-image] Sep 18 16:44:06.334 INFO O| Sep 18 16:44:06.334 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-09-18T16:44:07.074Z[ recovery-image] Sep 18 16:44:06.344 INFO O| Sep 18 16:44:06.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72502026-09-18T16:44:07.074Z[ recovery-image] Sep 18 16:44:06.344 INFO O| Sep 18 16:44:06.344 INFO STEP 504 (remove_files) COMPLETE
72512026-09-18T16:44:07.074Z[ recovery-image] Sep 18 16:44:06.344 INFO O| Sep 18 16:44:06.344 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-09-18T16:44:07.084Z[ recovery-image] Sep 18 16:44:06.353 INFO O| Sep 18 16:44:06.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72532026-09-18T16:44:07.084Z[ recovery-image] Sep 18 16:44:06.353 INFO O| Sep 18 16:44:06.353 INFO STEP 505 (remove_files) COMPLETE
72542026-09-18T16:44:07.087Z[ recovery-image] Sep 18 16:44:06.353 INFO O| Sep 18 16:44:06.353 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-09-18T16:44:07.093Z[ recovery-image] Sep 18 16:44:06.362 INFO O| Sep 18 16:44:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72562026-09-18T16:44:07.093Z[ recovery-image] Sep 18 16:44:06.363 INFO O| Sep 18 16:44:06.362 INFO STEP 506 (remove_files) COMPLETE
72572026-09-18T16:44:07.093Z[ recovery-image] Sep 18 16:44:06.363 INFO O| Sep 18 16:44:06.362 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-09-18T16:44:07.102Z[ recovery-image] Sep 18 16:44:06.371 INFO O| Sep 18 16:44:06.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72592026-09-18T16:44:07.102Z[ recovery-image] Sep 18 16:44:06.372 INFO O| Sep 18 16:44:06.372 INFO STEP 507 (remove_files) COMPLETE
72602026-09-18T16:44:07.102Z[ recovery-image] Sep 18 16:44:06.372 INFO O| Sep 18 16:44:06.372 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-09-18T16:44:07.114Z[ recovery-image] Sep 18 16:44:06.383 INFO O| Sep 18 16:44:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72622026-09-18T16:44:07.114Z[ recovery-image] Sep 18 16:44:06.383 INFO O| Sep 18 16:44:06.383 INFO STEP 508 (remove_files) COMPLETE
72632026-09-18T16:44:07.117Z[ recovery-image] Sep 18 16:44:06.383 INFO O| Sep 18 16:44:06.383 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-09-18T16:44:07.125Z[ recovery-image] Sep 18 16:44:06.395 INFO O| Sep 18 16:44:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72652026-09-18T16:44:07.129Z[ recovery-image] Sep 18 16:44:06.395 INFO O| Sep 18 16:44:06.395 INFO STEP 509 (remove_files) COMPLETE
72662026-09-18T16:44:07.129Z[ recovery-image] Sep 18 16:44:06.395 INFO O| Sep 18 16:44:06.395 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-09-18T16:44:07.136Z[ recovery-image] Sep 18 16:44:06.405 INFO O| Sep 18 16:44:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72682026-09-18T16:44:07.136Z[ recovery-image] Sep 18 16:44:06.405 INFO O| Sep 18 16:44:06.405 INFO STEP 510 (remove_files) COMPLETE
72692026-09-18T16:44:07.136Z[ recovery-image] Sep 18 16:44:06.405 INFO O| Sep 18 16:44:06.405 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-09-18T16:44:07.146Z[ recovery-image] Sep 18 16:44:06.416 INFO O| Sep 18 16:44:06.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72712026-09-18T16:44:07.146Z[ recovery-image] Sep 18 16:44:06.416 INFO O| Sep 18 16:44:06.416 INFO STEP 511 (remove_files) COMPLETE
72722026-09-18T16:44:07.146Z[ recovery-image] Sep 18 16:44:06.416 INFO O| Sep 18 16:44:06.416 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-09-18T16:44:07.158Z[ recovery-image] Sep 18 16:44:06.428 INFO O| Sep 18 16:44:06.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72742026-09-18T16:44:07.158Z[ recovery-image] Sep 18 16:44:06.428 INFO O| Sep 18 16:44:06.428 INFO STEP 512 (remove_files) COMPLETE
72752026-09-18T16:44:07.158Z[ recovery-image] Sep 18 16:44:06.428 INFO O| Sep 18 16:44:06.428 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-18T16:44:07.170Z[ recovery-image] Sep 18 16:44:06.439 INFO O| Sep 18 16:44:06.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72772026-09-18T16:44:07.174Z[ recovery-image] Sep 18 16:44:06.440 INFO O| Sep 18 16:44:06.440 INFO STEP 513 (remove_files) COMPLETE
72782026-09-18T16:44:07.174Z[ recovery-image] Sep 18 16:44:06.440 INFO O| Sep 18 16:44:06.440 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-18T16:44:07.182Z[ recovery-image] Sep 18 16:44:06.451 INFO O| Sep 18 16:44:06.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72802026-09-18T16:44:07.186Z[ recovery-image] Sep 18 16:44:06.451 INFO O| Sep 18 16:44:06.451 INFO STEP 514 (remove_files) COMPLETE
72812026-09-18T16:44:07.186Z[ recovery-image] Sep 18 16:44:06.451 INFO O| Sep 18 16:44:06.451 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-18T16:44:07.193Z[ recovery-image] Sep 18 16:44:06.462 INFO O| Sep 18 16:44:06.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72832026-09-18T16:44:07.193Z[ recovery-image] Sep 18 16:44:06.462 INFO O| Sep 18 16:44:06.462 INFO STEP 515 (remove_files) COMPLETE
72842026-09-18T16:44:07.193Z[ recovery-image] Sep 18 16:44:06.462 INFO O| Sep 18 16:44:06.462 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-18T16:44:07.204Z[ recovery-image] Sep 18 16:44:06.473 INFO O| Sep 18 16:44:06.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72862026-09-18T16:44:07.208Z[ recovery-image] Sep 18 16:44:06.474 INFO O| Sep 18 16:44:06.474 INFO STEP 516 (remove_files) COMPLETE
72872026-09-18T16:44:07.209Z[ recovery-image] Sep 18 16:44:06.474 INFO O| Sep 18 16:44:06.474 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-18T16:44:07.217Z[ recovery-image] Sep 18 16:44:06.486 INFO O| Sep 18 16:44:06.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72892026-09-18T16:44:07.217Z[ recovery-image] Sep 18 16:44:06.486 INFO O| Sep 18 16:44:06.486 INFO STEP 517 (remove_files) COMPLETE
72902026-09-18T16:44:07.217Z[ recovery-image] Sep 18 16:44:06.486 INFO O| Sep 18 16:44:06.486 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-09-18T16:44:07.228Z[ recovery-image] Sep 18 16:44:06.498 INFO O| Sep 18 16:44:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72922026-09-18T16:44:07.228Z[ recovery-image] Sep 18 16:44:06.498 INFO O| Sep 18 16:44:06.498 INFO STEP 518 (remove_files) COMPLETE
72932026-09-18T16:44:07.228Z[ recovery-image] Sep 18 16:44:06.498 INFO O| Sep 18 16:44:06.498 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-09-18T16:44:07.243Z[ recovery-image] Sep 18 16:44:06.509 INFO O| Sep 18 16:44:06.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72952026-09-18T16:44:07.246Z[ recovery-image] Sep 18 16:44:06.509 INFO O| Sep 18 16:44:06.509 INFO STEP 519 (remove_files) COMPLETE
72962026-09-18T16:44:07.246Z[ recovery-image] Sep 18 16:44:06.509 INFO O| Sep 18 16:44:06.509 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-09-18T16:44:07.250Z[ recovery-image] Sep 18 16:44:06.519 INFO O| Sep 18 16:44:06.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72982026-09-18T16:44:07.250Z[ recovery-image] Sep 18 16:44:06.519 INFO O| Sep 18 16:44:06.519 INFO STEP 520 (remove_files) COMPLETE
72992026-09-18T16:44:07.257Z[ recovery-image] Sep 18 16:44:06.519 INFO O| Sep 18 16:44:06.519 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-09-18T16:44:07.261Z[ recovery-image] Sep 18 16:44:06.529 INFO O| Sep 18 16:44:06.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
73012026-09-18T16:44:07.261Z[ recovery-image] Sep 18 16:44:06.529 INFO O| Sep 18 16:44:06.529 INFO STEP 521 (remove_files) COMPLETE
73022026-09-18T16:44:07.261Z[ recovery-image] Sep 18 16:44:06.529 INFO O| Sep 18 16:44:06.529 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-09-18T16:44:07.268Z[ recovery-image] Sep 18 16:44:06.538 INFO O| Sep 18 16:44:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
73042026-09-18T16:44:07.268Z[ recovery-image] Sep 18 16:44:06.538 INFO O| Sep 18 16:44:06.538 INFO STEP 522 (remove_files) COMPLETE
73052026-09-18T16:44:07.268Z[ recovery-image] Sep 18 16:44:06.538 INFO O| Sep 18 16:44:06.538 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-09-18T16:44:07.277Z[ recovery-image] Sep 18 16:44:06.546 INFO O| Sep 18 16:44:06.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
73072026-09-18T16:44:07.280Z[ recovery-image] Sep 18 16:44:06.547 INFO O| Sep 18 16:44:06.547 INFO STEP 523 (remove_files) COMPLETE
73082026-09-18T16:44:07.280Z[ recovery-image] Sep 18 16:44:06.547 INFO O| Sep 18 16:44:06.547 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-09-18T16:44:07.286Z[ recovery-image] Sep 18 16:44:06.556 INFO O| Sep 18 16:44:06.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
73102026-09-18T16:44:07.286Z[ recovery-image] Sep 18 16:44:06.556 INFO O| Sep 18 16:44:06.556 INFO STEP 524 (remove_files) COMPLETE
73112026-09-18T16:44:07.286Z[ recovery-image] Sep 18 16:44:06.556 INFO O| Sep 18 16:44:06.556 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-09-18T16:44:07.298Z[ recovery-image] Sep 18 16:44:06.567 INFO O| Sep 18 16:44:06.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
73132026-09-18T16:44:07.298Z[ recovery-image] Sep 18 16:44:06.567 INFO O| Sep 18 16:44:06.567 INFO STEP 525 (remove_files) COMPLETE
73142026-09-18T16:44:07.298Z[ recovery-image] Sep 18 16:44:06.567 INFO O| Sep 18 16:44:06.567 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-09-18T16:44:07.308Z[ recovery-image] Sep 18 16:44:06.578 INFO O| Sep 18 16:44:06.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
73162026-09-18T16:44:07.308Z[ recovery-image] Sep 18 16:44:06.578 INFO O| Sep 18 16:44:06.578 INFO STEP 526 (remove_files) COMPLETE
73172026-09-18T16:44:07.309Z[ recovery-image] Sep 18 16:44:06.578 INFO O| Sep 18 16:44:06.578 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-09-18T16:44:07.317Z[ recovery-image] Sep 18 16:44:06.587 INFO O| Sep 18 16:44:06.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
73192026-09-18T16:44:07.317Z[ recovery-image] Sep 18 16:44:06.587 INFO O| Sep 18 16:44:06.587 INFO STEP 527 (remove_files) COMPLETE
73202026-09-18T16:44:07.317Z[ recovery-image] Sep 18 16:44:06.587 INFO O| Sep 18 16:44:06.587 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-09-18T16:44:07.328Z[ recovery-image] Sep 18 16:44:06.596 INFO O| Sep 18 16:44:06.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
73222026-09-18T16:44:07.331Z[ recovery-image] Sep 18 16:44:06.597 INFO O| Sep 18 16:44:06.596 INFO STEP 528 (remove_files) COMPLETE
73232026-09-18T16:44:07.332Z[ recovery-image] Sep 18 16:44:06.597 INFO O| Sep 18 16:44:06.596 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-09-18T16:44:07.339Z[ recovery-image] Sep 18 16:44:06.609 INFO O| Sep 18 16:44:06.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
73252026-09-18T16:44:07.340Z[ recovery-image] Sep 18 16:44:06.609 INFO O| Sep 18 16:44:06.609 INFO STEP 529 (remove_files) COMPLETE
73262026-09-18T16:44:07.340Z[ recovery-image] Sep 18 16:44:06.609 INFO O| Sep 18 16:44:06.609 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-09-18T16:44:07.349Z[ recovery-image] Sep 18 16:44:06.618 INFO O| Sep 18 16:44:06.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
73282026-09-18T16:44:07.349Z[ recovery-image] Sep 18 16:44:06.618 INFO O| Sep 18 16:44:06.618 INFO STEP 530 (remove_files) COMPLETE
73292026-09-18T16:44:07.353Z[ recovery-image] Sep 18 16:44:06.618 INFO O| Sep 18 16:44:06.618 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-09-18T16:44:07.359Z[ recovery-image] Sep 18 16:44:06.629 INFO O| Sep 18 16:44:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
73312026-09-18T16:44:07.359Z[ recovery-image] Sep 18 16:44:06.629 INFO O| Sep 18 16:44:06.629 INFO STEP 531 (remove_files) COMPLETE
73322026-09-18T16:44:07.359Z[ recovery-image] Sep 18 16:44:06.629 INFO O| Sep 18 16:44:06.629 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-09-18T16:44:07.369Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
73342026-09-18T16:44:07.373Z[ recovery-image] Sep 18 16:44:06.640 INFO O| Sep 18 16:44:06.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
73352026-09-18T16:44:07.373Z[ recovery-image] Sep 18 16:44:06.640 INFO O| Sep 18 16:44:06.640 INFO STEP 532 (remove_files) COMPLETE
73362026-09-18T16:44:07.373Z[ recovery-image] Sep 18 16:44:06.640 INFO O| Sep 18 16:44:06.640 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-18T16:44:07.382Z[ recovery-image] Sep 18 16:44:06.651 INFO O| Sep 18 16:44:06.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73382026-09-18T16:44:07.382Z[ recovery-image] Sep 18 16:44:06.651 INFO O| Sep 18 16:44:06.651 INFO STEP 533 (remove_files) COMPLETE
73392026-09-18T16:44:07.386Z[ recovery-image] Sep 18 16:44:06.651 INFO O| Sep 18 16:44:06.651 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-18T16:44:07.393Z[ recovery-image] Sep 18 16:44:06.662 INFO O| Sep 18 16:44:06.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73412026-09-18T16:44:07.393Z[ recovery-image] Sep 18 16:44:06.662 INFO O| Sep 18 16:44:06.662 INFO STEP 534 (remove_files) COMPLETE
73422026-09-18T16:44:07.393Z[ recovery-image] Sep 18 16:44:06.662 INFO O| Sep 18 16:44:06.662 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-18T16:44:07.404Z[ recovery-image] Sep 18 16:44:06.673 INFO O| Sep 18 16:44:06.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73442026-09-18T16:44:07.404Z[ recovery-image] Sep 18 16:44:06.673 INFO O| Sep 18 16:44:06.673 INFO STEP 535 (remove_files) COMPLETE
73452026-09-18T16:44:07.404Z[ recovery-image] Sep 18 16:44:06.673 INFO O| Sep 18 16:44:06.673 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-18T16:44:07.414Z[ recovery-image] Sep 18 16:44:06.684 INFO O| Sep 18 16:44:06.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73472026-09-18T16:44:07.418Z[ recovery-image] Sep 18 16:44:06.685 INFO O| Sep 18 16:44:06.685 INFO STEP 536 (remove_files) COMPLETE
73482026-09-18T16:44:07.418Z[ recovery-image] Sep 18 16:44:06.685 INFO O| Sep 18 16:44:06.685 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-18T16:44:07.425Z[ recovery-image] Sep 18 16:44:06.695 INFO O| Sep 18 16:44:06.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73502026-09-18T16:44:07.425Z[ recovery-image] Sep 18 16:44:06.695 INFO O| Sep 18 16:44:06.695 INFO STEP 537 (remove_files) COMPLETE
73512026-09-18T16:44:07.429Z[ recovery-image] Sep 18 16:44:06.695 INFO O| Sep 18 16:44:06.695 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-18T16:44:07.435Z[ recovery-image] Sep 18 16:44:06.705 INFO O| Sep 18 16:44:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73532026-09-18T16:44:07.439Z[ recovery-image] Sep 18 16:44:06.706 INFO O| Sep 18 16:44:06.706 INFO STEP 538 (remove_files) COMPLETE
73542026-09-18T16:44:07.439Z[ recovery-image] Sep 18 16:44:06.706 INFO O| Sep 18 16:44:06.706 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-18T16:44:07.446Z[ recovery-image] Sep 18 16:44:06.716 INFO O| Sep 18 16:44:06.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73562026-09-18T16:44:07.450Z[ recovery-image] Sep 18 16:44:06.717 INFO O| Sep 18 16:44:06.717 INFO STEP 539 (remove_files) COMPLETE
73572026-09-18T16:44:07.450Z[ recovery-image] Sep 18 16:44:06.717 INFO O| Sep 18 16:44:06.717 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-18T16:44:07.458Z[ recovery-image] Sep 18 16:44:06.727 INFO O| Sep 18 16:44:06.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73592026-09-18T16:44:07.459Z[ recovery-image] Sep 18 16:44:06.727 INFO O| Sep 18 16:44:06.727 INFO STEP 540 (remove_files) COMPLETE
73602026-09-18T16:44:07.459Z[ recovery-image] Sep 18 16:44:06.727 INFO O| Sep 18 16:44:06.727 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-18T16:44:07.467Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
73622026-09-18T16:44:07.471Z[ recovery-image] Sep 18 16:44:06.737 INFO O| Sep 18 16:44:06.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73632026-09-18T16:44:07.471Z[ recovery-image] Sep 18 16:44:06.737 INFO O| Sep 18 16:44:06.737 INFO STEP 541 (remove_files) COMPLETE
73642026-09-18T16:44:07.471Z[ recovery-image] Sep 18 16:44:06.737 INFO O| Sep 18 16:44:06.737 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-18T16:44:07.477Z[ recovery-image] Sep 18 16:44:06.747 INFO O| Sep 18 16:44:06.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73662026-09-18T16:44:07.477Z[ recovery-image] Sep 18 16:44:06.747 INFO O| Sep 18 16:44:06.747 INFO STEP 542 (remove_files) COMPLETE
73672026-09-18T16:44:07.481Z[ recovery-image] Sep 18 16:44:06.747 INFO O| Sep 18 16:44:06.747 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-18T16:44:07.487Z[ recovery-image] Sep 18 16:44:06.756 INFO O| Sep 18 16:44:06.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73692026-09-18T16:44:07.490Z[ recovery-image] Sep 18 16:44:06.757 INFO O| Sep 18 16:44:06.757 INFO STEP 543 (remove_files) COMPLETE
73702026-09-18T16:44:07.490Z[ recovery-image] Sep 18 16:44:06.757 INFO O| Sep 18 16:44:06.757 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-18T16:44:07.501Z[ recovery-image] Sep 18 16:44:06.770 INFO O| Sep 18 16:44:06.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73722026-09-18T16:44:07.501Z[ recovery-image] Sep 18 16:44:06.770 INFO O| Sep 18 16:44:06.770 INFO STEP 544 (remove_files) COMPLETE
73732026-09-18T16:44:07.506Z[ recovery-image] Sep 18 16:44:06.770 INFO O| Sep 18 16:44:06.770 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-18T16:44:07.511Z[ recovery-image] Sep 18 16:44:06.781 INFO O| Sep 18 16:44:06.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73752026-09-18T16:44:07.511Z[ recovery-image] Sep 18 16:44:06.781 INFO O| Sep 18 16:44:06.781 INFO STEP 545 (remove_files) COMPLETE
73762026-09-18T16:44:07.518Z[ recovery-image] Sep 18 16:44:06.781 INFO O| Sep 18 16:44:06.781 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-18T16:44:07.522Z[ recovery-image] Sep 18 16:44:06.789 INFO O| Sep 18 16:44:06.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73782026-09-18T16:44:07.522Z[ recovery-image] Sep 18 16:44:06.790 INFO O| Sep 18 16:44:06.789 INFO STEP 546 (remove_files) COMPLETE
73792026-09-18T16:44:07.522Z[ recovery-image] Sep 18 16:44:06.790 INFO O| Sep 18 16:44:06.790 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-18T16:44:07.531Z[ recovery-image] Sep 18 16:44:06.801 INFO O| Sep 18 16:44:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73812026-09-18T16:44:07.531Z[ recovery-image] Sep 18 16:44:06.801 INFO O| Sep 18 16:44:06.801 INFO STEP 547 (remove_files) COMPLETE
73822026-09-18T16:44:07.531Z[ recovery-image] Sep 18 16:44:06.801 INFO O| Sep 18 16:44:06.801 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-18T16:44:07.541Z[ recovery-image] Sep 18 16:44:06.810 INFO O| Sep 18 16:44:06.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73842026-09-18T16:44:07.541Z[ recovery-image] Sep 18 16:44:06.810 INFO O| Sep 18 16:44:06.810 INFO STEP 548 (remove_files) COMPLETE
73852026-09-18T16:44:07.544Z[ recovery-image] Sep 18 16:44:06.810 INFO O| Sep 18 16:44:06.810 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-18T16:44:07.551Z[ recovery-image] Sep 18 16:44:06.820 INFO O| Sep 18 16:44:06.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73872026-09-18T16:44:07.551Z[ recovery-image] Sep 18 16:44:06.820 INFO O| Sep 18 16:44:06.820 INFO STEP 549 (remove_files) COMPLETE
73882026-09-18T16:44:07.554Z[ recovery-image] Sep 18 16:44:06.820 INFO O| Sep 18 16:44:06.820 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-18T16:44:07.563Z[ recovery-image] Sep 18 16:44:06.831 INFO O| Sep 18 16:44:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73902026-09-18T16:44:07.563Z[ recovery-image] Sep 18 16:44:06.831 INFO O| Sep 18 16:44:06.831 INFO STEP 550 (remove_files) COMPLETE
73912026-09-18T16:44:07.563Z[ recovery-image] Sep 18 16:44:06.831 INFO O| Sep 18 16:44:06.831 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-18T16:44:07.573Z[ recovery-image] Sep 18 16:44:06.842 INFO O| Sep 18 16:44:06.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73932026-09-18T16:44:07.573Z[ recovery-image] Sep 18 16:44:06.842 INFO O| Sep 18 16:44:06.842 INFO STEP 551 (remove_files) COMPLETE
73942026-09-18T16:44:07.573Z[ recovery-image] Sep 18 16:44:06.842 INFO O| Sep 18 16:44:06.842 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-18T16:44:07.584Z[ recovery-image] Sep 18 16:44:06.854 INFO O| Sep 18 16:44:06.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73962026-09-18T16:44:07.584Z[ recovery-image] Sep 18 16:44:06.854 INFO O| Sep 18 16:44:06.854 INFO STEP 552 (remove_files) COMPLETE
73972026-09-18T16:44:07.584Z[ recovery-image] Sep 18 16:44:06.854 INFO O| Sep 18 16:44:06.854 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-18T16:44:07.597Z[ recovery-image] Sep 18 16:44:06.867 INFO O| Sep 18 16:44:06.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73992026-09-18T16:44:07.597Z[ recovery-image] Sep 18 16:44:06.867 INFO O| Sep 18 16:44:06.865 INFO STEP 553 (remove_files) COMPLETE
74002026-09-18T16:44:07.597Z[ recovery-image] Sep 18 16:44:06.867 INFO O| Sep 18 16:44:06.865 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-18T16:44:07.604Z[ recovery-image] Sep 18 16:44:06.873 INFO O| Sep 18 16:44:06.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
74022026-09-18T16:44:07.604Z[ recovery-image] Sep 18 16:44:06.873 INFO O| Sep 18 16:44:06.873 INFO STEP 554 (remove_files) COMPLETE
74032026-09-18T16:44:07.604Z[ recovery-image] Sep 18 16:44:06.873 INFO O| Sep 18 16:44:06.873 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-18T16:44:07.613Z[ recovery-image] Sep 18 16:44:06.882 INFO O| Sep 18 16:44:06.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
74052026-09-18T16:44:07.613Z[ recovery-image] Sep 18 16:44:06.883 INFO O| Sep 18 16:44:06.882 INFO STEP 555 (remove_files) COMPLETE
74062026-09-18T16:44:07.613Z[ recovery-image] Sep 18 16:44:06.883 INFO O| Sep 18 16:44:06.882 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-18T16:44:07.621Z[ recovery-image] Sep 18 16:44:06.890 INFO O| Sep 18 16:44:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
74082026-09-18T16:44:07.621Z[ recovery-image] Sep 18 16:44:06.891 INFO O| Sep 18 16:44:06.891 INFO STEP 556 (remove_files) COMPLETE
74092026-09-18T16:44:07.625Z[ recovery-image] Sep 18 16:44:06.891 INFO O| Sep 18 16:44:06.891 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-18T16:44:07.638Z[ recovery-image] Sep 18 16:44:06.907 INFO O| Sep 18 16:44:06.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
74112026-09-18T16:44:07.638Z[ recovery-image] Sep 18 16:44:06.907 INFO O| Sep 18 16:44:06.906 INFO STEP 557 (remove_files) COMPLETE
74122026-09-18T16:44:07.638Z[ recovery-image] Sep 18 16:44:06.907 INFO O| Sep 18 16:44:06.906 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-18T16:44:07.659Z[ recovery-image] Sep 18 16:44:06.928 INFO O| Sep 18 16:44:06.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
74142026-09-18T16:44:07.659Z[ recovery-image] Sep 18 16:44:06.928 INFO O| Sep 18 16:44:06.917 INFO STEP 558 (remove_files) COMPLETE
74152026-09-18T16:44:07.662Z[ recovery-image] Sep 18 16:44:06.928 INFO O| Sep 18 16:44:06.917 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-18T16:44:07.662Z[ recovery-image] Sep 18 16:44:06.929 INFO O| Sep 18 16:44:06.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
74172026-09-18T16:44:07.662Z[ recovery-image] Sep 18 16:44:06.930 INFO O| Sep 18 16:44:06.929 INFO STEP 559 (remove_files) COMPLETE
74182026-09-18T16:44:07.662Z[ recovery-image] Sep 18 16:44:06.930 INFO O| Sep 18 16:44:06.929 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-18T16:44:07.671Z[ recovery-image] Sep 18 16:44:06.941 INFO O| Sep 18 16:44:06.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
74202026-09-18T16:44:07.671Z[ recovery-image] Sep 18 16:44:06.941 INFO O| Sep 18 16:44:06.941 INFO STEP 560 (remove_files) COMPLETE
74212026-09-18T16:44:07.671Z[ recovery-image] Sep 18 16:44:06.941 INFO O| Sep 18 16:44:06.941 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-18T16:44:07.682Z[ recovery-image] Sep 18 16:44:06.951 INFO O| Sep 18 16:44:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
74232026-09-18T16:44:07.682Z[ recovery-image] Sep 18 16:44:06.951 INFO O| Sep 18 16:44:06.951 INFO STEP 561 (remove_files) COMPLETE
74242026-09-18T16:44:07.685Z[ recovery-image] Sep 18 16:44:06.951 INFO O| Sep 18 16:44:06.951 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-18T16:44:07.692Z[ recovery-image] Sep 18 16:44:06.961 INFO O| Sep 18 16:44:06.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
74262026-09-18T16:44:07.692Z[ recovery-image] Sep 18 16:44:06.962 INFO O| Sep 18 16:44:06.962 INFO STEP 562 (remove_files) COMPLETE
74272026-09-18T16:44:07.696Z[ recovery-image] Sep 18 16:44:06.962 INFO O| Sep 18 16:44:06.962 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-18T16:44:07.702Z[ recovery-image] Sep 18 16:44:06.971 INFO O| Sep 18 16:44:06.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
74292026-09-18T16:44:07.702Z[ recovery-image] Sep 18 16:44:06.971 INFO O| Sep 18 16:44:06.971 INFO STEP 563 (remove_files) COMPLETE
74302026-09-18T16:44:07.702Z[ recovery-image] Sep 18 16:44:06.971 INFO O| Sep 18 16:44:06.971 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-18T16:44:07.723Z[ recovery-image] Sep 18 16:44:06.993 INFO O| Sep 18 16:44:06.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
74322026-09-18T16:44:07.727Z[ recovery-image] Sep 18 16:44:06.994 INFO O| Sep 18 16:44:06.994 INFO STEP 564 (remove_files) COMPLETE
74332026-09-18T16:44:07.727Z[ recovery-image] Sep 18 16:44:06.994 INFO O| Sep 18 16:44:06.994 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-18T16:44:07.744Z[ recovery-image] Sep 18 16:44:07.012 INFO O| Sep 18 16:44:07.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
74352026-09-18T16:44:07.744Z[ recovery-image] Sep 18 16:44:07.012 INFO O| Sep 18 16:44:07.012 INFO STEP 565 (remove_files) COMPLETE
74362026-09-18T16:44:07.744Z[ recovery-image] Sep 18 16:44:07.012 INFO O| Sep 18 16:44:07.012 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-18T16:44:07.752Z[ recovery-image] Sep 18 16:44:07.021 INFO O| Sep 18 16:44:07.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74382026-09-18T16:44:07.752Z[ recovery-image] Sep 18 16:44:07.021 INFO O| Sep 18 16:44:07.021 INFO STEP 566 (remove_files) COMPLETE
74392026-09-18T16:44:07.752Z[ recovery-image] Sep 18 16:44:07.021 INFO O| Sep 18 16:44:07.021 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-18T16:44:07.761Z[ recovery-image] Sep 18 16:44:07.030 INFO O| Sep 18 16:44:07.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74412026-09-18T16:44:07.764Z[ recovery-image] Sep 18 16:44:07.030 INFO O| Sep 18 16:44:07.030 INFO STEP 567 (remove_files) COMPLETE
74422026-09-18T16:44:07.764Z[ recovery-image] Sep 18 16:44:07.030 INFO O| Sep 18 16:44:07.030 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-18T16:44:07.769Z[ recovery-image] Sep 18 16:44:07.038 INFO O| Sep 18 16:44:07.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74442026-09-18T16:44:07.769Z[ recovery-image] Sep 18 16:44:07.038 INFO O| Sep 18 16:44:07.038 INFO STEP 568 (remove_files) COMPLETE
74452026-09-18T16:44:07.769Z[ recovery-image] Sep 18 16:44:07.038 INFO O| Sep 18 16:44:07.038 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-18T16:44:07.774Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
74472026-09-18T16:44:07.779Z[ recovery-image] Sep 18 16:44:07.049 INFO O| Sep 18 16:44:07.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74482026-09-18T16:44:07.790Z[ recovery-image] Sep 18 16:44:07.058 INFO O| Sep 18 16:44:07.057 INFO STEP 569 (remove_files) COMPLETE
74492026-09-18T16:44:07.790Z[ recovery-image] Sep 18 16:44:07.058 INFO O| Sep 18 16:44:07.058 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-09-18T16:44:07.802Z[ recovery-image] Sep 18 16:44:07.072 INFO O| Sep 18 16:44:07.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74512026-09-18T16:44:07.802Z[ recovery-image] Sep 18 16:44:07.072 INFO O| Sep 18 16:44:07.072 INFO STEP 570 (remove_files) COMPLETE
74522026-09-18T16:44:07.802Z[ recovery-image] Sep 18 16:44:07.072 INFO O| Sep 18 16:44:07.072 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-09-18T16:44:07.812Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
74542026-09-18T16:44:07.816Z[ recovery-image] Sep 18 16:44:07.082 INFO O| Sep 18 16:44:07.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74552026-09-18T16:44:07.816Z[ recovery-image] Sep 18 16:44:07.082 INFO O| Sep 18 16:44:07.082 INFO STEP 571 (remove_files) COMPLETE
74562026-09-18T16:44:07.816Z[ recovery-image] Sep 18 16:44:07.082 INFO O| Sep 18 16:44:07.082 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-09-18T16:44:07.823Z[ recovery-image] Sep 18 16:44:07.092 INFO O| Sep 18 16:44:07.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74582026-09-18T16:44:07.823Z[ recovery-image] Sep 18 16:44:07.092 INFO O| Sep 18 16:44:07.092 INFO STEP 572 (remove_files) COMPLETE
74592026-09-18T16:44:07.827Z[ recovery-image] Sep 18 16:44:07.092 INFO O| Sep 18 16:44:07.092 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-09-18T16:44:07.834Z[ recovery-image] Sep 18 16:44:07.103 INFO O| Sep 18 16:44:07.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74612026-09-18T16:44:07.834Z[ recovery-image] Sep 18 16:44:07.103 INFO O| Sep 18 16:44:07.103 INFO STEP 573 (remove_files) COMPLETE
74622026-09-18T16:44:07.834Z[ recovery-image] Sep 18 16:44:07.103 INFO O| Sep 18 16:44:07.103 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-09-18T16:44:07.845Z[ recovery-image] Sep 18 16:44:07.114 INFO O| Sep 18 16:44:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74642026-09-18T16:44:07.845Z[ recovery-image] Sep 18 16:44:07.114 INFO O| Sep 18 16:44:07.114 INFO STEP 574 (remove_files) COMPLETE
74652026-09-18T16:44:07.845Z[ recovery-image] Sep 18 16:44:07.114 INFO O| Sep 18 16:44:07.114 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-09-18T16:44:07.855Z[ recovery-image] Sep 18 16:44:07.124 INFO O| Sep 18 16:44:07.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74672026-09-18T16:44:07.855Z[ recovery-image] Sep 18 16:44:07.124 INFO O| Sep 18 16:44:07.124 INFO STEP 575 (remove_files) COMPLETE
74682026-09-18T16:44:07.855Z[ recovery-image] Sep 18 16:44:07.124 INFO O| Sep 18 16:44:07.124 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-09-18T16:44:07.865Z[ recovery-image] Sep 18 16:44:07.134 INFO O| Sep 18 16:44:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74702026-09-18T16:44:07.865Z[ recovery-image] Sep 18 16:44:07.134 INFO O| Sep 18 16:44:07.134 INFO STEP 576 (remove_files) COMPLETE
74712026-09-18T16:44:07.865Z[ recovery-image] Sep 18 16:44:07.134 INFO O| Sep 18 16:44:07.134 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-09-18T16:44:07.875Z[ recovery-image] Sep 18 16:44:07.144 INFO O| Sep 18 16:44:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74732026-09-18T16:44:07.875Z[ recovery-image] Sep 18 16:44:07.144 INFO O| Sep 18 16:44:07.144 INFO STEP 577 (remove_files) COMPLETE
74742026-09-18T16:44:07.875Z[ recovery-image] Sep 18 16:44:07.144 INFO O| Sep 18 16:44:07.144 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-09-18T16:44:07.885Z[ recovery-image] Sep 18 16:44:07.154 INFO O| Sep 18 16:44:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74762026-09-18T16:44:07.885Z[ recovery-image] Sep 18 16:44:07.154 INFO O| Sep 18 16:44:07.154 INFO STEP 578 (remove_files) COMPLETE
74772026-09-18T16:44:07.885Z[ recovery-image] Sep 18 16:44:07.154 INFO O| Sep 18 16:44:07.154 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-18T16:44:07.894Z[ recovery-image] Sep 18 16:44:07.164 INFO O| Sep 18 16:44:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74792026-09-18T16:44:07.894Z[ recovery-image] Sep 18 16:44:07.164 INFO O| Sep 18 16:44:07.164 INFO STEP 579 (remove_files) COMPLETE
74802026-09-18T16:44:07.894Z[ recovery-image] Sep 18 16:44:07.164 INFO O| Sep 18 16:44:07.164 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-09-18T16:44:07.904Z[ recovery-image] Sep 18 16:44:07.174 INFO O| Sep 18 16:44:07.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74822026-09-18T16:44:07.904Z[ recovery-image] Sep 18 16:44:07.174 INFO O| Sep 18 16:44:07.174 INFO STEP 580 (remove_files) COMPLETE
74832026-09-18T16:44:07.904Z[ recovery-image] Sep 18 16:44:07.174 INFO O| Sep 18 16:44:07.174 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-18T16:44:07.914Z[ recovery-image] Sep 18 16:44:07.184 INFO O| Sep 18 16:44:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74852026-09-18T16:44:07.919Z[ recovery-image] Sep 18 16:44:07.184 INFO O| Sep 18 16:44:07.184 INFO STEP 581 (remove_files) COMPLETE
74862026-09-18T16:44:07.919Z[ recovery-image] Sep 18 16:44:07.184 INFO O| Sep 18 16:44:07.184 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-18T16:44:07.925Z[ recovery-image] Sep 18 16:44:07.195 INFO O| Sep 18 16:44:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74882026-09-18T16:44:07.925Z[ recovery-image] Sep 18 16:44:07.195 INFO O| Sep 18 16:44:07.195 INFO STEP 582 (remove_files) COMPLETE
74892026-09-18T16:44:07.925Z[ recovery-image] Sep 18 16:44:07.195 INFO O| Sep 18 16:44:07.195 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-18T16:44:07.935Z[ recovery-image] Sep 18 16:44:07.204 INFO O| Sep 18 16:44:07.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74912026-09-18T16:44:07.935Z[ recovery-image] Sep 18 16:44:07.204 INFO O| Sep 18 16:44:07.204 INFO STEP 583 (remove_files) COMPLETE
74922026-09-18T16:44:07.939Z[ recovery-image] Sep 18 16:44:07.204 INFO O| Sep 18 16:44:07.204 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-18T16:44:07.944Z[ recovery-image] Sep 18 16:44:07.213 INFO O| Sep 18 16:44:07.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74942026-09-18T16:44:07.944Z[ recovery-image] Sep 18 16:44:07.213 INFO O| Sep 18 16:44:07.213 INFO STEP 584 (remove_files) COMPLETE
74952026-09-18T16:44:07.944Z[ recovery-image] Sep 18 16:44:07.213 INFO O| Sep 18 16:44:07.213 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-18T16:44:07.956Z[ recovery-image] Sep 18 16:44:07.226 INFO O| Sep 18 16:44:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74972026-09-18T16:44:07.957Z[ recovery-image] Sep 18 16:44:07.226 INFO O| Sep 18 16:44:07.226 INFO STEP 585 (remove_files) COMPLETE
74982026-09-18T16:44:07.957Z[ recovery-image] Sep 18 16:44:07.226 INFO O| Sep 18 16:44:07.226 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-18T16:44:07.968Z[ recovery-image] Sep 18 16:44:07.237 INFO O| Sep 18 16:44:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
75002026-09-18T16:44:07.968Z[ recovery-image] Sep 18 16:44:07.237 INFO O| Sep 18 16:44:07.237 INFO STEP 586 (remove_files) COMPLETE
75012026-09-18T16:44:07.968Z[ recovery-image] Sep 18 16:44:07.237 INFO O| Sep 18 16:44:07.237 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-18T16:44:07.978Z[ recovery-image] Sep 18 16:44:07.248 INFO O| Sep 18 16:44:07.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
75032026-09-18T16:44:07.978Z[ recovery-image] Sep 18 16:44:07.248 INFO O| Sep 18 16:44:07.248 INFO STEP 587 (remove_files) COMPLETE
75042026-09-18T16:44:07.978Z[ recovery-image] Sep 18 16:44:07.248 INFO O| Sep 18 16:44:07.248 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-18T16:44:07.989Z[ recovery-image] Sep 18 16:44:07.259 INFO O| Sep 18 16:44:07.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
75062026-09-18T16:44:07.989Z[ recovery-image] Sep 18 16:44:07.259 INFO O| Sep 18 16:44:07.259 INFO STEP 588 (remove_files) COMPLETE
75072026-09-18T16:44:07.989Z[ recovery-image] Sep 18 16:44:07.259 INFO O| Sep 18 16:44:07.259 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-18T16:44:08.001Z[ recovery-image] Sep 18 16:44:07.269 INFO O| Sep 18 16:44:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
75092026-09-18T16:44:08.001Z[ recovery-image] Sep 18 16:44:07.269 INFO O| Sep 18 16:44:07.269 INFO STEP 589 (remove_files) COMPLETE
75102026-09-18T16:44:08.001Z[ recovery-image] Sep 18 16:44:07.269 INFO O| Sep 18 16:44:07.269 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-09-18T16:44:08.012Z[ recovery-image] Sep 18 16:44:07.282 INFO O| Sep 18 16:44:07.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
75122026-09-18T16:44:08.012Z[ recovery-image] Sep 18 16:44:07.282 INFO O| Sep 18 16:44:07.282 INFO STEP 590 (remove_files) COMPLETE
75132026-09-18T16:44:08.014Z[ recovery-image] Sep 18 16:44:07.282 INFO O| Sep 18 16:44:07.282 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-09-18T16:44:08.025Z[ recovery-image] Sep 18 16:44:07.294 INFO O| Sep 18 16:44:07.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
75152026-09-18T16:44:08.025Z[ recovery-image] Sep 18 16:44:07.294 INFO O| Sep 18 16:44:07.294 INFO STEP 591 (remove_files) COMPLETE
75162026-09-18T16:44:08.029Z[ recovery-image] Sep 18 16:44:07.294 INFO O| Sep 18 16:44:07.294 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-09-18T16:44:08.046Z[ recovery-image] Sep 18 16:44:07.315 INFO O| Sep 18 16:44:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
75182026-09-18T16:44:08.046Z[ recovery-image] Sep 18 16:44:07.315 INFO O| Sep 18 16:44:07.315 INFO STEP 592 (remove_files) COMPLETE
75192026-09-18T16:44:08.046Z[ recovery-image] Sep 18 16:44:07.315 INFO O| Sep 18 16:44:07.315 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-09-18T16:44:08.057Z[ recovery-image] Sep 18 16:44:07.326 INFO O| Sep 18 16:44:07.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
75212026-09-18T16:44:08.057Z[ recovery-image] Sep 18 16:44:07.326 INFO O| Sep 18 16:44:07.326 INFO STEP 593 (remove_files) COMPLETE
75222026-09-18T16:44:08.057Z[ recovery-image] Sep 18 16:44:07.326 INFO O| Sep 18 16:44:07.326 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-09-18T16:44:08.068Z[ recovery-image] Sep 18 16:44:07.337 INFO O| Sep 18 16:44:07.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
75242026-09-18T16:44:08.068Z[ recovery-image] Sep 18 16:44:07.337 INFO O| Sep 18 16:44:07.337 INFO STEP 594 (remove_files) COMPLETE
75252026-09-18T16:44:08.068Z[ recovery-image] Sep 18 16:44:07.337 INFO O| Sep 18 16:44:07.337 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-09-18T16:44:08.079Z[ recovery-image] Sep 18 16:44:07.348 INFO O| Sep 18 16:44:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
75272026-09-18T16:44:08.079Z[ recovery-image] Sep 18 16:44:07.348 INFO O| Sep 18 16:44:07.348 INFO STEP 595 (remove_files) COMPLETE
75282026-09-18T16:44:08.083Z[ recovery-image] Sep 18 16:44:07.348 INFO O| Sep 18 16:44:07.348 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.359 INFO O| Sep 18 16:44:07.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
75302026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.359 INFO O| Sep 18 16:44:07.359 INFO STEP 596 (remove_files) COMPLETE
75312026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.359 INFO O| Sep 18 16:44:07.359 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.370 INFO O| Sep 18 16:44:07.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
75332026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.370 INFO O| Sep 18 16:44:07.370 INFO STEP 597 (remove_files) COMPLETE
75342026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.370 INFO O| Sep 18 16:44:07.370 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.381 INFO O| Sep 18 16:44:07.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
75362026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.381 INFO O| Sep 18 16:44:07.381 INFO STEP 598 (remove_files) COMPLETE
75372026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.381 INFO O| Sep 18 16:44:07.381 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.391 INFO O| Sep 18 16:44:07.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75392026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.391 INFO O| Sep 18 16:44:07.391 INFO STEP 599 (remove_files) COMPLETE
75402026-09-18T16:44:08.130Z[ recovery-image] Sep 18 16:44:07.391 INFO O| Sep 18 16:44:07.391 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-09-18T16:44:08.134Z[ recovery-image] Sep 18 16:44:07.402 INFO O| Sep 18 16:44:07.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75422026-09-18T16:44:08.134Z[ recovery-image] Sep 18 16:44:07.402 INFO O| Sep 18 16:44:07.402 INFO STEP 600 (remove_files) COMPLETE
75432026-09-18T16:44:08.134Z[ recovery-image] Sep 18 16:44:07.402 INFO O| Sep 18 16:44:07.402 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-09-18T16:44:08.147Z[ recovery-image] Sep 18 16:44:07.416 INFO O| Sep 18 16:44:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75452026-09-18T16:44:08.147Z[ recovery-image] Sep 18 16:44:07.416 INFO O| Sep 18 16:44:07.413 INFO STEP 601 (remove_files) COMPLETE
75462026-09-18T16:44:08.147Z[ recovery-image] Sep 18 16:44:07.416 INFO O| Sep 18 16:44:07.413 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-09-18T16:44:08.157Z[ recovery-image] Sep 18 16:44:07.425 INFO O| Sep 18 16:44:07.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75482026-09-18T16:44:08.157Z[ recovery-image] Sep 18 16:44:07.425 INFO O| Sep 18 16:44:07.423 INFO STEP 602 (remove_files) COMPLETE
75492026-09-18T16:44:08.157Z[ recovery-image] Sep 18 16:44:07.425 INFO O| Sep 18 16:44:07.423 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-18T16:44:08.166Z[ recovery-image] Sep 18 16:44:07.434 INFO O| Sep 18 16:44:07.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75512026-09-18T16:44:08.166Z[ recovery-image] Sep 18 16:44:07.434 INFO O| Sep 18 16:44:07.434 INFO STEP 603 (remove_files) COMPLETE
75522026-09-18T16:44:08.166Z[ recovery-image] Sep 18 16:44:07.434 INFO O| Sep 18 16:44:07.434 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-18T16:44:08.175Z[ recovery-image] Sep 18 16:44:07.444 INFO O| Sep 18 16:44:07.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75542026-09-18T16:44:08.175Z[ recovery-image] Sep 18 16:44:07.444 INFO O| Sep 18 16:44:07.444 INFO STEP 604 (remove_files) COMPLETE
75552026-09-18T16:44:08.175Z[ recovery-image] Sep 18 16:44:07.444 INFO O| Sep 18 16:44:07.444 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-18T16:44:08.185Z[ recovery-image] Sep 18 16:44:07.455 INFO O| Sep 18 16:44:07.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75572026-09-18T16:44:08.185Z[ recovery-image] Sep 18 16:44:07.455 INFO O| Sep 18 16:44:07.455 INFO STEP 605 (remove_files) COMPLETE
75582026-09-18T16:44:08.185Z[ recovery-image] Sep 18 16:44:07.455 INFO O| Sep 18 16:44:07.455 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-18T16:44:08.196Z[ recovery-image] Sep 18 16:44:07.465 INFO O| Sep 18 16:44:07.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75602026-09-18T16:44:08.196Z[ recovery-image] Sep 18 16:44:07.465 INFO O| Sep 18 16:44:07.465 INFO STEP 606 (remove_files) COMPLETE
75612026-09-18T16:44:08.200Z[ recovery-image] Sep 18 16:44:07.465 INFO O| Sep 18 16:44:07.465 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-18T16:44:08.203Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
75632026-09-18T16:44:08.211Z[ recovery-image] Sep 18 16:44:07.475 INFO O| Sep 18 16:44:07.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75642026-09-18T16:44:08.211Z[ recovery-image] Sep 18 16:44:07.475 INFO O| Sep 18 16:44:07.475 INFO STEP 607 (remove_files) COMPLETE
75652026-09-18T16:44:08.211Z[ recovery-image] Sep 18 16:44:07.475 INFO O| Sep 18 16:44:07.475 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-18T16:44:08.215Z[ recovery-image] Sep 18 16:44:07.484 INFO O| Sep 18 16:44:07.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75672026-09-18T16:44:08.215Z[ recovery-image] Sep 18 16:44:07.484 INFO O| Sep 18 16:44:07.484 INFO STEP 608 (remove_files) COMPLETE
75682026-09-18T16:44:08.215Z[ recovery-image] Sep 18 16:44:07.484 INFO O| Sep 18 16:44:07.484 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-18T16:44:08.227Z[ recovery-image] Sep 18 16:44:07.493 INFO O| Sep 18 16:44:07.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75702026-09-18T16:44:08.227Z[ recovery-image] Sep 18 16:44:07.493 INFO O| Sep 18 16:44:07.493 INFO STEP 609 (remove_files) COMPLETE
75712026-09-18T16:44:08.227Z[ recovery-image] Sep 18 16:44:07.493 INFO O| Sep 18 16:44:07.493 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-18T16:44:08.232Z[ recovery-image] Sep 18 16:44:07.502 INFO O| Sep 18 16:44:07.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75732026-09-18T16:44:08.232Z[ recovery-image] Sep 18 16:44:07.502 INFO O| Sep 18 16:44:07.502 INFO STEP 610 (remove_files) COMPLETE
75742026-09-18T16:44:08.236Z[ recovery-image] Sep 18 16:44:07.502 INFO O| Sep 18 16:44:07.502 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-18T16:44:08.242Z[ recovery-image] Sep 18 16:44:07.511 INFO O| Sep 18 16:44:07.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75762026-09-18T16:44:08.242Z[ recovery-image] Sep 18 16:44:07.511 INFO O| Sep 18 16:44:07.511 INFO STEP 611 (remove_files) COMPLETE
75772026-09-18T16:44:08.242Z[ recovery-image] Sep 18 16:44:07.511 INFO O| Sep 18 16:44:07.511 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-18T16:44:08.251Z[ recovery-image] Sep 18 16:44:07.520 INFO O| Sep 18 16:44:07.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75792026-09-18T16:44:08.251Z[ recovery-image] Sep 18 16:44:07.520 INFO O| Sep 18 16:44:07.520 INFO STEP 612 (remove_files) COMPLETE
75802026-09-18T16:44:08.251Z[ recovery-image] Sep 18 16:44:07.520 INFO O| Sep 18 16:44:07.520 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-18T16:44:08.260Z[ recovery-image] Sep 18 16:44:07.529 INFO O| Sep 18 16:44:07.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75822026-09-18T16:44:08.260Z[ recovery-image] Sep 18 16:44:07.529 INFO O| Sep 18 16:44:07.529 INFO STEP 613 (remove_files) COMPLETE
75832026-09-18T16:44:08.260Z[ recovery-image] Sep 18 16:44:07.529 INFO O| Sep 18 16:44:07.529 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-18T16:44:08.268Z[ recovery-image] Sep 18 16:44:07.538 INFO O| Sep 18 16:44:07.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75852026-09-18T16:44:08.268Z[ recovery-image] Sep 18 16:44:07.538 INFO O| Sep 18 16:44:07.538 INFO STEP 614 (remove_files) COMPLETE
75862026-09-18T16:44:08.268Z[ recovery-image] Sep 18 16:44:07.538 INFO O| Sep 18 16:44:07.538 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-18T16:44:08.272Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
75882026-09-18T16:44:08.277Z[ recovery-image] Sep 18 16:44:07.546 INFO O| Sep 18 16:44:07.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75892026-09-18T16:44:08.277Z[ recovery-image] Sep 18 16:44:07.546 INFO O| Sep 18 16:44:07.546 INFO STEP 615 (remove_files) COMPLETE
75902026-09-18T16:44:08.280Z[ recovery-image] Sep 18 16:44:07.546 INFO O| Sep 18 16:44:07.546 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-09-18T16:44:08.285Z[ recovery-image] Sep 18 16:44:07.554 INFO O| Sep 18 16:44:07.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75922026-09-18T16:44:08.295Z[ recovery-image] Sep 18 16:44:07.565 INFO O| Sep 18 16:44:07.556 INFO STEP 616 (remove_files) COMPLETE
75932026-09-18T16:44:08.295Z[ recovery-image] Sep 18 16:44:07.565 INFO O| Sep 18 16:44:07.556 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-09-18T16:44:08.298Z[ recovery-image] Sep 18 16:44:07.566 INFO O| Sep 18 16:44:07.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75952026-09-18T16:44:08.298Z[ recovery-image] Sep 18 16:44:07.566 INFO O| Sep 18 16:44:07.566 INFO STEP 617 (remove_files) COMPLETE
75962026-09-18T16:44:08.299Z[ recovery-image] Sep 18 16:44:07.566 INFO O| Sep 18 16:44:07.566 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-09-18T16:44:08.307Z[ recovery-image] Sep 18 16:44:07.576 INFO O| Sep 18 16:44:07.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75982026-09-18T16:44:08.307Z[ recovery-image] Sep 18 16:44:07.576 INFO O| Sep 18 16:44:07.576 INFO STEP 618 (remove_files) COMPLETE
75992026-09-18T16:44:08.310Z[ recovery-image] Sep 18 16:44:07.576 INFO O| Sep 18 16:44:07.576 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-18T16:44:08.318Z[ recovery-image] Sep 18 16:44:07.587 INFO O| Sep 18 16:44:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
76012026-09-18T16:44:08.318Z[ recovery-image] Sep 18 16:44:07.587 INFO O| Sep 18 16:44:07.587 INFO STEP 619 (remove_files) COMPLETE
76022026-09-18T16:44:08.318Z[ recovery-image] Sep 18 16:44:07.587 INFO O| Sep 18 16:44:07.587 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-09-18T16:44:08.328Z[ recovery-image] Sep 18 16:44:07.597 INFO O| Sep 18 16:44:07.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
76042026-09-18T16:44:08.328Z[ recovery-image] Sep 18 16:44:07.597 INFO O| Sep 18 16:44:07.597 INFO STEP 620 (remove_files) COMPLETE
76052026-09-18T16:44:08.328Z[ recovery-image] Sep 18 16:44:07.597 INFO O| Sep 18 16:44:07.597 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-18T16:44:08.338Z[ recovery-image] Sep 18 16:44:07.607 INFO O| Sep 18 16:44:07.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
76072026-09-18T16:44:08.338Z[ recovery-image] Sep 18 16:44:07.607 INFO O| Sep 18 16:44:07.607 INFO STEP 621 (remove_files) COMPLETE
76082026-09-18T16:44:08.338Z[ recovery-image] Sep 18 16:44:07.607 INFO O| Sep 18 16:44:07.607 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-18T16:44:08.347Z[ recovery-image] Sep 18 16:44:07.617 INFO O| Sep 18 16:44:07.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
76102026-09-18T16:44:08.347Z[ recovery-image] Sep 18 16:44:07.617 INFO O| Sep 18 16:44:07.617 INFO STEP 622 (remove_files) COMPLETE
76112026-09-18T16:44:08.347Z[ recovery-image] Sep 18 16:44:07.617 INFO O| Sep 18 16:44:07.617 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-18T16:44:08.356Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
76132026-09-18T16:44:08.359Z[ recovery-image] Sep 18 16:44:07.628 INFO O| Sep 18 16:44:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
76142026-09-18T16:44:08.359Z[ recovery-image] Sep 18 16:44:07.628 INFO O| Sep 18 16:44:07.628 INFO STEP 623 (remove_files) COMPLETE
76152026-09-18T16:44:08.359Z[ recovery-image] Sep 18 16:44:07.628 INFO O| Sep 18 16:44:07.628 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-18T16:44:08.368Z[ recovery-image] Sep 18 16:44:07.638 INFO O| Sep 18 16:44:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
76172026-09-18T16:44:08.368Z[ recovery-image] Sep 18 16:44:07.638 INFO O| Sep 18 16:44:07.638 INFO STEP 624 (remove_files) COMPLETE
76182026-09-18T16:44:08.368Z[ recovery-image] Sep 18 16:44:07.638 INFO O| Sep 18 16:44:07.638 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-18T16:44:08.379Z[ recovery-image] Sep 18 16:44:07.648 INFO O| Sep 18 16:44:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
76202026-09-18T16:44:08.379Z[ recovery-image] Sep 18 16:44:07.649 INFO O| Sep 18 16:44:07.648 INFO STEP 625 (remove_files) COMPLETE
76212026-09-18T16:44:08.380Z[ recovery-image] Sep 18 16:44:07.649 INFO O| Sep 18 16:44:07.648 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-18T16:44:08.390Z[ recovery-image] Sep 18 16:44:07.660 INFO O| Sep 18 16:44:07.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
76232026-09-18T16:44:08.390Z[ recovery-image] Sep 18 16:44:07.660 INFO O| Sep 18 16:44:07.660 INFO STEP 626 (remove_files) COMPLETE
76242026-09-18T16:44:08.390Z[ recovery-image] Sep 18 16:44:07.660 INFO O| Sep 18 16:44:07.660 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-18T16:44:08.402Z[ recovery-image] Sep 18 16:44:07.671 INFO O| Sep 18 16:44:07.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
76262026-09-18T16:44:08.402Z[ recovery-image] Sep 18 16:44:07.671 INFO O| Sep 18 16:44:07.671 INFO STEP 627 (remove_files) COMPLETE
76272026-09-18T16:44:08.402Z[ recovery-image] Sep 18 16:44:07.671 INFO O| Sep 18 16:44:07.671 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-18T16:44:08.413Z[ recovery-image] Sep 18 16:44:07.682 INFO O| Sep 18 16:44:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
76292026-09-18T16:44:08.413Z[ recovery-image] Sep 18 16:44:07.682 INFO O| Sep 18 16:44:07.682 INFO STEP 628 (remove_files) COMPLETE
76302026-09-18T16:44:08.413Z[ recovery-image] Sep 18 16:44:07.682 INFO O| Sep 18 16:44:07.682 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-18T16:44:08.424Z[ recovery-image] Sep 18 16:44:07.694 INFO O| Sep 18 16:44:07.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
76322026-09-18T16:44:08.424Z[ recovery-image] Sep 18 16:44:07.694 INFO O| Sep 18 16:44:07.694 INFO STEP 629 (remove_files) COMPLETE
76332026-09-18T16:44:08.424Z[ recovery-image] Sep 18 16:44:07.694 INFO O| Sep 18 16:44:07.694 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-18T16:44:08.435Z[ recovery-image] Sep 18 16:44:07.704 INFO O| Sep 18 16:44:07.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
76352026-09-18T16:44:08.435Z[ recovery-image] Sep 18 16:44:07.705 INFO O| Sep 18 16:44:07.705 INFO STEP 630 (remove_files) COMPLETE
76362026-09-18T16:44:08.435Z[ recovery-image] Sep 18 16:44:07.705 INFO O| Sep 18 16:44:07.705 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-18T16:44:08.444Z[ recovery-image] Sep 18 16:44:07.714 INFO O| Sep 18 16:44:07.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
76382026-09-18T16:44:08.444Z[ recovery-image] Sep 18 16:44:07.714 INFO O| Sep 18 16:44:07.714 INFO STEP 631 (remove_files) COMPLETE
76392026-09-18T16:44:08.444Z[ recovery-image] Sep 18 16:44:07.714 INFO O| Sep 18 16:44:07.714 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-18T16:44:08.453Z[ recovery-image] Sep 18 16:44:07.722 INFO O| Sep 18 16:44:07.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76412026-09-18T16:44:08.453Z[ recovery-image] Sep 18 16:44:07.722 INFO O| Sep 18 16:44:07.722 INFO STEP 632 (remove_files) COMPLETE
76422026-09-18T16:44:08.456Z[ recovery-image] Sep 18 16:44:07.722 INFO O| Sep 18 16:44:07.722 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-18T16:44:08.461Z[ recovery-image] Sep 18 16:44:07.731 INFO O| Sep 18 16:44:07.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76442026-09-18T16:44:08.461Z[ recovery-image] Sep 18 16:44:07.731 INFO O| Sep 18 16:44:07.731 INFO STEP 633 (remove_files) COMPLETE
76452026-09-18T16:44:08.465Z[ recovery-image] Sep 18 16:44:07.731 INFO O| Sep 18 16:44:07.731 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-18T16:44:08.470Z[ recovery-image] Sep 18 16:44:07.740 INFO O| Sep 18 16:44:07.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76472026-09-18T16:44:08.470Z[ recovery-image] Sep 18 16:44:07.740 INFO O| Sep 18 16:44:07.740 INFO STEP 634 (remove_files) COMPLETE
76482026-09-18T16:44:08.470Z[ recovery-image] Sep 18 16:44:07.740 INFO O| Sep 18 16:44:07.740 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-18T16:44:08.480Z[ recovery-image] Sep 18 16:44:07.749 INFO O| Sep 18 16:44:07.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76502026-09-18T16:44:08.483Z[ recovery-image] Sep 18 16:44:07.750 INFO O| Sep 18 16:44:07.750 INFO STEP 635 (remove_files) COMPLETE
76512026-09-18T16:44:08.483Z[ recovery-image] Sep 18 16:44:07.750 INFO O| Sep 18 16:44:07.750 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-18T16:44:08.491Z[ recovery-image] Sep 18 16:44:07.759 INFO O| Sep 18 16:44:07.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76532026-09-18T16:44:08.491Z[ recovery-image] Sep 18 16:44:07.759 INFO O| Sep 18 16:44:07.759 INFO STEP 636 (remove_files) COMPLETE
76542026-09-18T16:44:08.496Z[ recovery-image] Sep 18 16:44:07.759 INFO O| Sep 18 16:44:07.759 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-18T16:44:08.499Z[ recovery-image] Sep 18 16:44:07.768 INFO O| Sep 18 16:44:07.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76562026-09-18T16:44:08.499Z[ recovery-image] Sep 18 16:44:07.768 INFO O| Sep 18 16:44:07.768 INFO STEP 637 (remove_files) COMPLETE
76572026-09-18T16:44:08.499Z[ recovery-image] Sep 18 16:44:07.768 INFO O| Sep 18 16:44:07.768 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-18T16:44:08.508Z[ recovery-image] Sep 18 16:44:07.778 INFO O| Sep 18 16:44:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76592026-09-18T16:44:08.508Z[ recovery-image] Sep 18 16:44:07.778 INFO O| Sep 18 16:44:07.778 INFO STEP 638 (remove_files) COMPLETE
76602026-09-18T16:44:08.512Z[ recovery-image] Sep 18 16:44:07.778 INFO O| Sep 18 16:44:07.778 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-18T16:44:08.517Z[ recovery-image] Sep 18 16:44:07.787 INFO O| Sep 18 16:44:07.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76622026-09-18T16:44:08.517Z[ recovery-image] Sep 18 16:44:07.787 INFO O| Sep 18 16:44:07.787 INFO STEP 639 (remove_files) COMPLETE
76632026-09-18T16:44:08.520Z[ recovery-image] Sep 18 16:44:07.787 INFO O| Sep 18 16:44:07.787 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.796 INFO O| Sep 18 16:44:07.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76652026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.796 INFO O| Sep 18 16:44:07.796 INFO STEP 640 (remove_files) COMPLETE
76662026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.796 INFO O| Sep 18 16:44:07.796 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.805 INFO O| Sep 18 16:44:07.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76682026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.805 INFO O| Sep 18 16:44:07.805 INFO STEP 641 (remove_files) COMPLETE
76692026-09-18T16:44:08.537Z[ recovery-image] Sep 18 16:44:07.805 INFO O| Sep 18 16:44:07.805 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-18T16:44:08.545Z[ recovery-image] Sep 18 16:44:07.814 INFO O| Sep 18 16:44:07.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76712026-09-18T16:44:08.545Z[verify-libraries] Compiling drift v0.2.0
76722026-09-18T16:44:08.545Z[ recovery-image] Sep 18 16:44:07.814 INFO O| Sep 18 16:44:07.814 INFO STEP 642 (remove_files) COMPLETE
76732026-09-18T16:44:08.548Z[ recovery-image] Sep 18 16:44:07.814 INFO O| Sep 18 16:44:07.814 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-18T16:44:08.554Z[ recovery-image] Sep 18 16:44:07.824 INFO O| Sep 18 16:44:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76752026-09-18T16:44:08.554Z[ recovery-image] Sep 18 16:44:07.824 INFO O| Sep 18 16:44:07.824 INFO STEP 643 (remove_files) COMPLETE
76762026-09-18T16:44:08.555Z[ recovery-image] Sep 18 16:44:07.824 INFO O| Sep 18 16:44:07.824 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-09-18T16:44:08.565Z[ recovery-image] Sep 18 16:44:07.834 INFO O| Sep 18 16:44:07.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76782026-09-18T16:44:08.565Z[ recovery-image] Sep 18 16:44:07.834 INFO O| Sep 18 16:44:07.834 INFO STEP 644 (remove_files) COMPLETE
76792026-09-18T16:44:08.568Z[ recovery-image] Sep 18 16:44:07.834 INFO O| Sep 18 16:44:07.834 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-18T16:44:08.573Z[ recovery-image] Sep 18 16:44:07.843 INFO O| Sep 18 16:44:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76812026-09-18T16:44:08.573Z[ recovery-image] Sep 18 16:44:07.843 INFO O| Sep 18 16:44:07.843 INFO STEP 645 (remove_files) COMPLETE
76822026-09-18T16:44:08.576Z[ recovery-image] Sep 18 16:44:07.843 INFO O| Sep 18 16:44:07.843 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-18T16:44:08.582Z[ recovery-image] Sep 18 16:44:07.851 INFO O| Sep 18 16:44:07.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76842026-09-18T16:44:08.582Z[ recovery-image] Sep 18 16:44:07.852 INFO O| Sep 18 16:44:07.851 INFO STEP 646 (remove_files) COMPLETE
76852026-09-18T16:44:08.582Z[ recovery-image] Sep 18 16:44:07.852 INFO O| Sep 18 16:44:07.852 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-18T16:44:08.590Z[ recovery-image] Sep 18 16:44:07.859 INFO O| Sep 18 16:44:07.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76872026-09-18T16:44:08.590Z[ recovery-image] Sep 18 16:44:07.859 INFO O| Sep 18 16:44:07.859 INFO STEP 647 (remove_files) COMPLETE
76882026-09-18T16:44:08.590Z[ recovery-image] Sep 18 16:44:07.859 INFO O| Sep 18 16:44:07.859 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-18T16:44:08.595Z[verify-libraries] Compiling uzers v0.12.2
76902026-09-18T16:44:08.598Z[ recovery-image] Sep 18 16:44:07.868 INFO O| Sep 18 16:44:07.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76912026-09-18T16:44:08.598Z[ recovery-image] Sep 18 16:44:07.868 INFO O| Sep 18 16:44:07.868 INFO STEP 648 (remove_files) COMPLETE
76922026-09-18T16:44:08.599Z[ recovery-image] Sep 18 16:44:07.868 INFO O| Sep 18 16:44:07.868 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-18T16:44:08.606Z[ recovery-image] Sep 18 16:44:07.876 INFO O| Sep 18 16:44:07.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76942026-09-18T16:44:08.610Z[ recovery-image] Sep 18 16:44:07.876 INFO O| Sep 18 16:44:07.876 INFO STEP 649 (remove_files) COMPLETE
76952026-09-18T16:44:08.610Z[ recovery-image] Sep 18 16:44:07.876 INFO O| Sep 18 16:44:07.876 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-18T16:44:08.614Z[ recovery-image] Sep 18 16:44:07.884 INFO O| Sep 18 16:44:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76972026-09-18T16:44:08.614Z[ recovery-image] Sep 18 16:44:07.884 INFO O| Sep 18 16:44:07.884 INFO STEP 650 (remove_files) COMPLETE
76982026-09-18T16:44:08.615Z[ recovery-image] Sep 18 16:44:07.884 INFO O| Sep 18 16:44:07.884 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-18T16:44:08.622Z[ recovery-image] Sep 18 16:44:07.892 INFO O| Sep 18 16:44:07.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
77002026-09-18T16:44:08.622Z[ recovery-image] Sep 18 16:44:07.892 INFO O| Sep 18 16:44:07.892 INFO STEP 651 (remove_files) COMPLETE
77012026-09-18T16:44:08.626Z[ recovery-image] Sep 18 16:44:07.892 INFO O| Sep 18 16:44:07.892 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-18T16:44:08.629Z[verify-libraries] Compiling parse-size v1.1.0
77032026-09-18T16:44:08.632Z[ recovery-image] Sep 18 16:44:07.901 INFO O| Sep 18 16:44:07.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
77042026-09-18T16:44:08.633Z[ recovery-image] Sep 18 16:44:07.901 INFO O| Sep 18 16:44:07.901 INFO STEP 652 (remove_files) COMPLETE
77052026-09-18T16:44:08.633Z[ recovery-image] Sep 18 16:44:07.901 INFO O| Sep 18 16:44:07.901 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-09-18T16:44:08.641Z[ recovery-image] Sep 18 16:44:07.911 INFO O| Sep 18 16:44:07.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
77072026-09-18T16:44:08.641Z[ recovery-image] Sep 18 16:44:07.911 INFO O| Sep 18 16:44:07.911 INFO STEP 653 (remove_files) COMPLETE
77082026-09-18T16:44:08.645Z[ recovery-image] Sep 18 16:44:07.911 INFO O| Sep 18 16:44:07.911 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-09-18T16:44:08.652Z[ recovery-image] Sep 18 16:44:07.921 INFO O| Sep 18 16:44:07.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
77102026-09-18T16:44:08.652Z[ recovery-image] Sep 18 16:44:07.921 INFO O| Sep 18 16:44:07.921 INFO STEP 654 (remove_files) COMPLETE
77112026-09-18T16:44:08.652Z[ recovery-image] Sep 18 16:44:07.921 INFO O| Sep 18 16:44:07.921 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-09-18T16:44:08.667Z[ recovery-image] Sep 18 16:44:07.937 INFO O| Sep 18 16:44:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
77132026-09-18T16:44:08.668Z[ recovery-image] Sep 18 16:44:07.937 INFO O| Sep 18 16:44:07.937 INFO STEP 655 (remove_files) COMPLETE
77142026-09-18T16:44:08.671Z[ recovery-image] Sep 18 16:44:07.937 INFO O| Sep 18 16:44:07.937 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-09-18T16:44:08.676Z[ recovery-image] Sep 18 16:44:07.946 INFO O| Sep 18 16:44:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
77162026-09-18T16:44:08.676Z[ recovery-image] Sep 18 16:44:07.946 INFO O| Sep 18 16:44:07.946 INFO STEP 656 (remove_files) COMPLETE
77172026-09-18T16:44:08.680Z[ recovery-image] Sep 18 16:44:07.946 INFO O| Sep 18 16:44:07.946 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-09-18T16:44:08.686Z[ recovery-image] Sep 18 16:44:07.955 INFO O| Sep 18 16:44:07.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
77192026-09-18T16:44:08.686Z[ recovery-image] Sep 18 16:44:07.955 INFO O| Sep 18 16:44:07.955 INFO STEP 657 (remove_files) COMPLETE
77202026-09-18T16:44:08.689Z[ recovery-image] Sep 18 16:44:07.955 INFO O| Sep 18 16:44:07.955 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-09-18T16:44:08.694Z[ recovery-image] Sep 18 16:44:07.964 INFO O| Sep 18 16:44:07.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
77222026-09-18T16:44:08.697Z[ recovery-image] Sep 18 16:44:07.967 INFO O| Sep 18 16:44:07.967 INFO STEP 658 (remove_files) COMPLETE
77232026-09-18T16:44:08.697Z[ recovery-image] Sep 18 16:44:07.967 INFO O| Sep 18 16:44:07.967 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-09-18T16:44:08.708Z[ recovery-image] Sep 18 16:44:07.978 INFO O| Sep 18 16:44:07.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
77252026-09-18T16:44:08.708Z[ recovery-image] Sep 18 16:44:07.978 INFO O| Sep 18 16:44:07.978 INFO STEP 659 (remove_files) COMPLETE
77262026-09-18T16:44:08.712Z[ recovery-image] Sep 18 16:44:07.978 INFO O| Sep 18 16:44:07.978 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-09-18T16:44:08.718Z[ recovery-image] Sep 18 16:44:07.988 INFO O| Sep 18 16:44:07.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
77282026-09-18T16:44:08.718Z[ recovery-image] Sep 18 16:44:07.988 INFO O| Sep 18 16:44:07.988 INFO STEP 660 (remove_files) COMPLETE
77292026-09-18T16:44:08.718Z[ recovery-image] Sep 18 16:44:07.988 INFO O| Sep 18 16:44:07.988 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-09-18T16:44:08.728Z[ recovery-image] Sep 18 16:44:07.998 INFO O| Sep 18 16:44:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
77312026-09-18T16:44:08.728Z[ recovery-image] Sep 18 16:44:07.998 INFO O| Sep 18 16:44:07.998 INFO STEP 661 (remove_files) COMPLETE
77322026-09-18T16:44:08.731Z[ recovery-image] Sep 18 16:44:07.998 INFO O| Sep 18 16:44:07.998 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-09-18T16:44:08.738Z[ recovery-image] Sep 18 16:44:08.008 INFO O| Sep 18 16:44:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
77342026-09-18T16:44:08.738Z[ recovery-image] Sep 18 16:44:08.008 INFO O| Sep 18 16:44:08.008 INFO STEP 662 (remove_files) COMPLETE
77352026-09-18T16:44:08.738Z[ recovery-image] Sep 18 16:44:08.008 INFO O| Sep 18 16:44:08.008 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-09-18T16:44:08.748Z[ recovery-image] Sep 18 16:44:08.018 INFO O| Sep 18 16:44:08.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
77372026-09-18T16:44:08.757Z[ recovery-image] Sep 18 16:44:08.027 INFO O| Sep 18 16:44:08.027 INFO STEP 663 (remove_files) COMPLETE
77382026-09-18T16:44:08.757Z[ recovery-image] Sep 18 16:44:08.027 INFO O| Sep 18 16:44:08.027 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-09-18T16:44:08.791Z[ recovery-image] Sep 18 16:44:08.061 INFO O| Sep 18 16:44:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77402026-09-18T16:44:08.792Z[ recovery-image] Sep 18 16:44:08.061 INFO O| Sep 18 16:44:08.061 INFO STEP 664 (remove_files) COMPLETE
77412026-09-18T16:44:08.792Z[ recovery-image] Sep 18 16:44:08.061 INFO O| Sep 18 16:44:08.061 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-09-18T16:44:08.802Z[ recovery-image] Sep 18 16:44:08.071 INFO O| Sep 18 16:44:08.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77432026-09-18T16:44:08.802Z[ recovery-image] Sep 18 16:44:08.072 INFO O| Sep 18 16:44:08.072 INFO STEP 665 (remove_files) COMPLETE
77442026-09-18T16:44:08.805Z[ recovery-image] Sep 18 16:44:08.072 INFO O| Sep 18 16:44:08.072 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-09-18T16:44:08.812Z[ recovery-image] Sep 18 16:44:08.081 INFO O| Sep 18 16:44:08.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77462026-09-18T16:44:08.815Z[ recovery-image] Sep 18 16:44:08.082 INFO O| Sep 18 16:44:08.082 INFO STEP 666 (remove_files) COMPLETE
77472026-09-18T16:44:08.815Z[ recovery-image] Sep 18 16:44:08.082 INFO O| Sep 18 16:44:08.082 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-18T16:44:08.822Z[ recovery-image] Sep 18 16:44:08.092 INFO O| Sep 18 16:44:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77492026-09-18T16:44:08.822Z[ recovery-image] Sep 18 16:44:08.092 INFO O| Sep 18 16:44:08.092 INFO STEP 667 (remove_files) COMPLETE
77502026-09-18T16:44:08.822Z[ recovery-image] Sep 18 16:44:08.092 INFO O| Sep 18 16:44:08.092 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-18T16:44:08.831Z[ recovery-image] Sep 18 16:44:08.100 INFO O| Sep 18 16:44:08.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77522026-09-18T16:44:08.834Z[ recovery-image] Sep 18 16:44:08.100 INFO O| Sep 18 16:44:08.100 INFO STEP 668 (remove_files) COMPLETE
77532026-09-18T16:44:08.834Z[ recovery-image] Sep 18 16:44:08.100 INFO O| Sep 18 16:44:08.100 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-18T16:44:08.844Z[ recovery-image] Sep 18 16:44:08.113 INFO O| Sep 18 16:44:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77552026-09-18T16:44:08.844Z[ recovery-image] Sep 18 16:44:08.113 INFO O| Sep 18 16:44:08.113 INFO STEP 669 (remove_files) COMPLETE
77562026-09-18T16:44:08.844Z[ recovery-image] Sep 18 16:44:08.113 INFO O| Sep 18 16:44:08.113 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-18T16:44:08.857Z[ recovery-image] Sep 18 16:44:08.126 INFO O| Sep 18 16:44:08.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77582026-09-18T16:44:08.857Z[ recovery-image] Sep 18 16:44:08.126 INFO O| Sep 18 16:44:08.125 INFO STEP 670 (remove_files) COMPLETE
77592026-09-18T16:44:08.857Z[ recovery-image] Sep 18 16:44:08.126 INFO O| Sep 18 16:44:08.125 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-18T16:44:08.865Z[ recovery-image] Sep 18 16:44:08.135 INFO O| Sep 18 16:44:08.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77612026-09-18T16:44:08.865Z[ recovery-image] Sep 18 16:44:08.135 INFO O| Sep 18 16:44:08.135 INFO STEP 671 (remove_files) COMPLETE
77622026-09-18T16:44:08.865Z[ recovery-image] Sep 18 16:44:08.135 INFO O| Sep 18 16:44:08.135 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-18T16:44:08.875Z[ recovery-image] Sep 18 16:44:08.144 INFO O| Sep 18 16:44:08.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77642026-09-18T16:44:08.875Z[ recovery-image] Sep 18 16:44:08.144 INFO O| Sep 18 16:44:08.144 INFO STEP 672 (remove_files) COMPLETE
77652026-09-18T16:44:08.875Z[ recovery-image] Sep 18 16:44:08.144 INFO O| Sep 18 16:44:08.144 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-18T16:44:08.885Z[ recovery-image] Sep 18 16:44:08.155 INFO O| Sep 18 16:44:08.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77672026-09-18T16:44:08.885Z[ recovery-image] Sep 18 16:44:08.155 INFO O| Sep 18 16:44:08.155 INFO STEP 673 (remove_files) COMPLETE
77682026-09-18T16:44:08.885Z[ recovery-image] Sep 18 16:44:08.155 INFO O| Sep 18 16:44:08.155 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-18T16:44:08.891Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
77702026-09-18T16:44:08.896Z[ recovery-image] Sep 18 16:44:08.166 INFO O| Sep 18 16:44:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77712026-09-18T16:44:08.896Z[ recovery-image] Sep 18 16:44:08.166 INFO O| Sep 18 16:44:08.166 INFO STEP 674 (remove_files) COMPLETE
77722026-09-18T16:44:08.896Z[ recovery-image] Sep 18 16:44:08.166 INFO O| Sep 18 16:44:08.166 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-09-18T16:44:08.906Z[ recovery-image] Sep 18 16:44:08.175 INFO O| Sep 18 16:44:08.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77742026-09-18T16:44:08.906Z[ recovery-image] Sep 18 16:44:08.175 INFO O| Sep 18 16:44:08.175 INFO STEP 675 (remove_files) COMPLETE
77752026-09-18T16:44:08.906Z[ recovery-image] Sep 18 16:44:08.175 INFO O| Sep 18 16:44:08.175 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-09-18T16:44:08.917Z[ recovery-image] Sep 18 16:44:08.186 INFO O| Sep 18 16:44:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77772026-09-18T16:44:08.917Z[ recovery-image] Sep 18 16:44:08.187 INFO O| Sep 18 16:44:08.187 INFO STEP 676 (remove_files) COMPLETE
77782026-09-18T16:44:08.917Z[ recovery-image] Sep 18 16:44:08.187 INFO O| Sep 18 16:44:08.187 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-09-18T16:44:08.927Z[ recovery-image] Sep 18 16:44:08.197 INFO O| Sep 18 16:44:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77802026-09-18T16:44:08.927Z[ recovery-image] Sep 18 16:44:08.197 INFO O| Sep 18 16:44:08.197 INFO STEP 677 (remove_files) COMPLETE
77812026-09-18T16:44:08.927Z[ recovery-image] Sep 18 16:44:08.197 INFO O| Sep 18 16:44:08.197 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-09-18T16:44:08.938Z[ recovery-image] Sep 18 16:44:08.207 INFO O| Sep 18 16:44:08.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77832026-09-18T16:44:08.938Z[ recovery-image] Sep 18 16:44:08.208 INFO O| Sep 18 16:44:08.207 INFO STEP 678 (remove_files) COMPLETE
77842026-09-18T16:44:08.942Z[ recovery-image] Sep 18 16:44:08.208 INFO O| Sep 18 16:44:08.208 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-09-18T16:44:08.948Z[ recovery-image] Sep 18 16:44:08.217 INFO O| Sep 18 16:44:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77862026-09-18T16:44:08.951Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
77872026-09-18T16:44:08.951Z[ recovery-image] Sep 18 16:44:08.218 INFO O| Sep 18 16:44:08.218 INFO STEP 679 (remove_files) COMPLETE
77882026-09-18T16:44:08.951Z[ recovery-image] Sep 18 16:44:08.218 INFO O| Sep 18 16:44:08.218 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-18T16:44:08.959Z[ recovery-image] Sep 18 16:44:08.229 INFO O| Sep 18 16:44:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77902026-09-18T16:44:08.960Z[ recovery-image] Sep 18 16:44:08.229 INFO O| Sep 18 16:44:08.229 INFO STEP 680 (remove_files) COMPLETE
77912026-09-18T16:44:08.960Z[ recovery-image] Sep 18 16:44:08.229 INFO O| Sep 18 16:44:08.229 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-18T16:44:08.969Z[ recovery-image] Sep 18 16:44:08.238 INFO O| Sep 18 16:44:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77932026-09-18T16:44:08.969Z[ recovery-image] Sep 18 16:44:08.238 INFO O| Sep 18 16:44:08.238 INFO STEP 681 (remove_files) COMPLETE
77942026-09-18T16:44:08.969Z[ recovery-image] Sep 18 16:44:08.238 INFO O| Sep 18 16:44:08.238 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-18T16:44:08.979Z[ recovery-image] Sep 18 16:44:08.248 INFO O| Sep 18 16:44:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77962026-09-18T16:44:08.979Z[ recovery-image] Sep 18 16:44:08.248 INFO O| Sep 18 16:44:08.248 INFO STEP 682 (remove_files) COMPLETE
77972026-09-18T16:44:08.979Z[ recovery-image] Sep 18 16:44:08.248 INFO O| Sep 18 16:44:08.248 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-18T16:44:08.988Z[ recovery-image] Sep 18 16:44:08.258 INFO O| Sep 18 16:44:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77992026-09-18T16:44:08.988Z[ recovery-image] Sep 18 16:44:08.258 INFO O| Sep 18 16:44:08.258 INFO STEP 683 (remove_files) COMPLETE
78002026-09-18T16:44:08.988Z[ recovery-image] Sep 18 16:44:08.258 INFO O| Sep 18 16:44:08.258 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-18T16:44:08.998Z[ recovery-image] Sep 18 16:44:08.267 INFO O| Sep 18 16:44:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
78022026-09-18T16:44:08.998Z[ recovery-image] Sep 18 16:44:08.267 INFO O| Sep 18 16:44:08.267 INFO STEP 684 (remove_files) COMPLETE
78032026-09-18T16:44:08.998Z[ recovery-image] Sep 18 16:44:08.267 INFO O| Sep 18 16:44:08.267 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-18T16:44:09.010Z[ recovery-image] Sep 18 16:44:08.278 INFO O| Sep 18 16:44:08.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
78052026-09-18T16:44:09.010Z[ recovery-image] Sep 18 16:44:08.278 INFO O| Sep 18 16:44:08.278 INFO STEP 685 (remove_files) COMPLETE
78062026-09-18T16:44:09.013Z[ recovery-image] Sep 18 16:44:08.278 INFO O| Sep 18 16:44:08.278 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-18T16:44:09.018Z[ recovery-image] Sep 18 16:44:08.288 INFO O| Sep 18 16:44:08.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
78082026-09-18T16:44:09.018Z[ recovery-image] Sep 18 16:44:08.288 INFO O| Sep 18 16:44:08.288 INFO STEP 686 (remove_files) COMPLETE
78092026-09-18T16:44:09.018Z[ recovery-image] Sep 18 16:44:08.288 INFO O| Sep 18 16:44:08.288 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-18T16:44:09.028Z[ recovery-image] Sep 18 16:44:08.298 INFO O| Sep 18 16:44:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
78112026-09-18T16:44:09.028Z[ recovery-image] Sep 18 16:44:08.298 INFO O| Sep 18 16:44:08.298 INFO STEP 687 (remove_files) COMPLETE
78122026-09-18T16:44:09.032Z[ recovery-image] Sep 18 16:44:08.298 INFO O| Sep 18 16:44:08.298 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-18T16:44:09.038Z[ recovery-image] Sep 18 16:44:08.308 INFO O| Sep 18 16:44:08.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
78142026-09-18T16:44:09.039Z[ recovery-image] Sep 18 16:44:08.308 INFO O| Sep 18 16:44:08.308 INFO STEP 688 (remove_files) COMPLETE
78152026-09-18T16:44:09.039Z[ recovery-image] Sep 18 16:44:08.308 INFO O| Sep 18 16:44:08.308 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-18T16:44:09.049Z[ recovery-image] Sep 18 16:44:08.319 INFO O| Sep 18 16:44:08.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
78172026-09-18T16:44:09.049Z[ recovery-image] Sep 18 16:44:08.319 INFO O| Sep 18 16:44:08.319 INFO STEP 689 (remove_files) COMPLETE
78182026-09-18T16:44:09.049Z[ recovery-image] Sep 18 16:44:08.319 INFO O| Sep 18 16:44:08.319 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-18T16:44:09.058Z[ recovery-image] Sep 18 16:44:08.328 INFO O| Sep 18 16:44:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
78202026-09-18T16:44:09.058Z[ recovery-image] Sep 18 16:44:08.328 INFO O| Sep 18 16:44:08.328 INFO STEP 690 (remove_files) COMPLETE
78212026-09-18T16:44:09.062Z[ recovery-image] Sep 18 16:44:08.328 INFO O| Sep 18 16:44:08.328 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-18T16:44:09.068Z[ recovery-image] Sep 18 16:44:08.337 INFO O| Sep 18 16:44:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
78232026-09-18T16:44:09.068Z[ recovery-image] Sep 18 16:44:08.337 INFO O| Sep 18 16:44:08.337 INFO STEP 691 (remove_files) COMPLETE
78242026-09-18T16:44:09.069Z[ recovery-image] Sep 18 16:44:08.337 INFO O| Sep 18 16:44:08.337 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-18T16:44:09.076Z[ recovery-image] Sep 18 16:44:08.345 INFO O| Sep 18 16:44:08.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
78262026-09-18T16:44:09.076Z[ recovery-image] Sep 18 16:44:08.345 INFO O| Sep 18 16:44:08.345 INFO STEP 692 (remove_files) COMPLETE
78272026-09-18T16:44:09.076Z[ recovery-image] Sep 18 16:44:08.345 INFO O| Sep 18 16:44:08.345 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-18T16:44:09.085Z[ recovery-image] Sep 18 16:44:08.355 INFO O| Sep 18 16:44:08.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
78292026-09-18T16:44:09.085Z[ recovery-image] Sep 18 16:44:08.355 INFO O| Sep 18 16:44:08.355 INFO STEP 693 (remove_files) COMPLETE
78302026-09-18T16:44:09.085Z[ recovery-image] Sep 18 16:44:08.355 INFO O| Sep 18 16:44:08.355 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-18T16:44:09.095Z[ recovery-image] Sep 18 16:44:08.364 INFO O| Sep 18 16:44:08.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
78322026-09-18T16:44:09.095Z[ recovery-image] Sep 18 16:44:08.364 INFO O| Sep 18 16:44:08.364 INFO STEP 694 (remove_files) COMPLETE
78332026-09-18T16:44:09.095Z[ recovery-image] Sep 18 16:44:08.364 INFO O| Sep 18 16:44:08.364 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-18T16:44:09.104Z[ recovery-image] Sep 18 16:44:08.373 INFO O| Sep 18 16:44:08.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
78352026-09-18T16:44:09.104Z[ recovery-image] Sep 18 16:44:08.373 INFO O| Sep 18 16:44:08.373 INFO STEP 695 (remove_files) COMPLETE
78362026-09-18T16:44:09.104Z[ recovery-image] Sep 18 16:44:08.373 INFO O| Sep 18 16:44:08.373 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-18T16:44:09.112Z[ recovery-image] Sep 18 16:44:08.382 INFO O| Sep 18 16:44:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
78382026-09-18T16:44:09.112Z[ recovery-image] Sep 18 16:44:08.382 INFO O| Sep 18 16:44:08.382 INFO STEP 696 (remove_files) COMPLETE
78392026-09-18T16:44:09.112Z[ recovery-image] Sep 18 16:44:08.382 INFO O| Sep 18 16:44:08.382 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-18T16:44:09.121Z[ recovery-image] Sep 18 16:44:08.390 INFO O| Sep 18 16:44:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78412026-09-18T16:44:09.121Z[ recovery-image] Sep 18 16:44:08.390 INFO O| Sep 18 16:44:08.390 INFO STEP 697 (remove_files) COMPLETE
78422026-09-18T16:44:09.124Z[ recovery-image] Sep 18 16:44:08.390 INFO O| Sep 18 16:44:08.390 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-18T16:44:09.129Z[ recovery-image] Sep 18 16:44:08.398 INFO O| Sep 18 16:44:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78442026-09-18T16:44:09.129Z[ recovery-image] Sep 18 16:44:08.399 INFO O| Sep 18 16:44:08.399 INFO STEP 698 (remove_files) COMPLETE
78452026-09-18T16:44:09.129Z[ recovery-image] Sep 18 16:44:08.399 INFO O| Sep 18 16:44:08.399 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-18T16:44:09.138Z[ recovery-image] Sep 18 16:44:08.407 INFO O| Sep 18 16:44:08.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78472026-09-18T16:44:09.138Z[ recovery-image] Sep 18 16:44:08.407 INFO O| Sep 18 16:44:08.407 INFO STEP 699 (remove_files) COMPLETE
78482026-09-18T16:44:09.138Z[ recovery-image] Sep 18 16:44:08.407 INFO O| Sep 18 16:44:08.407 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-18T16:44:09.151Z[ recovery-image] Sep 18 16:44:08.418 INFO O| Sep 18 16:44:08.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78502026-09-18T16:44:09.151Z[ recovery-image] Sep 18 16:44:08.418 INFO O| Sep 18 16:44:08.418 INFO STEP 700 (remove_files) COMPLETE
78512026-09-18T16:44:09.151Z[ recovery-image] Sep 18 16:44:08.418 INFO O| Sep 18 16:44:08.418 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-18T16:44:09.159Z[ recovery-image] Sep 18 16:44:08.428 INFO O| Sep 18 16:44:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78532026-09-18T16:44:09.159Z[ recovery-image] Sep 18 16:44:08.428 INFO O| Sep 18 16:44:08.428 INFO STEP 701 (remove_files) COMPLETE
78542026-09-18T16:44:09.159Z[ recovery-image] Sep 18 16:44:08.428 INFO O| Sep 18 16:44:08.428 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-18T16:44:09.167Z[ recovery-image] Sep 18 16:44:08.436 INFO O| Sep 18 16:44:08.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78562026-09-18T16:44:09.167Z[ recovery-image] Sep 18 16:44:08.436 INFO O| Sep 18 16:44:08.436 INFO STEP 702 (remove_files) COMPLETE
78572026-09-18T16:44:09.172Z[ recovery-image] Sep 18 16:44:08.436 INFO O| Sep 18 16:44:08.436 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-18T16:44:09.176Z[ recovery-image] Sep 18 16:44:08.445 INFO O| Sep 18 16:44:08.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78592026-09-18T16:44:09.176Z[ recovery-image] Sep 18 16:44:08.445 INFO O| Sep 18 16:44:08.445 INFO STEP 703 (remove_files) COMPLETE
78602026-09-18T16:44:09.176Z[ recovery-image] Sep 18 16:44:08.445 INFO O| Sep 18 16:44:08.445 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-18T16:44:09.185Z[ recovery-image] Sep 18 16:44:08.454 INFO O| Sep 18 16:44:08.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78622026-09-18T16:44:09.185Z[ recovery-image] Sep 18 16:44:08.454 INFO O| Sep 18 16:44:08.454 INFO STEP 704 (remove_files) COMPLETE
78632026-09-18T16:44:09.185Z[ recovery-image] Sep 18 16:44:08.454 INFO O| Sep 18 16:44:08.454 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-18T16:44:09.196Z[ recovery-image] Sep 18 16:44:08.464 INFO O| Sep 18 16:44:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78652026-09-18T16:44:09.196Z[ recovery-image] Sep 18 16:44:08.464 INFO O| Sep 18 16:44:08.464 INFO STEP 705 (remove_files) COMPLETE
78662026-09-18T16:44:09.196Z[ recovery-image] Sep 18 16:44:08.464 INFO O| Sep 18 16:44:08.464 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-18T16:44:09.204Z[ recovery-image] Sep 18 16:44:08.474 INFO O| Sep 18 16:44:08.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78682026-09-18T16:44:09.204Z[ recovery-image] Sep 18 16:44:08.474 INFO O| Sep 18 16:44:08.474 INFO STEP 706 (remove_files) COMPLETE
78692026-09-18T16:44:09.204Z[ recovery-image] Sep 18 16:44:08.474 INFO O| Sep 18 16:44:08.474 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-18T16:44:09.214Z[ recovery-image] Sep 18 16:44:08.483 INFO O| Sep 18 16:44:08.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78712026-09-18T16:44:09.214Z[ recovery-image] Sep 18 16:44:08.483 INFO O| Sep 18 16:44:08.483 INFO STEP 707 (remove_files) COMPLETE
78722026-09-18T16:44:09.214Z[ recovery-image] Sep 18 16:44:08.483 INFO O| Sep 18 16:44:08.483 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-18T16:44:09.223Z[ recovery-image] Sep 18 16:44:08.492 INFO O| Sep 18 16:44:08.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78742026-09-18T16:44:09.223Z[ recovery-image] Sep 18 16:44:08.492 INFO O| Sep 18 16:44:08.492 INFO STEP 708 (remove_files) COMPLETE
78752026-09-18T16:44:09.223Z[ recovery-image] Sep 18 16:44:08.492 INFO O| Sep 18 16:44:08.492 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-18T16:44:09.235Z[ recovery-image] Sep 18 16:44:08.501 INFO O| Sep 18 16:44:08.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78772026-09-18T16:44:09.235Z[ recovery-image] Sep 18 16:44:08.501 INFO O| Sep 18 16:44:08.501 INFO STEP 709 (remove_files) COMPLETE
78782026-09-18T16:44:09.235Z[ recovery-image] Sep 18 16:44:08.501 INFO O| Sep 18 16:44:08.501 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-18T16:44:09.241Z[ recovery-image] Sep 18 16:44:08.510 INFO O| Sep 18 16:44:08.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78802026-09-18T16:44:09.242Z[ recovery-image] Sep 18 16:44:08.510 INFO O| Sep 18 16:44:08.510 INFO STEP 710 (remove_files) COMPLETE
78812026-09-18T16:44:09.242Z[ recovery-image] Sep 18 16:44:08.510 INFO O| Sep 18 16:44:08.510 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-18T16:44:09.251Z[ recovery-image] Sep 18 16:44:08.521 INFO O| Sep 18 16:44:08.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78832026-09-18T16:44:09.251Z[ recovery-image] Sep 18 16:44:08.521 INFO O| Sep 18 16:44:08.521 INFO STEP 711 (remove_files) COMPLETE
78842026-09-18T16:44:09.251Z[ recovery-image] Sep 18 16:44:08.521 INFO O| Sep 18 16:44:08.521 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-18T16:44:09.263Z[ recovery-image] Sep 18 16:44:08.532 INFO O| Sep 18 16:44:08.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78862026-09-18T16:44:09.263Z[ recovery-image] Sep 18 16:44:08.532 INFO O| Sep 18 16:44:08.532 INFO STEP 712 (remove_files) COMPLETE
78872026-09-18T16:44:09.263Z[ recovery-image] Sep 18 16:44:08.532 INFO O| Sep 18 16:44:08.532 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-18T16:44:09.274Z[ recovery-image] Sep 18 16:44:08.543 INFO O| Sep 18 16:44:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78892026-09-18T16:44:09.274Z[ recovery-image] Sep 18 16:44:08.543 INFO O| Sep 18 16:44:08.543 INFO STEP 713 (remove_files) COMPLETE
78902026-09-18T16:44:09.277Z[ recovery-image] Sep 18 16:44:08.543 INFO O| Sep 18 16:44:08.543 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-18T16:44:09.284Z[ recovery-image] Sep 18 16:44:08.553 INFO O| Sep 18 16:44:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78922026-09-18T16:44:09.284Z[ recovery-image] Sep 18 16:44:08.553 INFO O| Sep 18 16:44:08.553 INFO STEP 714 (remove_files) COMPLETE
78932026-09-18T16:44:09.288Z[ recovery-image] Sep 18 16:44:08.553 INFO O| Sep 18 16:44:08.553 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-18T16:44:09.294Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78952026-09-18T16:44:09.297Z[ recovery-image] Sep 18 16:44:08.564 INFO O| Sep 18 16:44:08.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78962026-09-18T16:44:09.297Z[ recovery-image] Sep 18 16:44:08.564 INFO O| Sep 18 16:44:08.564 INFO STEP 715 (remove_files) COMPLETE
78972026-09-18T16:44:09.298Z[ recovery-image] Sep 18 16:44:08.564 INFO O| Sep 18 16:44:08.564 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-18T16:44:09.305Z[ recovery-image] Sep 18 16:44:08.574 INFO O| Sep 18 16:44:08.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78992026-09-18T16:44:09.305Z[ recovery-image] Sep 18 16:44:08.574 INFO O| Sep 18 16:44:08.574 INFO STEP 716 (remove_files) COMPLETE
79002026-09-18T16:44:09.305Z[ recovery-image] Sep 18 16:44:08.574 INFO O| Sep 18 16:44:08.574 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-18T16:44:09.315Z[ recovery-image] Sep 18 16:44:08.584 INFO O| Sep 18 16:44:08.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
79022026-09-18T16:44:09.315Z[ recovery-image] Sep 18 16:44:08.584 INFO O| Sep 18 16:44:08.584 INFO STEP 717 (remove_files) COMPLETE
79032026-09-18T16:44:09.320Z[ recovery-image] Sep 18 16:44:08.584 INFO O| Sep 18 16:44:08.584 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-18T16:44:09.324Z[ recovery-image] Sep 18 16:44:08.593 INFO O| Sep 18 16:44:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
79052026-09-18T16:44:09.324Z[ recovery-image] Sep 18 16:44:08.594 INFO O| Sep 18 16:44:08.594 INFO STEP 718 (remove_files) COMPLETE
79062026-09-18T16:44:09.324Z[ recovery-image] Sep 18 16:44:08.594 INFO O| Sep 18 16:44:08.594 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-18T16:44:09.333Z[ recovery-image] Sep 18 16:44:08.603 INFO O| Sep 18 16:44:08.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
79082026-09-18T16:44:09.334Z[ recovery-image] Sep 18 16:44:08.603 INFO O| Sep 18 16:44:08.603 INFO STEP 719 (remove_files) COMPLETE
79092026-09-18T16:44:09.334Z[ recovery-image] Sep 18 16:44:08.603 INFO O| Sep 18 16:44:08.603 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-18T16:44:09.343Z[ recovery-image] Sep 18 16:44:08.612 INFO O| Sep 18 16:44:08.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
79112026-09-18T16:44:09.343Z[ recovery-image] Sep 18 16:44:08.612 INFO O| Sep 18 16:44:08.612 INFO STEP 720 (remove_files) COMPLETE
79122026-09-18T16:44:09.346Z[ recovery-image] Sep 18 16:44:08.612 INFO O| Sep 18 16:44:08.612 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-18T16:44:09.354Z[ recovery-image] Sep 18 16:44:08.623 INFO O| Sep 18 16:44:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
79142026-09-18T16:44:09.354Z[ recovery-image] Sep 18 16:44:08.623 INFO O| Sep 18 16:44:08.623 INFO STEP 721 (remove_files) COMPLETE
79152026-09-18T16:44:09.354Z[ recovery-image] Sep 18 16:44:08.623 INFO O| Sep 18 16:44:08.623 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-18T16:44:09.364Z[ recovery-image] Sep 18 16:44:08.633 INFO O| Sep 18 16:44:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
79172026-09-18T16:44:09.364Z[ recovery-image] Sep 18 16:44:08.633 INFO O| Sep 18 16:44:08.633 INFO STEP 722 (remove_files) COMPLETE
79182026-09-18T16:44:09.367Z[ recovery-image] Sep 18 16:44:08.633 INFO O| Sep 18 16:44:08.633 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-18T16:44:09.376Z[ recovery-image] Sep 18 16:44:08.644 INFO O| Sep 18 16:44:08.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
79202026-09-18T16:44:09.376Z[ recovery-image] Sep 18 16:44:08.644 INFO O| Sep 18 16:44:08.644 INFO STEP 723 (remove_files) COMPLETE
79212026-09-18T16:44:09.379Z[ recovery-image] Sep 18 16:44:08.644 INFO O| Sep 18 16:44:08.644 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-18T16:44:09.385Z[ recovery-image] Sep 18 16:44:08.654 INFO O| Sep 18 16:44:08.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
79232026-09-18T16:44:09.385Z[ recovery-image] Sep 18 16:44:08.654 INFO O| Sep 18 16:44:08.654 INFO STEP 724 (remove_files) COMPLETE
79242026-09-18T16:44:09.385Z[ recovery-image] Sep 18 16:44:08.654 INFO O| Sep 18 16:44:08.654 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-18T16:44:09.397Z[ recovery-image] Sep 18 16:44:08.665 INFO O| Sep 18 16:44:08.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79262026-09-18T16:44:09.397Z[ recovery-image] Sep 18 16:44:08.665 INFO O| Sep 18 16:44:08.665 INFO STEP 725 (remove_files) COMPLETE
79272026-09-18T16:44:09.397Z[ recovery-image] Sep 18 16:44:08.665 INFO O| Sep 18 16:44:08.665 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-18T16:44:09.407Z[ recovery-image] Sep 18 16:44:08.675 INFO O| Sep 18 16:44:08.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79292026-09-18T16:44:09.407Z[ recovery-image] Sep 18 16:44:08.676 INFO O| Sep 18 16:44:08.675 INFO STEP 726 (remove_files) COMPLETE
79302026-09-18T16:44:09.407Z[ recovery-image] Sep 18 16:44:08.676 INFO O| Sep 18 16:44:08.676 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-18T16:44:09.418Z[ recovery-image] Sep 18 16:44:08.686 INFO O| Sep 18 16:44:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79322026-09-18T16:44:09.421Z[ recovery-image] Sep 18 16:44:08.686 INFO O| Sep 18 16:44:08.686 INFO STEP 727 (remove_files) COMPLETE
79332026-09-18T16:44:09.421Z[ recovery-image] Sep 18 16:44:08.686 INFO O| Sep 18 16:44:08.686 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-18T16:44:09.428Z[ recovery-image] Sep 18 16:44:08.696 INFO O| Sep 18 16:44:08.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79352026-09-18T16:44:09.428Z[ recovery-image] Sep 18 16:44:08.696 INFO O| Sep 18 16:44:08.696 INFO STEP 728 (remove_files) COMPLETE
79362026-09-18T16:44:09.433Z[ recovery-image] Sep 18 16:44:08.696 INFO O| Sep 18 16:44:08.696 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-18T16:44:09.438Z[ recovery-image] Sep 18 16:44:08.707 INFO O| Sep 18 16:44:08.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
79382026-09-18T16:44:09.438Z[ recovery-image] Sep 18 16:44:08.707 INFO O| Sep 18 16:44:08.707 INFO STEP 729 (remove_files) COMPLETE
79392026-09-18T16:44:09.438Z[ recovery-image] Sep 18 16:44:08.707 INFO O| Sep 18 16:44:08.707 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-18T16:44:09.447Z[ recovery-image] Sep 18 16:44:08.717 INFO O| Sep 18 16:44:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
79412026-09-18T16:44:09.448Z[ recovery-image] Sep 18 16:44:08.717 INFO O| Sep 18 16:44:08.717 INFO STEP 730 (remove_files) COMPLETE
79422026-09-18T16:44:09.448Z[ recovery-image] Sep 18 16:44:08.717 INFO O| Sep 18 16:44:08.717 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-18T16:44:09.458Z[ recovery-image] Sep 18 16:44:08.727 INFO O| Sep 18 16:44:08.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79442026-09-18T16:44:09.458Z[ recovery-image] Sep 18 16:44:08.727 INFO O| Sep 18 16:44:08.727 INFO STEP 731 (remove_files) COMPLETE
79452026-09-18T16:44:09.458Z[ recovery-image] Sep 18 16:44:08.727 INFO O| Sep 18 16:44:08.727 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-18T16:44:09.468Z[ recovery-image] Sep 18 16:44:08.738 INFO O| Sep 18 16:44:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79472026-09-18T16:44:09.472Z[ recovery-image] Sep 18 16:44:08.740 INFO O| Sep 18 16:44:08.740 INFO STEP 732 (remove_files) COMPLETE
79482026-09-18T16:44:09.472Z[ recovery-image] Sep 18 16:44:08.740 INFO O| Sep 18 16:44:08.740 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-18T16:44:09.482Z[ recovery-image] Sep 18 16:44:08.750 INFO O| Sep 18 16:44:08.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79502026-09-18T16:44:09.482Z[ recovery-image] Sep 18 16:44:08.750 INFO O| Sep 18 16:44:08.750 INFO STEP 733 (remove_files) COMPLETE
79512026-09-18T16:44:09.486Z[ recovery-image] Sep 18 16:44:08.750 INFO O| Sep 18 16:44:08.750 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-18T16:44:09.494Z[ recovery-image] Sep 18 16:44:08.763 INFO O| Sep 18 16:44:08.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79532026-09-18T16:44:09.494Z[ recovery-image] Sep 18 16:44:08.763 INFO O| Sep 18 16:44:08.763 INFO STEP 734 (remove_files) COMPLETE
79542026-09-18T16:44:09.497Z[ recovery-image] Sep 18 16:44:08.763 INFO O| Sep 18 16:44:08.763 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-18T16:44:09.505Z[ recovery-image] Sep 18 16:44:08.775 INFO O| Sep 18 16:44:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79562026-09-18T16:44:09.505Z[ recovery-image] Sep 18 16:44:08.775 INFO O| Sep 18 16:44:08.775 INFO STEP 735 (remove_files) COMPLETE
79572026-09-18T16:44:09.505Z[ recovery-image] Sep 18 16:44:08.775 INFO O| Sep 18 16:44:08.775 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-18T16:44:09.516Z[ recovery-image] Sep 18 16:44:08.785 INFO O| Sep 18 16:44:08.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79592026-09-18T16:44:09.516Z[ recovery-image] Sep 18 16:44:08.785 INFO O| Sep 18 16:44:08.785 INFO STEP 736 (remove_files) COMPLETE
79602026-09-18T16:44:09.516Z[ recovery-image] Sep 18 16:44:08.785 INFO O| Sep 18 16:44:08.785 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-18T16:44:09.527Z[ recovery-image] Sep 18 16:44:08.796 INFO O| Sep 18 16:44:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79622026-09-18T16:44:09.527Z[ recovery-image] Sep 18 16:44:08.796 INFO O| Sep 18 16:44:08.796 INFO STEP 737 (remove_files) COMPLETE
79632026-09-18T16:44:09.530Z[ recovery-image] Sep 18 16:44:08.796 INFO O| Sep 18 16:44:08.796 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-18T16:44:09.537Z[ recovery-image] Sep 18 16:44:08.807 INFO O| Sep 18 16:44:08.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79652026-09-18T16:44:09.537Z[ recovery-image] Sep 18 16:44:08.807 INFO O| Sep 18 16:44:08.807 INFO STEP 738 (remove_files) COMPLETE
79662026-09-18T16:44:09.537Z[ recovery-image] Sep 18 16:44:08.807 INFO O| Sep 18 16:44:08.807 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-18T16:44:09.547Z[ recovery-image] Sep 18 16:44:08.816 INFO O| Sep 18 16:44:08.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79682026-09-18T16:44:09.547Z[ recovery-image] Sep 18 16:44:08.816 INFO O| Sep 18 16:44:08.816 INFO STEP 739 (remove_files) COMPLETE
79692026-09-18T16:44:09.547Z[ recovery-image] Sep 18 16:44:08.816 INFO O| Sep 18 16:44:08.816 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-18T16:44:09.558Z[ recovery-image] Sep 18 16:44:08.825 INFO O| Sep 18 16:44:08.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79712026-09-18T16:44:09.558Z[ recovery-image] Sep 18 16:44:08.825 INFO O| Sep 18 16:44:08.825 INFO STEP 740 (remove_files) COMPLETE
79722026-09-18T16:44:09.561Z[ recovery-image] Sep 18 16:44:08.826 INFO O| Sep 18 16:44:08.825 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-18T16:44:09.565Z[ recovery-image] Sep 18 16:44:08.834 INFO O| Sep 18 16:44:08.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79742026-09-18T16:44:09.565Z[ recovery-image] Sep 18 16:44:08.834 INFO O| Sep 18 16:44:08.834 INFO STEP 741 (remove_files) COMPLETE
79752026-09-18T16:44:09.565Z[ recovery-image] Sep 18 16:44:08.834 INFO O| Sep 18 16:44:08.834 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-18T16:44:09.573Z[ recovery-image] Sep 18 16:44:08.843 INFO O| Sep 18 16:44:08.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79772026-09-18T16:44:09.573Z[ recovery-image] Sep 18 16:44:08.843 INFO O| Sep 18 16:44:08.843 INFO STEP 742 (remove_files) COMPLETE
79782026-09-18T16:44:09.577Z[ recovery-image] Sep 18 16:44:08.843 INFO O| Sep 18 16:44:08.843 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-18T16:44:09.587Z[ recovery-image] Sep 18 16:44:08.852 INFO O| Sep 18 16:44:08.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79802026-09-18T16:44:09.587Z[ recovery-image] Sep 18 16:44:08.852 INFO O| Sep 18 16:44:08.852 INFO STEP 743 (remove_files) COMPLETE
79812026-09-18T16:44:09.587Z[ recovery-image] Sep 18 16:44:08.852 INFO O| Sep 18 16:44:08.852 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-18T16:44:09.593Z[ recovery-image] Sep 18 16:44:08.861 INFO O| Sep 18 16:44:08.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79832026-09-18T16:44:09.593Z[ recovery-image] Sep 18 16:44:08.861 INFO O| Sep 18 16:44:08.861 INFO STEP 744 (remove_files) COMPLETE
79842026-09-18T16:44:09.593Z[ recovery-image] Sep 18 16:44:08.861 INFO O| Sep 18 16:44:08.861 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-09-18T16:44:09.597Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79862026-09-18T16:44:09.601Z[ recovery-image] Sep 18 16:44:08.870 INFO O| Sep 18 16:44:08.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79872026-09-18T16:44:09.601Z[ recovery-image] Sep 18 16:44:08.871 INFO O| Sep 18 16:44:08.871 INFO STEP 745 (remove_files) COMPLETE
79882026-09-18T16:44:09.601Z[ recovery-image] Sep 18 16:44:08.871 INFO O| Sep 18 16:44:08.871 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-18T16:44:09.611Z[ recovery-image] Sep 18 16:44:08.880 INFO O| Sep 18 16:44:08.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79902026-09-18T16:44:09.611Z[ recovery-image] Sep 18 16:44:08.880 INFO O| Sep 18 16:44:08.880 INFO STEP 746 (remove_files) COMPLETE
79912026-09-18T16:44:09.614Z[ recovery-image] Sep 18 16:44:08.880 INFO O| Sep 18 16:44:08.880 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-09-18T16:44:09.619Z[ recovery-image] Sep 18 16:44:08.889 INFO O| Sep 18 16:44:08.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79932026-09-18T16:44:09.632Z[ recovery-image] Sep 18 16:44:08.902 INFO O| Sep 18 16:44:08.902 INFO STEP 747 (remove_files) COMPLETE
79942026-09-18T16:44:09.633Z[ recovery-image] Sep 18 16:44:08.902 INFO O| Sep 18 16:44:08.902 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-09-18T16:44:09.644Z[ recovery-image] Sep 18 16:44:08.913 INFO O| Sep 18 16:44:08.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79962026-09-18T16:44:09.644Z[ recovery-image] Sep 18 16:44:08.913 INFO O| Sep 18 16:44:08.913 INFO STEP 748 (remove_files) COMPLETE
79972026-09-18T16:44:09.649Z[ recovery-image] Sep 18 16:44:08.913 INFO O| Sep 18 16:44:08.913 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-18T16:44:09.654Z[ recovery-image] Sep 18 16:44:08.923 INFO O| Sep 18 16:44:08.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79992026-09-18T16:44:09.655Z[ recovery-image] Sep 18 16:44:08.923 INFO O| Sep 18 16:44:08.923 INFO STEP 749 (remove_files) COMPLETE
80002026-09-18T16:44:09.659Z[ recovery-image] Sep 18 16:44:08.923 INFO O| Sep 18 16:44:08.923 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-18T16:44:09.664Z[ recovery-image] Sep 18 16:44:08.933 INFO O| Sep 18 16:44:08.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
80022026-09-18T16:44:09.664Z[ recovery-image] Sep 18 16:44:08.933 INFO O| Sep 18 16:44:08.933 INFO STEP 750 (remove_files) COMPLETE
80032026-09-18T16:44:09.668Z[ recovery-image] Sep 18 16:44:08.933 INFO O| Sep 18 16:44:08.933 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-09-18T16:44:09.675Z[ recovery-image] Sep 18 16:44:08.944 INFO O| Sep 18 16:44:08.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
80052026-09-18T16:44:09.675Z[ recovery-image] Sep 18 16:44:08.944 INFO O| Sep 18 16:44:08.944 INFO STEP 751 (remove_files) COMPLETE
80062026-09-18T16:44:09.675Z[ recovery-image] Sep 18 16:44:08.944 INFO O| Sep 18 16:44:08.944 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-09-18T16:44:09.684Z[ recovery-image] Sep 18 16:44:08.953 INFO O| Sep 18 16:44:08.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
80082026-09-18T16:44:09.684Z[ recovery-image] Sep 18 16:44:08.954 INFO O| Sep 18 16:44:08.954 INFO STEP 752 (remove_files) COMPLETE
80092026-09-18T16:44:09.684Z[ recovery-image] Sep 18 16:44:08.954 INFO O| Sep 18 16:44:08.954 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-09-18T16:44:09.693Z[ recovery-image] Sep 18 16:44:08.962 INFO O| Sep 18 16:44:08.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
80112026-09-18T16:44:09.693Z[ recovery-image] Sep 18 16:44:08.962 INFO O| Sep 18 16:44:08.962 INFO STEP 753 (remove_files) COMPLETE
80122026-09-18T16:44:09.693Z[ recovery-image] Sep 18 16:44:08.962 INFO O| Sep 18 16:44:08.962 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-09-18T16:44:09.702Z[ recovery-image] Sep 18 16:44:08.971 INFO O| Sep 18 16:44:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
80142026-09-18T16:44:09.702Z[ recovery-image] Sep 18 16:44:08.971 INFO O| Sep 18 16:44:08.971 INFO STEP 754 (remove_files) COMPLETE
80152026-09-18T16:44:09.706Z[ recovery-image] Sep 18 16:44:08.971 INFO O| Sep 18 16:44:08.971 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-09-18T16:44:09.710Z[ recovery-image] Sep 18 16:44:08.979 INFO O| Sep 18 16:44:08.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
80172026-09-18T16:44:09.710Z[ recovery-image] Sep 18 16:44:08.979 INFO O| Sep 18 16:44:08.979 INFO STEP 755 (remove_files) COMPLETE
80182026-09-18T16:44:09.714Z[ recovery-image] Sep 18 16:44:08.979 INFO O| Sep 18 16:44:08.979 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-09-18T16:44:09.717Z[ recovery-image] Sep 18 16:44:08.987 INFO O| Sep 18 16:44:08.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
80202026-09-18T16:44:09.717Z[ recovery-image] Sep 18 16:44:08.987 INFO O| Sep 18 16:44:08.987 INFO STEP 756 (remove_files) COMPLETE
80212026-09-18T16:44:09.717Z[ recovery-image] Sep 18 16:44:08.987 INFO O| Sep 18 16:44:08.987 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-09-18T16:44:09.727Z[ recovery-image] Sep 18 16:44:08.995 INFO O| Sep 18 16:44:08.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
80232026-09-18T16:44:09.727Z[ recovery-image] Sep 18 16:44:08.995 INFO O| Sep 18 16:44:08.995 INFO STEP 757 (remove_files) COMPLETE
80242026-09-18T16:44:09.727Z[ recovery-image] Sep 18 16:44:08.995 INFO O| Sep 18 16:44:08.995 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-09-18T16:44:09.734Z[ recovery-image] Sep 18 16:44:09.003 INFO O| Sep 18 16:44:09.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
80262026-09-18T16:44:09.780Z[ recovery-image] Sep 18 16:44:09.003 INFO O| Sep 18 16:44:09.003 INFO STEP 758 (remove_files) COMPLETE
80272026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.003 INFO O| Sep 18 16:44:09.003 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.012 INFO O| Sep 18 16:44:09.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
80292026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.012 INFO O| Sep 18 16:44:09.012 INFO STEP 759 (remove_files) COMPLETE
80302026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.012 INFO O| Sep 18 16:44:09.012 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.020 INFO O| Sep 18 16:44:09.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
80322026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.020 INFO O| Sep 18 16:44:09.020 INFO STEP 760 (remove_files) COMPLETE
80332026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.020 INFO O| Sep 18 16:44:09.020 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.028 INFO O| Sep 18 16:44:09.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
80352026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.028 INFO O| Sep 18 16:44:09.028 INFO STEP 761 (remove_files) COMPLETE
80362026-09-18T16:44:09.781Z[ recovery-image] Sep 18 16:44:09.028 INFO O| Sep 18 16:44:09.028 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-18T16:44:09.789Z[ recovery-image] Sep 18 16:44:09.058 INFO O| Sep 18 16:44:09.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
80382026-09-18T16:44:09.789Z[ recovery-image] Sep 18 16:44:09.058 INFO O| Sep 18 16:44:09.058 INFO STEP 762 (remove_files) COMPLETE
80392026-09-18T16:44:09.789Z[ recovery-image] Sep 18 16:44:09.058 INFO O| Sep 18 16:44:09.058 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-09-18T16:44:09.798Z[ recovery-image] Sep 18 16:44:09.067 INFO O| Sep 18 16:44:09.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
80412026-09-18T16:44:09.802Z[ recovery-image] Sep 18 16:44:09.069 INFO O| Sep 18 16:44:09.069 INFO STEP 763 (remove_files) COMPLETE
80422026-09-18T16:44:09.802Z[ recovery-image] Sep 18 16:44:09.069 INFO O| Sep 18 16:44:09.069 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-09-18T16:44:09.809Z[ recovery-image] Sep 18 16:44:09.079 INFO O| Sep 18 16:44:09.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80442026-09-18T16:44:09.813Z[ recovery-image] Sep 18 16:44:09.079 INFO O| Sep 18 16:44:09.078 INFO STEP 764 (remove_files) COMPLETE
80452026-09-18T16:44:09.813Z[ recovery-image] Sep 18 16:44:09.079 INFO O| Sep 18 16:44:09.078 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-18T16:44:09.820Z[ recovery-image] Sep 18 16:44:09.089 INFO O| Sep 18 16:44:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80472026-09-18T16:44:09.820Z[ recovery-image] Sep 18 16:44:09.089 INFO O| Sep 18 16:44:09.089 INFO STEP 765 (remove_files) COMPLETE
80482026-09-18T16:44:09.824Z[ recovery-image] Sep 18 16:44:09.089 INFO O| Sep 18 16:44:09.089 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-18T16:44:09.829Z[ recovery-image] Sep 18 16:44:09.098 INFO O| Sep 18 16:44:09.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80502026-09-18T16:44:09.829Z[ recovery-image] Sep 18 16:44:09.098 INFO O| Sep 18 16:44:09.098 INFO STEP 766 (remove_files) COMPLETE
80512026-09-18T16:44:09.829Z[ recovery-image] Sep 18 16:44:09.098 INFO O| Sep 18 16:44:09.098 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-18T16:44:09.839Z[ recovery-image] Sep 18 16:44:09.108 INFO O| Sep 18 16:44:09.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80532026-09-18T16:44:09.839Z[ recovery-image] Sep 18 16:44:09.108 INFO O| Sep 18 16:44:09.108 INFO STEP 767 (remove_files) COMPLETE
80542026-09-18T16:44:09.843Z[ recovery-image] Sep 18 16:44:09.108 INFO O| Sep 18 16:44:09.108 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-18T16:44:09.849Z[ recovery-image] Sep 18 16:44:09.118 INFO O| Sep 18 16:44:09.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80562026-09-18T16:44:09.849Z[ recovery-image] Sep 18 16:44:09.118 INFO O| Sep 18 16:44:09.118 INFO STEP 768 (remove_files) COMPLETE
80572026-09-18T16:44:09.849Z[ recovery-image] Sep 18 16:44:09.118 INFO O| Sep 18 16:44:09.118 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-18T16:44:09.859Z[ recovery-image] Sep 18 16:44:09.128 INFO O| Sep 18 16:44:09.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80592026-09-18T16:44:09.859Z[ recovery-image] Sep 18 16:44:09.128 INFO O| Sep 18 16:44:09.128 INFO STEP 769 (remove_files) COMPLETE
80602026-09-18T16:44:09.859Z[ recovery-image] Sep 18 16:44:09.128 INFO O| Sep 18 16:44:09.128 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-18T16:44:09.870Z[ recovery-image] Sep 18 16:44:09.140 INFO O| Sep 18 16:44:09.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80622026-09-18T16:44:09.870Z[ recovery-image] Sep 18 16:44:09.140 INFO O| Sep 18 16:44:09.140 INFO STEP 770 (remove_files) COMPLETE
80632026-09-18T16:44:09.870Z[ recovery-image] Sep 18 16:44:09.140 INFO O| Sep 18 16:44:09.140 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-18T16:44:09.881Z[ recovery-image] Sep 18 16:44:09.150 INFO O| Sep 18 16:44:09.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80652026-09-18T16:44:09.881Z[ recovery-image] Sep 18 16:44:09.150 INFO O| Sep 18 16:44:09.150 INFO STEP 771 (remove_files) COMPLETE
80662026-09-18T16:44:09.885Z[ recovery-image] Sep 18 16:44:09.150 INFO O| Sep 18 16:44:09.150 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-18T16:44:09.891Z[ recovery-image] Sep 18 16:44:09.161 INFO O| Sep 18 16:44:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80682026-09-18T16:44:09.891Z[ recovery-image] Sep 18 16:44:09.161 INFO O| Sep 18 16:44:09.161 INFO STEP 772 (remove_files) COMPLETE
80692026-09-18T16:44:09.891Z[ recovery-image] Sep 18 16:44:09.161 INFO O| Sep 18 16:44:09.161 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-18T16:44:09.901Z[ recovery-image] Sep 18 16:44:09.171 INFO O| Sep 18 16:44:09.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80712026-09-18T16:44:09.901Z[ recovery-image] Sep 18 16:44:09.171 INFO O| Sep 18 16:44:09.171 INFO STEP 773 (remove_files) COMPLETE
80722026-09-18T16:44:09.902Z[ recovery-image] Sep 18 16:44:09.171 INFO O| Sep 18 16:44:09.171 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-18T16:44:09.911Z[ recovery-image] Sep 18 16:44:09.180 INFO O| Sep 18 16:44:09.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80742026-09-18T16:44:09.911Z[ recovery-image] Sep 18 16:44:09.180 INFO O| Sep 18 16:44:09.180 INFO STEP 774 (remove_files) COMPLETE
80752026-09-18T16:44:09.914Z[ recovery-image] Sep 18 16:44:09.180 INFO O| Sep 18 16:44:09.180 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-18T16:44:09.920Z[ recovery-image] Sep 18 16:44:09.189 INFO O| Sep 18 16:44:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80772026-09-18T16:44:09.924Z[ recovery-image] Sep 18 16:44:09.190 INFO O| Sep 18 16:44:09.190 INFO STEP 775 (remove_files) COMPLETE
80782026-09-18T16:44:09.924Z[ recovery-image] Sep 18 16:44:09.190 INFO O| Sep 18 16:44:09.190 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-18T16:44:09.929Z[ recovery-image] Sep 18 16:44:09.199 INFO O| Sep 18 16:44:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80802026-09-18T16:44:09.930Z[ recovery-image] Sep 18 16:44:09.199 INFO O| Sep 18 16:44:09.199 INFO STEP 776 (remove_files) COMPLETE
80812026-09-18T16:44:09.930Z[ recovery-image] Sep 18 16:44:09.199 INFO O| Sep 18 16:44:09.199 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-18T16:44:09.937Z[ recovery-image] Sep 18 16:44:09.207 INFO O| Sep 18 16:44:09.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80832026-09-18T16:44:09.937Z[ recovery-image] Sep 18 16:44:09.207 INFO O| Sep 18 16:44:09.207 INFO STEP 777 (remove_files) COMPLETE
80842026-09-18T16:44:09.937Z[ recovery-image] Sep 18 16:44:09.207 INFO O| Sep 18 16:44:09.207 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-18T16:44:09.946Z[ recovery-image] Sep 18 16:44:09.215 INFO O| Sep 18 16:44:09.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80862026-09-18T16:44:09.946Z[ recovery-image] Sep 18 16:44:09.215 INFO O| Sep 18 16:44:09.215 INFO STEP 778 (remove_files) COMPLETE
80872026-09-18T16:44:09.946Z[ recovery-image] Sep 18 16:44:09.215 INFO O| Sep 18 16:44:09.215 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-18T16:44:09.957Z[ recovery-image] Sep 18 16:44:09.226 INFO O| Sep 18 16:44:09.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80892026-09-18T16:44:09.957Z[ recovery-image] Sep 18 16:44:09.226 INFO O| Sep 18 16:44:09.226 INFO STEP 779 (remove_files) COMPLETE
80902026-09-18T16:44:09.957Z[ recovery-image] Sep 18 16:44:09.226 INFO O| Sep 18 16:44:09.226 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-18T16:44:09.963Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
80922026-09-18T16:44:09.967Z[ recovery-image] Sep 18 16:44:09.235 INFO O| Sep 18 16:44:09.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80932026-09-18T16:44:09.967Z[ recovery-image] Sep 18 16:44:09.235 INFO O| Sep 18 16:44:09.235 INFO STEP 780 (remove_files) COMPLETE
80942026-09-18T16:44:09.971Z[ recovery-image] Sep 18 16:44:09.235 INFO O| Sep 18 16:44:09.235 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-18T16:44:09.976Z[ recovery-image] Sep 18 16:44:09.246 INFO O| Sep 18 16:44:09.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80962026-09-18T16:44:09.977Z[ recovery-image] Sep 18 16:44:09.246 INFO O| Sep 18 16:44:09.246 INFO STEP 781 (remove_files) COMPLETE
80972026-09-18T16:44:09.977Z[ recovery-image] Sep 18 16:44:09.246 INFO O| Sep 18 16:44:09.246 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-18T16:44:09.986Z[ recovery-image] Sep 18 16:44:09.256 INFO O| Sep 18 16:44:09.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80992026-09-18T16:44:09.987Z[ recovery-image] Sep 18 16:44:09.256 INFO O| Sep 18 16:44:09.256 INFO STEP 782 (remove_files) COMPLETE
81002026-09-18T16:44:09.987Z[ recovery-image] Sep 18 16:44:09.256 INFO O| Sep 18 16:44:09.256 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-18T16:44:09.996Z[ recovery-image] Sep 18 16:44:09.265 INFO O| Sep 18 16:44:09.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
81022026-09-18T16:44:09.996Z[ recovery-image] Sep 18 16:44:09.265 INFO O| Sep 18 16:44:09.265 INFO STEP 783 (remove_files) COMPLETE
81032026-09-18T16:44:09.996Z[ recovery-image] Sep 18 16:44:09.265 INFO O| Sep 18 16:44:09.265 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-18T16:44:10.005Z[ recovery-image] Sep 18 16:44:09.274 INFO O| Sep 18 16:44:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
81052026-09-18T16:44:10.005Z[ recovery-image] Sep 18 16:44:09.274 INFO O| Sep 18 16:44:09.274 INFO STEP 784 (remove_files) COMPLETE
81062026-09-18T16:44:10.008Z[ recovery-image] Sep 18 16:44:09.274 INFO O| Sep 18 16:44:09.274 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-18T16:44:10.019Z[ recovery-image] Sep 18 16:44:09.284 INFO O| Sep 18 16:44:09.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
81082026-09-18T16:44:10.019Z[ recovery-image] Sep 18 16:44:09.284 INFO O| Sep 18 16:44:09.284 INFO STEP 785 (remove_files) COMPLETE
81092026-09-18T16:44:10.019Z[ recovery-image] Sep 18 16:44:09.284 INFO O| Sep 18 16:44:09.284 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-18T16:44:10.026Z[ recovery-image] Sep 18 16:44:09.295 INFO O| Sep 18 16:44:09.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
81112026-09-18T16:44:10.030Z[ recovery-image] Sep 18 16:44:09.295 INFO O| Sep 18 16:44:09.295 INFO STEP 786 (remove_files) COMPLETE
81122026-09-18T16:44:10.030Z[ recovery-image] Sep 18 16:44:09.295 INFO O| Sep 18 16:44:09.295 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-18T16:44:10.037Z[ recovery-image] Sep 18 16:44:09.306 INFO O| Sep 18 16:44:09.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
81142026-09-18T16:44:10.037Z[ recovery-image] Sep 18 16:44:09.306 INFO O| Sep 18 16:44:09.306 INFO STEP 787 (remove_files) COMPLETE
81152026-09-18T16:44:10.037Z[ recovery-image] Sep 18 16:44:09.306 INFO O| Sep 18 16:44:09.306 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-18T16:44:10.048Z[ recovery-image] Sep 18 16:44:09.317 INFO O| Sep 18 16:44:09.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
81172026-09-18T16:44:10.048Z[ recovery-image] Sep 18 16:44:09.317 INFO O| Sep 18 16:44:09.317 INFO STEP 788 (remove_files) COMPLETE
81182026-09-18T16:44:10.048Z[ recovery-image] Sep 18 16:44:09.317 INFO O| Sep 18 16:44:09.317 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-18T16:44:10.058Z[ recovery-image] Sep 18 16:44:09.327 INFO O| Sep 18 16:44:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
81202026-09-18T16:44:10.058Z[ recovery-image] Sep 18 16:44:09.327 INFO O| Sep 18 16:44:09.327 INFO STEP 789 (remove_files) COMPLETE
81212026-09-18T16:44:10.058Z[ recovery-image] Sep 18 16:44:09.327 INFO O| Sep 18 16:44:09.327 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-18T16:44:10.068Z[ recovery-image] Sep 18 16:44:09.336 INFO O| Sep 18 16:44:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
81232026-09-18T16:44:10.068Z[ recovery-image] Sep 18 16:44:09.336 INFO O| Sep 18 16:44:09.336 INFO STEP 790 (remove_files) COMPLETE
81242026-09-18T16:44:10.068Z[ recovery-image] Sep 18 16:44:09.336 INFO O| Sep 18 16:44:09.336 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-18T16:44:10.075Z[ recovery-image] Sep 18 16:44:09.345 INFO O| Sep 18 16:44:09.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
81262026-09-18T16:44:10.075Z[ recovery-image] Sep 18 16:44:09.345 INFO O| Sep 18 16:44:09.345 INFO STEP 791 (remove_files) COMPLETE
81272026-09-18T16:44:10.079Z[ recovery-image] Sep 18 16:44:09.345 INFO O| Sep 18 16:44:09.345 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-18T16:44:10.084Z[ recovery-image] Sep 18 16:44:09.353 INFO O| Sep 18 16:44:09.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
81292026-09-18T16:44:10.084Z[ recovery-image] Sep 18 16:44:09.353 INFO O| Sep 18 16:44:09.353 INFO STEP 792 (remove_files) COMPLETE
81302026-09-18T16:44:10.084Z[ recovery-image] Sep 18 16:44:09.353 INFO O| Sep 18 16:44:09.353 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-18T16:44:10.093Z[ recovery-image] Sep 18 16:44:09.362 INFO O| Sep 18 16:44:09.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
81322026-09-18T16:44:10.093Z[ recovery-image] Sep 18 16:44:09.362 INFO O| Sep 18 16:44:09.362 INFO STEP 793 (remove_files) COMPLETE
81332026-09-18T16:44:10.096Z[ recovery-image] Sep 18 16:44:09.362 INFO O| Sep 18 16:44:09.362 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-18T16:44:10.103Z[ recovery-image] Sep 18 16:44:09.372 INFO O| Sep 18 16:44:09.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
81352026-09-18T16:44:10.103Z[ recovery-image] Sep 18 16:44:09.373 INFO O| Sep 18 16:44:09.373 INFO STEP 794 (remove_files) COMPLETE
81362026-09-18T16:44:10.103Z[ recovery-image] Sep 18 16:44:09.373 INFO O| Sep 18 16:44:09.373 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-18T16:44:10.113Z[ recovery-image] Sep 18 16:44:09.383 INFO O| Sep 18 16:44:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
81382026-09-18T16:44:10.114Z[ recovery-image] Sep 18 16:44:09.383 INFO O| Sep 18 16:44:09.383 INFO STEP 795 (remove_files) COMPLETE
81392026-09-18T16:44:10.114Z[ recovery-image] Sep 18 16:44:09.383 INFO O| Sep 18 16:44:09.383 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-18T16:44:10.122Z[ recovery-image] Sep 18 16:44:09.392 INFO O| Sep 18 16:44:09.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
81412026-09-18T16:44:10.126Z[ recovery-image] Sep 18 16:44:09.392 INFO O| Sep 18 16:44:09.392 INFO STEP 796 (remove_files) COMPLETE
81422026-09-18T16:44:10.126Z[ recovery-image] Sep 18 16:44:09.392 INFO O| Sep 18 16:44:09.392 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-18T16:44:10.134Z[ recovery-image] Sep 18 16:44:09.403 INFO O| Sep 18 16:44:09.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
81442026-09-18T16:44:10.134Z[ recovery-image] Sep 18 16:44:09.403 INFO O| Sep 18 16:44:09.403 INFO STEP 797 (remove_files) COMPLETE
81452026-09-18T16:44:10.137Z[ recovery-image] Sep 18 16:44:09.403 INFO O| Sep 18 16:44:09.403 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-18T16:44:10.144Z[ recovery-image] Sep 18 16:44:09.413 INFO O| Sep 18 16:44:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81472026-09-18T16:44:10.144Z[ recovery-image] Sep 18 16:44:09.413 INFO O| Sep 18 16:44:09.413 INFO STEP 798 (remove_files) COMPLETE
81482026-09-18T16:44:10.150Z[ recovery-image] Sep 18 16:44:09.413 INFO O| Sep 18 16:44:09.413 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-18T16:44:10.159Z[ recovery-image] Sep 18 16:44:09.429 INFO O| Sep 18 16:44:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81502026-09-18T16:44:10.159Z[ recovery-image] Sep 18 16:44:09.429 INFO O| Sep 18 16:44:09.429 INFO STEP 799 (remove_files) COMPLETE
81512026-09-18T16:44:10.159Z[ recovery-image] Sep 18 16:44:09.429 INFO O| Sep 18 16:44:09.429 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-18T16:44:10.170Z[ recovery-image] Sep 18 16:44:09.439 INFO O| Sep 18 16:44:09.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81532026-09-18T16:44:10.170Z[ recovery-image] Sep 18 16:44:09.439 INFO O| Sep 18 16:44:09.439 INFO STEP 800 (remove_files) COMPLETE
81542026-09-18T16:44:10.174Z[ recovery-image] Sep 18 16:44:09.439 INFO O| Sep 18 16:44:09.439 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-18T16:44:10.180Z[ recovery-image] Sep 18 16:44:09.449 INFO O| Sep 18 16:44:09.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81562026-09-18T16:44:10.180Z[ recovery-image] Sep 18 16:44:09.449 INFO O| Sep 18 16:44:09.449 INFO STEP 801 (remove_files) COMPLETE
81572026-09-18T16:44:10.184Z[ recovery-image] Sep 18 16:44:09.449 INFO O| Sep 18 16:44:09.449 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-09-18T16:44:10.190Z[ recovery-image] Sep 18 16:44:09.459 INFO O| Sep 18 16:44:09.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81592026-09-18T16:44:10.190Z[ recovery-image] Sep 18 16:44:09.459 INFO O| Sep 18 16:44:09.459 INFO STEP 802 (remove_files) COMPLETE
81602026-09-18T16:44:10.190Z[ recovery-image] Sep 18 16:44:09.459 INFO O| Sep 18 16:44:09.459 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-09-18T16:44:10.200Z[ recovery-image] Sep 18 16:44:09.470 INFO O| Sep 18 16:44:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81622026-09-18T16:44:10.200Z[ recovery-image] Sep 18 16:44:09.470 INFO O| Sep 18 16:44:09.470 INFO STEP 803 (remove_files) COMPLETE
81632026-09-18T16:44:10.201Z[ recovery-image] Sep 18 16:44:09.470 INFO O| Sep 18 16:44:09.470 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-09-18T16:44:10.210Z[ recovery-image] Sep 18 16:44:09.479 INFO O| Sep 18 16:44:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81652026-09-18T16:44:10.210Z[ recovery-image] Sep 18 16:44:09.479 INFO O| Sep 18 16:44:09.479 INFO STEP 804 (remove_files) COMPLETE
81662026-09-18T16:44:10.210Z[ recovery-image] Sep 18 16:44:09.479 INFO O| Sep 18 16:44:09.479 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-09-18T16:44:10.220Z[ recovery-image] Sep 18 16:44:09.489 INFO O| Sep 18 16:44:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81682026-09-18T16:44:10.220Z[ recovery-image] Sep 18 16:44:09.489 INFO O| Sep 18 16:44:09.489 INFO STEP 805 (remove_files) COMPLETE
81692026-09-18T16:44:10.220Z[ recovery-image] Sep 18 16:44:09.489 INFO O| Sep 18 16:44:09.489 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-09-18T16:44:10.230Z[ recovery-image] Sep 18 16:44:09.498 INFO O| Sep 18 16:44:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81712026-09-18T16:44:10.230Z[ recovery-image] Sep 18 16:44:09.498 INFO O| Sep 18 16:44:09.498 INFO STEP 806 (remove_files) COMPLETE
81722026-09-18T16:44:10.230Z[ recovery-image] Sep 18 16:44:09.498 INFO O| Sep 18 16:44:09.498 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-09-18T16:44:10.237Z[ recovery-image] Sep 18 16:44:09.506 INFO O| Sep 18 16:44:09.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81742026-09-18T16:44:10.237Z[ recovery-image] Sep 18 16:44:09.506 INFO O| Sep 18 16:44:09.506 INFO STEP 807 (remove_files) COMPLETE
81752026-09-18T16:44:10.237Z[ recovery-image] Sep 18 16:44:09.506 INFO O| Sep 18 16:44:09.506 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-09-18T16:44:10.247Z[ recovery-image] Sep 18 16:44:09.514 INFO O| Sep 18 16:44:09.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81772026-09-18T16:44:10.247Z[ recovery-image] Sep 18 16:44:09.514 INFO O| Sep 18 16:44:09.514 INFO STEP 808 (remove_files) COMPLETE
81782026-09-18T16:44:10.247Z[ recovery-image] Sep 18 16:44:09.514 INFO O| Sep 18 16:44:09.514 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-09-18T16:44:10.255Z[ recovery-image] Sep 18 16:44:09.524 INFO O| Sep 18 16:44:09.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81802026-09-18T16:44:10.255Z[ recovery-image] Sep 18 16:44:09.524 INFO O| Sep 18 16:44:09.524 INFO STEP 809 (remove_files) COMPLETE
81812026-09-18T16:44:10.259Z[ recovery-image] Sep 18 16:44:09.524 INFO O| Sep 18 16:44:09.524 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-09-18T16:44:10.266Z[ recovery-image] Sep 18 16:44:09.535 INFO O| Sep 18 16:44:09.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81832026-09-18T16:44:10.266Z[ recovery-image] Sep 18 16:44:09.535 INFO O| Sep 18 16:44:09.535 INFO STEP 810 (remove_files) COMPLETE
81842026-09-18T16:44:10.266Z[ recovery-image] Sep 18 16:44:09.535 INFO O| Sep 18 16:44:09.535 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-09-18T16:44:10.276Z[ recovery-image] Sep 18 16:44:09.545 INFO O| Sep 18 16:44:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81862026-09-18T16:44:10.276Z[ recovery-image] Sep 18 16:44:09.546 INFO O| Sep 18 16:44:09.546 INFO STEP 811 (remove_files) COMPLETE
81872026-09-18T16:44:10.276Z[ recovery-image] Sep 18 16:44:09.546 INFO O| Sep 18 16:44:09.546 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-09-18T16:44:10.287Z[ recovery-image] Sep 18 16:44:09.556 INFO O| Sep 18 16:44:09.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81892026-09-18T16:44:10.287Z[ recovery-image] Sep 18 16:44:09.556 INFO O| Sep 18 16:44:09.556 INFO STEP 812 (remove_files) COMPLETE
81902026-09-18T16:44:10.287Z[ recovery-image] Sep 18 16:44:09.556 INFO O| Sep 18 16:44:09.556 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-09-18T16:44:10.296Z[ recovery-image] Sep 18 16:44:09.565 INFO O| Sep 18 16:44:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81922026-09-18T16:44:10.296Z[ recovery-image] Sep 18 16:44:09.565 INFO O| Sep 18 16:44:09.565 INFO STEP 813 (remove_files) COMPLETE
81932026-09-18T16:44:10.296Z[ recovery-image] Sep 18 16:44:09.566 INFO O| Sep 18 16:44:09.565 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-09-18T16:44:10.306Z[ recovery-image] Sep 18 16:44:09.575 INFO O| Sep 18 16:44:09.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81952026-09-18T16:44:10.306Z[ recovery-image] Sep 18 16:44:09.575 INFO O| Sep 18 16:44:09.575 INFO STEP 814 (remove_files) COMPLETE
81962026-09-18T16:44:10.306Z[ recovery-image] Sep 18 16:44:09.575 INFO O| Sep 18 16:44:09.575 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-18T16:44:10.315Z[ recovery-image] Sep 18 16:44:09.584 INFO O| Sep 18 16:44:09.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81982026-09-18T16:44:10.315Z[ recovery-image] Sep 18 16:44:09.584 INFO O| Sep 18 16:44:09.584 INFO STEP 815 (remove_files) COMPLETE
81992026-09-18T16:44:10.315Z[ recovery-image] Sep 18 16:44:09.584 INFO O| Sep 18 16:44:09.584 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-18T16:44:10.325Z[ recovery-image] Sep 18 16:44:09.595 INFO O| Sep 18 16:44:09.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
82012026-09-18T16:44:10.326Z[ recovery-image] Sep 18 16:44:09.595 INFO O| Sep 18 16:44:09.595 INFO STEP 816 (remove_files) COMPLETE
82022026-09-18T16:44:10.329Z[ recovery-image] Sep 18 16:44:09.595 INFO O| Sep 18 16:44:09.595 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-18T16:44:10.335Z[ recovery-image] Sep 18 16:44:09.605 INFO O| Sep 18 16:44:09.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
82042026-09-18T16:44:10.335Z[ recovery-image] Sep 18 16:44:09.605 INFO O| Sep 18 16:44:09.605 INFO STEP 817 (remove_files) COMPLETE
82052026-09-18T16:44:10.336Z[ recovery-image] Sep 18 16:44:09.605 INFO O| Sep 18 16:44:09.605 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-18T16:44:10.347Z[ recovery-image] Sep 18 16:44:09.616 INFO O| Sep 18 16:44:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
82072026-09-18T16:44:10.347Z[ recovery-image] Sep 18 16:44:09.616 INFO O| Sep 18 16:44:09.616 INFO STEP 818 (remove_files) COMPLETE
82082026-09-18T16:44:10.350Z[ recovery-image] Sep 18 16:44:09.616 INFO O| Sep 18 16:44:09.616 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-18T16:44:10.357Z[ recovery-image] Sep 18 16:44:09.626 INFO O| Sep 18 16:44:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
82102026-09-18T16:44:10.357Z[ recovery-image] Sep 18 16:44:09.626 INFO O| Sep 18 16:44:09.626 INFO STEP 819 (remove_files) COMPLETE
82112026-09-18T16:44:10.360Z[ recovery-image] Sep 18 16:44:09.626 INFO O| Sep 18 16:44:09.626 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-18T16:44:10.366Z[ recovery-image] Sep 18 16:44:09.635 INFO O| Sep 18 16:44:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
82132026-09-18T16:44:10.366Z[ recovery-image] Sep 18 16:44:09.635 INFO O| Sep 18 16:44:09.635 INFO STEP 820 (remove_files) COMPLETE
82142026-09-18T16:44:10.370Z[ recovery-image] Sep 18 16:44:09.635 INFO O| Sep 18 16:44:09.635 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-18T16:44:10.375Z[ recovery-image] Sep 18 16:44:09.644 INFO O| Sep 18 16:44:09.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
82162026-09-18T16:44:10.375Z[ recovery-image] Sep 18 16:44:09.644 INFO O| Sep 18 16:44:09.644 INFO STEP 821 (remove_files) COMPLETE
82172026-09-18T16:44:10.375Z[ recovery-image] Sep 18 16:44:09.644 INFO O| Sep 18 16:44:09.644 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-18T16:44:10.384Z[ recovery-image] Sep 18 16:44:09.653 INFO O| Sep 18 16:44:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
82192026-09-18T16:44:10.384Z[ recovery-image] Sep 18 16:44:09.653 INFO O| Sep 18 16:44:09.653 INFO STEP 822 (remove_files) COMPLETE
82202026-09-18T16:44:10.388Z[ recovery-image] Sep 18 16:44:09.653 INFO O| Sep 18 16:44:09.653 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-18T16:44:10.393Z[ recovery-image] Sep 18 16:44:09.662 INFO O| Sep 18 16:44:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
82222026-09-18T16:44:10.393Z[ recovery-image] Sep 18 16:44:09.662 INFO O| Sep 18 16:44:09.662 INFO STEP 823 (remove_files) COMPLETE
82232026-09-18T16:44:10.393Z[ recovery-image] Sep 18 16:44:09.662 INFO O| Sep 18 16:44:09.662 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-18T16:44:10.402Z[ recovery-image] Sep 18 16:44:09.671 INFO O| Sep 18 16:44:09.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
82252026-09-18T16:44:10.402Z[ recovery-image] Sep 18 16:44:09.671 INFO O| Sep 18 16:44:09.671 INFO STEP 824 (remove_files) COMPLETE
82262026-09-18T16:44:10.402Z[ recovery-image] Sep 18 16:44:09.671 INFO O| Sep 18 16:44:09.671 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-18T16:44:10.412Z[ recovery-image] Sep 18 16:44:09.680 INFO O| Sep 18 16:44:09.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
82282026-09-18T16:44:10.412Z[ recovery-image] Sep 18 16:44:09.680 INFO O| Sep 18 16:44:09.680 INFO STEP 825 (remove_files) COMPLETE
82292026-09-18T16:44:10.413Z[ recovery-image] Sep 18 16:44:09.680 INFO O| Sep 18 16:44:09.680 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-18T16:44:10.423Z[ recovery-image] Sep 18 16:44:09.690 INFO O| Sep 18 16:44:09.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
82312026-09-18T16:44:10.424Z[ recovery-image] Sep 18 16:44:09.690 INFO O| Sep 18 16:44:09.690 INFO STEP 826 (remove_files) COMPLETE
82322026-09-18T16:44:10.427Z[ recovery-image] Sep 18 16:44:09.690 INFO O| Sep 18 16:44:09.690 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-18T16:44:10.441Z[ recovery-image] Sep 18 16:44:09.699 INFO O| Sep 18 16:44:09.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
82342026-09-18T16:44:10.441Z[ recovery-image] Sep 18 16:44:09.699 INFO O| Sep 18 16:44:09.699 INFO STEP 827 (remove_files) COMPLETE
82352026-09-18T16:44:10.441Z[ recovery-image] Sep 18 16:44:09.699 INFO O| Sep 18 16:44:09.699 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-18T16:44:10.446Z[ recovery-image] Sep 18 16:44:09.711 INFO O| Sep 18 16:44:09.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
82372026-09-18T16:44:10.446Z[ recovery-image] Sep 18 16:44:09.711 INFO O| Sep 18 16:44:09.711 INFO STEP 828 (remove_files) COMPLETE
82382026-09-18T16:44:10.446Z[ recovery-image] Sep 18 16:44:09.711 INFO O| Sep 18 16:44:09.711 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-18T16:44:10.453Z[ recovery-image] Sep 18 16:44:09.721 INFO O| Sep 18 16:44:09.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
82402026-09-18T16:44:10.453Z[ recovery-image] Sep 18 16:44:09.721 INFO O| Sep 18 16:44:09.721 INFO STEP 829 (remove_files) COMPLETE
82412026-09-18T16:44:10.453Z[ recovery-image] Sep 18 16:44:09.721 INFO O| Sep 18 16:44:09.721 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-18T16:44:10.463Z[ recovery-image] Sep 18 16:44:09.731 INFO O| Sep 18 16:44:09.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
82432026-09-18T16:44:10.463Z[ recovery-image] Sep 18 16:44:09.732 INFO O| Sep 18 16:44:09.731 INFO STEP 830 (remove_files) COMPLETE
82442026-09-18T16:44:10.463Z[ recovery-image] Sep 18 16:44:09.732 INFO O| Sep 18 16:44:09.731 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-18T16:44:10.472Z[ recovery-image] Sep 18 16:44:09.741 INFO O| Sep 18 16:44:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82462026-09-18T16:44:10.473Z[ recovery-image] Sep 18 16:44:09.741 INFO O| Sep 18 16:44:09.741 INFO STEP 831 (remove_files) COMPLETE
82472026-09-18T16:44:10.473Z[ recovery-image] Sep 18 16:44:09.741 INFO O| Sep 18 16:44:09.741 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-18T16:44:10.483Z[ recovery-image] Sep 18 16:44:09.751 INFO O| Sep 18 16:44:09.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82492026-09-18T16:44:10.483Z[ recovery-image] Sep 18 16:44:09.752 INFO O| Sep 18 16:44:09.751 INFO STEP 832 (remove_files) COMPLETE
82502026-09-18T16:44:10.483Z[ recovery-image] Sep 18 16:44:09.752 INFO O| Sep 18 16:44:09.752 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-18T16:44:10.492Z[ recovery-image] Sep 18 16:44:09.761 INFO O| Sep 18 16:44:09.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82522026-09-18T16:44:10.493Z[ recovery-image] Sep 18 16:44:09.761 INFO O| Sep 18 16:44:09.761 INFO STEP 833 (remove_files) COMPLETE
82532026-09-18T16:44:10.493Z[ recovery-image] Sep 18 16:44:09.761 INFO O| Sep 18 16:44:09.761 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-18T16:44:10.502Z[ recovery-image] Sep 18 16:44:09.771 INFO O| Sep 18 16:44:09.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82552026-09-18T16:44:10.502Z[ recovery-image] Sep 18 16:44:09.771 INFO O| Sep 18 16:44:09.771 INFO STEP 834 (remove_files) COMPLETE
82562026-09-18T16:44:10.502Z[ recovery-image] Sep 18 16:44:09.771 INFO O| Sep 18 16:44:09.771 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-18T16:44:10.512Z[ recovery-image] Sep 18 16:44:09.781 INFO O| Sep 18 16:44:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82582026-09-18T16:44:10.512Z[ recovery-image] Sep 18 16:44:09.781 INFO O| Sep 18 16:44:09.781 INFO STEP 835 (remove_files) COMPLETE
82592026-09-18T16:44:10.512Z[ recovery-image] Sep 18 16:44:09.781 INFO O| Sep 18 16:44:09.781 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-18T16:44:10.522Z[ recovery-image] Sep 18 16:44:09.791 INFO O| Sep 18 16:44:09.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82612026-09-18T16:44:10.522Z[ recovery-image] Sep 18 16:44:09.791 INFO O| Sep 18 16:44:09.791 INFO STEP 836 (remove_files) COMPLETE
82622026-09-18T16:44:10.523Z[ recovery-image] Sep 18 16:44:09.791 INFO O| Sep 18 16:44:09.791 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-18T16:44:10.538Z[ recovery-image] Sep 18 16:44:09.807 INFO O| Sep 18 16:44:09.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82642026-09-18T16:44:10.538Z[ recovery-image] Sep 18 16:44:09.807 INFO O| Sep 18 16:44:09.807 INFO STEP 837 (remove_files) COMPLETE
82652026-09-18T16:44:10.538Z[ recovery-image] Sep 18 16:44:09.807 INFO O| Sep 18 16:44:09.807 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-18T16:44:10.549Z[ recovery-image] Sep 18 16:44:09.817 INFO O| Sep 18 16:44:09.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82672026-09-18T16:44:10.549Z[ recovery-image] Sep 18 16:44:09.818 INFO O| Sep 18 16:44:09.817 INFO STEP 838 (remove_files) COMPLETE
82682026-09-18T16:44:10.549Z[ recovery-image] Sep 18 16:44:09.818 INFO O| Sep 18 16:44:09.818 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-18T16:44:10.560Z[ recovery-image] Sep 18 16:44:09.828 INFO O| Sep 18 16:44:09.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82702026-09-18T16:44:10.560Z[ recovery-image] Sep 18 16:44:09.828 INFO O| Sep 18 16:44:09.828 INFO STEP 839 (remove_files) COMPLETE
82712026-09-18T16:44:10.560Z[ recovery-image] Sep 18 16:44:09.828 INFO O| Sep 18 16:44:09.828 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-18T16:44:10.570Z[ recovery-image] Sep 18 16:44:09.839 INFO O| Sep 18 16:44:09.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82732026-09-18T16:44:10.571Z[ recovery-image] Sep 18 16:44:09.840 INFO O| Sep 18 16:44:09.839 INFO STEP 840 (remove_files) COMPLETE
82742026-09-18T16:44:10.575Z[ recovery-image] Sep 18 16:44:09.840 INFO O| Sep 18 16:44:09.840 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-18T16:44:10.581Z[ recovery-image] Sep 18 16:44:09.851 INFO O| Sep 18 16:44:09.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82762026-09-18T16:44:10.582Z[ recovery-image] Sep 18 16:44:09.851 INFO O| Sep 18 16:44:09.851 INFO STEP 841 (remove_files) COMPLETE
82772026-09-18T16:44:10.587Z[ recovery-image] Sep 18 16:44:09.851 INFO O| Sep 18 16:44:09.851 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-18T16:44:10.593Z[ recovery-image] Sep 18 16:44:09.862 INFO O| Sep 18 16:44:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82792026-09-18T16:44:10.593Z[ recovery-image] Sep 18 16:44:09.862 INFO O| Sep 18 16:44:09.862 INFO STEP 842 (remove_files) COMPLETE
82802026-09-18T16:44:10.593Z[ recovery-image] Sep 18 16:44:09.862 INFO O| Sep 18 16:44:09.862 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-18T16:44:10.605Z[ recovery-image] Sep 18 16:44:09.873 INFO O| Sep 18 16:44:09.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82822026-09-18T16:44:10.605Z[ recovery-image] Sep 18 16:44:09.873 INFO O| Sep 18 16:44:09.873 INFO STEP 843 (remove_files) COMPLETE
82832026-09-18T16:44:10.609Z[ recovery-image] Sep 18 16:44:09.873 INFO O| Sep 18 16:44:09.873 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-18T16:44:10.614Z[ recovery-image] Sep 18 16:44:09.883 INFO O| Sep 18 16:44:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82852026-09-18T16:44:10.614Z[ recovery-image] Sep 18 16:44:09.884 INFO O| Sep 18 16:44:09.883 INFO STEP 844 (remove_files) COMPLETE
82862026-09-18T16:44:10.618Z[ recovery-image] Sep 18 16:44:09.884 INFO O| Sep 18 16:44:09.883 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24263:20260915T143159Z
82882026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24263:20260915T143159Z
82892026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
82902026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
82912026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
82922026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82932026-09-18T16:44:10.623Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/xz@5.8.4-3.0:20260917T154915Z
82942026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.892 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82952026-09-18T16:44:10.629Z[ recovery-image] Sep 18 16:44:09.892 INFO O| Sep 18 16:44:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82962026-09-18T16:44:10.629Z[ recovery-image] Sep 18 16:44:09.892 INFO O| Sep 18 16:44:09.892 INFO STEP 845 (remove_files) COMPLETE
82972026-09-18T16:44:10.629Z[ recovery-image] Sep 18 16:44:09.892 INFO O| Sep 18 16:44:09.892 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260918T162948Z
82992026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.27-3.0:20260917T152548Z
83002026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
83012026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24263:20260915T143200Z
83022026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24263:20260915T143200Z
83032026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.893 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24263:20260915T143200Z
83042026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24263:20260915T143200Z
83052026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
83062026-09-18T16:44:10.629Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24263:20260915T143200Z
83072026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24263:20260915T143200Z
83082026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24263:20260915T143200Z
83092026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24263:20260915T143200Z
83102026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24263:20260915T143201Z
83112026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24263:20260915T143201Z
83122026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24263:20260915T143201Z
83132026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24263:20260915T143201Z
83142026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24263:20260915T143201Z
83152026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24263:20260915T143201Z
83162026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.894 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24263:20260915T143201Z
83172026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24263:20260915T143202Z
83182026-09-18T16:44:10.630Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24263:20260915T143202Z
83192026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24263:20260915T143203Z
83202026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24263:20260915T143203Z
83212026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
83222026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24263:20260915T143204Z
83232026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24263:20260915T143204Z
83242026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24263:20260915T143205Z
83252026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24263:20260915T143205Z
83262026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24263:20260915T143205Z
83272026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24263:20260915T143206Z
83282026-09-18T16:44:10.631Z[ host-image] Sep 18 16:44:09.895 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24263:20260915T143206Z
83292026-09-18T16:44:10.635Z[ host-image] Sep 18 16:44:09.898 INFO O| install = pkg://helios/editor/vim@9.2.1014-3.0:20260917T155023Z
83302026-09-18T16:44:10.635Z[ host-image] Sep 18 16:44:09.898 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24263:20260915T143206Z
83312026-09-18T16:44:10.635Z[ host-image] Sep 18 16:44:09.898 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
83322026-09-18T16:44:10.635Z[ host-image] Sep 18 16:44:09.898 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
83332026-09-18T16:44:10.636Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
83342026-09-18T16:44:10.636Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
83352026-09-18T16:44:10.636Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24263:20260915T143206Z
83362026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
83372026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libxml2@2.15.4-3.0:20260917T152921Z
83382026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T182013Z
83392026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.899 INFO O| install = pkg://helios/library/libxslt@1.1.45-3.0:20260917T154735Z
83402026-09-18T16:44:10.637Z[ recovery-image] Sep 18 16:44:09.902 INFO O| Sep 18 16:44:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83412026-09-18T16:44:10.637Z[ recovery-image] Sep 18 16:44:09.902 INFO O| Sep 18 16:44:09.902 INFO STEP 846 (remove_files) COMPLETE
83422026-09-18T16:44:10.637Z[ recovery-image] Sep 18 16:44:09.902 INFO O| Sep 18 16:44:09.902 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
83442026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
83452026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
83462026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
83472026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
83482026-09-18T16:44:10.637Z[ host-image] Sep 18 16:44:09.903 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
83492026-09-18T16:44:10.642Z[ recovery-image] Sep 18 16:44:09.911 INFO O| Sep 18 16:44:09.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
83502026-09-18T16:44:10.642Z[ recovery-image] Sep 18 16:44:09.911 INFO O| Sep 18 16:44:09.911 INFO STEP 847 (remove_files) COMPLETE
83512026-09-18T16:44:10.646Z[ recovery-image] Sep 18 16:44:09.911 INFO O| Sep 18 16:44:09.911 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
83532026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
83542026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
83552026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24263:20260915T143207Z
83562026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24263:20260915T143209Z
83572026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
83582026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24263:20260915T143209Z
83592026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.915 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
83602026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.916 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
83612026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.916 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
83622026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.916 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
83632026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.916 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24263:20260915T143210Z
83642026-09-18T16:44:10.647Z[ host-image] Sep 18 16:44:09.916 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
83652026-09-18T16:44:10.652Z[ host-image] Sep 18 16:44:09.917 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
83662026-09-18T16:44:10.652Z[ host-image] Sep 18 16:44:09.917 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
83672026-09-18T16:44:10.652Z[ host-image] Sep 18 16:44:09.917 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
83682026-09-18T16:44:10.652Z[ host-image] Sep 18 16:44:09.917 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24263:20260915T143210Z
83692026-09-18T16:44:10.652Z[ host-image] Sep 18 16:44:09.917 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
83702026-09-18T16:44:10.653Z[ recovery-image] Sep 18 16:44:09.920 INFO O| Sep 18 16:44:09.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
83712026-09-18T16:44:10.653Z[ recovery-image] Sep 18 16:44:09.920 INFO O| Sep 18 16:44:09.920 INFO STEP 848 (remove_files) COMPLETE
83722026-09-18T16:44:10.653Z[ recovery-image] Sep 18 16:44:09.920 INFO O| Sep 18 16:44:09.920 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.921 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
83742026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.921 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24263:20260915T143210Z
83752026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24263:20260915T143210Z
83762026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24263:20260915T143210Z
83772026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
83782026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24263:20260915T143211Z
83792026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24263:20260915T143211Z
83802026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24263:20260915T143211Z
83812026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.922 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24263:20260915T143211Z
83822026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.923 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
83832026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.923 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24263:20260915T143211Z
83842026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.923 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24263:20260915T143212Z
83852026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.924 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
83862026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.924 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24263:20260915T143212Z
83872026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.924 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24263:20260915T143212Z
83882026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.924 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24263:20260915T143212Z
83892026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.924 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24263:20260915T143212Z
83902026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.926 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24263:20260915T143212Z
83912026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.926 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
83922026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.926 INFO O| install = pkg://helios/system/data/zoneinfo@2026.4-3.0.24263:20260915T143212Z
83932026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.926 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24263:20260915T143212Z
83942026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24263:20260915T143212Z
83952026-09-18T16:44:10.658Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24263:20260915T143212Z
83962026-09-18T16:44:10.659Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24263:20260915T143212Z
83972026-09-18T16:44:10.663Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24263:20260915T143212Z
83982026-09-18T16:44:10.663Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24263:20260915T143212Z
83992026-09-18T16:44:10.663Z[ host-image] Sep 18 16:44:09.927 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24263:20260915T143213Z
84002026-09-18T16:44:10.664Z[ recovery-image] Sep 18 16:44:09.930 INFO O| Sep 18 16:44:09.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
84012026-09-18T16:44:10.664Z[ recovery-image] Sep 18 16:44:09.930 INFO O| Sep 18 16:44:09.930 INFO STEP 849 (remove_files) COMPLETE
84022026-09-18T16:44:10.664Z[ recovery-image] Sep 18 16:44:09.930 INFO O| Sep 18 16:44:09.930 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-09-18T16:44:10.664Z[ host-image] Sep 18 16:44:09.930 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24263:20260915T143213Z
84042026-09-18T16:44:10.664Z[ host-image] Sep 18 16:44:09.930 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24263:20260915T143213Z
84052026-09-18T16:44:10.664Z[ host-image] Sep 18 16:44:09.930 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24263:20260915T143213Z
84062026-09-18T16:44:10.664Z[ host-image] Sep 18 16:44:09.931 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24263:20260915T143213Z
84072026-09-18T16:44:10.664Z[ host-image] Sep 18 16:44:09.931 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24263:20260915T143213Z
84082026-09-18T16:44:10.669Z[ host-image] Sep 18 16:44:09.936 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24263:20260915T143215Z
84092026-09-18T16:44:10.669Z[ host-image] Sep 18 16:44:09.936 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24263:20260915T143213Z
84102026-09-18T16:44:10.669Z[ host-image] Sep 18 16:44:09.936 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24263:20260915T143213Z
84112026-09-18T16:44:10.669Z[ host-image] Sep 18 16:44:09.937 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
84122026-09-18T16:44:10.669Z[ host-image] Sep 18 16:44:09.937 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
84132026-09-18T16:44:10.673Z[ recovery-image] Sep 18 16:44:09.939 INFO O| Sep 18 16:44:09.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
84142026-09-18T16:44:10.673Z[ recovery-image] Sep 18 16:44:09.939 INFO O| Sep 18 16:44:09.939 INFO STEP 850 (remove_files) COMPLETE
84152026-09-18T16:44:10.673Z[ recovery-image] Sep 18 16:44:09.939 INFO O| Sep 18 16:44:09.939 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-18T16:44:10.676Z[ host-image] Sep 18 16:44:09.945 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24263:20260915T143213Z
84172026-09-18T16:44:10.676Z[ host-image] Sep 18 16:44:09.945 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
84182026-09-18T16:44:10.676Z[ host-image] Sep 18 16:44:09.945 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24263:20260915T143213Z
84192026-09-18T16:44:10.676Z[ host-image] Sep 18 16:44:09.945 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24263:20260915T143213Z
84202026-09-18T16:44:10.677Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24263:20260915T143214Z
84212026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
84222026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
84232026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24263:20260915T143214Z
84242026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24263:20260915T143214Z
84252026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24263:20260915T143214Z
84262026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24263:20260915T143214Z
84272026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24263:20260915T143214Z
84282026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.946 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24263:20260915T143215Z
84292026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.947 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
84302026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.947 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24263:20260915T143215Z
84312026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24263:20260915T143215Z
84322026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24263:20260915T143215Z
84332026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24263:20260915T143215Z
84342026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24263:20260915T143215Z
84352026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24263:20260915T143215Z
84362026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
84372026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
84382026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24263:20260915T143216Z
84392026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24263:20260915T143217Z
84402026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.27-3.0:20260917T152536Z
84412026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
84422026-09-18T16:44:10.681Z[ recovery-image] Sep 18 16:44:09.948 INFO O| Sep 18 16:44:09.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
84432026-09-18T16:44:10.681Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
84442026-09-18T16:44:10.682Z[ recovery-image] Sep 18 16:44:09.948 INFO O| Sep 18 16:44:09.948 INFO STEP 851 (remove_files) COMPLETE
84452026-09-18T16:44:10.682Z[ recovery-image] Sep 18 16:44:09.948 INFO O| Sep 18 16:44:09.948 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
84472026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.948 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
84482026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.949 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
84492026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.949 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
84502026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.949 INFO O| tempdir @ "/tmp/.tmpwY3jBp/tmp"
84512026-09-18T16:44:10.682Z[ host-image] Sep 18 16:44:09.949 INFO O| image root @ "/tmp/.tmpwY3jBp/tmp/root"
84522026-09-18T16:44:10.683Z[ host-image] Sep 18 16:44:09.949 INFO O| creating image...
84532026-09-18T16:44:10.689Z[ recovery-image] Sep 18 16:44:09.958 INFO O| Sep 18 16:44:09.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
84542026-09-18T16:44:10.693Z[ recovery-image] Sep 18 16:44:09.958 INFO O| Sep 18 16:44:09.958 INFO STEP 852 (remove_files) COMPLETE
84552026-09-18T16:44:10.693Z[ recovery-image] Sep 18 16:44:09.958 INFO O| Sep 18 16:44:09.958 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-09-18T16:44:10.698Z[ recovery-image] Sep 18 16:44:09.967 INFO O| Sep 18 16:44:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
84572026-09-18T16:44:10.698Z[ recovery-image] Sep 18 16:44:09.967 INFO O| Sep 18 16:44:09.967 INFO STEP 853 (remove_files) COMPLETE
84582026-09-18T16:44:10.698Z[ recovery-image] Sep 18 16:44:09.967 INFO O| Sep 18 16:44:09.967 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-09-18T16:44:10.708Z[ recovery-image] Sep 18 16:44:09.977 INFO O| Sep 18 16:44:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
84602026-09-18T16:44:10.708Z[ recovery-image] Sep 18 16:44:09.977 INFO O| Sep 18 16:44:09.977 INFO STEP 854 (remove_files) COMPLETE
84612026-09-18T16:44:10.708Z[ recovery-image] Sep 18 16:44:09.977 INFO O| Sep 18 16:44:09.977 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-09-18T16:44:10.716Z[ recovery-image] Sep 18 16:44:09.985 INFO O| Sep 18 16:44:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
84632026-09-18T16:44:10.716Z[ recovery-image] Sep 18 16:44:09.985 INFO O| Sep 18 16:44:09.985 INFO STEP 855 (remove_files) COMPLETE
84642026-09-18T16:44:10.716Z[ recovery-image] Sep 18 16:44:09.985 INFO O| Sep 18 16:44:09.985 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-09-18T16:44:10.724Z[ recovery-image] Sep 18 16:44:09.993 INFO O| Sep 18 16:44:09.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
84662026-09-18T16:44:10.724Z[ recovery-image] Sep 18 16:44:09.993 INFO O| Sep 18 16:44:09.993 INFO STEP 856 (remove_files) COMPLETE
84672026-09-18T16:44:10.724Z[ recovery-image] Sep 18 16:44:09.993 INFO O| Sep 18 16:44:09.993 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-09-18T16:44:10.732Z[ recovery-image] Sep 18 16:44:10.001 INFO O| Sep 18 16:44:10.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
84692026-09-18T16:44:10.732Z[ recovery-image] Sep 18 16:44:10.001 INFO O| Sep 18 16:44:10.001 INFO STEP 857 (remove_files) COMPLETE
84702026-09-18T16:44:10.733Z[ recovery-image] Sep 18 16:44:10.001 INFO O| Sep 18 16:44:10.001 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-09-18T16:44:10.743Z[ recovery-image] Sep 18 16:44:10.012 INFO O| Sep 18 16:44:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
84722026-09-18T16:44:10.743Z[ recovery-image] Sep 18 16:44:10.012 INFO O| Sep 18 16:44:10.012 INFO STEP 858 (remove_files) COMPLETE
84732026-09-18T16:44:10.743Z[ recovery-image] Sep 18 16:44:10.012 INFO O| Sep 18 16:44:10.012 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-09-18T16:44:10.754Z[ recovery-image] Sep 18 16:44:10.023 INFO O| Sep 18 16:44:10.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
84752026-09-18T16:44:10.754Z[ recovery-image] Sep 18 16:44:10.023 INFO O| Sep 18 16:44:10.023 INFO STEP 859 (remove_files) COMPLETE
84762026-09-18T16:44:10.758Z[ recovery-image] Sep 18 16:44:10.023 INFO O| Sep 18 16:44:10.023 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-09-18T16:44:10.764Z[ recovery-image] Sep 18 16:44:10.033 INFO O| Sep 18 16:44:10.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
84782026-09-18T16:44:10.764Z[ recovery-image] Sep 18 16:44:10.033 INFO O| Sep 18 16:44:10.033 INFO STEP 860 (remove_files) COMPLETE
84792026-09-18T16:44:10.764Z[ recovery-image] Sep 18 16:44:10.033 INFO O| Sep 18 16:44:10.033 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-09-18T16:44:10.774Z[ recovery-image] Sep 18 16:44:10.043 INFO O| Sep 18 16:44:10.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
84812026-09-18T16:44:10.774Z[ recovery-image] Sep 18 16:44:10.043 INFO O| Sep 18 16:44:10.043 INFO STEP 861 (remove_files) COMPLETE
84822026-09-18T16:44:10.774Z[ recovery-image] Sep 18 16:44:10.043 INFO O| Sep 18 16:44:10.043 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-09-18T16:44:10.784Z[ recovery-image] Sep 18 16:44:10.053 INFO O| Sep 18 16:44:10.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
84842026-09-18T16:44:10.784Z[ recovery-image] Sep 18 16:44:10.053 INFO O| Sep 18 16:44:10.053 INFO STEP 862 (remove_files) COMPLETE
84852026-09-18T16:44:10.785Z[ recovery-image] Sep 18 16:44:10.053 INFO O| Sep 18 16:44:10.053 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-09-18T16:44:10.795Z[ recovery-image] Sep 18 16:44:10.064 INFO O| Sep 18 16:44:10.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
84872026-09-18T16:44:10.795Z[ recovery-image] Sep 18 16:44:10.064 INFO O| Sep 18 16:44:10.064 INFO STEP 863 (remove_files) COMPLETE
84882026-09-18T16:44:10.799Z[ recovery-image] Sep 18 16:44:10.064 INFO O| Sep 18 16:44:10.064 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-09-18T16:44:10.805Z[ recovery-image] Sep 18 16:44:10.074 INFO O| Sep 18 16:44:10.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
84902026-09-18T16:44:10.805Z[ recovery-image] Sep 18 16:44:10.074 INFO O| Sep 18 16:44:10.074 INFO STEP 864 (remove_files) COMPLETE
84912026-09-18T16:44:10.805Z[ recovery-image] Sep 18 16:44:10.075 INFO O| Sep 18 16:44:10.074 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-09-18T16:44:10.842Z[ recovery-image] Sep 18 16:44:10.110 INFO O| Sep 18 16:44:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
84932026-09-18T16:44:10.842Z[ recovery-image] Sep 18 16:44:10.110 INFO O| Sep 18 16:44:10.110 INFO STEP 865 (remove_files) COMPLETE
84942026-09-18T16:44:10.846Z[ recovery-image] Sep 18 16:44:10.110 INFO O| Sep 18 16:44:10.110 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-09-18T16:44:10.853Z[ recovery-image] Sep 18 16:44:10.122 INFO O| Sep 18 16:44:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
84962026-09-18T16:44:10.854Z[ recovery-image] Sep 18 16:44:10.122 INFO O| Sep 18 16:44:10.122 INFO STEP 866 (remove_files) COMPLETE
84972026-09-18T16:44:10.861Z[ recovery-image] Sep 18 16:44:10.122 INFO O| Sep 18 16:44:10.122 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-09-18T16:44:10.865Z[ recovery-image] Sep 18 16:44:10.131 INFO O| Sep 18 16:44:10.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
84992026-09-18T16:44:10.865Z[ recovery-image] Sep 18 16:44:10.131 INFO O| Sep 18 16:44:10.131 INFO STEP 867 (remove_files) COMPLETE
85002026-09-18T16:44:10.865Z[ recovery-image] Sep 18 16:44:10.131 INFO O| Sep 18 16:44:10.131 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-09-18T16:44:10.872Z[ recovery-image] Sep 18 16:44:10.141 INFO O| Sep 18 16:44:10.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
85022026-09-18T16:44:10.872Z[ recovery-image] Sep 18 16:44:10.141 INFO O| Sep 18 16:44:10.141 INFO STEP 868 (remove_files) COMPLETE
85032026-09-18T16:44:10.876Z[ recovery-image] Sep 18 16:44:10.141 INFO O| Sep 18 16:44:10.141 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-09-18T16:44:10.887Z[ recovery-image] Sep 18 16:44:10.157 INFO O| Sep 18 16:44:10.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
85052026-09-18T16:44:10.888Z[ recovery-image] Sep 18 16:44:10.157 INFO O| Sep 18 16:44:10.157 INFO STEP 869 (remove_files) COMPLETE
85062026-09-18T16:44:10.888Z[ recovery-image] Sep 18 16:44:10.157 INFO O| Sep 18 16:44:10.157 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-18T16:44:10.899Z[ recovery-image] Sep 18 16:44:10.168 INFO O| Sep 18 16:44:10.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
85082026-09-18T16:44:10.899Z[ recovery-image] Sep 18 16:44:10.168 INFO O| Sep 18 16:44:10.168 INFO STEP 870 (remove_files) COMPLETE
85092026-09-18T16:44:10.899Z[ recovery-image] Sep 18 16:44:10.168 INFO O| Sep 18 16:44:10.168 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-18T16:44:10.908Z[ recovery-image] Sep 18 16:44:10.177 INFO O| Sep 18 16:44:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
85112026-09-18T16:44:10.909Z[ recovery-image] Sep 18 16:44:10.177 INFO O| Sep 18 16:44:10.177 INFO STEP 871 (remove_files) COMPLETE
85122026-09-18T16:44:10.909Z[ recovery-image] Sep 18 16:44:10.177 INFO O| Sep 18 16:44:10.177 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-09-18T16:44:10.916Z[ recovery-image] Sep 18 16:44:10.185 INFO O| Sep 18 16:44:10.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
85142026-09-18T16:44:10.916Z[ recovery-image] Sep 18 16:44:10.185 INFO O| Sep 18 16:44:10.185 INFO STEP 872 (remove_files) COMPLETE
85152026-09-18T16:44:10.916Z[ recovery-image] Sep 18 16:44:10.185 INFO O| Sep 18 16:44:10.185 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-09-18T16:44:10.927Z[ recovery-image] Sep 18 16:44:10.196 INFO O| Sep 18 16:44:10.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
85172026-09-18T16:44:10.927Z[ recovery-image] Sep 18 16:44:10.196 INFO O| Sep 18 16:44:10.196 INFO STEP 873 (remove_files) COMPLETE
85182026-09-18T16:44:10.931Z[ recovery-image] Sep 18 16:44:10.196 INFO O| Sep 18 16:44:10.196 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-09-18T16:44:10.937Z[ recovery-image] Sep 18 16:44:10.206 INFO O| Sep 18 16:44:10.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
85202026-09-18T16:44:10.937Z[ recovery-image] Sep 18 16:44:10.207 INFO O| Sep 18 16:44:10.206 INFO STEP 874 (remove_files) COMPLETE
85212026-09-18T16:44:10.937Z[ recovery-image] Sep 18 16:44:10.207 INFO O| Sep 18 16:44:10.207 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-09-18T16:44:10.949Z[ recovery-image] Sep 18 16:44:10.218 INFO O| Sep 18 16:44:10.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
85232026-09-18T16:44:10.950Z[ recovery-image] Sep 18 16:44:10.218 INFO O| Sep 18 16:44:10.218 INFO STEP 875 (remove_files) COMPLETE
85242026-09-18T16:44:10.950Z[ recovery-image] Sep 18 16:44:10.218 INFO O| Sep 18 16:44:10.218 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-09-18T16:44:10.959Z[ recovery-image] Sep 18 16:44:10.228 INFO O| Sep 18 16:44:10.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
85262026-09-18T16:44:10.959Z[ recovery-image] Sep 18 16:44:10.228 INFO O| Sep 18 16:44:10.228 INFO STEP 876 (remove_files) COMPLETE
85272026-09-18T16:44:10.959Z[ recovery-image] Sep 18 16:44:10.228 INFO O| Sep 18 16:44:10.228 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-09-18T16:44:10.969Z[ recovery-image] Sep 18 16:44:10.238 INFO O| Sep 18 16:44:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
85292026-09-18T16:44:10.969Z[ recovery-image] Sep 18 16:44:10.238 INFO O| Sep 18 16:44:10.238 INFO STEP 877 (remove_files) COMPLETE
85302026-09-18T16:44:10.969Z[ recovery-image] Sep 18 16:44:10.238 INFO O| Sep 18 16:44:10.238 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-09-18T16:44:10.978Z[ recovery-image] Sep 18 16:44:10.247 INFO O| Sep 18 16:44:10.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
85322026-09-18T16:44:10.978Z[ recovery-image] Sep 18 16:44:10.247 INFO O| Sep 18 16:44:10.247 INFO STEP 878 (remove_files) COMPLETE
85332026-09-18T16:44:10.983Z[ recovery-image] Sep 18 16:44:10.247 INFO O| Sep 18 16:44:10.247 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-09-18T16:44:10.988Z[ recovery-image] Sep 18 16:44:10.257 INFO O| Sep 18 16:44:10.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
85352026-09-18T16:44:10.988Z[ recovery-image] Sep 18 16:44:10.257 INFO O| Sep 18 16:44:10.257 INFO STEP 879 (remove_files) COMPLETE
85362026-09-18T16:44:10.988Z[ recovery-image] Sep 18 16:44:10.257 INFO O| Sep 18 16:44:10.257 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-09-18T16:44:10.998Z[ recovery-image] Sep 18 16:44:10.267 INFO O| Sep 18 16:44:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
85382026-09-18T16:44:10.998Z[ recovery-image] Sep 18 16:44:10.267 INFO O| Sep 18 16:44:10.267 INFO STEP 880 (remove_files) COMPLETE
85392026-09-18T16:44:11.002Z[ recovery-image] Sep 18 16:44:10.267 INFO O| Sep 18 16:44:10.267 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-09-18T16:44:11.011Z[ recovery-image] Sep 18 16:44:10.278 INFO O| Sep 18 16:44:10.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
85412026-09-18T16:44:11.011Z[ recovery-image] Sep 18 16:44:10.278 INFO O| Sep 18 16:44:10.278 INFO STEP 881 (remove_files) COMPLETE
85422026-09-18T16:44:11.011Z[ recovery-image] Sep 18 16:44:10.278 INFO O| Sep 18 16:44:10.278 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-18T16:44:11.019Z[ recovery-image] Sep 18 16:44:10.288 INFO O| Sep 18 16:44:10.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
85442026-09-18T16:44:11.019Z[ recovery-image] Sep 18 16:44:10.288 INFO O| Sep 18 16:44:10.288 INFO STEP 882 (remove_files) COMPLETE
85452026-09-18T16:44:11.023Z[ recovery-image] Sep 18 16:44:10.288 INFO O| Sep 18 16:44:10.288 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-09-18T16:44:11.426Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
85472026-09-18T16:44:13.130Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
85482026-09-18T16:44:13.235Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
85492026-09-18T16:44:13.358Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
85502026-09-18T16:44:13.993Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
85512026-09-18T16:44:14.076Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
85522026-09-18T16:44:14.610Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
85532026-09-18T16:44:14.683Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
85542026-09-18T16:44:14.808Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
85552026-09-18T16:44:15.058Z[ recovery-image] Sep 18 16:44:14.327 INFO O| Sep 18 16:44:14.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
85562026-09-18T16:44:15.058Z[ recovery-image] Sep 18 16:44:14.327 INFO O| Sep 18 16:44:14.327 INFO STEP 883 (remove_files) COMPLETE
85572026-09-18T16:44:15.062Z[ recovery-image] Sep 18 16:44:14.327 INFO O| Sep 18 16:44:14.327 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-18T16:44:15.070Z[ recovery-image] Sep 18 16:44:14.339 INFO O| Sep 18 16:44:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
85592026-09-18T16:44:15.070Z[ recovery-image] Sep 18 16:44:14.339 INFO O| Sep 18 16:44:14.339 INFO STEP 884 (remove_files) COMPLETE
85602026-09-18T16:44:15.070Z[ recovery-image] Sep 18 16:44:14.339 INFO O| Sep 18 16:44:14.339 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-18T16:44:15.080Z[ recovery-image] Sep 18 16:44:14.349 INFO O| Sep 18 16:44:14.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
85622026-09-18T16:44:15.080Z[ recovery-image] Sep 18 16:44:14.349 INFO O| Sep 18 16:44:14.349 INFO STEP 885 (remove_files) COMPLETE
85632026-09-18T16:44:15.080Z[ recovery-image] Sep 18 16:44:14.349 INFO O| Sep 18 16:44:14.349 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-18T16:44:15.088Z[ recovery-image] Sep 18 16:44:14.358 INFO O| Sep 18 16:44:14.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
85652026-09-18T16:44:15.090Z[ recovery-image] Sep 18 16:44:14.358 INFO O| Sep 18 16:44:14.358 INFO STEP 886 (remove_files) COMPLETE
85662026-09-18T16:44:15.090Z[ recovery-image] Sep 18 16:44:14.358 INFO O| Sep 18 16:44:14.358 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-18T16:44:15.098Z[ recovery-image] Sep 18 16:44:14.367 INFO O| Sep 18 16:44:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
85682026-09-18T16:44:15.098Z[ recovery-image] Sep 18 16:44:14.368 INFO O| Sep 18 16:44:14.368 INFO STEP 887 (remove_files) COMPLETE
85692026-09-18T16:44:15.098Z[ recovery-image] Sep 18 16:44:14.368 INFO O| Sep 18 16:44:14.368 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-09-18T16:44:15.102Z[verify-libraries] Compiling multimap v0.10.1
85712026-09-18T16:44:15.108Z[ recovery-image] Sep 18 16:44:14.377 INFO O| Sep 18 16:44:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
85722026-09-18T16:44:15.108Z[ recovery-image] Sep 18 16:44:14.377 INFO O| Sep 18 16:44:14.377 INFO STEP 888 (remove_files) COMPLETE
85732026-09-18T16:44:15.108Z[ recovery-image] Sep 18 16:44:14.377 INFO O| Sep 18 16:44:14.377 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-18T16:44:15.119Z[ recovery-image] Sep 18 16:44:14.388 INFO O| Sep 18 16:44:14.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
85752026-09-18T16:44:15.119Z[ recovery-image] Sep 18 16:44:14.388 INFO O| Sep 18 16:44:14.388 INFO STEP 889 (remove_files) COMPLETE
85762026-09-18T16:44:15.119Z[ recovery-image] Sep 18 16:44:14.388 INFO O| Sep 18 16:44:14.388 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-18T16:44:15.130Z[ recovery-image] Sep 18 16:44:14.399 INFO O| Sep 18 16:44:14.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
85782026-09-18T16:44:15.130Z[ recovery-image] Sep 18 16:44:14.399 INFO O| Sep 18 16:44:14.399 INFO STEP 890 (remove_files) COMPLETE
85792026-09-18T16:44:15.136Z[ recovery-image] Sep 18 16:44:14.399 INFO O| Sep 18 16:44:14.399 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-18T16:44:15.141Z[ recovery-image] Sep 18 16:44:14.409 INFO O| Sep 18 16:44:14.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
85812026-09-18T16:44:15.141Z[ recovery-image] Sep 18 16:44:14.409 INFO O| Sep 18 16:44:14.409 INFO STEP 891 (remove_files) COMPLETE
85822026-09-18T16:44:15.141Z[ recovery-image] Sep 18 16:44:14.409 INFO O| Sep 18 16:44:14.409 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-18T16:44:15.152Z[ recovery-image] Sep 18 16:44:14.420 INFO O| Sep 18 16:44:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
85842026-09-18T16:44:15.152Z[ recovery-image] Sep 18 16:44:14.420 INFO O| Sep 18 16:44:14.420 INFO STEP 892 (remove_files) COMPLETE
85852026-09-18T16:44:15.152Z[ recovery-image] Sep 18 16:44:14.420 INFO O| Sep 18 16:44:14.420 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-18T16:44:15.162Z[ host-image] Sep 18 16:44:14.431 INFO O| copying publishers...
85872026-09-18T16:44:15.166Z[ recovery-image] Sep 18 16:44:14.431 INFO O| Sep 18 16:44:14.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
85882026-09-18T16:44:15.166Z[ recovery-image] Sep 18 16:44:14.431 INFO O| Sep 18 16:44:14.431 INFO STEP 893 (remove_files) COMPLETE
85892026-09-18T16:44:15.166Z[ recovery-image] Sep 18 16:44:14.431 INFO O| Sep 18 16:44:14.431 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-09-18T16:44:15.172Z[ recovery-image] Sep 18 16:44:14.441 INFO O| Sep 18 16:44:14.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
85912026-09-18T16:44:15.172Z[ recovery-image] Sep 18 16:44:14.442 INFO O| Sep 18 16:44:14.442 INFO STEP 894 (remove_files) COMPLETE
85922026-09-18T16:44:15.176Z[ recovery-image] Sep 18 16:44:14.442 INFO O| Sep 18 16:44:14.442 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-09-18T16:44:15.183Z[ recovery-image] Sep 18 16:44:14.452 INFO O| Sep 18 16:44:14.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
85942026-09-18T16:44:15.183Z[ recovery-image] Sep 18 16:44:14.452 INFO O| Sep 18 16:44:14.452 INFO STEP 895 (remove_files) COMPLETE
85952026-09-18T16:44:15.183Z[ recovery-image] Sep 18 16:44:14.452 INFO O| Sep 18 16:44:14.452 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-09-18T16:44:15.193Z[ recovery-image] Sep 18 16:44:14.463 INFO O| Sep 18 16:44:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
85972026-09-18T16:44:15.194Z[ recovery-image] Sep 18 16:44:14.463 INFO O| Sep 18 16:44:14.463 INFO STEP 896 (remove_files) COMPLETE
85982026-09-18T16:44:15.194Z[ recovery-image] Sep 18 16:44:14.463 INFO O| Sep 18 16:44:14.463 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-18T16:44:15.202Z[ recovery-image] Sep 18 16:44:14.472 INFO O| Sep 18 16:44:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
86002026-09-18T16:44:15.203Z[ recovery-image] Sep 18 16:44:14.472 INFO O| Sep 18 16:44:14.472 INFO STEP 897 (remove_files) COMPLETE
86012026-09-18T16:44:15.203Z[ recovery-image] Sep 18 16:44:14.472 INFO O| Sep 18 16:44:14.472 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-18T16:44:15.212Z[ recovery-image] Sep 18 16:44:14.481 INFO O| Sep 18 16:44:14.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
86032026-09-18T16:44:15.212Z[ recovery-image] Sep 18 16:44:14.481 INFO O| Sep 18 16:44:14.481 INFO STEP 898 (remove_files) COMPLETE
86042026-09-18T16:44:15.212Z[ recovery-image] Sep 18 16:44:14.481 INFO O| Sep 18 16:44:14.481 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-18T16:44:15.220Z[ recovery-image] Sep 18 16:44:14.489 INFO O| Sep 18 16:44:14.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
86062026-09-18T16:44:15.220Z[ recovery-image] Sep 18 16:44:14.489 INFO O| Sep 18 16:44:14.489 INFO STEP 899 (remove_files) COMPLETE
86072026-09-18T16:44:15.224Z[ recovery-image] Sep 18 16:44:14.489 INFO O| Sep 18 16:44:14.489 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-18T16:44:15.234Z[ recovery-image] Sep 18 16:44:14.497 INFO O| Sep 18 16:44:14.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
86092026-09-18T16:44:15.235Z[ recovery-image] Sep 18 16:44:14.497 INFO O| Sep 18 16:44:14.497 INFO STEP 900 (remove_files) COMPLETE
86102026-09-18T16:44:15.235Z[ recovery-image] Sep 18 16:44:14.497 INFO O| Sep 18 16:44:14.497 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-09-18T16:44:15.238Z[ recovery-image] Sep 18 16:44:14.505 INFO O| Sep 18 16:44:14.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
86122026-09-18T16:44:15.238Z[ recovery-image] Sep 18 16:44:14.505 INFO O| Sep 18 16:44:14.505 INFO STEP 901 (remove_files) COMPLETE
86132026-09-18T16:44:15.238Z[ recovery-image] Sep 18 16:44:14.505 INFO O| Sep 18 16:44:14.505 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-09-18T16:44:15.244Z[ recovery-image] Sep 18 16:44:14.514 INFO O| Sep 18 16:44:14.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
86152026-09-18T16:44:15.244Z[ recovery-image] Sep 18 16:44:14.514 INFO O| Sep 18 16:44:14.514 INFO STEP 902 (remove_files) COMPLETE
86162026-09-18T16:44:15.244Z[ recovery-image] Sep 18 16:44:14.514 INFO O| Sep 18 16:44:14.514 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-09-18T16:44:15.252Z[verify-libraries] Compiling termios v0.3.3
86182026-09-18T16:44:15.255Z[ recovery-image] Sep 18 16:44:14.522 INFO O| Sep 18 16:44:14.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
86192026-09-18T16:44:15.255Z[ recovery-image] Sep 18 16:44:14.522 INFO O| Sep 18 16:44:14.522 INFO STEP 903 (remove_files) COMPLETE
86202026-09-18T16:44:15.255Z[ recovery-image] Sep 18 16:44:14.522 INFO O| Sep 18 16:44:14.522 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-18T16:44:15.262Z[ recovery-image] Sep 18 16:44:14.532 INFO O| Sep 18 16:44:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
86222026-09-18T16:44:15.262Z[ recovery-image] Sep 18 16:44:14.532 INFO O| Sep 18 16:44:14.532 INFO STEP 904 (remove_files) COMPLETE
86232026-09-18T16:44:15.266Z[ recovery-image] Sep 18 16:44:14.532 INFO O| Sep 18 16:44:14.532 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-18T16:44:15.272Z[ recovery-image] Sep 18 16:44:14.541 INFO O| Sep 18 16:44:14.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
86252026-09-18T16:44:15.272Z[ recovery-image] Sep 18 16:44:14.542 INFO O| Sep 18 16:44:14.542 INFO STEP 905 (remove_files) COMPLETE
86262026-09-18T16:44:15.277Z[ recovery-image] Sep 18 16:44:14.542 INFO O| Sep 18 16:44:14.542 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-09-18T16:44:15.284Z[ recovery-image] Sep 18 16:44:14.552 INFO O| Sep 18 16:44:14.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
86282026-09-18T16:44:15.284Z[ recovery-image] Sep 18 16:44:14.552 INFO O| Sep 18 16:44:14.552 INFO STEP 906 (remove_files) COMPLETE
86292026-09-18T16:44:15.284Z[ recovery-image] Sep 18 16:44:14.552 INFO O| Sep 18 16:44:14.552 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-18T16:44:15.292Z[ recovery-image] Sep 18 16:44:14.561 INFO O| Sep 18 16:44:14.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
86312026-09-18T16:44:15.292Z[ recovery-image] Sep 18 16:44:14.562 INFO O| Sep 18 16:44:14.562 INFO STEP 907 (remove_files) COMPLETE
86322026-09-18T16:44:15.296Z[ recovery-image] Sep 18 16:44:14.562 INFO O| Sep 18 16:44:14.562 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-09-18T16:44:15.302Z[ recovery-image] Sep 18 16:44:14.572 INFO O| Sep 18 16:44:14.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
86342026-09-18T16:44:15.303Z[ recovery-image] Sep 18 16:44:14.572 INFO O| Sep 18 16:44:14.572 INFO STEP 908 (remove_files) COMPLETE
86352026-09-18T16:44:15.306Z[ recovery-image] Sep 18 16:44:14.572 INFO O| Sep 18 16:44:14.572 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-09-18T16:44:15.312Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
86372026-09-18T16:44:15.316Z[ recovery-image] Sep 18 16:44:14.584 INFO O| Sep 18 16:44:14.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
86382026-09-18T16:44:15.316Z[ recovery-image] Sep 18 16:44:14.584 INFO O| Sep 18 16:44:14.584 INFO STEP 909 (remove_files) COMPLETE
86392026-09-18T16:44:15.316Z[ recovery-image] Sep 18 16:44:14.584 INFO O| Sep 18 16:44:14.584 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-09-18T16:44:15.325Z[ recovery-image] Sep 18 16:44:14.594 INFO O| Sep 18 16:44:14.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
86412026-09-18T16:44:15.325Z[ recovery-image] Sep 18 16:44:14.594 INFO O| Sep 18 16:44:14.594 INFO STEP 910 (remove_files) COMPLETE
86422026-09-18T16:44:15.329Z[ recovery-image] Sep 18 16:44:14.594 INFO O| Sep 18 16:44:14.594 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-09-18T16:44:15.336Z[ recovery-image] Sep 18 16:44:14.605 INFO O| Sep 18 16:44:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
86442026-09-18T16:44:15.336Z[ recovery-image] Sep 18 16:44:14.605 INFO O| Sep 18 16:44:14.605 INFO STEP 911 (remove_files) COMPLETE
86452026-09-18T16:44:15.336Z[ recovery-image] Sep 18 16:44:14.605 INFO O| Sep 18 16:44:14.605 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-09-18T16:44:15.346Z[ recovery-image] Sep 18 16:44:14.615 INFO O| Sep 18 16:44:14.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
86472026-09-18T16:44:15.346Z[ recovery-image] Sep 18 16:44:14.615 INFO O| Sep 18 16:44:14.615 INFO STEP 912 (remove_files) COMPLETE
86482026-09-18T16:44:15.350Z[ recovery-image] Sep 18 16:44:14.615 INFO O| Sep 18 16:44:14.615 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-09-18T16:44:15.355Z[ recovery-image] Sep 18 16:44:14.624 INFO O| Sep 18 16:44:14.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
86502026-09-18T16:44:15.355Z[ recovery-image] Sep 18 16:44:14.624 INFO O| Sep 18 16:44:14.624 INFO STEP 913 (remove_files) COMPLETE
86512026-09-18T16:44:15.365Z[ recovery-image] Sep 18 16:44:14.624 INFO O| Sep 18 16:44:14.624 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-09-18T16:44:15.365Z[ recovery-image] Sep 18 16:44:14.633 INFO O| Sep 18 16:44:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
86532026-09-18T16:44:15.365Z[ recovery-image] Sep 18 16:44:14.633 INFO O| Sep 18 16:44:14.633 INFO STEP 914 (remove_files) COMPLETE
86542026-09-18T16:44:15.365Z[ recovery-image] Sep 18 16:44:14.633 INFO O| Sep 18 16:44:14.633 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-09-18T16:44:15.372Z[ recovery-image] Sep 18 16:44:14.642 INFO O| Sep 18 16:44:14.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
86562026-09-18T16:44:15.372Z[ recovery-image] Sep 18 16:44:14.642 INFO O| Sep 18 16:44:14.642 INFO STEP 915 (remove_files) COMPLETE
86572026-09-18T16:44:15.373Z[ recovery-image] Sep 18 16:44:14.642 INFO O| Sep 18 16:44:14.642 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-09-18T16:44:15.386Z[ recovery-image] Sep 18 16:44:14.650 INFO O| Sep 18 16:44:14.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
86592026-09-18T16:44:15.386Z[ recovery-image] Sep 18 16:44:14.650 INFO O| Sep 18 16:44:14.650 INFO STEP 916 (remove_files) COMPLETE
86602026-09-18T16:44:15.390Z[ recovery-image] Sep 18 16:44:14.650 INFO O| Sep 18 16:44:14.650 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-09-18T16:44:15.391Z[ recovery-image] Sep 18 16:44:14.658 INFO O| Sep 18 16:44:14.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
86622026-09-18T16:44:15.391Z[ recovery-image] Sep 18 16:44:14.658 INFO O| Sep 18 16:44:14.658 INFO STEP 917 (remove_files) COMPLETE
86632026-09-18T16:44:15.391Z[ recovery-image] Sep 18 16:44:14.658 INFO O| Sep 18 16:44:14.658 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-09-18T16:44:15.395Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
86652026-09-18T16:44:15.398Z[ recovery-image] Sep 18 16:44:14.667 INFO O| Sep 18 16:44:14.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
86662026-09-18T16:44:15.398Z[ recovery-image] Sep 18 16:44:14.667 INFO O| Sep 18 16:44:14.667 INFO STEP 918 (remove_files) COMPLETE
86672026-09-18T16:44:15.398Z[ recovery-image] Sep 18 16:44:14.667 INFO O| Sep 18 16:44:14.667 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-18T16:44:15.408Z[ recovery-image] Sep 18 16:44:14.677 INFO O| Sep 18 16:44:14.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
86692026-09-18T16:44:15.408Z[ recovery-image] Sep 18 16:44:14.677 INFO O| Sep 18 16:44:14.677 INFO STEP 919 (remove_files) COMPLETE
86702026-09-18T16:44:15.408Z[ recovery-image] Sep 18 16:44:14.677 INFO O| Sep 18 16:44:14.677 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-18T16:44:15.419Z[ recovery-image] Sep 18 16:44:14.687 INFO O| Sep 18 16:44:14.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
86722026-09-18T16:44:15.419Z[ recovery-image] Sep 18 16:44:14.687 INFO O| Sep 18 16:44:14.687 INFO STEP 920 (remove_files) COMPLETE
86732026-09-18T16:44:15.419Z[ recovery-image] Sep 18 16:44:14.687 INFO O| Sep 18 16:44:14.687 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-18T16:44:15.430Z[ recovery-image] Sep 18 16:44:14.697 INFO O| Sep 18 16:44:14.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
86752026-09-18T16:44:15.430Z[ recovery-image] Sep 18 16:44:14.697 INFO O| Sep 18 16:44:14.697 INFO STEP 921 (remove_files) COMPLETE
86762026-09-18T16:44:15.430Z[ recovery-image] Sep 18 16:44:14.697 INFO O| Sep 18 16:44:14.697 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-18T16:44:15.447Z[ recovery-image] Sep 18 16:44:14.708 INFO O| Sep 18 16:44:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
86782026-09-18T16:44:15.447Z[ recovery-image] Sep 18 16:44:14.708 INFO O| Sep 18 16:44:14.708 INFO STEP 922 (remove_files) COMPLETE
86792026-09-18T16:44:15.452Z[ recovery-image] Sep 18 16:44:14.708 INFO O| Sep 18 16:44:14.708 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-18T16:44:15.452Z[ recovery-image] Sep 18 16:44:14.718 INFO O| Sep 18 16:44:14.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
86812026-09-18T16:44:15.452Z[ recovery-image] Sep 18 16:44:14.718 INFO O| Sep 18 16:44:14.718 INFO STEP 923 (remove_files) COMPLETE
86822026-09-18T16:44:15.452Z[ recovery-image] Sep 18 16:44:14.718 INFO O| Sep 18 16:44:14.718 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-18T16:44:15.460Z[ recovery-image] Sep 18 16:44:14.729 INFO O| Sep 18 16:44:14.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
86842026-09-18T16:44:15.460Z[ recovery-image] Sep 18 16:44:14.729 INFO O| Sep 18 16:44:14.729 INFO STEP 924 (remove_files) COMPLETE
86852026-09-18T16:44:15.464Z[ recovery-image] Sep 18 16:44:14.729 INFO O| Sep 18 16:44:14.729 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-18T16:44:15.470Z[ recovery-image] Sep 18 16:44:14.740 INFO O| Sep 18 16:44:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86872026-09-18T16:44:15.470Z[ recovery-image] Sep 18 16:44:14.740 INFO O| Sep 18 16:44:14.740 INFO STEP 925 (remove_files) COMPLETE
86882026-09-18T16:44:15.474Z[ recovery-image] Sep 18 16:44:14.740 INFO O| Sep 18 16:44:14.740 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-18T16:44:15.481Z[ recovery-image] Sep 18 16:44:14.751 INFO O| Sep 18 16:44:14.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86902026-09-18T16:44:15.481Z[ recovery-image] Sep 18 16:44:14.751 INFO O| Sep 18 16:44:14.751 INFO STEP 926 (remove_files) COMPLETE
86912026-09-18T16:44:15.481Z[ recovery-image] Sep 18 16:44:14.751 INFO O| Sep 18 16:44:14.751 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-18T16:44:15.489Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
86932026-09-18T16:44:15.492Z[ recovery-image] Sep 18 16:44:14.761 INFO O| Sep 18 16:44:14.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86942026-09-18T16:44:15.492Z[ recovery-image] Sep 18 16:44:14.761 INFO O| Sep 18 16:44:14.761 INFO STEP 927 (remove_files) COMPLETE
86952026-09-18T16:44:15.492Z[ recovery-image] Sep 18 16:44:14.761 INFO O| Sep 18 16:44:14.761 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-18T16:44:15.507Z[ recovery-image] Sep 18 16:44:14.776 INFO O| Sep 18 16:44:14.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86972026-09-18T16:44:15.511Z[ recovery-image] Sep 18 16:44:14.777 INFO O| Sep 18 16:44:14.777 INFO STEP 928 (remove_files) COMPLETE
86982026-09-18T16:44:15.511Z[ recovery-image] Sep 18 16:44:14.777 INFO O| Sep 18 16:44:14.777 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-18T16:44:15.528Z[ recovery-image] Sep 18 16:44:14.797 INFO O| Sep 18 16:44:14.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
87002026-09-18T16:44:15.528Z[ recovery-image] Sep 18 16:44:14.797 INFO O| Sep 18 16:44:14.797 INFO STEP 929 (remove_files) COMPLETE
87012026-09-18T16:44:15.528Z[ recovery-image] Sep 18 16:44:14.797 INFO O| Sep 18 16:44:14.797 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-18T16:44:15.545Z[ recovery-image] Sep 18 16:44:14.814 INFO O| Sep 18 16:44:14.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
87032026-09-18T16:44:15.545Z[ recovery-image] Sep 18 16:44:14.814 INFO O| Sep 18 16:44:14.814 INFO STEP 930 (remove_files) COMPLETE
87042026-09-18T16:44:15.545Z[ recovery-image] Sep 18 16:44:14.814 INFO O| Sep 18 16:44:14.814 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-18T16:44:15.559Z[ recovery-image] Sep 18 16:44:14.827 INFO O| Sep 18 16:44:14.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
87062026-09-18T16:44:15.559Z[ recovery-image] Sep 18 16:44:14.827 INFO O| Sep 18 16:44:14.827 INFO STEP 931 (remove_files) COMPLETE
87072026-09-18T16:44:15.559Z[ recovery-image] Sep 18 16:44:14.827 INFO O| Sep 18 16:44:14.827 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-18T16:44:15.569Z[ recovery-image] Sep 18 16:44:14.838 INFO O| Sep 18 16:44:14.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
87092026-09-18T16:44:15.569Z[ recovery-image] Sep 18 16:44:14.838 INFO O| Sep 18 16:44:14.838 INFO STEP 932 (remove_files) COMPLETE
87102026-09-18T16:44:15.569Z[ recovery-image] Sep 18 16:44:14.838 INFO O| Sep 18 16:44:14.838 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-18T16:44:15.579Z[ recovery-image] Sep 18 16:44:14.849 INFO O| Sep 18 16:44:14.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
87122026-09-18T16:44:15.579Z[ recovery-image] Sep 18 16:44:14.849 INFO O| Sep 18 16:44:14.849 INFO STEP 933 (remove_files) COMPLETE
87132026-09-18T16:44:15.583Z[ recovery-image] Sep 18 16:44:14.849 INFO O| Sep 18 16:44:14.849 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-18T16:44:15.590Z[ recovery-image] Sep 18 16:44:14.859 INFO O| Sep 18 16:44:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
87152026-09-18T16:44:15.590Z[ recovery-image] Sep 18 16:44:14.859 INFO O| Sep 18 16:44:14.859 INFO STEP 934 (remove_files) COMPLETE
87162026-09-18T16:44:15.590Z[ recovery-image] Sep 18 16:44:14.859 INFO O| Sep 18 16:44:14.859 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-18T16:44:15.601Z[ recovery-image] Sep 18 16:44:14.870 INFO O| Sep 18 16:44:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
87182026-09-18T16:44:15.601Z[ recovery-image] Sep 18 16:44:14.870 INFO O| Sep 18 16:44:14.870 INFO STEP 935 (remove_files) COMPLETE
87192026-09-18T16:44:15.602Z[ recovery-image] Sep 18 16:44:14.870 INFO O| Sep 18 16:44:14.870 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-18T16:44:15.613Z[ recovery-image] Sep 18 16:44:14.882 INFO O| Sep 18 16:44:14.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
87212026-09-18T16:44:15.613Z[ recovery-image] Sep 18 16:44:14.882 INFO O| Sep 18 16:44:14.882 INFO STEP 936 (remove_files) COMPLETE
87222026-09-18T16:44:15.613Z[ recovery-image] Sep 18 16:44:14.882 INFO O| Sep 18 16:44:14.882 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-18T16:44:15.626Z[ recovery-image] Sep 18 16:44:14.895 INFO O| Sep 18 16:44:14.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
87242026-09-18T16:44:15.626Z[ recovery-image] Sep 18 16:44:14.895 INFO O| Sep 18 16:44:14.895 INFO STEP 937 (remove_files) COMPLETE
87252026-09-18T16:44:15.626Z[ recovery-image] Sep 18 16:44:14.895 INFO O| Sep 18 16:44:14.895 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-18T16:44:15.636Z[ recovery-image] Sep 18 16:44:14.905 INFO O| Sep 18 16:44:14.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
87272026-09-18T16:44:15.636Z[ recovery-image] Sep 18 16:44:14.905 INFO O| Sep 18 16:44:14.905 INFO STEP 938 (remove_files) COMPLETE
87282026-09-18T16:44:15.636Z[ recovery-image] Sep 18 16:44:14.905 INFO O| Sep 18 16:44:14.905 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-18T16:44:15.646Z[ recovery-image] Sep 18 16:44:14.915 INFO O| Sep 18 16:44:14.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
87302026-09-18T16:44:15.646Z[ recovery-image] Sep 18 16:44:14.915 INFO O| Sep 18 16:44:14.915 INFO STEP 939 (remove_files) COMPLETE
87312026-09-18T16:44:15.646Z[ recovery-image] Sep 18 16:44:14.915 INFO O| Sep 18 16:44:14.915 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-18T16:44:15.657Z[ recovery-image] Sep 18 16:44:14.926 INFO O| Sep 18 16:44:14.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
87332026-09-18T16:44:15.657Z[ recovery-image] Sep 18 16:44:14.926 INFO O| Sep 18 16:44:14.926 INFO STEP 940 (remove_files) COMPLETE
87342026-09-18T16:44:15.657Z[ recovery-image] Sep 18 16:44:14.926 INFO O| Sep 18 16:44:14.926 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-18T16:44:15.666Z[ recovery-image] Sep 18 16:44:14.935 INFO O| Sep 18 16:44:14.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
87362026-09-18T16:44:15.666Z[ recovery-image] Sep 18 16:44:14.936 INFO O| Sep 18 16:44:14.935 INFO STEP 941 (remove_files) COMPLETE
87372026-09-18T16:44:15.666Z[ recovery-image] Sep 18 16:44:14.936 INFO O| Sep 18 16:44:14.936 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-09-18T16:44:15.679Z[ recovery-image] Sep 18 16:44:14.949 INFO O| Sep 18 16:44:14.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
87392026-09-18T16:44:15.686Z[ recovery-image] Sep 18 16:44:14.949 INFO O| Sep 18 16:44:14.949 INFO STEP 942 (remove_files) COMPLETE
87402026-09-18T16:44:15.686Z[ recovery-image] Sep 18 16:44:14.949 INFO O| Sep 18 16:44:14.949 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-09-18T16:44:15.692Z[ recovery-image] Sep 18 16:44:14.961 INFO O| Sep 18 16:44:14.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
87422026-09-18T16:44:15.692Z[ recovery-image] Sep 18 16:44:14.961 INFO O| Sep 18 16:44:14.961 INFO STEP 943 (remove_files) COMPLETE
87432026-09-18T16:44:15.695Z[ recovery-image] Sep 18 16:44:14.961 INFO O| Sep 18 16:44:14.961 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-09-18T16:44:15.707Z[ recovery-image] Sep 18 16:44:14.976 INFO O| Sep 18 16:44:14.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
87452026-09-18T16:44:15.707Z[ recovery-image] Sep 18 16:44:14.976 INFO O| Sep 18 16:44:14.976 INFO STEP 944 (remove_files) COMPLETE
87462026-09-18T16:44:15.707Z[ recovery-image] Sep 18 16:44:14.976 INFO O| Sep 18 16:44:14.976 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-09-18T16:44:15.718Z[ recovery-image] Sep 18 16:44:14.985 INFO O| Sep 18 16:44:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
87482026-09-18T16:44:15.718Z[ recovery-image] Sep 18 16:44:14.985 INFO O| Sep 18 16:44:14.985 INFO STEP 945 (remove_files) COMPLETE
87492026-09-18T16:44:15.718Z[ recovery-image] Sep 18 16:44:14.985 INFO O| Sep 18 16:44:14.985 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87502026-09-18T16:44:15.728Z[ recovery-image] Sep 18 16:44:14.997 INFO O| Sep 18 16:44:14.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
87512026-09-18T16:44:15.731Z[ recovery-image] Sep 18 16:44:14.997 INFO O| Sep 18 16:44:14.997 INFO STEP 946 (remove_files) COMPLETE
87522026-09-18T16:44:15.731Z[ recovery-image] Sep 18 16:44:14.997 INFO O| Sep 18 16:44:14.997 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87532026-09-18T16:44:15.738Z[ recovery-image] Sep 18 16:44:15.007 INFO O| Sep 18 16:44:15.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
87542026-09-18T16:44:15.738Z[ recovery-image] Sep 18 16:44:15.007 INFO O| Sep 18 16:44:15.007 INFO STEP 947 (remove_files) COMPLETE
87552026-09-18T16:44:15.738Z[ recovery-image] Sep 18 16:44:15.007 INFO O| Sep 18 16:44:15.007 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87562026-09-18T16:44:15.749Z[ recovery-image] Sep 18 16:44:15.018 INFO O| Sep 18 16:44:15.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
87572026-09-18T16:44:15.751Z[ recovery-image] Sep 18 16:44:15.018 INFO O| Sep 18 16:44:15.018 INFO STEP 948 (remove_files) COMPLETE
87582026-09-18T16:44:15.756Z[ recovery-image] Sep 18 16:44:15.018 INFO O| Sep 18 16:44:15.018 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87592026-09-18T16:44:15.759Z[ recovery-image] Sep 18 16:44:15.028 INFO O| Sep 18 16:44:15.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
87602026-09-18T16:44:15.760Z[ recovery-image] Sep 18 16:44:15.028 INFO O| Sep 18 16:44:15.028 INFO STEP 949 (remove_files) COMPLETE
87612026-09-18T16:44:15.760Z[ recovery-image] Sep 18 16:44:15.028 INFO O| Sep 18 16:44:15.028 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87622026-09-18T16:44:15.772Z[ recovery-image] Sep 18 16:44:15.039 INFO O| Sep 18 16:44:15.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
87632026-09-18T16:44:15.772Z[ recovery-image] Sep 18 16:44:15.039 INFO O| Sep 18 16:44:15.039 INFO STEP 950 (remove_files) COMPLETE
87642026-09-18T16:44:15.776Z[ recovery-image] Sep 18 16:44:15.039 INFO O| Sep 18 16:44:15.039 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87652026-09-18T16:44:15.781Z[ recovery-image] Sep 18 16:44:15.049 INFO O| Sep 18 16:44:15.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
87662026-09-18T16:44:15.781Z[ recovery-image] Sep 18 16:44:15.049 INFO O| Sep 18 16:44:15.049 INFO STEP 951 (remove_files) COMPLETE
87672026-09-18T16:44:15.781Z[ recovery-image] Sep 18 16:44:15.049 INFO O| Sep 18 16:44:15.049 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87682026-09-18T16:44:15.796Z[ recovery-image] Sep 18 16:44:15.064 INFO O| Sep 18 16:44:15.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87692026-09-18T16:44:15.796Z[ recovery-image] Sep 18 16:44:15.064 INFO O| Sep 18 16:44:15.064 INFO STEP 952 (remove_files) COMPLETE
87702026-09-18T16:44:15.796Z[ recovery-image] Sep 18 16:44:15.064 INFO O| Sep 18 16:44:15.064 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87712026-09-18T16:44:15.804Z[ recovery-image] Sep 18 16:44:15.073 INFO O| Sep 18 16:44:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87722026-09-18T16:44:15.804Z[ recovery-image] Sep 18 16:44:15.073 INFO O| Sep 18 16:44:15.073 INFO STEP 953 (remove_files) COMPLETE
87732026-09-18T16:44:15.805Z[ recovery-image] Sep 18 16:44:15.073 INFO O| Sep 18 16:44:15.073 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87742026-09-18T16:44:15.816Z[ recovery-image] Sep 18 16:44:15.084 INFO O| Sep 18 16:44:15.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87752026-09-18T16:44:15.816Z[ recovery-image] Sep 18 16:44:15.084 INFO O| Sep 18 16:44:15.084 INFO STEP 954 (remove_files) COMPLETE
87762026-09-18T16:44:15.819Z[ recovery-image] Sep 18 16:44:15.084 INFO O| Sep 18 16:44:15.084 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87772026-09-18T16:44:15.826Z[ recovery-image] Sep 18 16:44:15.095 INFO O| Sep 18 16:44:15.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87782026-09-18T16:44:15.826Z[ recovery-image] Sep 18 16:44:15.095 INFO O| Sep 18 16:44:15.095 INFO STEP 955 (remove_files) COMPLETE
87792026-09-18T16:44:15.826Z[ recovery-image] Sep 18 16:44:15.095 INFO O| Sep 18 16:44:15.095 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87802026-09-18T16:44:15.839Z[ recovery-image] Sep 18 16:44:15.107 INFO O| Sep 18 16:44:15.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87812026-09-18T16:44:15.839Z[ recovery-image] Sep 18 16:44:15.108 INFO O| Sep 18 16:44:15.107 INFO STEP 956 (remove_files) COMPLETE
87822026-09-18T16:44:15.843Z[ recovery-image] Sep 18 16:44:15.108 INFO O| Sep 18 16:44:15.107 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87832026-09-18T16:44:15.847Z[ recovery-image] Sep 18 16:44:15.116 INFO O| Sep 18 16:44:15.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87842026-09-18T16:44:15.847Z[ recovery-image] Sep 18 16:44:15.116 INFO O| Sep 18 16:44:15.116 INFO STEP 957 (remove_files) COMPLETE
87852026-09-18T16:44:15.847Z[ recovery-image] Sep 18 16:44:15.116 INFO O| Sep 18 16:44:15.116 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87862026-09-18T16:44:15.875Z[ recovery-image] Sep 18 16:44:15.144 INFO O| Sep 18 16:44:15.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87872026-09-18T16:44:15.879Z[ recovery-image] Sep 18 16:44:15.144 INFO O| Sep 18 16:44:15.144 INFO STEP 958 (remove_files) COMPLETE
87882026-09-18T16:44:15.883Z[ recovery-image] Sep 18 16:44:15.144 INFO O| Sep 18 16:44:15.144 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87892026-09-18T16:44:15.892Z[ recovery-image] Sep 18 16:44:15.154 INFO O| Sep 18 16:44:15.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87902026-09-18T16:44:15.892Z[ recovery-image] Sep 18 16:44:15.155 INFO O| Sep 18 16:44:15.154 INFO STEP 959 (remove_files) COMPLETE
87912026-09-18T16:44:15.892Z[ recovery-image] Sep 18 16:44:15.155 INFO O| Sep 18 16:44:15.154 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87922026-09-18T16:44:15.899Z[ recovery-image] Sep 18 16:44:15.167 INFO O| Sep 18 16:44:15.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87932026-09-18T16:44:15.899Z[ recovery-image] Sep 18 16:44:15.167 INFO O| Sep 18 16:44:15.167 INFO STEP 960 (remove_files) COMPLETE
87942026-09-18T16:44:15.899Z[ recovery-image] Sep 18 16:44:15.167 INFO O| Sep 18 16:44:15.167 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87952026-09-18T16:44:15.911Z[ recovery-image] Sep 18 16:44:15.180 INFO O| Sep 18 16:44:15.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87962026-09-18T16:44:15.914Z[ recovery-image] Sep 18 16:44:15.180 INFO O| Sep 18 16:44:15.180 INFO STEP 961 (remove_files) COMPLETE
87972026-09-18T16:44:15.914Z[ recovery-image] Sep 18 16:44:15.180 INFO O| Sep 18 16:44:15.180 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87982026-09-18T16:44:15.923Z[ recovery-image] Sep 18 16:44:15.192 INFO O| Sep 18 16:44:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87992026-09-18T16:44:15.923Z[ recovery-image] Sep 18 16:44:15.192 INFO O| Sep 18 16:44:15.192 INFO STEP 962 (remove_files) COMPLETE
88002026-09-18T16:44:15.927Z[ recovery-image] Sep 18 16:44:15.192 INFO O| Sep 18 16:44:15.192 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88012026-09-18T16:44:15.934Z[ recovery-image] Sep 18 16:44:15.203 INFO O| Sep 18 16:44:15.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
88022026-09-18T16:44:15.934Z[ recovery-image] Sep 18 16:44:15.203 INFO O| Sep 18 16:44:15.203 INFO STEP 963 (remove_files) COMPLETE
88032026-09-18T16:44:15.937Z[ recovery-image] Sep 18 16:44:15.203 INFO O| Sep 18 16:44:15.203 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88042026-09-18T16:44:15.948Z[ recovery-image] Sep 18 16:44:15.217 INFO O| Sep 18 16:44:15.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
88052026-09-18T16:44:15.948Z[ recovery-image] Sep 18 16:44:15.217 INFO O| Sep 18 16:44:15.217 INFO STEP 964 (remove_files) COMPLETE
88062026-09-18T16:44:15.952Z[ recovery-image] Sep 18 16:44:15.217 INFO O| Sep 18 16:44:15.217 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88072026-09-18T16:44:15.960Z[ recovery-image] Sep 18 16:44:15.229 INFO O| Sep 18 16:44:15.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
88082026-09-18T16:44:15.960Z[ recovery-image] Sep 18 16:44:15.229 INFO O| Sep 18 16:44:15.229 INFO STEP 965 (remove_files) COMPLETE
88092026-09-18T16:44:15.960Z[ recovery-image] Sep 18 16:44:15.229 INFO O| Sep 18 16:44:15.229 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88102026-09-18T16:44:15.973Z[ recovery-image] Sep 18 16:44:15.243 INFO O| Sep 18 16:44:15.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
88112026-09-18T16:44:15.973Z[ recovery-image] Sep 18 16:44:15.243 INFO O| Sep 18 16:44:15.243 INFO STEP 966 (remove_files) COMPLETE
88122026-09-18T16:44:15.974Z[ recovery-image] Sep 18 16:44:15.243 INFO O| Sep 18 16:44:15.243 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88132026-09-18T16:44:15.985Z[ recovery-image] Sep 18 16:44:15.254 INFO O| Sep 18 16:44:15.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
88142026-09-18T16:44:15.985Z[ recovery-image] Sep 18 16:44:15.255 INFO O| Sep 18 16:44:15.255 INFO STEP 967 (remove_files) COMPLETE
88152026-09-18T16:44:15.989Z[ recovery-image] Sep 18 16:44:15.255 INFO O| Sep 18 16:44:15.255 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88162026-09-18T16:44:15.995Z[ recovery-image] Sep 18 16:44:15.265 INFO O| Sep 18 16:44:15.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
88172026-09-18T16:44:15.995Z[ recovery-image] Sep 18 16:44:15.265 INFO O| Sep 18 16:44:15.265 INFO STEP 968 (remove_files) COMPLETE
88182026-09-18T16:44:15.995Z[ recovery-image] Sep 18 16:44:15.265 INFO O| Sep 18 16:44:15.265 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88192026-09-18T16:44:16.009Z[ recovery-image] Sep 18 16:44:15.276 INFO O| Sep 18 16:44:15.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
88202026-09-18T16:44:16.009Z[ recovery-image] Sep 18 16:44:15.276 INFO O| Sep 18 16:44:15.276 INFO STEP 969 (remove_files) COMPLETE
88212026-09-18T16:44:16.009Z[ recovery-image] Sep 18 16:44:15.276 INFO O| Sep 18 16:44:15.276 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88222026-09-18T16:44:16.018Z[ recovery-image] Sep 18 16:44:15.287 INFO O| Sep 18 16:44:15.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
88232026-09-18T16:44:16.018Z[ recovery-image] Sep 18 16:44:15.287 INFO O| Sep 18 16:44:15.287 INFO STEP 970 (remove_files) COMPLETE
88242026-09-18T16:44:16.018Z[ recovery-image] Sep 18 16:44:15.287 INFO O| Sep 18 16:44:15.287 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88252026-09-18T16:44:16.031Z[ recovery-image] Sep 18 16:44:15.300 INFO O| Sep 18 16:44:15.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
88262026-09-18T16:44:16.031Z[ recovery-image] Sep 18 16:44:15.300 INFO O| Sep 18 16:44:15.300 INFO STEP 971 (remove_files) COMPLETE
88272026-09-18T16:44:16.035Z[ recovery-image] Sep 18 16:44:15.300 INFO O| Sep 18 16:44:15.300 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88282026-09-18T16:44:16.043Z[ recovery-image] Sep 18 16:44:15.313 INFO O| Sep 18 16:44:15.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
88292026-09-18T16:44:16.043Z[ recovery-image] Sep 18 16:44:15.313 INFO O| Sep 18 16:44:15.313 INFO STEP 972 (remove_files) COMPLETE
88302026-09-18T16:44:16.043Z[ recovery-image] Sep 18 16:44:15.313 INFO O| Sep 18 16:44:15.313 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88312026-09-18T16:44:16.056Z[ recovery-image] Sep 18 16:44:15.326 INFO O| Sep 18 16:44:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
88322026-09-18T16:44:16.057Z[ recovery-image] Sep 18 16:44:15.326 INFO O| Sep 18 16:44:15.326 INFO STEP 973 (remove_files) COMPLETE
88332026-09-18T16:44:16.057Z[ recovery-image] Sep 18 16:44:15.326 INFO O| Sep 18 16:44:15.326 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88342026-09-18T16:44:16.068Z[ recovery-image] Sep 18 16:44:15.337 INFO O| Sep 18 16:44:15.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
88352026-09-18T16:44:16.072Z[ recovery-image] Sep 18 16:44:15.337 INFO O| Sep 18 16:44:15.337 INFO STEP 974 (remove_files) COMPLETE
88362026-09-18T16:44:16.072Z[ recovery-image] Sep 18 16:44:15.337 INFO O| Sep 18 16:44:15.337 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88372026-09-18T16:44:16.080Z[ recovery-image] Sep 18 16:44:15.350 INFO O| Sep 18 16:44:15.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
88382026-09-18T16:44:16.084Z[ recovery-image] Sep 18 16:44:15.350 INFO O| Sep 18 16:44:15.350 INFO STEP 975 (remove_files) COMPLETE
88392026-09-18T16:44:16.084Z[ recovery-image] Sep 18 16:44:15.350 INFO O| Sep 18 16:44:15.350 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88402026-09-18T16:44:16.092Z[ recovery-image] Sep 18 16:44:15.361 INFO O| Sep 18 16:44:15.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
88412026-09-18T16:44:16.098Z[ recovery-image] Sep 18 16:44:15.361 INFO O| Sep 18 16:44:15.361 INFO STEP 976 (remove_files) COMPLETE
88422026-09-18T16:44:16.098Z[ recovery-image] Sep 18 16:44:15.361 INFO O| Sep 18 16:44:15.361 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88432026-09-18T16:44:16.104Z[ recovery-image] Sep 18 16:44:15.373 INFO O| Sep 18 16:44:15.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
88442026-09-18T16:44:16.104Z[ recovery-image] Sep 18 16:44:15.373 INFO O| Sep 18 16:44:15.373 INFO STEP 977 (remove_files) COMPLETE
88452026-09-18T16:44:16.104Z[ recovery-image] Sep 18 16:44:15.373 INFO O| Sep 18 16:44:15.373 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88462026-09-18T16:44:16.116Z[ recovery-image] Sep 18 16:44:15.384 INFO O| Sep 18 16:44:15.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88472026-09-18T16:44:16.117Z[ recovery-image] Sep 18 16:44:15.384 INFO O| Sep 18 16:44:15.384 INFO STEP 978 (remove_files) COMPLETE
88482026-09-18T16:44:16.117Z[ recovery-image] Sep 18 16:44:15.384 INFO O| Sep 18 16:44:15.384 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88492026-09-18T16:44:16.126Z[ recovery-image] Sep 18 16:44:15.394 INFO O| Sep 18 16:44:15.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88502026-09-18T16:44:16.126Z[ recovery-image] Sep 18 16:44:15.394 INFO O| Sep 18 16:44:15.394 INFO STEP 979 (remove_files) COMPLETE
88512026-09-18T16:44:16.126Z[ recovery-image] Sep 18 16:44:15.394 INFO O| Sep 18 16:44:15.394 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88522026-09-18T16:44:16.138Z[ recovery-image] Sep 18 16:44:15.406 INFO O| Sep 18 16:44:15.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88532026-09-18T16:44:16.139Z[ recovery-image] Sep 18 16:44:15.406 INFO O| Sep 18 16:44:15.406 INFO STEP 980 (remove_files) COMPLETE
88542026-09-18T16:44:16.143Z[ recovery-image] Sep 18 16:44:15.406 INFO O| Sep 18 16:44:15.406 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88552026-09-18T16:44:16.148Z[ recovery-image] Sep 18 16:44:15.418 INFO O| Sep 18 16:44:15.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88562026-09-18T16:44:16.148Z[ recovery-image] Sep 18 16:44:15.418 INFO O| Sep 18 16:44:15.418 INFO STEP 981 (remove_files) COMPLETE
88572026-09-18T16:44:16.152Z[ recovery-image] Sep 18 16:44:15.418 INFO O| Sep 18 16:44:15.418 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88582026-09-18T16:44:16.159Z[ recovery-image] Sep 18 16:44:15.429 INFO O| Sep 18 16:44:15.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88592026-09-18T16:44:16.160Z[ recovery-image] Sep 18 16:44:15.429 INFO O| Sep 18 16:44:15.429 INFO STEP 982 (remove_files) COMPLETE
88602026-09-18T16:44:16.160Z[ recovery-image] Sep 18 16:44:15.429 INFO O| Sep 18 16:44:15.429 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88612026-09-18T16:44:16.171Z[ recovery-image] Sep 18 16:44:15.440 INFO O| Sep 18 16:44:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88622026-09-18T16:44:16.171Z[ recovery-image] Sep 18 16:44:15.440 INFO O| Sep 18 16:44:15.440 INFO STEP 983 (remove_files) COMPLETE
88632026-09-18T16:44:16.171Z[ recovery-image] Sep 18 16:44:15.440 INFO O| Sep 18 16:44:15.440 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88642026-09-18T16:44:16.183Z[ recovery-image] Sep 18 16:44:15.452 INFO O| Sep 18 16:44:15.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88652026-09-18T16:44:16.183Z[ recovery-image] Sep 18 16:44:15.452 INFO O| Sep 18 16:44:15.452 INFO STEP 984 (remove_files) COMPLETE
88662026-09-18T16:44:16.183Z[ recovery-image] Sep 18 16:44:15.452 INFO O| Sep 18 16:44:15.452 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88672026-09-18T16:44:16.195Z[ recovery-image] Sep 18 16:44:15.462 INFO O| Sep 18 16:44:15.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88682026-09-18T16:44:16.195Z[ recovery-image] Sep 18 16:44:15.462 INFO O| Sep 18 16:44:15.462 INFO STEP 985 (remove_files) COMPLETE
88692026-09-18T16:44:16.195Z[ recovery-image] Sep 18 16:44:15.462 INFO O| Sep 18 16:44:15.462 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-18T16:44:16.203Z[ recovery-image] Sep 18 16:44:15.472 INFO O| Sep 18 16:44:15.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88712026-09-18T16:44:16.203Z[ recovery-image] Sep 18 16:44:15.472 INFO O| Sep 18 16:44:15.472 INFO STEP 986 (remove_files) COMPLETE
88722026-09-18T16:44:16.203Z[ recovery-image] Sep 18 16:44:15.472 INFO O| Sep 18 16:44:15.472 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-18T16:44:16.215Z[ recovery-image] Sep 18 16:44:15.481 INFO O| Sep 18 16:44:15.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88742026-09-18T16:44:16.216Z[ recovery-image] Sep 18 16:44:15.481 INFO O| Sep 18 16:44:15.481 INFO STEP 987 (remove_files) COMPLETE
88752026-09-18T16:44:16.217Z[ recovery-image] Sep 18 16:44:15.481 INFO O| Sep 18 16:44:15.481 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-18T16:44:16.222Z[ recovery-image] Sep 18 16:44:15.491 INFO O| Sep 18 16:44:15.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88772026-09-18T16:44:16.228Z[ recovery-image] Sep 18 16:44:15.491 INFO O| Sep 18 16:44:15.491 INFO STEP 988 (remove_files) COMPLETE
88782026-09-18T16:44:16.228Z[ recovery-image] Sep 18 16:44:15.491 INFO O| Sep 18 16:44:15.491 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-18T16:44:16.239Z[ recovery-image] Sep 18 16:44:15.502 INFO O| Sep 18 16:44:15.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88802026-09-18T16:44:16.239Z[ recovery-image] Sep 18 16:44:15.502 INFO O| Sep 18 16:44:15.502 INFO STEP 989 (remove_files) COMPLETE
88812026-09-18T16:44:16.246Z[ recovery-image] Sep 18 16:44:15.502 INFO O| Sep 18 16:44:15.502 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-18T16:44:16.246Z[ recovery-image] Sep 18 16:44:15.513 INFO O| Sep 18 16:44:15.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88832026-09-18T16:44:16.246Z[ recovery-image] Sep 18 16:44:15.513 INFO O| Sep 18 16:44:15.513 INFO STEP 990 (remove_files) COMPLETE
88842026-09-18T16:44:16.246Z[ recovery-image] Sep 18 16:44:15.513 INFO O| Sep 18 16:44:15.513 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88852026-09-18T16:44:16.255Z[ recovery-image] Sep 18 16:44:15.523 INFO O| Sep 18 16:44:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88862026-09-18T16:44:16.255Z[ recovery-image] Sep 18 16:44:15.523 INFO O| Sep 18 16:44:15.523 INFO STEP 991 (remove_files) COMPLETE
88872026-09-18T16:44:16.255Z[ recovery-image] Sep 18 16:44:15.523 INFO O| Sep 18 16:44:15.523 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-18T16:44:16.266Z[ recovery-image] Sep 18 16:44:15.535 INFO O| Sep 18 16:44:15.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88892026-09-18T16:44:16.266Z[ recovery-image] Sep 18 16:44:15.535 INFO O| Sep 18 16:44:15.535 INFO STEP 992 (remove_files) COMPLETE
88902026-09-18T16:44:16.266Z[ recovery-image] Sep 18 16:44:15.535 INFO O| Sep 18 16:44:15.535 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-18T16:44:16.279Z[ recovery-image] Sep 18 16:44:15.546 INFO O| Sep 18 16:44:15.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88922026-09-18T16:44:16.279Z[ recovery-image] Sep 18 16:44:15.546 INFO O| Sep 18 16:44:15.546 INFO STEP 993 (remove_files) COMPLETE
88932026-09-18T16:44:16.289Z[ recovery-image] Sep 18 16:44:15.546 INFO O| Sep 18 16:44:15.546 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-18T16:44:16.289Z[ recovery-image] Sep 18 16:44:15.557 INFO O| Sep 18 16:44:15.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88952026-09-18T16:44:16.289Z[ recovery-image] Sep 18 16:44:15.557 INFO O| Sep 18 16:44:15.557 INFO STEP 994 (remove_files) COMPLETE
88962026-09-18T16:44:16.289Z[ recovery-image] Sep 18 16:44:15.557 INFO O| Sep 18 16:44:15.557 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-18T16:44:16.297Z[ recovery-image] Sep 18 16:44:15.566 INFO O| Sep 18 16:44:15.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88982026-09-18T16:44:16.297Z[ recovery-image] Sep 18 16:44:15.566 INFO O| Sep 18 16:44:15.566 INFO STEP 995 (remove_files) COMPLETE
88992026-09-18T16:44:16.297Z[ recovery-image] Sep 18 16:44:15.566 INFO O| Sep 18 16:44:15.566 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-18T16:44:16.309Z[ recovery-image] Sep 18 16:44:15.579 INFO O| Sep 18 16:44:15.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
89012026-09-18T16:44:16.309Z[ recovery-image] Sep 18 16:44:15.579 INFO O| Sep 18 16:44:15.579 INFO STEP 996 (remove_files) COMPLETE
89022026-09-18T16:44:16.309Z[ recovery-image] Sep 18 16:44:15.579 INFO O| Sep 18 16:44:15.579 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-18T16:44:16.321Z[ recovery-image] Sep 18 16:44:15.591 INFO O| Sep 18 16:44:15.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
89042026-09-18T16:44:16.321Z[ recovery-image] Sep 18 16:44:15.591 INFO O| Sep 18 16:44:15.591 INFO STEP 997 (remove_files) COMPLETE
89052026-09-18T16:44:16.321Z[ recovery-image] Sep 18 16:44:15.591 INFO O| Sep 18 16:44:15.591 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-18T16:44:16.331Z[ recovery-image] Sep 18 16:44:15.601 INFO O| Sep 18 16:44:15.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
89072026-09-18T16:44:16.331Z[ recovery-image] Sep 18 16:44:15.601 INFO O| Sep 18 16:44:15.601 INFO STEP 998 (remove_files) COMPLETE
89082026-09-18T16:44:16.332Z[ recovery-image] Sep 18 16:44:15.601 INFO O| Sep 18 16:44:15.601 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-18T16:44:16.341Z[ recovery-image] Sep 18 16:44:15.610 INFO O| Sep 18 16:44:15.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
89102026-09-18T16:44:16.341Z[ recovery-image] Sep 18 16:44:15.610 INFO O| Sep 18 16:44:15.610 INFO STEP 999 (remove_files) COMPLETE
89112026-09-18T16:44:16.341Z[ recovery-image] Sep 18 16:44:15.610 INFO O| Sep 18 16:44:15.610 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-18T16:44:16.351Z[ recovery-image] Sep 18 16:44:15.619 INFO O| Sep 18 16:44:15.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
89132026-09-18T16:44:16.351Z[ recovery-image] Sep 18 16:44:15.620 INFO O| Sep 18 16:44:15.619 INFO STEP 1000 (remove_files) COMPLETE
89142026-09-18T16:44:16.351Z[ recovery-image] Sep 18 16:44:15.620 INFO O| Sep 18 16:44:15.619 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-18T16:44:16.359Z[ recovery-image] Sep 18 16:44:15.628 INFO O| Sep 18 16:44:15.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
89162026-09-18T16:44:16.359Z[ recovery-image] Sep 18 16:44:15.628 INFO O| Sep 18 16:44:15.628 INFO STEP 1001 (remove_files) COMPLETE
89172026-09-18T16:44:16.359Z[ recovery-image] Sep 18 16:44:15.628 INFO O| Sep 18 16:44:15.628 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-18T16:44:16.370Z[ recovery-image] Sep 18 16:44:15.639 INFO O| Sep 18 16:44:15.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
89192026-09-18T16:44:16.370Z[ recovery-image] Sep 18 16:44:15.639 INFO O| Sep 18 16:44:15.639 INFO STEP 1002 (remove_files) COMPLETE
89202026-09-18T16:44:16.370Z[ recovery-image] Sep 18 16:44:15.639 INFO O| Sep 18 16:44:15.639 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-18T16:44:16.379Z[ recovery-image] Sep 18 16:44:15.648 INFO O| Sep 18 16:44:15.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
89222026-09-18T16:44:16.379Z[ recovery-image] Sep 18 16:44:15.648 INFO O| Sep 18 16:44:15.648 INFO STEP 1003 (remove_files) COMPLETE
89232026-09-18T16:44:16.379Z[ recovery-image] Sep 18 16:44:15.648 INFO O| Sep 18 16:44:15.648 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89242026-09-18T16:44:16.389Z[ recovery-image] Sep 18 16:44:15.658 INFO O| Sep 18 16:44:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
89252026-09-18T16:44:16.389Z[ recovery-image] Sep 18 16:44:15.658 INFO O| Sep 18 16:44:15.658 INFO STEP 1004 (remove_files) COMPLETE
89262026-09-18T16:44:16.389Z[ recovery-image] Sep 18 16:44:15.658 INFO O| Sep 18 16:44:15.658 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89272026-09-18T16:44:16.399Z[ recovery-image] Sep 18 16:44:15.669 INFO O| Sep 18 16:44:15.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
89282026-09-18T16:44:16.399Z[ recovery-image] Sep 18 16:44:15.669 INFO O| Sep 18 16:44:15.669 INFO STEP 1005 (remove_files) COMPLETE
89292026-09-18T16:44:16.399Z[ recovery-image] Sep 18 16:44:15.669 INFO O| Sep 18 16:44:15.669 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89302026-09-18T16:44:16.411Z[ recovery-image] Sep 18 16:44:15.680 INFO O| Sep 18 16:44:15.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
89312026-09-18T16:44:16.415Z[ recovery-image] Sep 18 16:44:15.681 INFO O| Sep 18 16:44:15.681 INFO STEP 1006 (remove_files) COMPLETE
89322026-09-18T16:44:16.415Z[ recovery-image] Sep 18 16:44:15.681 INFO O| Sep 18 16:44:15.681 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89332026-09-18T16:44:16.423Z[ recovery-image] Sep 18 16:44:15.691 INFO O| Sep 18 16:44:15.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
89342026-09-18T16:44:16.423Z[ recovery-image] Sep 18 16:44:15.691 INFO O| Sep 18 16:44:15.691 INFO STEP 1007 (remove_files) COMPLETE
89352026-09-18T16:44:16.423Z[ recovery-image] Sep 18 16:44:15.691 INFO O| Sep 18 16:44:15.691 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-18T16:44:16.433Z[ recovery-image] Sep 18 16:44:15.703 INFO O| Sep 18 16:44:15.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
89372026-09-18T16:44:16.434Z[ recovery-image] Sep 18 16:44:15.703 INFO O| Sep 18 16:44:15.703 INFO STEP 1008 (remove_files) COMPLETE
89382026-09-18T16:44:16.434Z[ recovery-image] Sep 18 16:44:15.703 INFO O| Sep 18 16:44:15.703 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89392026-09-18T16:44:16.444Z[ recovery-image] Sep 18 16:44:15.713 INFO O| Sep 18 16:44:15.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
89402026-09-18T16:44:16.444Z[ recovery-image] Sep 18 16:44:15.713 INFO O| Sep 18 16:44:15.713 INFO STEP 1009 (remove_files) COMPLETE
89412026-09-18T16:44:16.444Z[ recovery-image] Sep 18 16:44:15.713 INFO O| Sep 18 16:44:15.713 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89422026-09-18T16:44:16.456Z[ recovery-image] Sep 18 16:44:15.725 INFO O| Sep 18 16:44:15.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
89432026-09-18T16:44:16.456Z[ recovery-image] Sep 18 16:44:15.725 INFO O| Sep 18 16:44:15.725 INFO STEP 1010 (remove_files) COMPLETE
89442026-09-18T16:44:16.461Z[ recovery-image] Sep 18 16:44:15.725 INFO O| Sep 18 16:44:15.725 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89452026-09-18T16:44:16.465Z[ recovery-image] Sep 18 16:44:15.735 INFO O| Sep 18 16:44:15.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89462026-09-18T16:44:16.465Z[ recovery-image] Sep 18 16:44:15.735 INFO O| Sep 18 16:44:15.735 INFO STEP 1011 (remove_files) COMPLETE
89472026-09-18T16:44:16.466Z[ recovery-image] Sep 18 16:44:15.735 INFO O| Sep 18 16:44:15.735 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89482026-09-18T16:44:16.477Z[ recovery-image] Sep 18 16:44:15.746 INFO O| Sep 18 16:44:15.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89492026-09-18T16:44:16.477Z[ recovery-image] Sep 18 16:44:15.746 INFO O| Sep 18 16:44:15.746 INFO STEP 1012 (remove_files) COMPLETE
89502026-09-18T16:44:16.478Z[ recovery-image] Sep 18 16:44:15.746 INFO O| Sep 18 16:44:15.746 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89512026-09-18T16:44:16.488Z[ recovery-image] Sep 18 16:44:15.757 INFO O| Sep 18 16:44:15.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89522026-09-18T16:44:16.489Z[ recovery-image] Sep 18 16:44:15.757 INFO O| Sep 18 16:44:15.757 INFO STEP 1013 (remove_files) COMPLETE
89532026-09-18T16:44:16.489Z[ recovery-image] Sep 18 16:44:15.757 INFO O| Sep 18 16:44:15.757 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89542026-09-18T16:44:16.498Z[ recovery-image] Sep 18 16:44:15.767 INFO O| Sep 18 16:44:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89552026-09-18T16:44:16.498Z[ recovery-image] Sep 18 16:44:15.768 INFO O| Sep 18 16:44:15.768 INFO STEP 1014 (remove_files) COMPLETE
89562026-09-18T16:44:16.498Z[ recovery-image] Sep 18 16:44:15.768 INFO O| Sep 18 16:44:15.768 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89572026-09-18T16:44:16.509Z[ recovery-image] Sep 18 16:44:15.778 INFO O| Sep 18 16:44:15.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89582026-09-18T16:44:16.509Z[ recovery-image] Sep 18 16:44:15.778 INFO O| Sep 18 16:44:15.778 INFO STEP 1015 (remove_files) COMPLETE
89592026-09-18T16:44:16.509Z[ recovery-image] Sep 18 16:44:15.778 INFO O| Sep 18 16:44:15.778 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89602026-09-18T16:44:16.521Z[ recovery-image] Sep 18 16:44:15.790 INFO O| Sep 18 16:44:15.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89612026-09-18T16:44:16.521Z[ recovery-image] Sep 18 16:44:15.790 INFO O| Sep 18 16:44:15.790 INFO STEP 1016 (remove_files) COMPLETE
89622026-09-18T16:44:16.521Z[ recovery-image] Sep 18 16:44:15.790 INFO O| Sep 18 16:44:15.790 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89632026-09-18T16:44:16.532Z[ recovery-image] Sep 18 16:44:15.801 INFO O| Sep 18 16:44:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89642026-09-18T16:44:16.536Z[ recovery-image] Sep 18 16:44:15.801 INFO O| Sep 18 16:44:15.801 INFO STEP 1017 (remove_files) COMPLETE
89652026-09-18T16:44:16.536Z[ recovery-image] Sep 18 16:44:15.801 INFO O| Sep 18 16:44:15.801 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-18T16:44:16.543Z[ recovery-image] Sep 18 16:44:15.812 INFO O| Sep 18 16:44:15.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89672026-09-18T16:44:16.543Z[ recovery-image] Sep 18 16:44:15.812 INFO O| Sep 18 16:44:15.812 INFO STEP 1018 (remove_files) COMPLETE
89682026-09-18T16:44:16.543Z[ recovery-image] Sep 18 16:44:15.812 INFO O| Sep 18 16:44:15.812 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-18T16:44:16.553Z[ recovery-image] Sep 18 16:44:15.823 INFO O| Sep 18 16:44:15.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89702026-09-18T16:44:16.553Z[ recovery-image] Sep 18 16:44:15.823 INFO O| Sep 18 16:44:15.823 INFO STEP 1019 (remove_files) COMPLETE
89712026-09-18T16:44:16.553Z[ recovery-image] Sep 18 16:44:15.823 INFO O| Sep 18 16:44:15.823 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89722026-09-18T16:44:16.564Z[ recovery-image] Sep 18 16:44:15.833 INFO O| Sep 18 16:44:15.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89732026-09-18T16:44:16.564Z[ recovery-image] Sep 18 16:44:15.833 INFO O| Sep 18 16:44:15.833 INFO STEP 1020 (remove_files) COMPLETE
89742026-09-18T16:44:16.564Z[ recovery-image] Sep 18 16:44:15.833 INFO O| Sep 18 16:44:15.833 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89752026-09-18T16:44:16.574Z[ recovery-image] Sep 18 16:44:15.843 INFO O| Sep 18 16:44:15.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89762026-09-18T16:44:16.574Z[ recovery-image] Sep 18 16:44:15.843 INFO O| Sep 18 16:44:15.843 INFO STEP 1021 (remove_files) COMPLETE
89772026-09-18T16:44:16.579Z[ recovery-image] Sep 18 16:44:15.843 INFO O| Sep 18 16:44:15.843 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-18T16:44:16.585Z[ recovery-image] Sep 18 16:44:15.853 INFO O| Sep 18 16:44:15.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89792026-09-18T16:44:16.585Z[ recovery-image] Sep 18 16:44:15.853 INFO O| Sep 18 16:44:15.853 INFO STEP 1022 (remove_files) COMPLETE
89802026-09-18T16:44:16.585Z[ recovery-image] Sep 18 16:44:15.853 INFO O| Sep 18 16:44:15.853 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-18T16:44:16.594Z[ recovery-image] Sep 18 16:44:15.864 INFO O| Sep 18 16:44:15.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89822026-09-18T16:44:16.594Z[ recovery-image] Sep 18 16:44:15.864 INFO O| Sep 18 16:44:15.864 INFO STEP 1023 (remove_files) COMPLETE
89832026-09-18T16:44:16.594Z[ recovery-image] Sep 18 16:44:15.864 INFO O| Sep 18 16:44:15.864 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-18T16:44:16.604Z[ recovery-image] Sep 18 16:44:15.874 INFO O| Sep 18 16:44:15.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89852026-09-18T16:44:16.605Z[ recovery-image] Sep 18 16:44:15.874 INFO O| Sep 18 16:44:15.874 INFO STEP 1024 (remove_files) COMPLETE
89862026-09-18T16:44:16.605Z[ recovery-image] Sep 18 16:44:15.874 INFO O| Sep 18 16:44:15.874 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-18T16:44:16.615Z[ recovery-image] Sep 18 16:44:15.884 INFO O| Sep 18 16:44:15.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89882026-09-18T16:44:16.615Z[ recovery-image] Sep 18 16:44:15.884 INFO O| Sep 18 16:44:15.884 INFO STEP 1025 (remove_files) COMPLETE
89892026-09-18T16:44:16.615Z[ recovery-image] Sep 18 16:44:15.884 INFO O| Sep 18 16:44:15.884 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-18T16:44:16.625Z[ recovery-image] Sep 18 16:44:15.894 INFO O| Sep 18 16:44:15.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89912026-09-18T16:44:16.625Z[ recovery-image] Sep 18 16:44:15.894 INFO O| Sep 18 16:44:15.894 INFO STEP 1026 (remove_files) COMPLETE
89922026-09-18T16:44:16.629Z[ recovery-image] Sep 18 16:44:15.894 INFO O| Sep 18 16:44:15.894 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89932026-09-18T16:44:16.641Z[ recovery-image] Sep 18 16:44:15.908 INFO O| Sep 18 16:44:15.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89942026-09-18T16:44:16.645Z[ recovery-image] Sep 18 16:44:15.908 INFO O| Sep 18 16:44:15.908 INFO STEP 1027 (remove_files) COMPLETE
89952026-09-18T16:44:16.645Z[ recovery-image] Sep 18 16:44:15.908 INFO O| Sep 18 16:44:15.908 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89962026-09-18T16:44:16.653Z[ recovery-image] Sep 18 16:44:15.920 INFO O| Sep 18 16:44:15.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89972026-09-18T16:44:16.653Z[ recovery-image] Sep 18 16:44:15.920 INFO O| Sep 18 16:44:15.920 INFO STEP 1028 (remove_files) COMPLETE
89982026-09-18T16:44:16.662Z[ recovery-image] Sep 18 16:44:15.920 INFO O| Sep 18 16:44:15.920 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89992026-09-18T16:44:16.667Z[ recovery-image] Sep 18 16:44:15.931 INFO O| Sep 18 16:44:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
90002026-09-18T16:44:16.667Z[ recovery-image] Sep 18 16:44:15.931 INFO O| Sep 18 16:44:15.931 INFO STEP 1029 (remove_files) COMPLETE
90012026-09-18T16:44:16.667Z[ recovery-image] Sep 18 16:44:15.931 INFO O| Sep 18 16:44:15.931 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90022026-09-18T16:44:16.673Z[ recovery-image] Sep 18 16:44:15.942 INFO O| Sep 18 16:44:15.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
90032026-09-18T16:44:16.673Z[ recovery-image] Sep 18 16:44:15.942 INFO O| Sep 18 16:44:15.942 INFO STEP 1030 (remove_files) COMPLETE
90042026-09-18T16:44:16.680Z[ recovery-image] Sep 18 16:44:15.942 INFO O| Sep 18 16:44:15.942 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90052026-09-18T16:44:16.684Z[ recovery-image] Sep 18 16:44:15.953 INFO O| Sep 18 16:44:15.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
90062026-09-18T16:44:16.684Z[ recovery-image] Sep 18 16:44:15.953 INFO O| Sep 18 16:44:15.953 INFO STEP 1031 (remove_files) COMPLETE
90072026-09-18T16:44:16.688Z[ recovery-image] Sep 18 16:44:15.953 INFO O| Sep 18 16:44:15.953 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90082026-09-18T16:44:16.695Z[ recovery-image] Sep 18 16:44:15.964 INFO O| Sep 18 16:44:15.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
90092026-09-18T16:44:16.695Z[ recovery-image] Sep 18 16:44:15.964 INFO O| Sep 18 16:44:15.964 INFO STEP 1032 (remove_files) COMPLETE
90102026-09-18T16:44:16.695Z[ recovery-image] Sep 18 16:44:15.964 INFO O| Sep 18 16:44:15.964 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90112026-09-18T16:44:16.707Z[ recovery-image] Sep 18 16:44:15.975 INFO O| Sep 18 16:44:15.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
90122026-09-18T16:44:16.707Z[ recovery-image] Sep 18 16:44:15.975 INFO O| Sep 18 16:44:15.975 INFO STEP 1033 (remove_files) COMPLETE
90132026-09-18T16:44:16.717Z[ recovery-image] Sep 18 16:44:15.975 INFO O| Sep 18 16:44:15.975 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-18T16:44:16.723Z[ recovery-image] Sep 18 16:44:15.985 INFO O| Sep 18 16:44:15.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
90152026-09-18T16:44:16.723Z[ recovery-image] Sep 18 16:44:15.985 INFO O| Sep 18 16:44:15.985 INFO STEP 1034 (remove_files) COMPLETE
90162026-09-18T16:44:16.723Z[ recovery-image] Sep 18 16:44:15.985 INFO O| Sep 18 16:44:15.985 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-18T16:44:16.727Z[ recovery-image] Sep 18 16:44:15.996 INFO O| Sep 18 16:44:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
90182026-09-18T16:44:16.728Z[ recovery-image] Sep 18 16:44:15.996 INFO O| Sep 18 16:44:15.996 INFO STEP 1035 (remove_files) COMPLETE
90192026-09-18T16:44:16.728Z[ recovery-image] Sep 18 16:44:15.996 INFO O| Sep 18 16:44:15.996 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-18T16:44:16.741Z[ recovery-image] Sep 18 16:44:16.008 INFO O| Sep 18 16:44:16.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
90212026-09-18T16:44:16.741Z[ recovery-image] Sep 18 16:44:16.008 INFO O| Sep 18 16:44:16.008 INFO STEP 1036 (remove_files) COMPLETE
90222026-09-18T16:44:16.741Z[ recovery-image] Sep 18 16:44:16.008 INFO O| Sep 18 16:44:16.008 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-18T16:44:16.749Z[ recovery-image] Sep 18 16:44:16.018 INFO O| Sep 18 16:44:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
90242026-09-18T16:44:16.749Z[ recovery-image] Sep 18 16:44:16.018 INFO O| Sep 18 16:44:16.018 INFO STEP 1037 (remove_files) COMPLETE
90252026-09-18T16:44:16.749Z[ recovery-image] Sep 18 16:44:16.018 INFO O| Sep 18 16:44:16.018 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-18T16:44:16.760Z[ recovery-image] Sep 18 16:44:16.029 INFO O| Sep 18 16:44:16.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
90272026-09-18T16:44:16.760Z[ recovery-image] Sep 18 16:44:16.029 INFO O| Sep 18 16:44:16.029 INFO STEP 1038 (remove_files) COMPLETE
90282026-09-18T16:44:16.760Z[ recovery-image] Sep 18 16:44:16.029 INFO O| Sep 18 16:44:16.029 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-18T16:44:16.771Z[ recovery-image] Sep 18 16:44:16.040 INFO O| Sep 18 16:44:16.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
90302026-09-18T16:44:16.771Z[ recovery-image] Sep 18 16:44:16.040 INFO O| Sep 18 16:44:16.040 INFO STEP 1039 (remove_files) COMPLETE
90312026-09-18T16:44:16.771Z[ recovery-image] Sep 18 16:44:16.040 INFO O| Sep 18 16:44:16.040 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-18T16:44:16.781Z[ recovery-image] Sep 18 16:44:16.050 INFO O| Sep 18 16:44:16.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
90332026-09-18T16:44:16.781Z[ recovery-image] Sep 18 16:44:16.050 INFO O| Sep 18 16:44:16.050 INFO STEP 1040 (remove_files) COMPLETE
90342026-09-18T16:44:16.781Z[ recovery-image] Sep 18 16:44:16.050 INFO O| Sep 18 16:44:16.050 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-18T16:44:16.792Z[ recovery-image] Sep 18 16:44:16.061 INFO O| Sep 18 16:44:16.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
90362026-09-18T16:44:16.792Z[ recovery-image] Sep 18 16:44:16.061 INFO O| Sep 18 16:44:16.061 INFO STEP 1041 (remove_files) COMPLETE
90372026-09-18T16:44:16.792Z[ recovery-image] Sep 18 16:44:16.061 INFO O| Sep 18 16:44:16.061 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-18T16:44:16.802Z[ recovery-image] Sep 18 16:44:16.071 INFO O| Sep 18 16:44:16.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
90392026-09-18T16:44:16.802Z[ recovery-image] Sep 18 16:44:16.071 INFO O| Sep 18 16:44:16.071 INFO STEP 1042 (remove_files) COMPLETE
90402026-09-18T16:44:16.802Z[ recovery-image] Sep 18 16:44:16.071 INFO O| Sep 18 16:44:16.071 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-18T16:44:16.814Z[ recovery-image] Sep 18 16:44:16.083 INFO O| Sep 18 16:44:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90422026-09-18T16:44:16.814Z[ recovery-image] Sep 18 16:44:16.083 INFO O| Sep 18 16:44:16.083 INFO STEP 1043 (remove_files) COMPLETE
90432026-09-18T16:44:16.814Z[ recovery-image] Sep 18 16:44:16.083 INFO O| Sep 18 16:44:16.083 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-18T16:44:16.826Z[ recovery-image] Sep 18 16:44:16.094 INFO O| Sep 18 16:44:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90452026-09-18T16:44:16.826Z[ recovery-image] Sep 18 16:44:16.095 INFO O| Sep 18 16:44:16.095 INFO STEP 1044 (remove_files) COMPLETE
90462026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.095 INFO O| Sep 18 16:44:16.095 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.104 INFO O| Sep 18 16:44:16.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90482026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.104 INFO O| Sep 18 16:44:16.104 INFO STEP 1045 (remove_files) COMPLETE
90492026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.104 INFO O| Sep 18 16:44:16.104 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.114 INFO O| Sep 18 16:44:16.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90512026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.114 INFO O| Sep 18 16:44:16.114 INFO STEP 1046 (remove_files) COMPLETE
90522026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.114 INFO O| Sep 18 16:44:16.114 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.123 INFO O| Sep 18 16:44:16.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90542026-09-18T16:44:16.872Z[ recovery-image] Sep 18 16:44:16.123 INFO O| Sep 18 16:44:16.123 INFO STEP 1047 (remove_files) COMPLETE
90552026-09-18T16:44:16.873Z[ recovery-image] Sep 18 16:44:16.123 INFO O| Sep 18 16:44:16.123 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-18T16:44:16.873Z[ recovery-image] Sep 18 16:44:16.133 INFO O| Sep 18 16:44:16.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90572026-09-18T16:44:16.873Z[ recovery-image] Sep 18 16:44:16.133 INFO O| Sep 18 16:44:16.133 INFO STEP 1048 (remove_files) COMPLETE
90582026-09-18T16:44:16.873Z[ recovery-image] Sep 18 16:44:16.133 INFO O| Sep 18 16:44:16.133 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-18T16:44:16.877Z[ recovery-image] Sep 18 16:44:16.145 INFO O| Sep 18 16:44:16.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90602026-09-18T16:44:16.877Z[ recovery-image] Sep 18 16:44:16.145 INFO O| Sep 18 16:44:16.145 INFO STEP 1049 (remove_files) COMPLETE
90612026-09-18T16:44:16.877Z[ recovery-image] Sep 18 16:44:16.145 INFO O| Sep 18 16:44:16.145 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-18T16:44:16.888Z[ recovery-image] Sep 18 16:44:16.156 INFO O| Sep 18 16:44:16.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90632026-09-18T16:44:16.888Z[ recovery-image] Sep 18 16:44:16.157 INFO O| Sep 18 16:44:16.156 INFO STEP 1050 (remove_files) COMPLETE
90642026-09-18T16:44:16.888Z[ recovery-image] Sep 18 16:44:16.157 INFO O| Sep 18 16:44:16.157 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-18T16:44:16.900Z[ recovery-image] Sep 18 16:44:16.168 INFO O| Sep 18 16:44:16.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90662026-09-18T16:44:16.900Z[ recovery-image] Sep 18 16:44:16.168 INFO O| Sep 18 16:44:16.168 INFO STEP 1051 (remove_files) COMPLETE
90672026-09-18T16:44:16.900Z[ recovery-image] Sep 18 16:44:16.168 INFO O| Sep 18 16:44:16.168 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-18T16:44:16.909Z[ recovery-image] Sep 18 16:44:16.178 INFO O| Sep 18 16:44:16.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90692026-09-18T16:44:16.910Z[ recovery-image] Sep 18 16:44:16.178 INFO O| Sep 18 16:44:16.178 INFO STEP 1052 (remove_files) COMPLETE
90702026-09-18T16:44:16.913Z[ recovery-image] Sep 18 16:44:16.178 INFO O| Sep 18 16:44:16.178 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-18T16:44:16.921Z[ recovery-image] Sep 18 16:44:16.189 INFO O| Sep 18 16:44:16.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90722026-09-18T16:44:16.922Z[ recovery-image] Sep 18 16:44:16.189 INFO O| Sep 18 16:44:16.189 INFO STEP 1053 (remove_files) COMPLETE
90732026-09-18T16:44:16.922Z[ recovery-image] Sep 18 16:44:16.189 INFO O| Sep 18 16:44:16.189 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-18T16:44:16.931Z[ recovery-image] Sep 18 16:44:16.200 INFO O| Sep 18 16:44:16.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90752026-09-18T16:44:16.931Z[ recovery-image] Sep 18 16:44:16.200 INFO O| Sep 18 16:44:16.200 INFO STEP 1054 (remove_files) COMPLETE
90762026-09-18T16:44:16.931Z[ recovery-image] Sep 18 16:44:16.200 INFO O| Sep 18 16:44:16.200 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-18T16:44:16.941Z[ recovery-image] Sep 18 16:44:16.211 INFO O| Sep 18 16:44:16.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90782026-09-18T16:44:16.942Z[ recovery-image] Sep 18 16:44:16.211 INFO O| Sep 18 16:44:16.211 INFO STEP 1055 (remove_files) COMPLETE
90792026-09-18T16:44:16.942Z[ recovery-image] Sep 18 16:44:16.211 INFO O| Sep 18 16:44:16.211 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-18T16:44:16.951Z[ recovery-image] Sep 18 16:44:16.220 INFO O| Sep 18 16:44:16.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90812026-09-18T16:44:16.951Z[ recovery-image] Sep 18 16:44:16.220 INFO O| Sep 18 16:44:16.220 INFO STEP 1056 (remove_files) COMPLETE
90822026-09-18T16:44:16.951Z[ recovery-image] Sep 18 16:44:16.220 INFO O| Sep 18 16:44:16.220 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-18T16:44:16.961Z[ recovery-image] Sep 18 16:44:16.230 INFO O| Sep 18 16:44:16.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90842026-09-18T16:44:16.961Z[ recovery-image] Sep 18 16:44:16.230 INFO O| Sep 18 16:44:16.230 INFO STEP 1057 (remove_files) COMPLETE
90852026-09-18T16:44:16.961Z[ recovery-image] Sep 18 16:44:16.230 INFO O| Sep 18 16:44:16.230 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-18T16:44:16.970Z[ recovery-image] Sep 18 16:44:16.239 INFO O| Sep 18 16:44:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90872026-09-18T16:44:16.970Z[ recovery-image] Sep 18 16:44:16.240 INFO O| Sep 18 16:44:16.239 INFO STEP 1058 (remove_files) COMPLETE
90882026-09-18T16:44:16.970Z[ recovery-image] Sep 18 16:44:16.240 INFO O| Sep 18 16:44:16.239 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-18T16:44:16.982Z[ recovery-image] Sep 18 16:44:16.252 INFO O| Sep 18 16:44:16.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90902026-09-18T16:44:16.983Z[ recovery-image] Sep 18 16:44:16.252 INFO O| Sep 18 16:44:16.252 INFO STEP 1059 (remove_files) COMPLETE
90912026-09-18T16:44:16.983Z[ recovery-image] Sep 18 16:44:16.252 INFO O| Sep 18 16:44:16.252 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-18T16:44:16.994Z[ recovery-image] Sep 18 16:44:16.263 INFO O| Sep 18 16:44:16.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90932026-09-18T16:44:16.994Z[ recovery-image] Sep 18 16:44:16.263 INFO O| Sep 18 16:44:16.263 INFO STEP 1060 (remove_files) COMPLETE
90942026-09-18T16:44:16.994Z[ recovery-image] Sep 18 16:44:16.263 INFO O| Sep 18 16:44:16.263 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-18T16:44:17.005Z[ recovery-image] Sep 18 16:44:16.274 INFO O| Sep 18 16:44:16.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90962026-09-18T16:44:17.005Z[ recovery-image] Sep 18 16:44:16.275 INFO O| Sep 18 16:44:16.275 INFO STEP 1061 (remove_files) COMPLETE
90972026-09-18T16:44:17.005Z[ recovery-image] Sep 18 16:44:16.275 INFO O| Sep 18 16:44:16.275 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-18T16:44:17.018Z[ recovery-image] Sep 18 16:44:16.286 INFO O| Sep 18 16:44:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90992026-09-18T16:44:17.018Z[ recovery-image] Sep 18 16:44:16.286 INFO O| Sep 18 16:44:16.286 INFO STEP 1062 (remove_files) COMPLETE
91002026-09-18T16:44:17.018Z[ recovery-image] Sep 18 16:44:16.286 INFO O| Sep 18 16:44:16.286 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-18T16:44:17.028Z[ recovery-image] Sep 18 16:44:16.297 INFO O| Sep 18 16:44:16.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
91022026-09-18T16:44:17.028Z[ recovery-image] Sep 18 16:44:16.297 INFO O| Sep 18 16:44:16.297 INFO STEP 1063 (remove_files) COMPLETE
91032026-09-18T16:44:17.028Z[ recovery-image] Sep 18 16:44:16.297 INFO O| Sep 18 16:44:16.297 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-18T16:44:17.039Z[ recovery-image] Sep 18 16:44:16.307 INFO O| Sep 18 16:44:16.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
91052026-09-18T16:44:17.039Z[ recovery-image] Sep 18 16:44:16.308 INFO O| Sep 18 16:44:16.308 INFO STEP 1064 (remove_files) COMPLETE
91062026-09-18T16:44:17.039Z[ recovery-image] Sep 18 16:44:16.308 INFO O| Sep 18 16:44:16.308 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-18T16:44:17.049Z[ recovery-image] Sep 18 16:44:16.318 INFO O| Sep 18 16:44:16.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
91082026-09-18T16:44:17.049Z[ recovery-image] Sep 18 16:44:16.318 INFO O| Sep 18 16:44:16.318 INFO STEP 1065 (remove_files) COMPLETE
91092026-09-18T16:44:17.049Z[ recovery-image] Sep 18 16:44:16.318 INFO O| Sep 18 16:44:16.318 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-18T16:44:17.061Z[ recovery-image] Sep 18 16:44:16.329 INFO O| Sep 18 16:44:16.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
91112026-09-18T16:44:17.061Z[ recovery-image] Sep 18 16:44:16.329 INFO O| Sep 18 16:44:16.329 INFO STEP 1066 (remove_files) COMPLETE
91122026-09-18T16:44:17.061Z[ recovery-image] Sep 18 16:44:16.329 INFO O| Sep 18 16:44:16.329 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-18T16:44:17.070Z[ recovery-image] Sep 18 16:44:16.340 INFO O| Sep 18 16:44:16.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
91142026-09-18T16:44:17.070Z[ recovery-image] Sep 18 16:44:16.340 INFO O| Sep 18 16:44:16.340 INFO STEP 1067 (remove_files) COMPLETE
91152026-09-18T16:44:17.075Z[ recovery-image] Sep 18 16:44:16.340 INFO O| Sep 18 16:44:16.340 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-18T16:44:17.081Z[ recovery-image] Sep 18 16:44:16.350 INFO O| Sep 18 16:44:16.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
91172026-09-18T16:44:17.081Z[ recovery-image] Sep 18 16:44:16.350 INFO O| Sep 18 16:44:16.350 INFO STEP 1068 (remove_files) COMPLETE
91182026-09-18T16:44:17.081Z[ recovery-image] Sep 18 16:44:16.350 INFO O| Sep 18 16:44:16.350 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-18T16:44:17.091Z[ recovery-image] Sep 18 16:44:16.360 INFO O| Sep 18 16:44:16.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
91202026-09-18T16:44:17.091Z[ recovery-image] Sep 18 16:44:16.360 INFO O| Sep 18 16:44:16.360 INFO STEP 1069 (remove_files) COMPLETE
91212026-09-18T16:44:17.091Z[ recovery-image] Sep 18 16:44:16.360 INFO O| Sep 18 16:44:16.360 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-18T16:44:17.101Z[ recovery-image] Sep 18 16:44:16.370 INFO O| Sep 18 16:44:16.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
91232026-09-18T16:44:17.101Z[ recovery-image] Sep 18 16:44:16.370 INFO O| Sep 18 16:44:16.370 INFO STEP 1070 (remove_files) COMPLETE
91242026-09-18T16:44:17.101Z[ recovery-image] Sep 18 16:44:16.370 INFO O| Sep 18 16:44:16.370 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-18T16:44:17.112Z[ recovery-image] Sep 18 16:44:16.380 INFO O| Sep 18 16:44:16.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
91262026-09-18T16:44:17.112Z[ recovery-image] Sep 18 16:44:16.380 INFO O| Sep 18 16:44:16.380 INFO STEP 1071 (remove_files) COMPLETE
91272026-09-18T16:44:17.112Z[ recovery-image] Sep 18 16:44:16.380 INFO O| Sep 18 16:44:16.380 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-18T16:44:17.121Z[ recovery-image] Sep 18 16:44:16.390 INFO O| Sep 18 16:44:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
91292026-09-18T16:44:17.122Z[ recovery-image] Sep 18 16:44:16.391 INFO O| Sep 18 16:44:16.391 INFO STEP 1072 (remove_files) COMPLETE
91302026-09-18T16:44:17.122Z[ recovery-image] Sep 18 16:44:16.391 INFO O| Sep 18 16:44:16.391 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-18T16:44:17.132Z[ recovery-image] Sep 18 16:44:16.401 INFO O| Sep 18 16:44:16.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
91322026-09-18T16:44:17.132Z[ recovery-image] Sep 18 16:44:16.401 INFO O| Sep 18 16:44:16.401 INFO STEP 1073 (remove_files) COMPLETE
91332026-09-18T16:44:17.132Z[ recovery-image] Sep 18 16:44:16.401 INFO O| Sep 18 16:44:16.401 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-18T16:44:17.142Z[ recovery-image] Sep 18 16:44:16.411 INFO O| Sep 18 16:44:16.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
91352026-09-18T16:44:17.142Z[ recovery-image] Sep 18 16:44:16.411 INFO O| Sep 18 16:44:16.411 INFO STEP 1074 (remove_files) COMPLETE
91362026-09-18T16:44:17.146Z[ recovery-image] Sep 18 16:44:16.411 INFO O| Sep 18 16:44:16.411 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-18T16:44:17.151Z[ recovery-image] Sep 18 16:44:16.421 INFO O| Sep 18 16:44:16.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
91382026-09-18T16:44:17.152Z[ recovery-image] Sep 18 16:44:16.421 INFO O| Sep 18 16:44:16.421 INFO STEP 1075 (remove_files) COMPLETE
91392026-09-18T16:44:17.152Z[ recovery-image] Sep 18 16:44:16.421 INFO O| Sep 18 16:44:16.421 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-18T16:44:17.161Z[ recovery-image] Sep 18 16:44:16.431 INFO O| Sep 18 16:44:16.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91412026-09-18T16:44:17.163Z[ recovery-image] Sep 18 16:44:16.431 INFO O| Sep 18 16:44:16.431 INFO STEP 1076 (remove_files) COMPLETE
91422026-09-18T16:44:17.163Z[ recovery-image] Sep 18 16:44:16.431 INFO O| Sep 18 16:44:16.431 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-18T16:44:17.176Z[ recovery-image] Sep 18 16:44:16.442 INFO O| Sep 18 16:44:16.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91442026-09-18T16:44:17.176Z[ recovery-image] Sep 18 16:44:16.443 INFO O| Sep 18 16:44:16.442 INFO STEP 1077 (remove_files) COMPLETE
91452026-09-18T16:44:17.176Z[ recovery-image] Sep 18 16:44:16.443 INFO O| Sep 18 16:44:16.443 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-18T16:44:17.186Z[ recovery-image] Sep 18 16:44:16.454 INFO O| Sep 18 16:44:16.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91472026-09-18T16:44:17.186Z[ recovery-image] Sep 18 16:44:16.454 INFO O| Sep 18 16:44:16.454 INFO STEP 1078 (remove_files) COMPLETE
91482026-09-18T16:44:17.186Z[ recovery-image] Sep 18 16:44:16.454 INFO O| Sep 18 16:44:16.454 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-18T16:44:17.197Z[ recovery-image] Sep 18 16:44:16.466 INFO O| Sep 18 16:44:16.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91502026-09-18T16:44:17.197Z[ recovery-image] Sep 18 16:44:16.466 INFO O| Sep 18 16:44:16.466 INFO STEP 1079 (remove_files) COMPLETE
91512026-09-18T16:44:17.201Z[ recovery-image] Sep 18 16:44:16.466 INFO O| Sep 18 16:44:16.466 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-18T16:44:17.209Z[ recovery-image] Sep 18 16:44:16.478 INFO O| Sep 18 16:44:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91532026-09-18T16:44:17.210Z[ recovery-image] Sep 18 16:44:16.479 INFO O| Sep 18 16:44:16.479 INFO STEP 1080 (remove_files) COMPLETE
91542026-09-18T16:44:17.210Z[ recovery-image] Sep 18 16:44:16.479 INFO O| Sep 18 16:44:16.479 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-18T16:44:17.222Z[ recovery-image] Sep 18 16:44:16.491 INFO O| Sep 18 16:44:16.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91562026-09-18T16:44:17.222Z[ recovery-image] Sep 18 16:44:16.491 INFO O| Sep 18 16:44:16.491 INFO STEP 1081 (remove_files) COMPLETE
91572026-09-18T16:44:17.222Z[ recovery-image] Sep 18 16:44:16.491 INFO O| Sep 18 16:44:16.491 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-18T16:44:17.234Z[ recovery-image] Sep 18 16:44:16.502 INFO O| Sep 18 16:44:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91592026-09-18T16:44:17.234Z[ recovery-image] Sep 18 16:44:16.502 INFO O| Sep 18 16:44:16.502 INFO STEP 1082 (remove_files) COMPLETE
91602026-09-18T16:44:17.234Z[ recovery-image] Sep 18 16:44:16.502 INFO O| Sep 18 16:44:16.502 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-18T16:44:17.243Z[ recovery-image] Sep 18 16:44:16.512 INFO O| Sep 18 16:44:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91622026-09-18T16:44:17.243Z[ recovery-image] Sep 18 16:44:16.512 INFO O| Sep 18 16:44:16.512 INFO STEP 1083 (remove_files) COMPLETE
91632026-09-18T16:44:17.243Z[ recovery-image] Sep 18 16:44:16.512 INFO O| Sep 18 16:44:16.512 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-18T16:44:17.253Z[ recovery-image] Sep 18 16:44:16.522 INFO O| Sep 18 16:44:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91652026-09-18T16:44:17.253Z[ recovery-image] Sep 18 16:44:16.522 INFO O| Sep 18 16:44:16.522 INFO STEP 1084 (remove_files) COMPLETE
91662026-09-18T16:44:17.257Z[ recovery-image] Sep 18 16:44:16.522 INFO O| Sep 18 16:44:16.522 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-18T16:44:17.265Z[ recovery-image] Sep 18 16:44:16.532 INFO O| Sep 18 16:44:16.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91682026-09-18T16:44:17.265Z[ recovery-image] Sep 18 16:44:16.532 INFO O| Sep 18 16:44:16.532 INFO STEP 1085 (remove_files) COMPLETE
91692026-09-18T16:44:17.265Z[ recovery-image] Sep 18 16:44:16.532 INFO O| Sep 18 16:44:16.532 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-18T16:44:17.273Z[ recovery-image] Sep 18 16:44:16.542 INFO O| Sep 18 16:44:16.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91712026-09-18T16:44:17.273Z[ recovery-image] Sep 18 16:44:16.542 INFO O| Sep 18 16:44:16.542 INFO STEP 1086 (remove_files) COMPLETE
91722026-09-18T16:44:17.273Z[ recovery-image] Sep 18 16:44:16.542 INFO O| Sep 18 16:44:16.542 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-18T16:44:17.283Z[ recovery-image] Sep 18 16:44:16.552 INFO O| Sep 18 16:44:16.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91742026-09-18T16:44:17.283Z[ recovery-image] Sep 18 16:44:16.552 INFO O| Sep 18 16:44:16.552 INFO STEP 1087 (remove_files) COMPLETE
91752026-09-18T16:44:17.285Z[ recovery-image] Sep 18 16:44:16.552 INFO O| Sep 18 16:44:16.552 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-18T16:44:17.293Z[ recovery-image] Sep 18 16:44:16.562 INFO O| Sep 18 16:44:16.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91772026-09-18T16:44:17.293Z[ recovery-image] Sep 18 16:44:16.562 INFO O| Sep 18 16:44:16.562 INFO STEP 1088 (remove_files) COMPLETE
91782026-09-18T16:44:17.293Z[ recovery-image] Sep 18 16:44:16.562 INFO O| Sep 18 16:44:16.562 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-18T16:44:17.304Z[ recovery-image] Sep 18 16:44:16.572 INFO O| Sep 18 16:44:16.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91802026-09-18T16:44:17.304Z[ recovery-image] Sep 18 16:44:16.572 INFO O| Sep 18 16:44:16.572 INFO STEP 1089 (remove_files) COMPLETE
91812026-09-18T16:44:17.311Z[ recovery-image] Sep 18 16:44:16.572 INFO O| Sep 18 16:44:16.572 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-18T16:44:17.316Z[ recovery-image] Sep 18 16:44:16.582 INFO O| Sep 18 16:44:16.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91832026-09-18T16:44:17.316Z[ recovery-image] Sep 18 16:44:16.582 INFO O| Sep 18 16:44:16.582 INFO STEP 1090 (remove_files) COMPLETE
91842026-09-18T16:44:17.316Z[ recovery-image] Sep 18 16:44:16.582 INFO O| Sep 18 16:44:16.582 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-18T16:44:17.326Z[ recovery-image] Sep 18 16:44:16.592 INFO O| Sep 18 16:44:16.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91862026-09-18T16:44:17.326Z[ recovery-image] Sep 18 16:44:16.592 INFO O| Sep 18 16:44:16.592 INFO STEP 1091 (remove_files) COMPLETE
91872026-09-18T16:44:17.326Z[ recovery-image] Sep 18 16:44:16.592 INFO O| Sep 18 16:44:16.592 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-18T16:44:17.334Z[ recovery-image] Sep 18 16:44:16.603 INFO O| Sep 18 16:44:16.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91892026-09-18T16:44:17.334Z[ recovery-image] Sep 18 16:44:16.603 INFO O| Sep 18 16:44:16.603 INFO STEP 1092 (remove_files) COMPLETE
91902026-09-18T16:44:17.340Z[ recovery-image] Sep 18 16:44:16.603 INFO O| Sep 18 16:44:16.603 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-18T16:44:17.349Z[ recovery-image] Sep 18 16:44:16.613 INFO O| Sep 18 16:44:16.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91922026-09-18T16:44:17.349Z[ recovery-image] Sep 18 16:44:16.613 INFO O| Sep 18 16:44:16.613 INFO STEP 1093 (remove_files) COMPLETE
91932026-09-18T16:44:17.349Z[ recovery-image] Sep 18 16:44:16.613 INFO O| Sep 18 16:44:16.613 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-18T16:44:17.354Z[ recovery-image] Sep 18 16:44:16.623 INFO O| Sep 18 16:44:16.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91952026-09-18T16:44:17.354Z[ recovery-image] Sep 18 16:44:16.624 INFO O| Sep 18 16:44:16.624 INFO STEP 1094 (remove_files) COMPLETE
91962026-09-18T16:44:17.354Z[ recovery-image] Sep 18 16:44:16.624 INFO O| Sep 18 16:44:16.624 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-18T16:44:17.364Z[ recovery-image] Sep 18 16:44:16.634 INFO O| Sep 18 16:44:16.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91982026-09-18T16:44:17.365Z[ recovery-image] Sep 18 16:44:16.634 INFO O| Sep 18 16:44:16.634 INFO STEP 1095 (remove_files) COMPLETE
91992026-09-18T16:44:17.365Z[ recovery-image] Sep 18 16:44:16.634 INFO O| Sep 18 16:44:16.634 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-18T16:44:17.374Z[ recovery-image] Sep 18 16:44:16.644 INFO O| Sep 18 16:44:16.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
92012026-09-18T16:44:17.374Z[ recovery-image] Sep 18 16:44:16.644 INFO O| Sep 18 16:44:16.644 INFO STEP 1096 (remove_files) COMPLETE
92022026-09-18T16:44:17.378Z[ recovery-image] Sep 18 16:44:16.644 INFO O| Sep 18 16:44:16.644 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92032026-09-18T16:44:17.385Z[ recovery-image] Sep 18 16:44:16.654 INFO O| Sep 18 16:44:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
92042026-09-18T16:44:17.388Z[ recovery-image] Sep 18 16:44:16.654 INFO O| Sep 18 16:44:16.654 INFO STEP 1097 (remove_files) COMPLETE
92052026-09-18T16:44:17.388Z[ recovery-image] Sep 18 16:44:16.654 INFO O| Sep 18 16:44:16.654 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92062026-09-18T16:44:17.395Z[ recovery-image] Sep 18 16:44:16.664 INFO O| Sep 18 16:44:16.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
92072026-09-18T16:44:17.395Z[ recovery-image] Sep 18 16:44:16.664 INFO O| Sep 18 16:44:16.664 INFO STEP 1098 (remove_files) COMPLETE
92082026-09-18T16:44:17.395Z[ recovery-image] Sep 18 16:44:16.664 INFO O| Sep 18 16:44:16.664 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92092026-09-18T16:44:17.406Z[ recovery-image] Sep 18 16:44:16.674 INFO O| Sep 18 16:44:16.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
92102026-09-18T16:44:17.406Z[ recovery-image] Sep 18 16:44:16.674 INFO O| Sep 18 16:44:16.674 INFO STEP 1099 (remove_files) COMPLETE
92112026-09-18T16:44:17.410Z[ recovery-image] Sep 18 16:44:16.674 INFO O| Sep 18 16:44:16.674 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92122026-09-18T16:44:17.420Z[ recovery-image] Sep 18 16:44:16.685 INFO O| Sep 18 16:44:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
92132026-09-18T16:44:17.420Z[ recovery-image] Sep 18 16:44:16.685 INFO O| Sep 18 16:44:16.685 INFO STEP 1100 (remove_files) COMPLETE
92142026-09-18T16:44:17.420Z[ recovery-image] Sep 18 16:44:16.685 INFO O| Sep 18 16:44:16.685 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92152026-09-18T16:44:17.435Z[ recovery-image] Sep 18 16:44:16.696 INFO O| Sep 18 16:44:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
92162026-09-18T16:44:17.435Z[ recovery-image] Sep 18 16:44:16.696 INFO O| Sep 18 16:44:16.696 INFO STEP 1101 (remove_files) COMPLETE
92172026-09-18T16:44:17.435Z[ recovery-image] Sep 18 16:44:16.696 INFO O| Sep 18 16:44:16.696 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92182026-09-18T16:44:17.464Z[ recovery-image] Sep 18 16:44:16.732 INFO O| Sep 18 16:44:16.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
92192026-09-18T16:44:17.464Z[ recovery-image] Sep 18 16:44:16.732 INFO O| Sep 18 16:44:16.732 INFO STEP 1102 (remove_files) COMPLETE
92202026-09-18T16:44:17.464Z[ recovery-image] Sep 18 16:44:16.732 INFO O| Sep 18 16:44:16.732 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92212026-09-18T16:44:17.476Z[ recovery-image] Sep 18 16:44:16.743 INFO O| Sep 18 16:44:16.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
92222026-09-18T16:44:17.476Z[ recovery-image] Sep 18 16:44:16.743 INFO O| Sep 18 16:44:16.743 INFO STEP 1103 (remove_files) COMPLETE
92232026-09-18T16:44:17.476Z[ recovery-image] Sep 18 16:44:16.743 INFO O| Sep 18 16:44:16.743 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92242026-09-18T16:44:17.488Z[ recovery-image] Sep 18 16:44:16.752 INFO O| Sep 18 16:44:16.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
92252026-09-18T16:44:17.488Z[ recovery-image] Sep 18 16:44:16.752 INFO O| Sep 18 16:44:16.752 INFO STEP 1104 (remove_files) COMPLETE
92262026-09-18T16:44:17.488Z[ recovery-image] Sep 18 16:44:16.752 INFO O| Sep 18 16:44:16.752 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92272026-09-18T16:44:17.501Z[ recovery-image] Sep 18 16:44:16.760 INFO O| Sep 18 16:44:16.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
92282026-09-18T16:44:17.502Z[ recovery-image] Sep 18 16:44:16.760 INFO O| Sep 18 16:44:16.760 INFO STEP 1105 (remove_files) COMPLETE
92292026-09-18T16:44:17.502Z[ recovery-image] Sep 18 16:44:16.760 INFO O| Sep 18 16:44:16.760 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92302026-09-18T16:44:17.507Z[ recovery-image] Sep 18 16:44:16.768 INFO O| Sep 18 16:44:16.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
92312026-09-18T16:44:17.508Z[ recovery-image] Sep 18 16:44:16.768 INFO O| Sep 18 16:44:16.768 INFO STEP 1106 (remove_files) COMPLETE
92322026-09-18T16:44:17.508Z[ recovery-image] Sep 18 16:44:16.768 INFO O| Sep 18 16:44:16.768 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92332026-09-18T16:44:17.513Z[ recovery-image] Sep 18 16:44:16.777 INFO O| Sep 18 16:44:16.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
92342026-09-18T16:44:17.513Z[ recovery-image] Sep 18 16:44:16.777 INFO O| Sep 18 16:44:16.777 INFO STEP 1107 (remove_files) COMPLETE
92352026-09-18T16:44:17.513Z[ recovery-image] Sep 18 16:44:16.777 INFO O| Sep 18 16:44:16.777 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92362026-09-18T16:44:17.524Z[ recovery-image] Sep 18 16:44:16.786 INFO O| Sep 18 16:44:16.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92372026-09-18T16:44:17.526Z[ recovery-image] Sep 18 16:44:16.786 INFO O| Sep 18 16:44:16.786 INFO STEP 1108 (remove_files) COMPLETE
92382026-09-18T16:44:17.526Z[ recovery-image] Sep 18 16:44:16.786 INFO O| Sep 18 16:44:16.786 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92392026-09-18T16:44:17.533Z[ recovery-image] Sep 18 16:44:16.795 INFO O| Sep 18 16:44:16.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92402026-09-18T16:44:17.533Z[ recovery-image] Sep 18 16:44:16.795 INFO O| Sep 18 16:44:16.795 INFO STEP 1109 (remove_files) COMPLETE
92412026-09-18T16:44:17.533Z[ recovery-image] Sep 18 16:44:16.795 INFO O| Sep 18 16:44:16.795 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92422026-09-18T16:44:17.538Z[ recovery-image] Sep 18 16:44:16.804 INFO O| Sep 18 16:44:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92432026-09-18T16:44:17.539Z[ recovery-image] Sep 18 16:44:16.804 INFO O| Sep 18 16:44:16.804 INFO STEP 1110 (remove_files) COMPLETE
92442026-09-18T16:44:17.539Z[ recovery-image] Sep 18 16:44:16.804 INFO O| Sep 18 16:44:16.804 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92452026-09-18T16:44:17.543Z[ recovery-image] Sep 18 16:44:16.812 INFO O| Sep 18 16:44:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92462026-09-18T16:44:17.543Z[ recovery-image] Sep 18 16:44:16.812 INFO O| Sep 18 16:44:16.812 INFO STEP 1111 (remove_files) COMPLETE
92472026-09-18T16:44:17.543Z[ recovery-image] Sep 18 16:44:16.812 INFO O| Sep 18 16:44:16.812 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92482026-09-18T16:44:17.553Z[ recovery-image] Sep 18 16:44:16.821 INFO O| Sep 18 16:44:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92492026-09-18T16:44:17.553Z[ recovery-image] Sep 18 16:44:16.821 INFO O| Sep 18 16:44:16.821 INFO STEP 1112 (remove_files) COMPLETE
92502026-09-18T16:44:17.553Z[ recovery-image] Sep 18 16:44:16.821 INFO O| Sep 18 16:44:16.821 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92512026-09-18T16:44:17.561Z[ recovery-image] Sep 18 16:44:16.830 INFO O| Sep 18 16:44:16.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92522026-09-18T16:44:17.561Z[ recovery-image] Sep 18 16:44:16.830 INFO O| Sep 18 16:44:16.830 INFO STEP 1113 (remove_files) COMPLETE
92532026-09-18T16:44:17.567Z[ recovery-image] Sep 18 16:44:16.830 INFO O| Sep 18 16:44:16.830 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92542026-09-18T16:44:17.576Z[ recovery-image] Sep 18 16:44:16.840 INFO O| Sep 18 16:44:16.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92552026-09-18T16:44:17.576Z[ recovery-image] Sep 18 16:44:16.840 INFO O| Sep 18 16:44:16.840 INFO STEP 1114 (remove_files) COMPLETE
92562026-09-18T16:44:17.577Z[ recovery-image] Sep 18 16:44:16.840 INFO O| Sep 18 16:44:16.840 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92572026-09-18T16:44:17.583Z[ recovery-image] Sep 18 16:44:16.850 INFO O| Sep 18 16:44:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92582026-09-18T16:44:17.583Z[ recovery-image] Sep 18 16:44:16.850 INFO O| Sep 18 16:44:16.850 INFO STEP 1115 (remove_files) COMPLETE
92592026-09-18T16:44:17.583Z[ recovery-image] Sep 18 16:44:16.850 INFO O| Sep 18 16:44:16.850 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92602026-09-18T16:44:17.593Z[ recovery-image] Sep 18 16:44:16.860 INFO O| Sep 18 16:44:16.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92612026-09-18T16:44:17.594Z[ recovery-image] Sep 18 16:44:16.860 INFO O| Sep 18 16:44:16.860 INFO STEP 1116 (remove_files) COMPLETE
92622026-09-18T16:44:17.611Z[ recovery-image] Sep 18 16:44:16.860 INFO O| Sep 18 16:44:16.860 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92632026-09-18T16:44:17.616Z[ recovery-image] Sep 18 16:44:16.870 INFO O| Sep 18 16:44:16.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92642026-09-18T16:44:17.616Z[ recovery-image] Sep 18 16:44:16.870 INFO O| Sep 18 16:44:16.870 INFO STEP 1117 (remove_files) COMPLETE
92652026-09-18T16:44:17.617Z[ recovery-image] Sep 18 16:44:16.870 INFO O| Sep 18 16:44:16.870 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92662026-09-18T16:44:17.622Z[ recovery-image] Sep 18 16:44:16.885 INFO O| Sep 18 16:44:16.885 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92672026-09-18T16:44:17.622Z[ recovery-image] Sep 18 16:44:16.885 INFO O| Sep 18 16:44:16.885 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92682026-09-18T16:44:18.664Z[ recovery-image] Sep 18 16:44:17.933 INFO O| Sep 18 16:44:17.933 INFO STEP 1118 (pack_tar) COMPLETE
92692026-09-18T16:44:18.664Z[ recovery-image] Sep 18 16:44:17.933 INFO O| Sep 18 16:44:17.933 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92702026-09-18T16:44:18.664Z[ recovery-image] Sep 18 16:44:17.933 INFO O| Sep 18 16:44:17.933 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92712026-09-18T16:44:18.874Z[ host-image] Sep 18 16:44:18.144 INFO O| adding properties...
92722026-09-18T16:44:19.125Z[ recovery-image] Sep 18 16:44:18.393 INFO O| Sep 18 16:44:18.393 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92732026-09-18T16:44:19.322Z[ recovery-image] Sep 18 16:44:18.589 INFO O| Sep 18 16:44:18.589 INFO completed processing sled/ramdisk-03-recovery-trim
92742026-09-18T16:44:19.329Z[ recovery-image] Sep 18 16:44:18.593 INFO image builder template: zfs-recovery...
92752026-09-18T16:44:19.329Z[ recovery-image] Sep 18 16:44:18.593 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/.tmpfjqf9Q/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
92762026-09-18T16:44:19.354Z[ recovery-image] Sep 18 16:44:18.623 INFO O| Sep 18 16:44:18.623 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92772026-09-18T16:44:19.358Z[ recovery-image] Sep 18 16:44:18.627 INFO O| Sep 18 16:44:18.627 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92782026-09-18T16:44:19.456Z[ recovery-image] Sep 18 16:44:18.721 INFO O| Sep 18 16:44:18.721 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92792026-09-18T16:44:19.533Z[ recovery-image] Sep 18 16:44:18.801 INFO O| Sep 18 16:44:18.801 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92802026-09-18T16:44:19.533Z[ recovery-image] Sep 18 16:44:18.801 INFO O| Sep 18 16:44:18.801 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92812026-09-18T16:44:19.539Z[ recovery-image] Sep 18 16:44:18.805 INFO O| Sep 18 16:44:18.805 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92822026-09-18T16:44:19.655Z[ recovery-image] Sep 18 16:44:18.915 INFO O| Sep 18 16:44:18.915 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92832026-09-18T16:44:19.716Z[ recovery-image] Sep 18 16:44:18.985 INFO O| Sep 18 16:44:18.985 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92842026-09-18T16:44:19.728Z[ recovery-image] Sep 18 16:44:18.996 INFO O| Sep 18 16:44:18.996 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92852026-09-18T16:44:19.733Z[ recovery-image] Sep 18 16:44:19.002 INFO O| Sep 18 16:44:19.002 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92862026-09-18T16:44:19.737Z[ recovery-image] Sep 18 16:44:19.003 INFO O| Sep 18 16:44:19.003 INFO no lofi found
92872026-09-18T16:44:19.737Z[ recovery-image] Sep 18 16:44:19.003 INFO O| Sep 18 16:44:19.003 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92882026-09-18T16:44:19.737Z[ recovery-image] Sep 18 16:44:19.003 INFO O| Sep 18 16:44:19.003 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92892026-09-18T16:44:20.377Z[ host-image] Sep 18 16:44:19.645 INFO O| installing packages...
92902026-09-18T16:44:20.490Z[verify-libraries] Compiling polar-core v0.27.3
92912026-09-18T16:44:21.733Z[ recovery-image] Sep 18 16:44:21.001 INFO O| Sep 18 16:44:21.001 INFO lofi device = /dev/dsk/c2t1d0p0
92922026-09-18T16:44:21.733Z[ recovery-image] Sep 18 16:44:21.001 INFO O| Sep 18 16:44:21.001 INFO pool device = /dev/dsk/c2t1d0p0
92932026-09-18T16:44:21.739Z[ recovery-image] Sep 18 16:44:21.001 INFO O| Sep 18 16:44:21.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"]
92942026-09-18T16:44:21.893Z[ recovery-image] Sep 18 16:44:21.161 INFO O| Sep 18 16:44:21.161 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92952026-09-18T16:44:21.893Z[ recovery-image] Sep 18 16:44:21.161 INFO O| Sep 18 16:44:21.161 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92962026-09-18T16:44:21.921Z[ recovery-image] Sep 18 16:44:21.188 INFO O| Sep 18 16:44:21.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92972026-09-18T16:44:22.003Z[ recovery-image] Sep 18 16:44:21.272 INFO O| Sep 18 16:44:21.272 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92982026-09-18T16:44:22.035Z[ recovery-image] Sep 18 16:44:21.304 INFO O| Sep 18 16:44:21.304 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92992026-09-18T16:44:22.057Z[ recovery-image] Sep 18 16:44:21.326 INFO O| Sep 18 16:44:21.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93002026-09-18T16:44:22.074Z[ recovery-image] Sep 18 16:44:21.343 INFO O| Sep 18 16:44:21.343 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93012026-09-18T16:44:22.116Z[ recovery-image] Sep 18 16:44:21.385 INFO O| Sep 18 16:44:21.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93022026-09-18T16:44:22.116Z[ recovery-image] Sep 18 16:44:21.385 INFO O| Sep 18 16:44:21.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93032026-09-18T16:44:22.116Z[ recovery-image] Sep 18 16:44:21.385 INFO O| Sep 18 16:44:21.385 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93042026-09-18T16:44:22.138Z[ recovery-image] Sep 18 16:44:21.407 INFO O| Sep 18 16:44:21.407 INFO boot environment UUID: 19746fe1-0ffb-4f1e-99df-853e8d0e4a06
93052026-09-18T16:44:22.138Z[ recovery-image] Sep 18 16:44:21.407 INFO O| Sep 18 16:44:21.407 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 19746fe1-0ffb-4f1e-99df-853e8d0e4a06
93062026-09-18T16:44:22.564Z[ recovery-image] Sep 18 16:44:21.425 INFO O| Sep 18 16:44:21.424 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93072026-09-18T16:44:22.568Z[ recovery-image] Sep 18 16:44:21.446 INFO O| Sep 18 16:44:21.446 INFO STEP 0 (create_be) COMPLETE
93082026-09-18T16:44:22.568Z[ recovery-image] Sep 18 16:44:21.446 INFO O| Sep 18 16:44:21.446 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93092026-09-18T16:44:22.568Z[ recovery-image] Sep 18 16:44:21.463 INFO O| Sep 18 16:44:21.462 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"]
93102026-09-18T16:44:30.165Z[verify-libraries] Compiling oso v0.27.3
93112026-09-18T16:44:30.850Z[ recovery-image] Sep 18 16:44:30.115 INFO O| Sep 18 16:44:30.115 INFO STEP 1 (unpack_tar) COMPLETE
93122026-09-18T16:44:30.850Z[ recovery-image] Sep 18 16:44:30.115 INFO O| Sep 18 16:44:30.115 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-09-18T16:44:30.858Z[ recovery-image] Sep 18 16:44:30.127 INFO O| Sep 18 16:44:30.127 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93142026-09-18T16:44:32.294Z[ recovery-image] Sep 18 16:44:31.563 INFO O| Sep 18 16:44:31.563 INFO STEP 2 (devfsadm) COMPLETE
93152026-09-18T16:44:32.294Z[ recovery-image] Sep 18 16:44:31.563 INFO O| Sep 18 16:44:31.563 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93162026-09-18T16:44:33.650Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93172026-09-18T16:44:34.202Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93182026-09-18T16:44:35.946Z[ recovery-image] Sep 18 16:44:35.215 INFO O| Sep 18 16:44:35.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93192026-09-18T16:44:35.946Z[ recovery-image] Sep 18 16:44:35.215 INFO O| Sep 18 16:44:35.215 INFO STEP 3 (ensure_dir) COMPLETE
93202026-09-18T16:44:35.952Z[ recovery-image] Sep 18 16:44:35.215 INFO O| Sep 18 16:44:35.215 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93212026-09-18T16:44:35.959Z[ recovery-image] Sep 18 16:44:35.228 INFO O| Sep 18 16:44:35.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93222026-09-18T16:44:35.959Z[ recovery-image] Sep 18 16:44:35.228 INFO O| Sep 18 16:44:35.228 INFO STEP 4 (ensure_dir) COMPLETE
93232026-09-18T16:44:35.963Z[ recovery-image] Sep 18 16:44:35.228 INFO O| Sep 18 16:44:35.228 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242026-09-18T16:44:35.972Z[ recovery-image] Sep 18 16:44:35.238 INFO O| Sep 18 16:44:35.238 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93252026-09-18T16:44:35.972Z[ recovery-image] Sep 18 16:44:35.238 INFO O| Sep 18 16:44:35.238 INFO STEP 5 (ensure_dir) COMPLETE
93262026-09-18T16:44:35.972Z[ recovery-image] Sep 18 16:44:35.238 INFO O| Sep 18 16:44:35.238 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272026-09-18T16:44:35.982Z[ recovery-image] Sep 18 16:44:35.248 INFO O| Sep 18 16:44:35.248 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93282026-09-18T16:44:35.982Z[ recovery-image] Sep 18 16:44:35.248 INFO O| Sep 18 16:44:35.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93292026-09-18T16:44:35.982Z[ recovery-image] Sep 18 16:44:35.248 INFO O| Sep 18 16:44:35.248 INFO STEP 6 (ensure_dir) COMPLETE
93302026-09-18T16:44:35.982Z[ recovery-image] Sep 18 16:44:35.248 INFO O| Sep 18 16:44:35.248 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312026-09-18T16:44:35.989Z[ recovery-image] Sep 18 16:44:35.258 INFO O| Sep 18 16:44:35.258 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93322026-09-18T16:44:35.989Z[ recovery-image] Sep 18 16:44:35.258 INFO O| Sep 18 16:44:35.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93332026-09-18T16:44:35.990Z[ recovery-image] Sep 18 16:44:35.258 INFO O| Sep 18 16:44:35.258 INFO STEP 7 (ensure_dir) COMPLETE
93342026-09-18T16:44:35.990Z[ recovery-image] Sep 18 16:44:35.258 INFO O| Sep 18 16:44:35.258 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93352026-09-18T16:44:36.003Z[ recovery-image] Sep 18 16:44:35.268 INFO O| Sep 18 16:44:35.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93362026-09-18T16:44:36.013Z[ recovery-image] Sep 18 16:44:35.269 INFO O| Sep 18 16:44:35.269 INFO STEP 8 (remove_files) COMPLETE
93372026-09-18T16:44:36.013Z[ recovery-image] Sep 18 16:44:35.269 INFO O| Sep 18 16:44:35.269 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93382026-09-18T16:44:36.018Z[ recovery-image] Sep 18 16:44:35.278 INFO O| Sep 18 16:44:35.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93392026-09-18T16:44:36.018Z[ recovery-image] Sep 18 16:44:35.279 INFO O| Sep 18 16:44:35.279 INFO STEP 9 (remove_files) COMPLETE
93402026-09-18T16:44:36.019Z[ recovery-image] Sep 18 16:44:35.279 INFO O| Sep 18 16:44:35.279 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93412026-09-18T16:44:36.023Z[ recovery-image] Sep 18 16:44:35.288 INFO O| Sep 18 16:44:35.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93422026-09-18T16:44:36.023Z[ recovery-image] Sep 18 16:44:35.289 INFO O| Sep 18 16:44:35.289 INFO STEP 10 (remove_files) COMPLETE
93432026-09-18T16:44:36.023Z[ recovery-image] Sep 18 16:44:35.289 INFO O| Sep 18 16:44:35.289 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93442026-09-18T16:44:36.029Z[ recovery-image] Sep 18 16:44:35.298 INFO O| Sep 18 16:44:35.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93452026-09-18T16:44:36.029Z[ recovery-image] Sep 18 16:44:35.298 INFO O| Sep 18 16:44:35.298 INFO STEP 11 (remove_files) COMPLETE
93462026-09-18T16:44:36.029Z[ recovery-image] Sep 18 16:44:35.298 INFO O| Sep 18 16:44:35.298 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93472026-09-18T16:44:36.041Z[ recovery-image] Sep 18 16:44:35.309 INFO O| Sep 18 16:44:35.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93482026-09-18T16:44:36.041Z[ recovery-image] Sep 18 16:44:35.309 INFO O| Sep 18 16:44:35.309 INFO STEP 12 (remove_files) COMPLETE
93492026-09-18T16:44:36.045Z[ recovery-image] Sep 18 16:44:35.309 INFO O| Sep 18 16:44:35.309 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93502026-09-18T16:44:36.055Z[ recovery-image] Sep 18 16:44:35.321 INFO O| Sep 18 16:44:35.321 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93512026-09-18T16:44:36.056Z[ recovery-image] Sep 18 16:44:35.321 INFO O| Sep 18 16:44:35.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93522026-09-18T16:44:36.056Z[ recovery-image] Sep 18 16:44:35.321 INFO O| Sep 18 16:44:35.321 INFO STEP 13 (ensure_dir) COMPLETE
93532026-09-18T16:44:36.061Z[ recovery-image] Sep 18 16:44:35.321 INFO O| Sep 18 16:44:35.321 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93542026-09-18T16:44:36.068Z[ recovery-image] Sep 18 16:44:35.333 INFO O| Sep 18 16:44:35.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93552026-09-18T16:44:36.068Z[ recovery-image] Sep 18 16:44:35.333 INFO O| Sep 18 16:44:35.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93562026-09-18T16:44:36.068Z[ recovery-image] Sep 18 16:44:35.333 INFO O| Sep 18 16:44:35.333 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93572026-09-18T16:44:36.068Z[ recovery-image] Sep 18 16:44:35.333 INFO O| Sep 18 16:44:35.333 INFO STEP 14 (ensure_dir) COMPLETE
93582026-09-18T16:44:36.068Z[ recovery-image] Sep 18 16:44:35.333 INFO O| Sep 18 16:44:35.333 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93592026-09-18T16:44:36.076Z[ recovery-image] Sep 18 16:44:35.344 INFO O| Sep 18 16:44:35.344 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93602026-09-18T16:44:36.080Z[ recovery-image] Sep 18 16:44:35.344 INFO O| Sep 18 16:44:35.344 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93612026-09-18T16:44:36.080Z[ recovery-image] Sep 18 16:44:35.344 INFO O| Sep 18 16:44:35.344 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93622026-09-18T16:44:36.080Z[ recovery-image] Sep 18 16:44:35.344 INFO O| Sep 18 16:44:35.344 INFO STEP 15 (ensure_dir) COMPLETE
93632026-09-18T16:44:36.080Z[ recovery-image] Sep 18 16:44:35.344 INFO O| Sep 18 16:44:35.344 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93642026-09-18T16:44:36.089Z[ recovery-image] Sep 18 16:44:35.356 INFO O| Sep 18 16:44:35.356 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93652026-09-18T16:44:36.089Z[ recovery-image] Sep 18 16:44:35.356 INFO O| Sep 18 16:44:35.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93662026-09-18T16:44:36.094Z[ recovery-image] Sep 18 16:44:35.356 INFO O| Sep 18 16:44:35.356 INFO STEP 16 (ensure_dir) COMPLETE
93672026-09-18T16:44:36.094Z[ recovery-image] Sep 18 16:44:35.356 INFO O| Sep 18 16:44:35.356 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93682026-09-18T16:44:36.099Z[ recovery-image] Sep 18 16:44:35.368 INFO O| Sep 18 16:44:35.368 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93692026-09-18T16:44:36.099Z[ recovery-image] Sep 18 16:44:35.368 INFO O| Sep 18 16:44:35.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93702026-09-18T16:44:36.099Z[ recovery-image] Sep 18 16:44:35.368 INFO O| Sep 18 16:44:35.368 INFO STEP 17 (ensure_dir) COMPLETE
93712026-09-18T16:44:36.099Z[ recovery-image] Sep 18 16:44:35.368 INFO O| Sep 18 16:44:35.368 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93722026-09-18T16:44:36.112Z[ recovery-image] Sep 18 16:44:35.380 INFO O| Sep 18 16:44:35.380 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93732026-09-18T16:44:36.112Z[ recovery-image] Sep 18 16:44:35.380 INFO O| Sep 18 16:44:35.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93742026-09-18T16:44:36.112Z[ recovery-image] Sep 18 16:44:35.380 INFO O| Sep 18 16:44:35.380 INFO ok!
93752026-09-18T16:44:36.112Z[ recovery-image] Sep 18 16:44:35.380 INFO O| Sep 18 16:44:35.380 INFO STEP 18 (ensure_symlink) COMPLETE
93762026-09-18T16:44:36.112Z[ recovery-image] Sep 18 16:44:35.380 INFO O| Sep 18 16:44:35.380 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93772026-09-18T16:44:36.124Z[ recovery-image] Sep 18 16:44:35.393 INFO O| Sep 18 16:44:35.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93782026-09-18T16:44:36.124Z[ recovery-image] Sep 18 16:44:35.393 INFO O| Sep 18 16:44:35.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93792026-09-18T16:44:36.124Z[ recovery-image] Sep 18 16:44:35.393 INFO O| Sep 18 16:44:35.393 INFO ok!
93802026-09-18T16:44:36.130Z[ recovery-image] Sep 18 16:44:35.393 INFO O| Sep 18 16:44:35.393 INFO STEP 19 (ensure_file) COMPLETE
93812026-09-18T16:44:36.130Z[ recovery-image] Sep 18 16:44:35.393 INFO O| Sep 18 16:44:35.393 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93822026-09-18T16:44:36.135Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93832026-09-18T16:44:36.136Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93842026-09-18T16:44:36.136Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93852026-09-18T16:44:36.136Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO ok!
93862026-09-18T16:44:36.136Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO STEP 20 (ensure_symlink) COMPLETE
93872026-09-18T16:44:36.136Z[ recovery-image] Sep 18 16:44:35.403 INFO O| Sep 18 16:44:35.403 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882026-09-18T16:44:36.144Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93892026-09-18T16:44:36.144Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93902026-09-18T16:44:36.147Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93912026-09-18T16:44:36.147Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO ok!
93922026-09-18T16:44:36.147Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO STEP 21 (ensure_symlink) COMPLETE
93932026-09-18T16:44:36.147Z[ recovery-image] Sep 18 16:44:35.413 INFO O| Sep 18 16:44:35.413 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93942026-09-18T16:44:36.153Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93952026-09-18T16:44:36.153Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93962026-09-18T16:44:36.159Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93972026-09-18T16:44:36.159Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO ok!
93982026-09-18T16:44:36.159Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO STEP 22 (ensure_symlink) COMPLETE
93992026-09-18T16:44:36.159Z[ recovery-image] Sep 18 16:44:35.422 INFO O| Sep 18 16:44:35.422 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94002026-09-18T16:44:36.163Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
94012026-09-18T16:44:36.163Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94022026-09-18T16:44:36.163Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
94032026-09-18T16:44:36.166Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO ok!
94042026-09-18T16:44:36.166Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO STEP 23 (ensure_symlink) COMPLETE
94052026-09-18T16:44:36.166Z[ recovery-image] Sep 18 16:44:35.432 INFO O| Sep 18 16:44:35.432 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94062026-09-18T16:44:36.173Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94072026-09-18T16:44:36.173Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 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 ...
94082026-09-18T16:44:36.176Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
94092026-09-18T16:44:36.177Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 INFO ok!
94102026-09-18T16:44:36.177Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 INFO STEP 24 (ensure_file) COMPLETE
94112026-09-18T16:44:36.177Z[ recovery-image] Sep 18 16:44:35.442 INFO O| Sep 18 16:44:35.442 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94122026-09-18T16:44:36.183Z[ recovery-image] Sep 18 16:44:35.452 INFO O| Sep 18 16:44:35.452 INFO updating shadow file
94132026-09-18T16:44:36.184Z[ recovery-image] Sep 18 16:44:35.452 INFO O| Sep 18 16:44:35.452 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94142026-09-18T16:44:36.196Z[ recovery-image] Sep 18 16:44:35.452 INFO O| Sep 18 16:44:35.452 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94152026-09-18T16:44:36.196Z[ recovery-image] Sep 18 16:44:35.452 INFO O| Sep 18 16:44:35.452 INFO STEP 25 (shadow) COMPLETE
94162026-09-18T16:44:36.196Z[ recovery-image] Sep 18 16:44:35.452 INFO O| Sep 18 16:44:35.452 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94172026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
94182026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
94192026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
94202026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 INFO ok!
94212026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 INFO STEP 26 (ensure_file) COMPLETE
94222026-09-18T16:44:36.200Z[ recovery-image] Sep 18 16:44:35.463 INFO O| Sep 18 16:44:35.463 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94232026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94242026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94252026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94262026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO ok!
94272026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO STEP 27 (ensure_file) COMPLETE
94282026-09-18T16:44:36.207Z[ recovery-image] Sep 18 16:44:35.474 INFO O| Sep 18 16:44:35.474 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94292026-09-18T16:44:36.217Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94302026-09-18T16:44:36.217Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94312026-09-18T16:44:36.217Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94322026-09-18T16:44:36.217Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94332026-09-18T16:44:36.222Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO ok!
94342026-09-18T16:44:36.222Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO STEP 28 (ensure_file) COMPLETE
94352026-09-18T16:44:36.222Z[ recovery-image] Sep 18 16:44:35.485 INFO O| Sep 18 16:44:35.485 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94362026-09-18T16:44:36.228Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94372026-09-18T16:44:36.228Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94382026-09-18T16:44:36.228Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94392026-09-18T16:44:36.232Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO ok!
94402026-09-18T16:44:36.232Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO STEP 29 (ensure_file) COMPLETE
94412026-09-18T16:44:36.233Z[ recovery-image] Sep 18 16:44:35.496 INFO O| Sep 18 16:44:35.496 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94422026-09-18T16:44:36.238Z[ recovery-image] Sep 18 16:44:35.507 INFO O| Sep 18 16:44:35.507 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94432026-09-18T16:44:36.239Z[ recovery-image] Sep 18 16:44:35.507 INFO O| Sep 18 16:44:35.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94442026-09-18T16:44:36.239Z[ recovery-image] Sep 18 16:44:35.507 INFO O| Sep 18 16:44:35.507 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94452026-09-18T16:44:36.243Z[ recovery-image] Sep 18 16:44:35.507 INFO O| Sep 18 16:44:35.507 INFO STEP 30 (ensure_dir) COMPLETE
94462026-09-18T16:44:36.243Z[ recovery-image] Sep 18 16:44:35.507 INFO O| Sep 18 16:44:35.507 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94472026-09-18T16:44:36.255Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94482026-09-18T16:44:36.255Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 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 ...
94492026-09-18T16:44:36.255Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 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
94502026-09-18T16:44:36.259Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94512026-09-18T16:44:36.259Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 INFO ok!
94522026-09-18T16:44:36.259Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 INFO STEP 31 (ensure_file) COMPLETE
94532026-09-18T16:44:36.259Z[ recovery-image] Sep 18 16:44:35.519 INFO O| Sep 18 16:44:35.519 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94542026-09-18T16:44:36.266Z[ recovery-image] Sep 18 16:44:35.529 INFO O| Sep 18 16:44:35.529 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94552026-09-18T16:44:36.266Z[ recovery-image] Sep 18 16:44:35.529 INFO O| Sep 18 16:44:35.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94562026-09-18T16:44:36.266Z[ recovery-image] Sep 18 16:44:35.529 INFO O| Sep 18 16:44:35.529 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94572026-09-18T16:44:36.266Z[ recovery-image] Sep 18 16:44:35.529 INFO O| Sep 18 16:44:35.529 INFO STEP 32 (ensure_dir) COMPLETE
94582026-09-18T16:44:36.266Z[ recovery-image] Sep 18 16:44:35.529 INFO O| Sep 18 16:44:35.529 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94592026-09-18T16:44:36.270Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94602026-09-18T16:44:36.270Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 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 ...
94612026-09-18T16:44:36.274Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 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
94622026-09-18T16:44:36.274Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94632026-09-18T16:44:36.274Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 INFO ok!
94642026-09-18T16:44:36.274Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 INFO STEP 33 (ensure_file) COMPLETE
94652026-09-18T16:44:36.274Z[ recovery-image] Sep 18 16:44:35.539 INFO O| Sep 18 16:44:35.539 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94662026-09-18T16:44:36.282Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94672026-09-18T16:44:36.282Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94682026-09-18T16:44:36.285Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94692026-09-18T16:44:36.285Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO ok!
94702026-09-18T16:44:36.285Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO STEP 34 (ensure_file) COMPLETE
94712026-09-18T16:44:36.285Z[ recovery-image] Sep 18 16:44:35.551 INFO O| Sep 18 16:44:35.551 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94722026-09-18T16:44:36.296Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94732026-09-18T16:44:36.296Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94742026-09-18T16:44:36.299Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94752026-09-18T16:44:36.299Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94762026-09-18T16:44:36.299Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO ok!
94772026-09-18T16:44:36.299Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO STEP 35 (ensure_file) COMPLETE
94782026-09-18T16:44:36.299Z[ recovery-image] Sep 18 16:44:35.564 INFO O| Sep 18 16:44:35.564 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94792026-09-18T16:44:36.307Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94802026-09-18T16:44:36.307Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94812026-09-18T16:44:36.311Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94822026-09-18T16:44:36.311Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 INFO ok!
94832026-09-18T16:44:36.311Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 INFO STEP 36 (ensure_file) COMPLETE
94842026-09-18T16:44:36.311Z[ recovery-image] Sep 18 16:44:35.576 INFO O| Sep 18 16:44:35.576 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94852026-09-18T16:44:36.319Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94862026-09-18T16:44:36.319Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94872026-09-18T16:44:36.329Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94882026-09-18T16:44:36.329Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 INFO ok!
94892026-09-18T16:44:36.330Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 INFO STEP 37 (ensure_file) COMPLETE
94902026-09-18T16:44:36.330Z[ recovery-image] Sep 18 16:44:35.588 INFO O| Sep 18 16:44:35.588 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94912026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.599 INFO O| Sep 18 16:44:35.599 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94922026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.599 INFO O| Sep 18 16:44:35.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94932026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94942026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94952026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94962026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94972026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO ok!
94982026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO STEP 38 (ensure_file) COMPLETE
94992026-09-18T16:44:36.340Z[ recovery-image] Sep 18 16:44:35.600 INFO O| Sep 18 16:44:35.600 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95002026-09-18T16:44:36.348Z[ recovery-image] Sep 18 16:44:35.611 INFO O| Sep 18 16:44:35.611 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95012026-09-18T16:44:36.348Z[ recovery-image] Sep 18 16:44:35.611 INFO O| Sep 18 16:44:35.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95022026-09-18T16:44:36.348Z[ recovery-image] Sep 18 16:44:35.611 INFO O| Sep 18 16:44:35.611 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
95032026-09-18T16:44:36.348Z[ recovery-image] Sep 18 16:44:35.611 INFO O| Sep 18 16:44:35.611 INFO STEP 39 (ensure_dir) COMPLETE
95042026-09-18T16:44:36.348Z[ recovery-image] Sep 18 16:44:35.611 INFO O| Sep 18 16:44:35.611 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95052026-09-18T16:44:36.354Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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
95062026-09-18T16:44:36.354Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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 ...
95072026-09-18T16:44:36.354Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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
95082026-09-18T16:44:36.358Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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
95092026-09-18T16:44:36.358Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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
95102026-09-18T16:44:36.358Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 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
95112026-09-18T16:44:36.358Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 INFO ok!
95122026-09-18T16:44:36.358Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 INFO STEP 40 (ensure_file) COMPLETE
95132026-09-18T16:44:36.359Z[ recovery-image] Sep 18 16:44:35.623 INFO O| Sep 18 16:44:35.623 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95142026-09-18T16:44:36.365Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95152026-09-18T16:44:36.365Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 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 ...
95162026-09-18T16:44:36.365Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95172026-09-18T16:44:36.369Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 INFO ok!
95182026-09-18T16:44:36.369Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 INFO STEP 41 (ensure_symlink) COMPLETE
95192026-09-18T16:44:36.369Z[ recovery-image] Sep 18 16:44:35.634 INFO O| Sep 18 16:44:35.634 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95202026-09-18T16:44:36.376Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
95212026-09-18T16:44:36.376Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95222026-09-18T16:44:36.376Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95232026-09-18T16:44:36.376Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO ok!
95242026-09-18T16:44:36.380Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO STEP 42 (ensure_symlink) COMPLETE
95252026-09-18T16:44:36.381Z[ recovery-image] Sep 18 16:44:35.645 INFO O| Sep 18 16:44:35.645 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95262026-09-18T16:44:36.386Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95272026-09-18T16:44:36.387Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95282026-09-18T16:44:36.387Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95292026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95302026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95312026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95322026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO ok!
95332026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO STEP 43 (ensure_file) COMPLETE
95342026-09-18T16:44:36.391Z[ recovery-image] Sep 18 16:44:35.656 INFO O| Sep 18 16:44:35.656 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95352026-09-18T16:44:36.397Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95362026-09-18T16:44:36.397Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 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 ...
95372026-09-18T16:44:36.401Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 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
95382026-09-18T16:44:36.401Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95392026-09-18T16:44:36.401Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 INFO ok!
95402026-09-18T16:44:36.401Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 INFO STEP 44 (ensure_file) COMPLETE
95412026-09-18T16:44:36.401Z[ recovery-image] Sep 18 16:44:35.666 INFO O| Sep 18 16:44:35.666 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95422026-09-18T16:44:36.408Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95432026-09-18T16:44:36.409Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95442026-09-18T16:44:36.413Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95452026-09-18T16:44:36.413Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO ok!
95462026-09-18T16:44:36.413Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO STEP 45 (ensure_file) COMPLETE
95472026-09-18T16:44:36.413Z[ recovery-image] Sep 18 16:44:35.677 INFO O| Sep 18 16:44:35.677 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95482026-09-18T16:44:36.419Z[ recovery-image] Sep 18 16:44:35.687 INFO O| Sep 18 16:44:35.687 INFO updating shadow file
95492026-09-18T16:44:36.419Z[ recovery-image] Sep 18 16:44:35.687 INFO O| Sep 18 16:44:35.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95502026-09-18T16:44:36.419Z[ recovery-image] Sep 18 16:44:35.687 INFO O| Sep 18 16:44:35.687 INFO STEP 46 (shadow) COMPLETE
95512026-09-18T16:44:36.427Z[ recovery-image] Sep 18 16:44:35.687 INFO O| Sep 18 16:44:35.687 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95522026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95532026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95542026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95552026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95562026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO ok!
95572026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO STEP 47 (ensure_file) COMPLETE
95582026-09-18T16:44:36.432Z[ recovery-image] Sep 18 16:44:35.698 INFO O| Sep 18 16:44:35.698 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95592026-09-18T16:44:36.440Z[ recovery-image] Sep 18 16:44:35.709 INFO O| Sep 18 16:44:35.709 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95602026-09-18T16:44:36.441Z[ recovery-image] Sep 18 16:44:35.709 INFO O| Sep 18 16:44:35.709 INFO STEP 48 (ensure_dir) COMPLETE
95612026-09-18T16:44:36.441Z[ recovery-image] Sep 18 16:44:35.709 INFO O| Sep 18 16:44:35.709 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95622026-09-18T16:44:36.450Z[ recovery-image] Sep 18 16:44:35.720 INFO O| Sep 18 16:44:35.720 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95632026-09-18T16:44:36.451Z[ recovery-image] Sep 18 16:44:35.720 INFO O| Sep 18 16:44:35.720 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95642026-09-18T16:44:36.451Z[ recovery-image] Sep 18 16:44:35.720 INFO O| Sep 18 16:44:35.720 INFO STEP 49 (ensure_dir) COMPLETE
95652026-09-18T16:44:36.455Z[ recovery-image] Sep 18 16:44:35.720 INFO O| Sep 18 16:44:35.720 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95662026-09-18T16:44:36.463Z[ recovery-image] Sep 18 16:44:35.731 INFO O| Sep 18 16:44:35.731 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95672026-09-18T16:44:36.463Z[ recovery-image] Sep 18 16:44:35.731 INFO O| Sep 18 16:44:35.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95682026-09-18T16:44:36.463Z[ recovery-image] Sep 18 16:44:35.731 INFO O| Sep 18 16:44:35.731 INFO STEP 50 (ensure_dir) COMPLETE
95692026-09-18T16:44:36.463Z[ recovery-image] Sep 18 16:44:35.731 INFO O| Sep 18 16:44:35.731 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95702026-09-18T16:44:36.474Z[ recovery-image] Sep 18 16:44:35.743 INFO O| Sep 18 16:44:35.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95712026-09-18T16:44:36.475Z[ recovery-image] Sep 18 16:44:35.743 INFO O| Sep 18 16:44:35.743 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95722026-09-18T16:44:36.487Z[ recovery-image] Sep 18 16:44:35.756 INFO O| Sep 18 16:44:35.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95732026-09-18T16:44:36.487Z[ recovery-image] Sep 18 16:44:35.756 INFO O| Sep 18 16:44:35.756 INFO ok!
95742026-09-18T16:44:36.487Z[ recovery-image] Sep 18 16:44:35.756 INFO O| Sep 18 16:44:35.756 INFO STEP 51 (ensure_file) COMPLETE
95752026-09-18T16:44:36.493Z[ recovery-image] Sep 18 16:44:35.756 INFO O| Sep 18 16:44:35.756 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95762026-09-18T16:44:36.500Z[ recovery-image] Sep 18 16:44:35.769 INFO O| Sep 18 16:44:35.769 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95772026-09-18T16:44:36.500Z[ recovery-image] Sep 18 16:44:35.769 INFO O| Sep 18 16:44:35.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95782026-09-18T16:44:36.500Z[ recovery-image] Sep 18 16:44:35.769 INFO O| Sep 18 16:44:35.769 INFO STEP 52 (ensure_dir) COMPLETE
95792026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.769 INFO O| Sep 18 16:44:35.769 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95802026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95812026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95822026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95832026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO ok!
95842026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO STEP 53 (ensure_file) COMPLETE
95852026-09-18T16:44:36.516Z[ recovery-image] Sep 18 16:44:35.780 INFO O| Sep 18 16:44:35.780 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95862026-09-18T16:44:36.521Z[ recovery-image] Sep 18 16:44:35.790 INFO O| Sep 18 16:44:35.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95872026-09-18T16:44:36.522Z[ recovery-image] Sep 18 16:44:35.790 INFO O| Sep 18 16:44:35.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95882026-09-18T16:44:36.537Z[ recovery-image] Sep 18 16:44:35.790 INFO O| Sep 18 16:44:35.790 INFO STEP 54 (ensure_dir) COMPLETE
95892026-09-18T16:44:36.537Z[ recovery-image] Sep 18 16:44:35.790 INFO O| Sep 18 16:44:35.790 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95902026-09-18T16:44:36.547Z[ recovery-image] Sep 18 16:44:35.801 INFO O| Sep 18 16:44:35.801 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95912026-09-18T16:44:36.547Z[ recovery-image] Sep 18 16:44:35.801 INFO O| Sep 18 16:44:35.801 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95922026-09-18T16:44:38.426Z[ host-image] Sep 18 16:44:37.687 INFO O| seeding SMF database...
95932026-09-18T16:44:38.548Z[ recovery-image] Sep 18 16:44:37.808 INFO O| Sep 18 16:44:37.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95942026-09-18T16:44:38.548Z[ recovery-image] Sep 18 16:44:37.808 INFO O| Sep 18 16:44:37.808 INFO ok!
95952026-09-18T16:44:38.548Z[ recovery-image] Sep 18 16:44:37.808 INFO O| Sep 18 16:44:37.808 INFO STEP 55 (ensure_file) COMPLETE
95962026-09-18T16:44:38.548Z[ recovery-image] Sep 18 16:44:37.808 INFO O| Sep 18 16:44:37.808 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95972026-09-18T16:44:38.560Z[ recovery-image] Sep 18 16:44:37.818 INFO O| Sep 18 16:44:37.818 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95982026-09-18T16:44:38.560Z[ recovery-image] Sep 18 16:44:37.818 INFO O| Sep 18 16:44:37.818 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95992026-09-18T16:44:40.461Z[ recovery-image] Sep 18 16:44:39.728 INFO O| Sep 18 16:44:39.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
96002026-09-18T16:44:40.464Z[ recovery-image] Sep 18 16:44:39.728 INFO O| Sep 18 16:44:39.728 INFO ok!
96012026-09-18T16:44:40.473Z[ recovery-image] Sep 18 16:44:39.728 INFO O| Sep 18 16:44:39.728 INFO STEP 56 (ensure_file) COMPLETE
96022026-09-18T16:44:40.473Z[ recovery-image] Sep 18 16:44:39.728 INFO O| Sep 18 16:44:39.728 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96032026-09-18T16:44:40.481Z[ recovery-image] Sep 18 16:44:39.741 INFO O| Sep 18 16:44:39.741 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96042026-09-18T16:44:40.481Z[ recovery-image] Sep 18 16:44:39.741 INFO O| Sep 18 16:44:39.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
96052026-09-18T16:44:40.481Z[ recovery-image] Sep 18 16:44:39.741 INFO O| Sep 18 16:44:39.741 INFO STEP 57 (ensure_dir) COMPLETE
96062026-09-18T16:44:40.481Z[ recovery-image] Sep 18 16:44:39.741 INFO O| Sep 18 16:44:39.741 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96072026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96082026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 INFO copying /tmp/.tmpfjqf9Q/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 ...
96092026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 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
96102026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 INFO ok!
96112026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 INFO STEP 58 (ensure_file) COMPLETE
96122026-09-18T16:44:40.487Z[ recovery-image] Sep 18 16:44:39.753 INFO O| Sep 18 16:44:39.753 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96132026-09-18T16:44:40.497Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96142026-09-18T16:44:40.497Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 INFO copying /tmp/.tmpfjqf9Q/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 ...
96152026-09-18T16:44:40.497Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 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
96162026-09-18T16:44:40.497Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 INFO ok!
96172026-09-18T16:44:40.505Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 INFO STEP 59 (ensure_file) COMPLETE
96182026-09-18T16:44:40.505Z[ recovery-image] Sep 18 16:44:39.765 INFO O| Sep 18 16:44:39.765 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96192026-09-18T16:44:40.514Z[ recovery-image] Sep 18 16:44:39.776 INFO O| Sep 18 16:44:39.776 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96202026-09-18T16:44:40.514Z[ recovery-image] Sep 18 16:44:39.776 INFO O| Sep 18 16:44:39.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96212026-09-18T16:44:40.514Z[ recovery-image] Sep 18 16:44:39.776 INFO O| Sep 18 16:44:39.776 INFO STEP 60 (ensure_dir) COMPLETE
96222026-09-18T16:44:40.514Z[ recovery-image] Sep 18 16:44:39.776 INFO O| Sep 18 16:44:39.776 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96232026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.788 INFO O| Sep 18 16:44:39.788 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96242026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.788 INFO O| Sep 18 16:44:39.788 INFO copying /tmp/.tmpfjqf9Q/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 ...
96252026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.789 INFO O| Sep 18 16:44:39.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96262026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.789 INFO O| Sep 18 16:44:39.789 INFO ok!
96272026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.789 INFO O| Sep 18 16:44:39.789 INFO STEP 61 (ensure_file) COMPLETE
96282026-09-18T16:44:40.520Z[ recovery-image] Sep 18 16:44:39.789 INFO O| Sep 18 16:44:39.789 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96292026-09-18T16:44:40.531Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96302026-09-18T16:44:40.531Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 INFO copying /tmp/.tmpfjqf9Q/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 ...
96312026-09-18T16:44:40.531Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 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
96322026-09-18T16:44:40.531Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 INFO ok!
96332026-09-18T16:44:40.539Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 INFO STEP 62 (ensure_file) COMPLETE
96342026-09-18T16:44:40.539Z[ recovery-image] Sep 18 16:44:39.800 INFO O| Sep 18 16:44:39.800 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96352026-09-18T16:44:40.544Z[ recovery-image] Sep 18 16:44:39.810 INFO O| Sep 18 16:44:39.810 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96362026-09-18T16:44:40.544Z[ recovery-image] Sep 18 16:44:39.811 INFO O| Sep 18 16:44:39.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96372026-09-18T16:44:40.544Z[ recovery-image] Sep 18 16:44:39.811 INFO O| Sep 18 16:44:39.810 INFO STEP 63 (ensure_dir) COMPLETE
96382026-09-18T16:44:40.544Z[ recovery-image] Sep 18 16:44:39.811 INFO O| Sep 18 16:44:39.810 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96392026-09-18T16:44:40.551Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96402026-09-18T16:44:40.551Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO copying /tmp/.tmpfjqf9Q/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 ...
96412026-09-18T16:44:40.551Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96422026-09-18T16:44:40.556Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO ok!
96432026-09-18T16:44:40.556Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO STEP 64 (ensure_file) COMPLETE
96442026-09-18T16:44:40.556Z[ recovery-image] Sep 18 16:44:39.820 INFO O| Sep 18 16:44:39.820 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96452026-09-18T16:44:40.561Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96462026-09-18T16:44:40.561Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96472026-09-18T16:44:40.567Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96482026-09-18T16:44:40.567Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO ok!
96492026-09-18T16:44:40.567Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO STEP 65 (ensure_file) COMPLETE
96502026-09-18T16:44:40.567Z[ recovery-image] Sep 18 16:44:39.830 INFO O| Sep 18 16:44:39.830 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96512026-09-18T16:44:40.571Z[ recovery-image] Sep 18 16:44:39.840 INFO O| Sep 18 16:44:39.840 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96522026-09-18T16:44:40.571Z[ recovery-image] Sep 18 16:44:39.840 INFO O| Sep 18 16:44:39.840 INFO STEP 66 (ensure_dir) COMPLETE
96532026-09-18T16:44:40.571Z[ recovery-image] Sep 18 16:44:39.840 INFO O| Sep 18 16:44:39.840 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96542026-09-18T16:44:40.637Z[ recovery-image] Sep 18 16:44:39.906 INFO O| Sep 18 16:44:39.905 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96552026-09-18T16:44:40.637Z[ recovery-image] Sep 18 16:44:39.906 INFO O| Sep 18 16:44:39.905 INFO STEP 67 (ensure_dir) COMPLETE
96562026-09-18T16:44:40.637Z[ recovery-image] Sep 18 16:44:39.906 INFO O| Sep 18 16:44:39.905 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96572026-09-18T16:44:40.647Z[ recovery-image] Sep 18 16:44:39.916 INFO O| Sep 18 16:44:39.916 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96582026-09-18T16:44:40.647Z[ recovery-image] Sep 18 16:44:39.916 INFO O| Sep 18 16:44:39.916 INFO STEP 68 (ensure_dir) COMPLETE
96592026-09-18T16:44:40.651Z[ recovery-image] Sep 18 16:44:39.916 INFO O| Sep 18 16:44:39.916 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96602026-09-18T16:44:40.743Z[ recovery-image] Sep 18 16:44:40.012 INFO O| Sep 18 16:44:40.012 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96612026-09-18T16:44:40.743Z[ recovery-image] Sep 18 16:44:40.012 INFO O| Sep 18 16:44:40.012 INFO STEP 69 (ensure_dir) COMPLETE
96622026-09-18T16:44:40.747Z[ recovery-image] Sep 18 16:44:40.012 INFO O| Sep 18 16:44:40.012 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96632026-09-18T16:44:40.755Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96642026-09-18T16:44:40.755Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO copying /tmp/.tmpfjqf9Q/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96652026-09-18T16:44:40.755Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96662026-09-18T16:44:40.755Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO ok!
96672026-09-18T16:44:40.765Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO STEP 70 (ensure_file) COMPLETE
96682026-09-18T16:44:40.765Z[ recovery-image] Sep 18 16:44:40.024 INFO O| Sep 18 16:44:40.024 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692026-09-18T16:44:40.769Z[ recovery-image] Sep 18 16:44:40.035 INFO O| Sep 18 16:44:40.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96702026-09-18T16:44:40.769Z[ recovery-image] Sep 18 16:44:40.035 INFO O| Sep 18 16:44:40.035 INFO STEP 71 (remove_files) COMPLETE
96712026-09-18T16:44:40.769Z[ recovery-image] Sep 18 16:44:40.035 INFO O| Sep 18 16:44:40.035 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722026-09-18T16:44:40.776Z[ recovery-image] Sep 18 16:44:40.045 INFO O| Sep 18 16:44:40.045 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96732026-09-18T16:44:40.776Z[ recovery-image] Sep 18 16:44:40.045 INFO O| Sep 18 16:44:40.045 INFO STEP 72 (remove_files) COMPLETE
96742026-09-18T16:44:40.785Z[ recovery-image] Sep 18 16:44:40.046 INFO O| Sep 18 16:44:40.045 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752026-09-18T16:44:40.795Z[ recovery-image] Sep 18 16:44:40.063 INFO O| Sep 18 16:44:40.063 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96762026-09-18T16:44:40.795Z[ recovery-image] Sep 18 16:44:40.064 INFO O| Sep 18 16:44:40.064 INFO STEP 73 (remove_files) COMPLETE
96772026-09-18T16:44:40.795Z[ recovery-image] Sep 18 16:44:40.064 INFO O| Sep 18 16:44:40.064 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782026-09-18T16:44:40.816Z[ recovery-image] Sep 18 16:44:40.084 INFO O| Sep 18 16:44:40.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96792026-09-18T16:44:40.816Z[ recovery-image] Sep 18 16:44:40.084 INFO O| Sep 18 16:44:40.084 INFO STEP 74 (remove_files) COMPLETE
96802026-09-18T16:44:40.816Z[ recovery-image] Sep 18 16:44:40.084 INFO O| Sep 18 16:44:40.084 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.099 INFO O| Sep 18 16:44:40.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96822026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.099 INFO O| Sep 18 16:44:40.099 INFO STEP 75 (remove_files) COMPLETE
96832026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.099 INFO O| Sep 18 16:44:40.099 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.114 INFO O| Sep 18 16:44:40.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96852026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.114 INFO O| Sep 18 16:44:40.114 INFO STEP 76 (remove_files) COMPLETE
96862026-09-18T16:44:40.854Z[ recovery-image] Sep 18 16:44:40.114 INFO O| Sep 18 16:44:40.114 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872026-09-18T16:44:40.868Z[ recovery-image] Sep 18 16:44:40.134 INFO O| Sep 18 16:44:40.134 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96882026-09-18T16:44:40.868Z[ recovery-image] Sep 18 16:44:40.134 INFO O| Sep 18 16:44:40.134 INFO STEP 77 (remove_files) COMPLETE
96892026-09-18T16:44:40.868Z[ recovery-image] Sep 18 16:44:40.134 INFO O| Sep 18 16:44:40.134 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902026-09-18T16:44:40.883Z[ recovery-image] Sep 18 16:44:40.146 INFO O| Sep 18 16:44:40.146 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96912026-09-18T16:44:40.883Z[ recovery-image] Sep 18 16:44:40.146 INFO O| Sep 18 16:44:40.146 INFO STEP 78 (remove_files) COMPLETE
96922026-09-18T16:44:40.883Z[ recovery-image] Sep 18 16:44:40.146 INFO O| Sep 18 16:44:40.146 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96932026-09-18T16:44:40.892Z[ recovery-image] Sep 18 16:44:40.158 INFO O| Sep 18 16:44:40.158 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96942026-09-18T16:44:40.892Z[ recovery-image] Sep 18 16:44:40.158 INFO O| Sep 18 16:44:40.158 INFO STEP 79 (remove_files) COMPLETE
96952026-09-18T16:44:40.892Z[ recovery-image] Sep 18 16:44:40.158 INFO O| Sep 18 16:44:40.158 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96962026-09-18T16:44:40.904Z[ recovery-image] Sep 18 16:44:40.168 INFO O| Sep 18 16:44:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96972026-09-18T16:44:40.904Z[ recovery-image] Sep 18 16:44:40.168 INFO O| Sep 18 16:44:40.168 INFO STEP 80 (remove_files) COMPLETE
96982026-09-18T16:44:40.904Z[ recovery-image] Sep 18 16:44:40.168 INFO O| Sep 18 16:44:40.168 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96992026-09-18T16:44:40.912Z[ recovery-image] Sep 18 16:44:40.177 INFO O| Sep 18 16:44:40.177 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
97002026-09-18T16:44:40.912Z[ recovery-image] Sep 18 16:44:40.177 INFO O| Sep 18 16:44:40.177 INFO STEP 81 (remove_files) COMPLETE
97012026-09-18T16:44:40.912Z[ recovery-image] Sep 18 16:44:40.177 INFO O| Sep 18 16:44:40.177 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97022026-09-18T16:44:40.918Z[ recovery-image] Sep 18 16:44:40.186 INFO O| Sep 18 16:44:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
97032026-09-18T16:44:40.918Z[ recovery-image] Sep 18 16:44:40.186 INFO O| Sep 18 16:44:40.186 INFO STEP 82 (remove_files) COMPLETE
97042026-09-18T16:44:40.919Z[ recovery-image] Sep 18 16:44:40.186 INFO O| Sep 18 16:44:40.186 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97052026-09-18T16:44:40.927Z[ recovery-image] Sep 18 16:44:40.196 INFO O| Sep 18 16:44:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
97062026-09-18T16:44:40.927Z[ recovery-image] Sep 18 16:44:40.196 INFO O| Sep 18 16:44:40.196 INFO STEP 83 (remove_files) COMPLETE
97072026-09-18T16:44:40.927Z[ recovery-image] Sep 18 16:44:40.196 INFO O| Sep 18 16:44:40.196 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97082026-09-18T16:44:40.937Z[ recovery-image] Sep 18 16:44:40.206 INFO O| Sep 18 16:44:40.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
97092026-09-18T16:44:40.937Z[ recovery-image] Sep 18 16:44:40.206 INFO O| Sep 18 16:44:40.206 INFO STEP 84 (remove_files) COMPLETE
97102026-09-18T16:44:40.945Z[ recovery-image] Sep 18 16:44:40.206 INFO O| Sep 18 16:44:40.206 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97112026-09-18T16:44:40.950Z[ recovery-image] Sep 18 16:44:40.216 INFO O| Sep 18 16:44:40.216 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97122026-09-18T16:44:40.950Z[ recovery-image] Sep 18 16:44:40.216 INFO O| Sep 18 16:44:40.216 INFO STEP 85 (remove_files) COMPLETE
97132026-09-18T16:44:40.950Z[ recovery-image] Sep 18 16:44:40.216 INFO O| Sep 18 16:44:40.216 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97142026-09-18T16:44:40.960Z[ recovery-image] Sep 18 16:44:40.226 INFO O| Sep 18 16:44:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97152026-09-18T16:44:40.960Z[ recovery-image] Sep 18 16:44:40.227 INFO O| Sep 18 16:44:40.226 INFO STEP 86 (remove_files) COMPLETE
97162026-09-18T16:44:40.969Z[ recovery-image] Sep 18 16:44:40.227 INFO O| Sep 18 16:44:40.227 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97172026-09-18T16:44:41.006Z[ recovery-image] Sep 18 16:44:40.237 INFO O| Sep 18 16:44:40.237 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97182026-09-18T16:44:41.006Z[ recovery-image] Sep 18 16:44:40.237 INFO O| Sep 18 16:44:40.237 INFO STEP 87 (remove_files) COMPLETE
97192026-09-18T16:44:41.006Z[ recovery-image] Sep 18 16:44:40.237 INFO O| Sep 18 16:44:40.237 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97202026-09-18T16:44:41.006Z[ recovery-image] Sep 18 16:44:40.248 INFO O| Sep 18 16:44:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97212026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.248 INFO O| Sep 18 16:44:40.248 INFO STEP 88 (remove_files) COMPLETE
97222026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.248 INFO O| Sep 18 16:44:40.248 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97232026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.259 INFO O| Sep 18 16:44:40.259 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97242026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.259 INFO O| Sep 18 16:44:40.259 INFO STEP 89 (remove_files) COMPLETE
97252026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.259 INFO O| Sep 18 16:44:40.259 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97262026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.270 INFO O| Sep 18 16:44:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97272026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.270 INFO O| Sep 18 16:44:40.270 INFO STEP 90 (remove_files) COMPLETE
97282026-09-18T16:44:41.007Z[ recovery-image] Sep 18 16:44:40.270 INFO O| Sep 18 16:44:40.270 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97292026-09-18T16:44:41.017Z[ recovery-image] Sep 18 16:44:40.282 INFO O| Sep 18 16:44:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97302026-09-18T16:44:41.017Z[ recovery-image] Sep 18 16:44:40.282 INFO O| Sep 18 16:44:40.282 INFO STEP 91 (remove_files) COMPLETE
97312026-09-18T16:44:41.017Z[ recovery-image] Sep 18 16:44:40.282 INFO O| Sep 18 16:44:40.282 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97322026-09-18T16:44:41.023Z[ recovery-image] Sep 18 16:44:40.292 INFO O| Sep 18 16:44:40.292 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97332026-09-18T16:44:41.023Z[ recovery-image] Sep 18 16:44:40.292 INFO O| Sep 18 16:44:40.292 INFO STEP 92 (remove_files) COMPLETE
97342026-09-18T16:44:41.023Z[ recovery-image] Sep 18 16:44:40.292 INFO O| Sep 18 16:44:40.292 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97352026-09-18T16:44:41.061Z[ recovery-image] Sep 18 16:44:40.330 INFO O| Sep 18 16:44:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97362026-09-18T16:44:41.062Z[ recovery-image] Sep 18 16:44:40.330 INFO O| Sep 18 16:44:40.330 INFO STEP 93 (remove_files) COMPLETE
97372026-09-18T16:44:41.062Z[ recovery-image] Sep 18 16:44:40.330 INFO O| Sep 18 16:44:40.330 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97382026-09-18T16:44:41.077Z[ recovery-image] Sep 18 16:44:40.342 INFO O| Sep 18 16:44:40.342 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97392026-09-18T16:44:41.077Z[ recovery-image] Sep 18 16:44:40.342 INFO O| Sep 18 16:44:40.342 INFO STEP 94 (remove_files) COMPLETE
97402026-09-18T16:44:41.078Z[ recovery-image] Sep 18 16:44:40.342 INFO O| Sep 18 16:44:40.342 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97412026-09-18T16:44:41.084Z[ recovery-image] Sep 18 16:44:40.353 INFO O| Sep 18 16:44:40.353 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97422026-09-18T16:44:41.085Z[ recovery-image] Sep 18 16:44:40.353 INFO O| Sep 18 16:44:40.353 INFO STEP 95 (remove_files) COMPLETE
97432026-09-18T16:44:41.085Z[ recovery-image] Sep 18 16:44:40.353 INFO O| Sep 18 16:44:40.353 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97442026-09-18T16:44:41.096Z[ recovery-image] Sep 18 16:44:40.364 INFO O| Sep 18 16:44:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97452026-09-18T16:44:41.096Z[ recovery-image] Sep 18 16:44:40.364 INFO O| Sep 18 16:44:40.364 INFO STEP 96 (remove_files) COMPLETE
97462026-09-18T16:44:41.096Z[ recovery-image] Sep 18 16:44:40.364 INFO O| Sep 18 16:44:40.364 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97472026-09-18T16:44:41.106Z[ recovery-image] Sep 18 16:44:40.375 INFO O| Sep 18 16:44:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97482026-09-18T16:44:41.107Z[ recovery-image] Sep 18 16:44:40.375 INFO O| Sep 18 16:44:40.375 INFO STEP 97 (remove_files) COMPLETE
97492026-09-18T16:44:41.112Z[ recovery-image] Sep 18 16:44:40.375 INFO O| Sep 18 16:44:40.375 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97502026-09-18T16:44:41.116Z[ recovery-image] Sep 18 16:44:40.385 INFO O| Sep 18 16:44:40.385 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97512026-09-18T16:44:41.119Z[ recovery-image] Sep 18 16:44:40.385 INFO O| Sep 18 16:44:40.385 INFO STEP 98 (remove_files) COMPLETE
97522026-09-18T16:44:41.120Z[ recovery-image] Sep 18 16:44:40.385 INFO O| Sep 18 16:44:40.385 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97532026-09-18T16:44:41.125Z[ recovery-image] Sep 18 16:44:40.394 INFO O| Sep 18 16:44:40.394 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97542026-09-18T16:44:41.125Z[ recovery-image] Sep 18 16:44:40.394 INFO O| Sep 18 16:44:40.394 INFO STEP 99 (remove_files) COMPLETE
97552026-09-18T16:44:41.129Z[ recovery-image] Sep 18 16:44:40.394 INFO O| Sep 18 16:44:40.394 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97562026-09-18T16:44:41.140Z[ recovery-image] Sep 18 16:44:40.409 INFO O| Sep 18 16:44:40.408 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97572026-09-18T16:44:41.140Z[ recovery-image] Sep 18 16:44:40.409 INFO O| Sep 18 16:44:40.409 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97582026-09-18T16:44:42.252Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97592026-09-18T16:44:43.931Z[ host-image] Sep 18 16:44:43.200 INFO O| configuring SMF profile...
97602026-09-18T16:44:43.942Z[ host-image] Sep 18 16:44:43.200 INFO O| modifying shadow(5)...
97612026-09-18T16:44:43.942Z[ host-image] Sep 18 16:44:43.200 INFO O| loading user and group database...
97622026-09-18T16:44:43.943Z[ host-image] Sep 18 16:44:43.200 INFO O| loading facet selections...
97632026-09-18T16:44:44.343Z[ host-image] Sep 18 16:44:43.601 INFO O| devel -> true
97642026-09-18T16:44:44.344Z[ host-image] Sep 18 16:44:43.601 INFO O| doc.man -> true
97652026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.shell/ksh93 -> true
97662026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.system/data/hardware-registry -> true
97672026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.system/data/zoneinfo -> true
97682026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.system/microcode/amd -> true
97692026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.system/microcode/intel -> true
97702026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| version-lock.system/microcode/oxide -> true
97712026-09-18T16:44:44.355Z[ host-image] Sep 18 16:44:43.601 INFO O| assessing packaged files...
97722026-09-18T16:44:50.399Z[ host-image] Sep 18 16:44:45.457 INFO O| creating archive...
97732026-09-18T16:44:50.414Z[ host-image] Sep 18 16:44:45.483 INFO O| missing from packaging:
97742026-09-18T16:44:50.414Z[ host-image] Sep 18 16:44:45.483 INFO O| "etc/.pwd.lock"
97752026-09-18T16:44:50.414Z[ host-image] Sep 18 16:44:45.483 INFO O| "etc/bash"
97762026-09-18T16:44:50.414Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/profile/generic.xml"
97772026-09-18T16:44:50.414Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/profile/inetd_services.xml"
97782026-09-18T16:44:50.415Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/profile/name_service.xml"
97792026-09-18T16:44:50.415Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/profile/platform.xml"
97802026-09-18T16:44:50.415Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/profile/platform_omicron1.xml"
97812026-09-18T16:44:50.415Z[ host-image] Sep 18 16:44:45.487 INFO O| "etc/svc/repository.db"
97822026-09-18T16:44:50.416Z[ host-image] Sep 18 16:44:45.498 INFO O| "opt/ooce/share"
97832026-09-18T16:44:50.416Z[ host-image] Sep 18 16:44:45.498 INFO O| "opt/ooce/share/man"
97842026-09-18T16:44:50.416Z[ host-image] Sep 18 16:44:45.498 INFO O| "opt/ooce/share/man/man1"
97852026-09-18T16:44:50.416Z[ host-image] Sep 18 16:44:45.502 INFO O| finishing archive...
97862026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:45.831 INFO O| Sep 18 16:44:45.831 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97872026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:45.831 INFO O| Sep 18 16:44:45.831 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
97882026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:45.846 INFO O| Sep 18 16:44:45.846 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97892026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:45.950 INFO O| Sep 18 16:44:45.950 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.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"}
97902026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.010 INFO O| Sep 18 16:44:46.010 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97912026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.081 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97922026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.081 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 ...
97932026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97942026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO ok!
97952026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97962026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO STEP 100 (seed_smf) COMPLETE
97972026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO steps complete; finalising image!
97982026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.086 INFO O| Sep 18 16:44:46.085 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97992026-09-18T16:44:50.416Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
98002026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.154 INFO O| Sep 18 16:44:46.154 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Sep 18 16:44:46 2026)
98012026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.363 INFO O| Sep 18 16:44:46.363 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Fri Sep 18 16:44:46 2026)
98022026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.570 INFO O| Sep 18 16:44:46.570 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Fri Sep 18 16:44:46 2026)
98032026-09-18T16:44:50.416Z[ recovery-image] Sep 18 16:44:46.779 INFO O| Sep 18 16:44:46.778 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98042026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:46.984 INFO O| Sep 18 16:44:46.984 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98052026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:47.190 INFO O| Sep 18 16:44:47.190 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98062026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:47.396 INFO O| Sep 18 16:44:47.396 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98072026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:47.602 INFO O| Sep 18 16:44:47.602 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98082026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:47.809 INFO O| Sep 18 16:44:47.808 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98092026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:48.014 INFO O| Sep 18 16:44:48.014 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98102026-09-18T16:44:50.417Z[ host-image] Sep 18 16:44:48.109 INFO O| creating gzonly manifest...
98112026-09-18T16:44:50.417Z[ host-image] Sep 18 16:44:48.115 INFO O| ok
98122026-09-18T16:44:50.417Z[ recovery-image] Sep 18 16:44:48.220 INFO O| Sep 18 16:44:48.219 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98132026-09-18T16:44:50.418Z[ host-image] Sep 18 16:44:48.243 INFO image builder template: ramdisk-02-trim...
98142026-09-18T16:44:50.418Z[ host-image] Sep 18 16:44:48.243 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/.tmpfjqf9Q/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
98152026-09-18T16:44:50.418Z[ host-image] Sep 18 16:44:48.267 INFO O| Sep 18 16:44:48.267 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98162026-09-18T16:44:50.418Z[ host-image] Sep 18 16:44:48.271 INFO O| Sep 18 16:44:48.271 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98172026-09-18T16:44:50.418Z[ recovery-image] Sep 18 16:44:48.426 INFO O| Sep 18 16:44:48.426 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98182026-09-18T16:44:50.418Z[ recovery-image] Sep 18 16:44:48.633 INFO O| Sep 18 16:44:48.633 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Sep 18 16:44:46 2026)
98192026-09-18T16:44:50.418Z[ recovery-image] Sep 18 16:44:48.864 INFO O| Sep 18 16:44:48.864 INFO temporary pool has 467M used, 1.29G avail, 1.00x compressratio
98202026-09-18T16:44:50.418Z[ recovery-image] Sep 18 16:44:48.864 INFO O| Sep 18 16:44:48.864 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
98212026-09-18T16:44:50.418Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
98222026-09-18T16:44:50.418Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
98232026-09-18T16:44:50.418Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
98242026-09-18T16:44:50.487Z[ recovery-image] Sep 18 16:44:49.754 INFO O| Sep 18 16:44:49.754 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
98252026-09-18T16:44:50.487Z[ recovery-image] Sep 18 16:44:49.755 INFO O| Sep 18 16:44:49.754 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
98262026-09-18T16:44:51.004Z[ host-image] Sep 18 16:44:50.273 INFO O| Sep 18 16:44:50.273 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
98272026-09-18T16:44:51.362Z[ host-image] Sep 18 16:44:50.631 INFO O| Sep 18 16:44:50.631 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
98282026-09-18T16:44:51.362Z[ host-image] Sep 18 16:44:50.632 INFO O| Sep 18 16:44:50.632 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98292026-09-18T16:44:51.367Z[ host-image] Sep 18 16:44:50.637 INFO O| Sep 18 16:44:50.637 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98302026-09-18T16:44:51.373Z[ host-image] Sep 18 16:44:50.641 INFO O| Sep 18 16:44:50.640 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98312026-09-18T16:44:51.377Z[ host-image] Sep 18 16:44:50.646 INFO O| Sep 18 16:44:50.646 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98322026-09-18T16:44:52.606Z[ host-image] Sep 18 16:44:51.868 INFO O| Sep 18 16:44:51.868 INFO rolled back to input snapshot; work may begin
98332026-09-18T16:44:52.606Z[ host-image] Sep 18 16:44:51.868 INFO O| Sep 18 16:44:51.868 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98342026-09-18T16:44:52.610Z[ host-image] Sep 18 16:44:51.874 INFO O| Sep 18 16:44:51.874 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98352026-09-18T16:44:52.617Z[ host-image] Sep 18 16:44:51.886 INFO O| Sep 18 16:44:51.886 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98362026-09-18T16:44:52.657Z[ host-image] Sep 18 16:44:51.926 INFO O| Sep 18 16:44:51.926 INFO STEP 0 (remove_files) COMPLETE
98372026-09-18T16:44:52.657Z[ host-image] Sep 18 16:44:51.926 INFO O| Sep 18 16:44:51.926 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98382026-09-18T16:44:52.670Z[ host-image] Sep 18 16:44:51.939 INFO O| Sep 18 16:44:51.938 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98392026-09-18T16:44:52.674Z[ host-image] Sep 18 16:44:51.940 INFO O| Sep 18 16:44:51.940 INFO STEP 1 (remove_files) COMPLETE
98402026-09-18T16:44:52.674Z[ host-image] Sep 18 16:44:51.940 INFO O| Sep 18 16:44:51.940 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98412026-09-18T16:44:52.682Z[ host-image] Sep 18 16:44:51.951 INFO O| Sep 18 16:44:51.951 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98422026-09-18T16:44:52.700Z[ host-image] Sep 18 16:44:51.965 INFO O| Sep 18 16:44:51.965 INFO STEP 2 (remove_files) COMPLETE
98432026-09-18T16:44:52.700Z[ host-image] Sep 18 16:44:51.965 INFO O| Sep 18 16:44:51.965 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98442026-09-18T16:44:52.708Z[ host-image] Sep 18 16:44:51.976 INFO O| Sep 18 16:44:51.976 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98452026-09-18T16:44:52.714Z[ host-image] Sep 18 16:44:51.978 INFO O| Sep 18 16:44:51.978 INFO STEP 3 (remove_files) COMPLETE
98462026-09-18T16:44:52.714Z[ host-image] Sep 18 16:44:51.978 INFO O| Sep 18 16:44:51.978 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98472026-09-18T16:44:52.722Z[ host-image] Sep 18 16:44:51.990 INFO O| Sep 18 16:44:51.990 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98482026-09-18T16:44:52.727Z[ host-image] Sep 18 16:44:51.994 INFO O| Sep 18 16:44:51.993 INFO STEP 4 (remove_files) COMPLETE
98492026-09-18T16:44:52.727Z[ host-image] Sep 18 16:44:51.994 INFO O| Sep 18 16:44:51.993 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98502026-09-18T16:44:52.737Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
98512026-09-18T16:44:52.741Z[ host-image] Sep 18 16:44:52.005 INFO O| Sep 18 16:44:52.005 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98522026-09-18T16:44:52.742Z[ host-image] Sep 18 16:44:52.008 INFO O| Sep 18 16:44:52.008 INFO STEP 5 (remove_files) COMPLETE
98532026-09-18T16:44:52.742Z[ host-image] Sep 18 16:44:52.008 INFO O| Sep 18 16:44:52.008 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98542026-09-18T16:44:52.751Z[ host-image] Sep 18 16:44:52.020 INFO O| Sep 18 16:44:52.020 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98552026-09-18T16:44:52.764Z[ host-image] Sep 18 16:44:52.033 INFO O| Sep 18 16:44:52.033 INFO STEP 6 (remove_files) COMPLETE
98562026-09-18T16:44:52.765Z[ host-image] Sep 18 16:44:52.033 INFO O| Sep 18 16:44:52.033 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98572026-09-18T16:44:52.769Z[ host-image] Sep 18 16:44:52.033 INFO O| Sep 18 16:44:52.033 INFO skip step because feature "heliosv2" is not enabled
98582026-09-18T16:44:52.769Z[ host-image] Sep 18 16:44:52.033 INFO O| Sep 18 16:44:52.033 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98592026-09-18T16:44:52.782Z[ host-image] Sep 18 16:44:52.046 INFO O| Sep 18 16:44:52.046 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98602026-09-18T16:44:52.793Z[ host-image] Sep 18 16:44:52.059 INFO O| Sep 18 16:44:52.059 INFO STEP 8 (remove_files) COMPLETE
98612026-09-18T16:44:52.793Z[ host-image] Sep 18 16:44:52.059 INFO O| Sep 18 16:44:52.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98622026-09-18T16:44:52.809Z[ host-image] Sep 18 16:44:52.073 INFO O| Sep 18 16:44:52.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98632026-09-18T16:44:52.810Z[ recovery-image] Sep 18 16:44:52.074 INFO O| Sep 18 16:44:52.074 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98642026-09-18T16:44:52.810Z[ recovery-image] Sep 18 16:44:52.074 INFO O| Sep 18 16:44:52.074 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98652026-09-18T16:44:52.811Z[ recovery-image] Sep 18 16:44:52.074 INFO O| Sep 18 16:44:52.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98662026-09-18T16:44:52.811Z[ recovery-image] Sep 18 16:44:52.074 INFO O| Sep 18 16:44:52.074 INFO completed processing sled/zfs-recovery
98672026-09-18T16:44:52.811Z[ recovery-image] Sep 18 16:44:52.074 INFO O| Sep 18 16:44:52.074 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98682026-09-18T16:44:52.882Z[ host-image] Sep 18 16:44:52.146 INFO O| Sep 18 16:44:52.145 INFO STEP 9 (remove_files) COMPLETE
98692026-09-18T16:44:52.882Z[ host-image] Sep 18 16:44:52.146 INFO O| Sep 18 16:44:52.145 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98702026-09-18T16:44:52.889Z[ host-image] Sep 18 16:44:52.158 INFO O| Sep 18 16:44:52.158 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98712026-09-18T16:44:53.021Z[ host-image] Sep 18 16:44:52.288 INFO O| Sep 18 16:44:52.284 INFO STEP 10 (remove_files) COMPLETE
98722026-09-18T16:44:53.021Z[ host-image] Sep 18 16:44:52.288 INFO O| Sep 18 16:44:52.284 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98732026-09-18T16:44:53.030Z[ host-image] Sep 18 16:44:52.299 INFO O| Sep 18 16:44:52.298 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98742026-09-18T16:44:53.034Z[ host-image] Sep 18 16:44:52.301 INFO O| Sep 18 16:44:52.301 INFO STEP 11 (remove_files) COMPLETE
98752026-09-18T16:44:53.034Z[ host-image] Sep 18 16:44:52.301 INFO O| Sep 18 16:44:52.301 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98762026-09-18T16:44:53.045Z[ host-image] Sep 18 16:44:52.314 INFO O| Sep 18 16:44:52.314 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98772026-09-18T16:44:53.049Z[ host-image] Sep 18 16:44:52.315 INFO O| Sep 18 16:44:52.315 INFO STEP 12 (remove_files) COMPLETE
98782026-09-18T16:44:53.049Z[ host-image] Sep 18 16:44:52.315 INFO O| Sep 18 16:44:52.315 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98792026-09-18T16:44:53.059Z[ host-image] Sep 18 16:44:52.328 INFO O| Sep 18 16:44:52.328 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98802026-09-18T16:44:53.063Z[ host-image] Sep 18 16:44:52.331 INFO O| Sep 18 16:44:52.331 INFO STEP 13 (remove_files) COMPLETE
98812026-09-18T16:44:53.063Z[ host-image] Sep 18 16:44:52.331 INFO O| Sep 18 16:44:52.331 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98822026-09-18T16:44:53.088Z[ host-image] Sep 18 16:44:52.357 INFO O| Sep 18 16:44:52.356 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98832026-09-18T16:44:53.088Z[ host-image] Sep 18 16:44:52.357 INFO O| Sep 18 16:44:52.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98842026-09-18T16:44:53.092Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98852026-09-18T16:44:53.092Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98862026-09-18T16:44:53.092Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98872026-09-18T16:44:53.092Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98882026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98892026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98902026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98912026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98922026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98932026-09-18T16:44:53.093Z[ host-image] Sep 18 16:44:52.358 INFO O| Sep 18 16:44:52.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98942026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98952026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98962026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98972026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98982026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98992026-09-18T16:44:53.097Z[ host-image] Sep 18 16:44:52.359 INFO O| Sep 18 16:44:52.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
99002026-09-18T16:44:53.182Z[ host-image] Sep 18 16:44:52.451 INFO O| Sep 18 16:44:52.451 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
99012026-09-18T16:44:53.257Z[ host-image] Sep 18 16:44:52.526 INFO O| Sep 18 16:44:52.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
99022026-09-18T16:44:53.415Z[ host-image] Sep 18 16:44:52.671 INFO O| Sep 18 16:44:52.671 INFO STEP 14 (remove_files) COMPLETE
99032026-09-18T16:44:53.415Z[ host-image] Sep 18 16:44:52.671 INFO O| Sep 18 16:44:52.671 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-18T16:44:53.415Z[ host-image] Sep 18 16:44:52.682 INFO O| Sep 18 16:44:52.682 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
99052026-09-18T16:44:53.421Z[ host-image] Sep 18 16:44:52.683 INFO O| Sep 18 16:44:52.683 INFO STEP 15 (remove_files) COMPLETE
99062026-09-18T16:44:53.421Z[ host-image] Sep 18 16:44:52.683 INFO O| Sep 18 16:44:52.683 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-18T16:44:53.428Z[ host-image] Sep 18 16:44:52.694 INFO O| Sep 18 16:44:52.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
99082026-09-18T16:44:53.432Z[ host-image] Sep 18 16:44:52.699 INFO O| Sep 18 16:44:52.699 INFO STEP 16 (remove_files) COMPLETE
99092026-09-18T16:44:53.433Z[ host-image] Sep 18 16:44:52.699 INFO O| Sep 18 16:44:52.699 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-18T16:44:53.442Z[ host-image] Sep 18 16:44:52.710 INFO O| Sep 18 16:44:52.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
99112026-09-18T16:44:53.446Z[ host-image] Sep 18 16:44:52.710 INFO O| Sep 18 16:44:52.710 INFO STEP 17 (remove_files) COMPLETE
99122026-09-18T16:44:53.446Z[ host-image] Sep 18 16:44:52.710 INFO O| Sep 18 16:44:52.710 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-18T16:44:53.453Z[ host-image] Sep 18 16:44:52.721 INFO O| Sep 18 16:44:52.721 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
99142026-09-18T16:44:53.459Z[ host-image] Sep 18 16:44:52.723 INFO O| Sep 18 16:44:52.723 INFO STEP 18 (remove_files) COMPLETE
99152026-09-18T16:44:53.459Z[ host-image] Sep 18 16:44:52.723 INFO O| Sep 18 16:44:52.723 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-18T16:44:53.473Z[ host-image] Sep 18 16:44:52.740 INFO O| Sep 18 16:44:52.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
99172026-09-18T16:44:53.473Z[ host-image] Sep 18 16:44:52.741 INFO O| Sep 18 16:44:52.737 INFO STEP 19 (remove_files) COMPLETE
99182026-09-18T16:44:53.473Z[ host-image] Sep 18 16:44:52.741 INFO O| Sep 18 16:44:52.737 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-18T16:44:53.480Z[ host-image] Sep 18 16:44:52.749 INFO O| Sep 18 16:44:52.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
99202026-09-18T16:44:53.480Z[ host-image] Sep 18 16:44:52.749 INFO O| Sep 18 16:44:52.749 INFO STEP 20 (remove_files) COMPLETE
99212026-09-18T16:44:53.484Z[ host-image] Sep 18 16:44:52.749 INFO O| Sep 18 16:44:52.749 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-18T16:44:53.495Z[ host-image] Sep 18 16:44:52.763 INFO O| Sep 18 16:44:52.763 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99232026-09-18T16:44:53.495Z[ host-image] Sep 18 16:44:52.763 INFO O| Sep 18 16:44:52.763 INFO STEP 21 (remove_files) COMPLETE
99242026-09-18T16:44:53.495Z[ host-image] Sep 18 16:44:52.763 INFO O| Sep 18 16:44:52.763 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-18T16:44:53.507Z[ host-image] Sep 18 16:44:52.776 INFO O| Sep 18 16:44:52.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99262026-09-18T16:44:53.507Z[ host-image] Sep 18 16:44:52.776 INFO O| Sep 18 16:44:52.776 INFO STEP 22 (remove_files) COMPLETE
99272026-09-18T16:44:53.512Z[ host-image] Sep 18 16:44:52.776 INFO O| Sep 18 16:44:52.776 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-18T16:44:53.520Z[ host-image] Sep 18 16:44:52.789 INFO O| Sep 18 16:44:52.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99292026-09-18T16:44:53.521Z[ host-image] Sep 18 16:44:52.789 INFO O| Sep 18 16:44:52.789 INFO STEP 23 (remove_files) COMPLETE
99302026-09-18T16:44:53.521Z[ host-image] Sep 18 16:44:52.789 INFO O| Sep 18 16:44:52.789 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-18T16:44:53.534Z[ host-image] Sep 18 16:44:52.802 INFO O| Sep 18 16:44:52.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99322026-09-18T16:44:53.534Z[ host-image] Sep 18 16:44:52.802 INFO O| Sep 18 16:44:52.802 INFO STEP 24 (remove_files) COMPLETE
99332026-09-18T16:44:53.535Z[ host-image] Sep 18 16:44:52.802 INFO O| Sep 18 16:44:52.802 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-18T16:44:53.548Z[ host-image] Sep 18 16:44:52.814 INFO O| Sep 18 16:44:52.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99352026-09-18T16:44:53.549Z[ host-image] Sep 18 16:44:52.814 INFO O| Sep 18 16:44:52.814 INFO STEP 25 (remove_files) COMPLETE
99362026-09-18T16:44:53.553Z[ host-image] Sep 18 16:44:52.814 INFO O| Sep 18 16:44:52.814 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-18T16:44:53.557Z[ host-image] Sep 18 16:44:52.826 INFO O| Sep 18 16:44:52.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99382026-09-18T16:44:53.558Z[ host-image] Sep 18 16:44:52.826 INFO O| Sep 18 16:44:52.826 INFO STEP 26 (remove_files) COMPLETE
99392026-09-18T16:44:53.558Z[ host-image] Sep 18 16:44:52.826 INFO O| Sep 18 16:44:52.826 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99402026-09-18T16:44:53.591Z[ host-image] Sep 18 16:44:52.859 INFO O| Sep 18 16:44:52.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99412026-09-18T16:44:53.591Z[ host-image] Sep 18 16:44:52.859 INFO O| Sep 18 16:44:52.859 INFO STEP 27 (remove_files) COMPLETE
99422026-09-18T16:44:53.591Z[ host-image] Sep 18 16:44:52.859 INFO O| Sep 18 16:44:52.859 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-18T16:44:53.603Z[ host-image] Sep 18 16:44:52.872 INFO O| Sep 18 16:44:52.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99442026-09-18T16:44:53.603Z[ host-image] Sep 18 16:44:52.872 INFO O| Sep 18 16:44:52.872 INFO STEP 28 (remove_files) COMPLETE
99452026-09-18T16:44:53.608Z[ host-image] Sep 18 16:44:52.872 INFO O| Sep 18 16:44:52.872 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-18T16:44:53.618Z[ host-image] Sep 18 16:44:52.885 INFO O| Sep 18 16:44:52.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99472026-09-18T16:44:53.618Z[ host-image] Sep 18 16:44:52.885 INFO O| Sep 18 16:44:52.885 INFO STEP 29 (remove_files) COMPLETE
99482026-09-18T16:44:53.622Z[ host-image] Sep 18 16:44:52.885 INFO O| Sep 18 16:44:52.885 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-18T16:44:53.634Z[ host-image] Sep 18 16:44:52.898 INFO O| Sep 18 16:44:52.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99502026-09-18T16:44:53.634Z[ host-image] Sep 18 16:44:52.898 INFO O| Sep 18 16:44:52.898 INFO STEP 30 (remove_files) COMPLETE
99512026-09-18T16:44:53.634Z[ host-image] Sep 18 16:44:52.898 INFO O| Sep 18 16:44:52.898 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-18T16:44:53.639Z[ host-image] Sep 18 16:44:52.908 INFO O| Sep 18 16:44:52.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99532026-09-18T16:44:53.642Z[ host-image] Sep 18 16:44:52.908 INFO O| Sep 18 16:44:52.908 INFO STEP 31 (remove_files) COMPLETE
99542026-09-18T16:44:53.642Z[ host-image] Sep 18 16:44:52.908 INFO O| Sep 18 16:44:52.908 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99552026-09-18T16:44:53.653Z[ host-image] Sep 18 16:44:52.922 INFO O| Sep 18 16:44:52.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99562026-09-18T16:44:53.653Z[ host-image] Sep 18 16:44:52.922 INFO O| Sep 18 16:44:52.922 INFO STEP 32 (remove_files) COMPLETE
99572026-09-18T16:44:53.657Z[ host-image] Sep 18 16:44:52.922 INFO O| Sep 18 16:44:52.922 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99582026-09-18T16:44:53.663Z[ host-image] Sep 18 16:44:52.932 INFO O| Sep 18 16:44:52.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99592026-09-18T16:44:53.663Z[ host-image] Sep 18 16:44:52.932 INFO O| Sep 18 16:44:52.932 INFO STEP 33 (remove_files) COMPLETE
99602026-09-18T16:44:53.663Z[ host-image] Sep 18 16:44:52.932 INFO O| Sep 18 16:44:52.932 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99612026-09-18T16:44:53.679Z[ host-image] Sep 18 16:44:52.945 INFO O| Sep 18 16:44:52.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99622026-09-18T16:44:53.679Z[ host-image] Sep 18 16:44:52.945 INFO O| Sep 18 16:44:52.945 INFO STEP 34 (remove_files) COMPLETE
99632026-09-18T16:44:53.679Z[ host-image] Sep 18 16:44:52.945 INFO O| Sep 18 16:44:52.945 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99642026-09-18T16:44:53.688Z[ host-image] Sep 18 16:44:52.957 INFO O| Sep 18 16:44:52.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99652026-09-18T16:44:53.688Z[ host-image] Sep 18 16:44:52.957 INFO O| Sep 18 16:44:52.957 INFO STEP 35 (remove_files) COMPLETE
99662026-09-18T16:44:53.692Z[ host-image] Sep 18 16:44:52.957 INFO O| Sep 18 16:44:52.957 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99672026-09-18T16:44:53.699Z[ host-image] Sep 18 16:44:52.968 INFO O| Sep 18 16:44:52.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99682026-09-18T16:44:53.699Z[ host-image] Sep 18 16:44:52.968 INFO O| Sep 18 16:44:52.968 INFO STEP 36 (remove_files) COMPLETE
99692026-09-18T16:44:53.699Z[ host-image] Sep 18 16:44:52.968 INFO O| Sep 18 16:44:52.968 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99702026-09-18T16:44:53.718Z[ host-image] Sep 18 16:44:52.979 INFO O| Sep 18 16:44:52.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99712026-09-18T16:44:53.718Z[ host-image] Sep 18 16:44:52.979 INFO O| Sep 18 16:44:52.979 INFO STEP 37 (remove_files) COMPLETE
99722026-09-18T16:44:53.719Z[ host-image] Sep 18 16:44:52.979 INFO O| Sep 18 16:44:52.979 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99732026-09-18T16:44:53.723Z[ host-image] Sep 18 16:44:52.990 INFO O| Sep 18 16:44:52.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99742026-09-18T16:44:53.723Z[ host-image] Sep 18 16:44:52.990 INFO O| Sep 18 16:44:52.990 INFO STEP 38 (remove_files) COMPLETE
99752026-09-18T16:44:53.724Z[ host-image] Sep 18 16:44:52.990 INFO O| Sep 18 16:44:52.990 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99762026-09-18T16:44:53.734Z[ host-image] Sep 18 16:44:53.003 INFO O| Sep 18 16:44:53.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99772026-09-18T16:44:53.734Z[ host-image] Sep 18 16:44:53.003 INFO O| Sep 18 16:44:53.003 INFO STEP 39 (remove_files) COMPLETE
99782026-09-18T16:44:53.734Z[ host-image] Sep 18 16:44:53.003 INFO O| Sep 18 16:44:53.003 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99792026-09-18T16:44:53.748Z[ host-image] Sep 18 16:44:53.016 INFO O| Sep 18 16:44:53.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99802026-09-18T16:44:53.752Z[ host-image] Sep 18 16:44:53.016 INFO O| Sep 18 16:44:53.016 INFO STEP 40 (remove_files) COMPLETE
99812026-09-18T16:44:53.752Z[ host-image] Sep 18 16:44:53.016 INFO O| Sep 18 16:44:53.016 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99822026-09-18T16:44:53.759Z[ host-image] Sep 18 16:44:53.028 INFO O| Sep 18 16:44:53.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99832026-09-18T16:44:53.759Z[ host-image] Sep 18 16:44:53.028 INFO O| Sep 18 16:44:53.028 INFO STEP 41 (remove_files) COMPLETE
99842026-09-18T16:44:53.764Z[ host-image] Sep 18 16:44:53.028 INFO O| Sep 18 16:44:53.028 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99852026-09-18T16:44:53.770Z[ host-image] Sep 18 16:44:53.039 INFO O| Sep 18 16:44:53.039 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99862026-09-18T16:44:53.770Z[ host-image] Sep 18 16:44:53.039 INFO O| Sep 18 16:44:53.039 INFO STEP 42 (remove_files) COMPLETE
99872026-09-18T16:44:53.774Z[ host-image] Sep 18 16:44:53.039 INFO O| Sep 18 16:44:53.039 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99882026-09-18T16:44:53.780Z[ host-image] Sep 18 16:44:53.050 INFO O| Sep 18 16:44:53.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99892026-09-18T16:44:53.781Z[ host-image] Sep 18 16:44:53.050 INFO O| Sep 18 16:44:53.050 INFO STEP 43 (remove_files) COMPLETE
99902026-09-18T16:44:53.781Z[ host-image] Sep 18 16:44:53.050 INFO O| Sep 18 16:44:53.050 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99912026-09-18T16:44:53.792Z[ host-image] Sep 18 16:44:53.061 INFO O| Sep 18 16:44:53.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99922026-09-18T16:44:53.792Z[ host-image] Sep 18 16:44:53.061 INFO O| Sep 18 16:44:53.061 INFO STEP 44 (remove_files) COMPLETE
99932026-09-18T16:44:53.796Z[ host-image] Sep 18 16:44:53.061 INFO O| Sep 18 16:44:53.061 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99942026-09-18T16:44:53.804Z[ host-image] Sep 18 16:44:53.073 INFO O| Sep 18 16:44:53.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99952026-09-18T16:44:53.804Z[ host-image] Sep 18 16:44:53.073 INFO O| Sep 18 16:44:53.073 INFO STEP 45 (remove_files) COMPLETE
99962026-09-18T16:44:53.804Z[ host-image] Sep 18 16:44:53.073 INFO O| Sep 18 16:44:53.073 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99972026-09-18T16:44:53.818Z[ host-image] Sep 18 16:44:53.086 INFO O| Sep 18 16:44:53.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99982026-09-18T16:44:53.818Z[ host-image] Sep 18 16:44:53.086 INFO O| Sep 18 16:44:53.085 INFO STEP 46 (remove_files) COMPLETE
99992026-09-18T16:44:53.818Z[ host-image] Sep 18 16:44:53.086 INFO O| Sep 18 16:44:53.085 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100002026-09-18T16:44:53.829Z[ host-image] Sep 18 16:44:53.097 INFO O| Sep 18 16:44:53.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
100012026-09-18T16:44:53.829Z[ host-image] Sep 18 16:44:53.098 INFO O| Sep 18 16:44:53.097 INFO STEP 47 (remove_files) COMPLETE
100022026-09-18T16:44:53.829Z[ host-image] Sep 18 16:44:53.098 INFO O| Sep 18 16:44:53.098 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100032026-09-18T16:44:53.841Z[ host-image] Sep 18 16:44:53.110 INFO O| Sep 18 16:44:53.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
100042026-09-18T16:44:53.846Z[ host-image] Sep 18 16:44:53.110 INFO O| Sep 18 16:44:53.110 INFO STEP 48 (remove_files) COMPLETE
100052026-09-18T16:44:53.846Z[ host-image] Sep 18 16:44:53.110 INFO O| Sep 18 16:44:53.110 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-18T16:44:53.853Z[ host-image] Sep 18 16:44:53.122 INFO O| Sep 18 16:44:53.122 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
100072026-09-18T16:44:53.853Z[ host-image] Sep 18 16:44:53.122 INFO O| Sep 18 16:44:53.122 INFO STEP 49 (remove_files) COMPLETE
100082026-09-18T16:44:53.857Z[ host-image] Sep 18 16:44:53.122 INFO O| Sep 18 16:44:53.122 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100092026-09-18T16:44:53.866Z[ host-image] Sep 18 16:44:53.135 INFO O| Sep 18 16:44:53.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
100102026-09-18T16:44:53.866Z[ host-image] Sep 18 16:44:53.135 INFO O| Sep 18 16:44:53.135 INFO STEP 50 (remove_files) COMPLETE
100112026-09-18T16:44:53.870Z[ host-image] Sep 18 16:44:53.135 INFO O| Sep 18 16:44:53.135 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-18T16:44:53.881Z[ host-image] Sep 18 16:44:53.148 INFO O| Sep 18 16:44:53.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
100132026-09-18T16:44:53.881Z[ host-image] Sep 18 16:44:53.148 INFO O| Sep 18 16:44:53.148 INFO STEP 51 (remove_files) COMPLETE
100142026-09-18T16:44:53.886Z[ host-image] Sep 18 16:44:53.148 INFO O| Sep 18 16:44:53.148 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100152026-09-18T16:44:53.892Z[ host-image] Sep 18 16:44:53.161 INFO O| Sep 18 16:44:53.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
100162026-09-18T16:44:53.892Z[ host-image] Sep 18 16:44:53.161 INFO O| Sep 18 16:44:53.161 INFO STEP 52 (remove_files) COMPLETE
100172026-09-18T16:44:53.892Z[ host-image] Sep 18 16:44:53.161 INFO O| Sep 18 16:44:53.161 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100182026-09-18T16:44:53.905Z[ host-image] Sep 18 16:44:53.174 INFO O| Sep 18 16:44:53.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
100192026-09-18T16:44:53.905Z[ host-image] Sep 18 16:44:53.174 INFO O| Sep 18 16:44:53.174 INFO STEP 53 (remove_files) COMPLETE
100202026-09-18T16:44:53.909Z[ host-image] Sep 18 16:44:53.174 INFO O| Sep 18 16:44:53.174 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100212026-09-18T16:44:53.917Z[ host-image] Sep 18 16:44:53.186 INFO O| Sep 18 16:44:53.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100222026-09-18T16:44:53.917Z[ host-image] Sep 18 16:44:53.186 INFO O| Sep 18 16:44:53.186 INFO STEP 54 (remove_files) COMPLETE
100232026-09-18T16:44:53.918Z[ host-image] Sep 18 16:44:53.186 INFO O| Sep 18 16:44:53.186 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100242026-09-18T16:44:53.929Z[ host-image] Sep 18 16:44:53.198 INFO O| Sep 18 16:44:53.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100252026-09-18T16:44:53.929Z[ host-image] Sep 18 16:44:53.198 INFO O| Sep 18 16:44:53.198 INFO STEP 55 (remove_files) COMPLETE
100262026-09-18T16:44:53.929Z[ host-image] Sep 18 16:44:53.198 INFO O| Sep 18 16:44:53.198 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100272026-09-18T16:44:53.943Z[ host-image] Sep 18 16:44:53.211 INFO O| Sep 18 16:44:53.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100282026-09-18T16:44:53.943Z[ host-image] Sep 18 16:44:53.212 INFO O| Sep 18 16:44:53.211 INFO STEP 56 (remove_files) COMPLETE
100292026-09-18T16:44:53.943Z[ host-image] Sep 18 16:44:53.212 INFO O| Sep 18 16:44:53.212 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100302026-09-18T16:44:53.954Z[ host-image] Sep 18 16:44:53.223 INFO O| Sep 18 16:44:53.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100312026-09-18T16:44:53.955Z[ host-image] Sep 18 16:44:53.223 INFO O| Sep 18 16:44:53.223 INFO STEP 57 (remove_files) COMPLETE
100322026-09-18T16:44:53.955Z[ host-image] Sep 18 16:44:53.223 INFO O| Sep 18 16:44:53.223 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100332026-09-18T16:44:53.965Z[ host-image] Sep 18 16:44:53.234 INFO O| Sep 18 16:44:53.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100342026-09-18T16:44:53.966Z[ host-image] Sep 18 16:44:53.234 INFO O| Sep 18 16:44:53.234 INFO STEP 58 (remove_files) COMPLETE
100352026-09-18T16:44:53.966Z[ host-image] Sep 18 16:44:53.234 INFO O| Sep 18 16:44:53.234 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100362026-09-18T16:44:53.980Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100372026-09-18T16:44:53.980Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100382026-09-18T16:44:53.980Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100392026-09-18T16:44:53.980Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100402026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100412026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100422026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO ok!
100432026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO STEP 59 (ensure_file) COMPLETE
100442026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.247 INFO O| Sep 18 16:44:53.247 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100462026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100472026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100482026-09-18T16:44:53.993Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100492026-09-18T16:44:54.006Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100502026-09-18T16:44:54.006Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100512026-09-18T16:44:54.006Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO ok!
100522026-09-18T16:44:54.006Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO STEP 60 (ensure_file) COMPLETE
100532026-09-18T16:44:54.006Z[ host-image] Sep 18 16:44:53.259 INFO O| Sep 18 16:44:53.259 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100542026-09-18T16:44:54.014Z[ host-image] Sep 18 16:44:53.271 INFO O| Sep 18 16:44:53.271 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100552026-09-18T16:44:54.015Z[ host-image] Sep 18 16:44:53.271 INFO O| Sep 18 16:44:53.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100562026-09-18T16:44:54.015Z[ host-image] Sep 18 16:44:53.272 INFO O| Sep 18 16:44:53.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100572026-09-18T16:44:54.015Z[ host-image] Sep 18 16:44:53.272 INFO O| Sep 18 16:44:53.272 INFO ok!
100582026-09-18T16:44:54.015Z[ host-image] Sep 18 16:44:53.272 INFO O| Sep 18 16:44:53.272 INFO STEP 61 (ensure_file) COMPLETE
100592026-09-18T16:44:54.015Z[ host-image] Sep 18 16:44:53.272 INFO O| Sep 18 16:44:53.272 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100602026-09-18T16:44:54.026Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100612026-09-18T16:44:54.028Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100622026-09-18T16:44:54.028Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100632026-09-18T16:44:54.028Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 INFO ok!
100642026-09-18T16:44:54.028Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 INFO STEP 62 (ensure_file) COMPLETE
100652026-09-18T16:44:54.028Z[ host-image] Sep 18 16:44:53.284 INFO O| Sep 18 16:44:53.284 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-18T16:44:54.032Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100672026-09-18T16:44:54.032Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100682026-09-18T16:44:54.033Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100692026-09-18T16:44:54.033Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100702026-09-18T16:44:54.033Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO ok!
100712026-09-18T16:44:54.033Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO STEP 63 (ensure_file) COMPLETE
100722026-09-18T16:44:54.033Z[ host-image] Sep 18 16:44:53.296 INFO O| Sep 18 16:44:53.296 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-18T16:44:54.040Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100742026-09-18T16:44:54.040Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100752026-09-18T16:44:54.040Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100762026-09-18T16:44:54.047Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100772026-09-18T16:44:54.047Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO ok!
100782026-09-18T16:44:54.054Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO STEP 64 (ensure_file) COMPLETE
100792026-09-18T16:44:54.057Z[ host-image] Sep 18 16:44:53.309 INFO O| Sep 18 16:44:53.309 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100802026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100812026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100822026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100832026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100842026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO ok!
100852026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO STEP 65 (ensure_file) COMPLETE
100862026-09-18T16:44:54.066Z[ host-image] Sep 18 16:44:53.322 INFO O| Sep 18 16:44:53.322 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100872026-09-18T16:44:54.072Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100882026-09-18T16:44:54.072Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100892026-09-18T16:44:54.072Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100902026-09-18T16:44:54.073Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO ok!
100912026-09-18T16:44:54.073Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO STEP 66 (assemble_files) COMPLETE
100922026-09-18T16:44:54.073Z[ host-image] Sep 18 16:44:53.335 INFO O| Sep 18 16:44:53.335 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100932026-09-18T16:44:54.081Z[ host-image] Sep 18 16:44:53.347 INFO O| Sep 18 16:44:53.347 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100942026-09-18T16:44:54.083Z[ host-image] Sep 18 16:44:53.347 INFO O| Sep 18 16:44:53.347 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100952026-09-18T16:44:54.083Z[ host-image] Sep 18 16:44:53.347 INFO O| Sep 18 16:44:53.347 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100962026-09-18T16:44:54.083Z[ host-image] Sep 18 16:44:53.348 INFO O| Sep 18 16:44:53.347 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100972026-09-18T16:44:54.083Z[ host-image] Sep 18 16:44:53.348 INFO O| Sep 18 16:44:53.348 INFO ok!
100982026-09-18T16:44:54.084Z[ host-image] Sep 18 16:44:53.348 INFO O| Sep 18 16:44:53.348 INFO STEP 67 (ensure_file) COMPLETE
100992026-09-18T16:44:54.084Z[ host-image] Sep 18 16:44:53.348 INFO O| Sep 18 16:44:53.348 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101002026-09-18T16:44:54.091Z[ host-image] Sep 18 16:44:53.360 INFO O| Sep 18 16:44:53.360 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101012026-09-18T16:44:54.097Z[ host-image] Sep 18 16:44:53.360 INFO O| Sep 18 16:44:53.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101022026-09-18T16:44:54.097Z[ host-image] Sep 18 16:44:53.360 INFO O| Sep 18 16:44:53.360 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
101032026-09-18T16:44:54.097Z[ host-image] Sep 18 16:44:53.360 INFO O| Sep 18 16:44:53.360 INFO STEP 68 (ensure_dir) COMPLETE
101042026-09-18T16:44:54.097Z[ host-image] Sep 18 16:44:53.360 INFO O| Sep 18 16:44:53.360 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101052026-09-18T16:44:54.106Z[ host-image] Sep 18 16:44:53.372 INFO O| Sep 18 16:44:53.372 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
101062026-09-18T16:44:54.106Z[ host-image] Sep 18 16:44:53.372 INFO O| Sep 18 16:44:53.372 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 ...
101072026-09-18T16:44:54.112Z[ host-image] Sep 18 16:44:53.379 INFO O| Sep 18 16:44:53.379 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
101082026-09-18T16:44:54.112Z[ host-image] Sep 18 16:44:53.379 INFO O| Sep 18 16:44:53.379 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
101092026-09-18T16:44:54.112Z[ host-image] Sep 18 16:44:53.379 INFO O| Sep 18 16:44:53.379 INFO ok!
101102026-09-18T16:44:54.112Z[ host-image] Sep 18 16:44:53.379 INFO O| Sep 18 16:44:53.379 INFO STEP 69 (ensure_file) COMPLETE
101112026-09-18T16:44:54.112Z[ host-image] Sep 18 16:44:53.379 INFO O| Sep 18 16:44:53.379 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101122026-09-18T16:44:54.126Z[ host-image] Sep 18 16:44:53.393 INFO O| Sep 18 16:44:53.393 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
101132026-09-18T16:44:54.126Z[ host-image] Sep 18 16:44:53.393 INFO O| Sep 18 16:44:53.393 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 ...
101142026-09-18T16:44:54.132Z[ host-image] Sep 18 16:44:53.394 INFO O| Sep 18 16:44:53.394 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
101152026-09-18T16:44:54.132Z[ host-image] Sep 18 16:44:53.394 INFO O| Sep 18 16:44:53.394 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
101162026-09-18T16:44:54.132Z[ host-image] Sep 18 16:44:53.394 INFO O| Sep 18 16:44:53.394 INFO ok!
101172026-09-18T16:44:54.132Z[ host-image] Sep 18 16:44:53.394 INFO O| Sep 18 16:44:53.394 INFO STEP 70 (ensure_file) COMPLETE
101182026-09-18T16:44:54.132Z[ host-image] Sep 18 16:44:53.394 INFO O| Sep 18 16:44:53.394 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
101192026-09-18T16:44:54.143Z[ host-image] Sep 18 16:44:53.412 INFO O| Sep 18 16:44:53.412 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
101202026-09-18T16:44:54.149Z[ host-image] Sep 18 16:44:53.412 INFO O| Sep 18 16:44:53.412 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101212026-09-18T16:44:54.234Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101222026-09-18T16:44:55.179Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101232026-09-18T16:44:56.170Z[ host-image] Sep 18 16:44:55.438 INFO O| Sep 18 16:44:55.438 INFO STEP 71 (pack_tar) COMPLETE
101242026-09-18T16:44:56.170Z[ host-image] Sep 18 16:44:55.438 INFO O| Sep 18 16:44:55.438 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101252026-09-18T16:44:56.170Z[ host-image] Sep 18 16:44:55.438 INFO O| Sep 18 16:44:55.438 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101262026-09-18T16:44:57.092Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101272026-09-18T16:44:58.239Z[ host-image] Sep 18 16:44:57.507 INFO O| Sep 18 16:44:57.507 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101282026-09-18T16:44:59.531Z[ recovery-image] Sep 18 16:44:58.800 INFO O| Sep 18 16:44:58.799 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
101292026-09-18T16:45:00.258Z[ host-image] Sep 18 16:44:59.526 INFO O| Sep 18 16:44:59.525 INFO completed processing sled/ramdisk-02-trim
101302026-09-18T16:45:00.300Z[ host-image] Sep 18 16:44:59.529 INFO image builder template: zfs...
101312026-09-18T16:45:00.300Z[ host-image] Sep 18 16:44:59.529 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/.tmpfjqf9Q/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
101322026-09-18T16:45:00.300Z[ host-image] Sep 18 16:44:59.544 INFO O| Sep 18 16:44:59.544 INFO skip include "stress" because feature "stress" is not enabled
101332026-09-18T16:45:00.305Z[ host-image] Sep 18 16:44:59.544 INFO O| Sep 18 16:44:59.544 INFO skip include "stress" because feature "compliance" is not enabled
101342026-09-18T16:45:00.311Z[ host-image] Sep 18 16:44:59.577 INFO O| Sep 18 16:44:59.577 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101352026-09-18T16:45:00.315Z[ host-image] Sep 18 16:44:59.582 INFO O| Sep 18 16:44:59.582 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101362026-09-18T16:45:00.794Z[ recovery-image] Sep 18 16:45:00.061 INFO BUILD STRING "heads/stlouis-0-g1e4fa975fa\n"
101372026-09-18T16:45:00.794Z[ recovery-image] Sep 18 16:45:00.061 INFO expanded image name: "recovery 2afd7ff/${os_short_commit} 2026-09-18 16:29" -> "recovery 2afd7ff/1e4fa97 2026-09-18 16:29"
101382026-09-18T16:45:00.795Z[ recovery-image] Sep 18 16:45:00.061 INFO output artefacts stored in: "/work/os-recovery"
101392026-09-18T16:45:00.795Z[ recovery-image] Sep 18 16:45:00.061 INFO collecting git info from project "pilot"...
101402026-09-18T16:45:00.804Z[ recovery-image] Sep 18 16:45:00.072 INFO collecting git info from project "pinprick"...
101412026-09-18T16:45:00.810Z[ recovery-image] Sep 18 16:45:00.079 INFO collecting git info from project "chelsio-t6-roms"...
101422026-09-18T16:45:00.836Z[ recovery-image] Sep 18 16:45:00.105 INFO collecting git info from project "bootserver"...
101432026-09-18T16:45:00.889Z[ recovery-image] Sep 18 16:45:00.157 INFO collecting git info from project "amd-host-image-builder"...
101442026-09-18T16:45:00.935Z[ recovery-image] Sep 18 16:45:00.204 INFO collecting git info from project "phbl"...
101452026-09-18T16:45:00.951Z[ recovery-image] Sep 18 16:45:00.220 INFO collecting git info from project "image-builder"...
101462026-09-18T16:45:00.960Z[ recovery-image] Sep 18 16:45:00.229 INFO collecting git info from project "amd-firmware"...
101472026-09-18T16:45:01.276Z[ host-image] Sep 18 16:45:00.541 INFO O| Sep 18 16:45:00.541 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101482026-09-18T16:45:01.522Z[ recovery-image] Sep 18 16:45:00.790 INFO collecting git info from project "dmar-report"...
101492026-09-18T16:45:01.549Z[ recovery-image] Sep 18 16:45:00.817 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101502026-09-18T16:45:01.900Z[ host-image] Sep 18 16:45:01.168 INFO O| Sep 18 16:45:01.168 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101512026-09-18T16:45:01.900Z[ host-image] Sep 18 16:45:01.168 INFO O| Sep 18 16:45:01.168 INFO work dataset: rpool/images/build/host/work/sled/zfs
101522026-09-18T16:45:01.904Z[ host-image] Sep 18 16:45:01.172 INFO O| Sep 18 16:45:01.172 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101532026-09-18T16:45:02.183Z[ host-image] Sep 18 16:45:01.451 INFO O| Sep 18 16:45:01.451 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101542026-09-18T16:45:02.234Z[ recovery-image] Sep 18 16:45:01.502 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101552026-09-18T16:45:02.609Z[ recovery-image] Sep 18 16:45:01.860 INFO creating Oxide boot image...
101562026-09-18T16:45:02.609Z[ recovery-image] Sep 18 16:45:01.860 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 2afd7ff/1e4fa97 2026-09-18 16:29", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101572026-09-18T16:45:02.617Z[ host-image] Sep 18 16:45:01.877 INFO O| Sep 18 16:45:01.877 INFO DESTROY POOL: TEMPORARY-sled-zfs
101582026-09-18T16:45:02.622Z[ host-image] Sep 18 16:45:01.886 INFO O| Sep 18 16:45:01.886 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101592026-09-18T16:45:02.628Z[ host-image] Sep 18 16:45:01.890 INFO O| Sep 18 16:45:01.890 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101602026-09-18T16:45:02.628Z[ host-image] Sep 18 16:45:01.890 INFO O| Sep 18 16:45:01.890 INFO no lofi found
101612026-09-18T16:45:02.628Z[ host-image] Sep 18 16:45:01.890 INFO O| Sep 18 16:45:01.890 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101622026-09-18T16:45:02.628Z[ host-image] Sep 18 16:45:01.890 INFO O| Sep 18 16:45:01.890 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101632026-09-18T16:45:04.110Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101642026-09-18T16:45:04.734Z[ host-image] Sep 18 16:45:04.001 INFO O| Sep 18 16:45:04.001 INFO lofi device = /dev/dsk/c2t1d0p0
101652026-09-18T16:45:04.734Z[ host-image] Sep 18 16:45:04.001 INFO O| Sep 18 16:45:04.001 INFO pool device = /dev/dsk/c2t1d0p0
101662026-09-18T16:45:04.738Z[ host-image] Sep 18 16:45:04.001 INFO O| Sep 18 16:45:04.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"]
101672026-09-18T16:45:04.813Z[ host-image] Sep 18 16:45:04.082 INFO O| Sep 18 16:45:04.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101682026-09-18T16:45:04.813Z[ host-image] Sep 18 16:45:04.082 INFO O| Sep 18 16:45:04.082 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101692026-09-18T16:45:04.835Z[ host-image] Sep 18 16:45:04.104 INFO O| Sep 18 16:45:04.104 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101702026-09-18T16:45:04.891Z[ host-image] Sep 18 16:45:04.159 INFO O| Sep 18 16:45:04.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101712026-09-18T16:45:04.920Z[ host-image] Sep 18 16:45:04.189 INFO O| Sep 18 16:45:04.189 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101722026-09-18T16:45:04.936Z[ host-image] Sep 18 16:45:04.205 INFO O| Sep 18 16:45:04.205 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101732026-09-18T16:45:04.949Z[ host-image] Sep 18 16:45:04.218 INFO O| Sep 18 16:45:04.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101742026-09-18T16:45:04.990Z[ host-image] Sep 18 16:45:04.256 INFO O| Sep 18 16:45:04.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101752026-09-18T16:45:04.990Z[ host-image] Sep 18 16:45:04.256 INFO O| Sep 18 16:45:04.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101762026-09-18T16:45:04.991Z[ host-image] Sep 18 16:45:04.256 INFO O| Sep 18 16:45:04.256 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101772026-09-18T16:45:04.996Z[ host-image] Sep 18 16:45:04.265 INFO O| Sep 18 16:45:04.265 INFO boot environment UUID: e90e2a00-d2d1-435c-bd3f-e6b4ca178aac
101782026-09-18T16:45:04.996Z[ host-image] Sep 18 16:45:04.265 INFO O| Sep 18 16:45:04.265 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e90e2a00-d2d1-435c-bd3f-e6b4ca178aac
101792026-09-18T16:45:05.007Z[ host-image] Sep 18 16:45:04.276 INFO O| Sep 18 16:45:04.276 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101802026-09-18T16:45:05.020Z[ host-image] Sep 18 16:45:04.288 INFO O| Sep 18 16:45:04.288 INFO STEP 0 (create_be) COMPLETE
101812026-09-18T16:45:05.020Z[ host-image] Sep 18 16:45:04.288 INFO O| Sep 18 16:45:04.288 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101822026-09-18T16:45:05.033Z[ host-image] Sep 18 16:45:04.302 INFO O| Sep 18 16:45:04.302 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101832026-09-18T16:45:09.541Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
101842026-09-18T16:45:15.656Z[ host-image] Sep 18 16:45:14.924 INFO O| Sep 18 16:45:14.924 INFO STEP 1 (unpack_tar) COMPLETE
101852026-09-18T16:45:15.656Z[ host-image] Sep 18 16:45:14.924 INFO O| Sep 18 16:45:14.924 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101862026-09-18T16:45:15.667Z[ host-image] Sep 18 16:45:14.936 INFO O| Sep 18 16:45:14.936 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101872026-09-18T16:45:15.841Z[ host-image] Sep 18 16:45:15.110 INFO O| Sep 18 16:45:15.110 INFO STEP 2 (devfsadm) COMPLETE
101882026-09-18T16:45:15.841Z[ host-image] Sep 18 16:45:15.110 INFO O| Sep 18 16:45:15.110 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101892026-09-18T16:45:15.852Z[ host-image] Sep 18 16:45:15.121 INFO O| Sep 18 16:45:15.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101902026-09-18T16:45:15.853Z[ host-image] Sep 18 16:45:15.121 INFO O| Sep 18 16:45:15.121 INFO STEP 3 (ensure_dir) COMPLETE
101912026-09-18T16:45:15.858Z[ host-image] Sep 18 16:45:15.121 INFO O| Sep 18 16:45:15.121 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101922026-09-18T16:45:15.862Z[ host-image] Sep 18 16:45:15.130 INFO O| Sep 18 16:45:15.130 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101932026-09-18T16:45:15.863Z[ host-image] Sep 18 16:45:15.130 INFO O| Sep 18 16:45:15.130 INFO STEP 4 (ensure_dir) COMPLETE
101942026-09-18T16:45:15.863Z[ host-image] Sep 18 16:45:15.130 INFO O| Sep 18 16:45:15.130 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101952026-09-18T16:45:15.871Z[ host-image] Sep 18 16:45:15.139 INFO O| Sep 18 16:45:15.139 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101962026-09-18T16:45:15.871Z[ host-image] Sep 18 16:45:15.139 INFO O| Sep 18 16:45:15.139 INFO STEP 5 (ensure_dir) COMPLETE
101972026-09-18T16:45:15.873Z[ host-image] Sep 18 16:45:15.139 INFO O| Sep 18 16:45:15.139 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101982026-09-18T16:45:15.881Z[ host-image] Sep 18 16:45:15.150 INFO O| Sep 18 16:45:15.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101992026-09-18T16:45:15.885Z[ host-image] Sep 18 16:45:15.150 INFO O| Sep 18 16:45:15.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102002026-09-18T16:45:15.885Z[ host-image] Sep 18 16:45:15.150 INFO O| Sep 18 16:45:15.150 INFO STEP 6 (ensure_dir) COMPLETE
102012026-09-18T16:45:15.885Z[ host-image] Sep 18 16:45:15.150 INFO O| Sep 18 16:45:15.150 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102022026-09-18T16:45:15.890Z[ host-image] Sep 18 16:45:15.159 INFO O| Sep 18 16:45:15.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102032026-09-18T16:45:15.894Z[ host-image] Sep 18 16:45:15.159 INFO O| Sep 18 16:45:15.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102042026-09-18T16:45:15.894Z[ host-image] Sep 18 16:45:15.159 INFO O| Sep 18 16:45:15.159 INFO STEP 7 (ensure_dir) COMPLETE
102052026-09-18T16:45:15.894Z[ host-image] Sep 18 16:45:15.159 INFO O| Sep 18 16:45:15.159 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102062026-09-18T16:45:15.899Z[ host-image] Sep 18 16:45:15.168 INFO O| Sep 18 16:45:15.168 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
102072026-09-18T16:45:15.903Z[ host-image] Sep 18 16:45:15.169 INFO O| Sep 18 16:45:15.169 INFO STEP 8 (remove_files) COMPLETE
102082026-09-18T16:45:15.903Z[ host-image] Sep 18 16:45:15.169 INFO O| Sep 18 16:45:15.169 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102092026-09-18T16:45:15.909Z[ host-image] Sep 18 16:45:15.178 INFO O| Sep 18 16:45:15.178 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
102102026-09-18T16:45:15.913Z[ host-image] Sep 18 16:45:15.178 INFO O| Sep 18 16:45:15.178 INFO STEP 9 (remove_files) COMPLETE
102112026-09-18T16:45:15.913Z[ host-image] Sep 18 16:45:15.178 INFO O| Sep 18 16:45:15.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102122026-09-18T16:45:15.919Z[ host-image] Sep 18 16:45:15.188 INFO O| Sep 18 16:45:15.188 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
102132026-09-18T16:45:15.923Z[ host-image] Sep 18 16:45:15.189 INFO O| Sep 18 16:45:15.189 INFO STEP 10 (remove_files) COMPLETE
102142026-09-18T16:45:15.923Z[ host-image] Sep 18 16:45:15.189 INFO O| Sep 18 16:45:15.189 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102152026-09-18T16:45:15.929Z[ host-image] Sep 18 16:45:15.199 INFO O| Sep 18 16:45:15.199 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
102162026-09-18T16:45:15.930Z[ host-image] Sep 18 16:45:15.199 INFO O| Sep 18 16:45:15.199 INFO STEP 11 (remove_files) COMPLETE
102172026-09-18T16:45:15.933Z[ host-image] Sep 18 16:45:15.199 INFO O| Sep 18 16:45:15.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102182026-09-18T16:45:15.940Z[ host-image] Sep 18 16:45:15.209 INFO O| Sep 18 16:45:15.209 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
102192026-09-18T16:45:15.944Z[ host-image] Sep 18 16:45:15.209 INFO O| Sep 18 16:45:15.209 INFO STEP 12 (remove_files) COMPLETE
102202026-09-18T16:45:15.944Z[ host-image] Sep 18 16:45:15.209 INFO O| Sep 18 16:45:15.209 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102212026-09-18T16:45:15.949Z[ host-image] Sep 18 16:45:15.218 INFO O| Sep 18 16:45:15.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102222026-09-18T16:45:15.950Z[ host-image] Sep 18 16:45:15.218 INFO O| Sep 18 16:45:15.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
102232026-09-18T16:45:15.955Z[ host-image] Sep 18 16:45:15.218 INFO O| Sep 18 16:45:15.218 INFO STEP 13 (ensure_dir) COMPLETE
102242026-09-18T16:45:15.955Z[ host-image] Sep 18 16:45:15.218 INFO O| Sep 18 16:45:15.218 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102252026-09-18T16:45:15.958Z[ host-image] Sep 18 16:45:15.228 INFO O| Sep 18 16:45:15.228 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102262026-09-18T16:45:15.962Z[ host-image] Sep 18 16:45:15.228 INFO O| Sep 18 16:45:15.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102272026-09-18T16:45:15.962Z[ host-image] Sep 18 16:45:15.228 INFO O| Sep 18 16:45:15.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
102282026-09-18T16:45:15.962Z[ host-image] Sep 18 16:45:15.228 INFO O| Sep 18 16:45:15.228 INFO STEP 14 (ensure_dir) COMPLETE
102292026-09-18T16:45:15.962Z[ host-image] Sep 18 16:45:15.228 INFO O| Sep 18 16:45:15.228 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102302026-09-18T16:45:15.968Z[ host-image] Sep 18 16:45:15.237 INFO O| Sep 18 16:45:15.237 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102312026-09-18T16:45:15.968Z[ host-image] Sep 18 16:45:15.237 INFO O| Sep 18 16:45:15.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102322026-09-18T16:45:16.005Z[ host-image] Sep 18 16:45:15.237 INFO O| Sep 18 16:45:15.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
102332026-09-18T16:45:16.005Z[ host-image] Sep 18 16:45:15.237 INFO O| Sep 18 16:45:15.237 INFO STEP 15 (ensure_dir) COMPLETE
102342026-09-18T16:45:16.005Z[ host-image] Sep 18 16:45:15.237 INFO O| Sep 18 16:45:15.237 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102352026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.245 INFO O| Sep 18 16:45:15.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102362026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.245 INFO O| Sep 18 16:45:15.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102372026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.245 INFO O| Sep 18 16:45:15.245 INFO STEP 16 (ensure_dir) COMPLETE
102382026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.245 INFO O| Sep 18 16:45:15.245 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102392026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.254 INFO O| Sep 18 16:45:15.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102402026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.254 INFO O| Sep 18 16:45:15.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102412026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.254 INFO O| Sep 18 16:45:15.254 INFO STEP 17 (ensure_dir) COMPLETE
102422026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.254 INFO O| Sep 18 16:45:15.254 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102432026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.262 INFO O| Sep 18 16:45:15.262 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
102442026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.262 INFO O| Sep 18 16:45:15.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
102452026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.262 INFO O| Sep 18 16:45:15.262 INFO ok!
102462026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.262 INFO O| Sep 18 16:45:15.262 INFO STEP 18 (ensure_symlink) COMPLETE
102472026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.262 INFO O| Sep 18 16:45:15.262 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102482026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.272 INFO O| Sep 18 16:45:15.272 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102492026-09-18T16:45:16.006Z[ host-image] Sep 18 16:45:15.272 INFO O| Sep 18 16:45:15.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102502026-09-18T16:45:16.007Z[ host-image] Sep 18 16:45:15.272 INFO O| Sep 18 16:45:15.272 INFO ok!
102512026-09-18T16:45:16.007Z[ host-image] Sep 18 16:45:15.272 INFO O| Sep 18 16:45:15.272 INFO STEP 19 (ensure_file) COMPLETE
102522026-09-18T16:45:16.007Z[ host-image] Sep 18 16:45:15.272 INFO O| Sep 18 16:45:15.272 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102532026-09-18T16:45:16.012Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102542026-09-18T16:45:16.014Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102552026-09-18T16:45:16.014Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102562026-09-18T16:45:16.014Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO ok!
102572026-09-18T16:45:16.014Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO STEP 20 (ensure_symlink) COMPLETE
102582026-09-18T16:45:16.014Z[ host-image] Sep 18 16:45:15.281 INFO O| Sep 18 16:45:15.281 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102592026-09-18T16:45:16.021Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102602026-09-18T16:45:16.021Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102612026-09-18T16:45:16.025Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102622026-09-18T16:45:16.025Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO ok!
102632026-09-18T16:45:16.025Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO STEP 21 (ensure_symlink) COMPLETE
102642026-09-18T16:45:16.025Z[ host-image] Sep 18 16:45:15.290 INFO O| Sep 18 16:45:15.290 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102652026-09-18T16:45:16.030Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102662026-09-18T16:45:16.030Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102672026-09-18T16:45:16.030Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102682026-09-18T16:45:16.030Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO ok!
102692026-09-18T16:45:16.031Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO STEP 22 (ensure_symlink) COMPLETE
102702026-09-18T16:45:16.031Z[ host-image] Sep 18 16:45:15.298 INFO O| Sep 18 16:45:15.298 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102712026-09-18T16:45:16.037Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102722026-09-18T16:45:16.037Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102732026-09-18T16:45:16.037Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102742026-09-18T16:45:16.042Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO ok!
102752026-09-18T16:45:16.042Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO STEP 23 (ensure_symlink) COMPLETE
102762026-09-18T16:45:16.042Z[ host-image] Sep 18 16:45:15.306 INFO O| Sep 18 16:45:15.306 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102772026-09-18T16:45:16.048Z[ host-image] Sep 18 16:45:15.317 INFO O| Sep 18 16:45:15.317 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102782026-09-18T16:45:16.049Z[ host-image] Sep 18 16:45:15.317 INFO O| Sep 18 16:45:15.317 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102792026-09-18T16:45:16.053Z[ host-image] Sep 18 16:45:15.318 INFO O| Sep 18 16:45:15.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102802026-09-18T16:45:16.053Z[ host-image] Sep 18 16:45:15.318 INFO O| Sep 18 16:45:15.317 INFO ok!
102812026-09-18T16:45:16.053Z[ host-image] Sep 18 16:45:15.318 INFO O| Sep 18 16:45:15.317 INFO STEP 24 (ensure_file) COMPLETE
102822026-09-18T16:45:16.053Z[ host-image] Sep 18 16:45:15.318 INFO O| Sep 18 16:45:15.318 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102832026-09-18T16:45:16.057Z[ host-image] Sep 18 16:45:15.326 INFO O| Sep 18 16:45:15.326 INFO updating shadow file
102842026-09-18T16:45:16.062Z[ host-image] Sep 18 16:45:15.327 INFO O| Sep 18 16:45:15.327 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102852026-09-18T16:45:16.062Z[ host-image] Sep 18 16:45:15.327 INFO O| Sep 18 16:45:15.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102862026-09-18T16:45:16.062Z[ host-image] Sep 18 16:45:15.327 INFO O| Sep 18 16:45:15.327 INFO STEP 25 (shadow) COMPLETE
102872026-09-18T16:45:16.062Z[ host-image] Sep 18 16:45:15.327 INFO O| Sep 18 16:45:15.327 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102882026-09-18T16:45:16.068Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102892026-09-18T16:45:16.068Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102902026-09-18T16:45:16.073Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102912026-09-18T16:45:16.074Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 INFO ok!
102922026-09-18T16:45:16.074Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 INFO STEP 26 (ensure_file) COMPLETE
102932026-09-18T16:45:16.075Z[ host-image] Sep 18 16:45:15.337 INFO O| Sep 18 16:45:15.337 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102942026-09-18T16:45:16.081Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102952026-09-18T16:45:16.081Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102962026-09-18T16:45:16.081Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102972026-09-18T16:45:16.082Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO ok!
102982026-09-18T16:45:16.082Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO STEP 27 (ensure_file) COMPLETE
102992026-09-18T16:45:16.082Z[ host-image] Sep 18 16:45:15.347 INFO O| Sep 18 16:45:15.347 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103002026-09-18T16:45:16.088Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
103012026-09-18T16:45:16.090Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
103022026-09-18T16:45:16.095Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103032026-09-18T16:45:16.095Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
103042026-09-18T16:45:16.095Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO ok!
103052026-09-18T16:45:16.095Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO STEP 28 (ensure_file) COMPLETE
103062026-09-18T16:45:16.095Z[ host-image] Sep 18 16:45:15.357 INFO O| Sep 18 16:45:15.357 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103072026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
103082026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
103092026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
103102026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO ok!
103112026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO STEP 29 (ensure_file) COMPLETE
103122026-09-18T16:45:16.099Z[ host-image] Sep 18 16:45:15.366 INFO O| Sep 18 16:45:15.366 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103132026-09-18T16:45:16.105Z[ host-image] Sep 18 16:45:15.374 INFO O| Sep 18 16:45:15.374 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103142026-09-18T16:45:16.109Z[ host-image] Sep 18 16:45:15.374 INFO O| Sep 18 16:45:15.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103152026-09-18T16:45:16.110Z[ host-image] Sep 18 16:45:15.374 INFO O| Sep 18 16:45:15.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
103162026-09-18T16:45:16.110Z[ host-image] Sep 18 16:45:15.374 INFO O| Sep 18 16:45:15.374 INFO STEP 30 (ensure_dir) COMPLETE
103172026-09-18T16:45:16.110Z[ host-image] Sep 18 16:45:15.374 INFO O| Sep 18 16:45:15.374 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103182026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
103192026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
103202026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103212026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
103222026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO ok!
103232026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO STEP 31 (ensure_file) COMPLETE
103242026-09-18T16:45:16.115Z[ host-image] Sep 18 16:45:15.382 INFO O| Sep 18 16:45:15.382 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
103252026-09-18T16:45:16.122Z[ host-image] Sep 18 16:45:15.391 INFO O| Sep 18 16:45:15.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103262026-09-18T16:45:16.122Z[ host-image] Sep 18 16:45:15.391 INFO O| Sep 18 16:45:15.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103272026-09-18T16:45:16.126Z[ host-image] Sep 18 16:45:15.391 INFO O| Sep 18 16:45:15.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
103282026-09-18T16:45:16.126Z[ host-image] Sep 18 16:45:15.391 INFO O| Sep 18 16:45:15.391 INFO STEP 32 (ensure_dir) COMPLETE
103292026-09-18T16:45:16.127Z[ host-image] Sep 18 16:45:15.391 INFO O| Sep 18 16:45:15.391 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
103302026-09-18T16:45:16.133Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.401 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
103312026-09-18T16:45:16.133Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.401 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 ...
103322026-09-18T16:45:16.137Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.402 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
103332026-09-18T16:45:16.137Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.402 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103342026-09-18T16:45:16.137Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.402 INFO ok!
103352026-09-18T16:45:16.137Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.402 INFO STEP 33 (ensure_file) COMPLETE
103362026-09-18T16:45:16.137Z[ host-image] Sep 18 16:45:15.402 INFO O| Sep 18 16:45:15.402 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103372026-09-18T16:45:16.143Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103382026-09-18T16:45:16.143Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103392026-09-18T16:45:16.147Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103402026-09-18T16:45:16.148Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO ok!
103412026-09-18T16:45:16.148Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO STEP 34 (ensure_file) COMPLETE
103422026-09-18T16:45:16.148Z[ host-image] Sep 18 16:45:15.412 INFO O| Sep 18 16:45:15.412 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103432026-09-18T16:45:16.155Z[ host-image] Sep 18 16:45:15.422 INFO O| Sep 18 16:45:15.422 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
103442026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.422 INFO O| Sep 18 16:45:15.422 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
103452026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.423 INFO O| Sep 18 16:45:15.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103462026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.423 INFO O| Sep 18 16:45:15.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103472026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.423 INFO O| Sep 18 16:45:15.423 INFO ok!
103482026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.423 INFO O| Sep 18 16:45:15.423 INFO STEP 35 (ensure_file) COMPLETE
103492026-09-18T16:45:16.162Z[ host-image] Sep 18 16:45:15.423 INFO O| Sep 18 16:45:15.423 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103502026-09-18T16:45:16.166Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103512026-09-18T16:45:16.166Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103522026-09-18T16:45:16.166Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103532026-09-18T16:45:16.167Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 INFO ok!
103542026-09-18T16:45:16.167Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 INFO STEP 36 (ensure_file) COMPLETE
103552026-09-18T16:45:16.167Z[ host-image] Sep 18 16:45:15.433 INFO O| Sep 18 16:45:15.433 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103562026-09-18T16:45:16.175Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103572026-09-18T16:45:16.175Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103582026-09-18T16:45:16.175Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103592026-09-18T16:45:16.180Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 INFO ok!
103602026-09-18T16:45:16.180Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 INFO STEP 37 (ensure_file) COMPLETE
103612026-09-18T16:45:16.180Z[ host-image] Sep 18 16:45:15.444 INFO O| Sep 18 16:45:15.444 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103622026-09-18T16:45:16.184Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103632026-09-18T16:45:16.184Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103642026-09-18T16:45:16.184Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103652026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103662026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103672026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103682026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO ok!
103692026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO STEP 38 (ensure_file) COMPLETE
103702026-09-18T16:45:16.185Z[ host-image] Sep 18 16:45:15.453 INFO O| Sep 18 16:45:15.453 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103712026-09-18T16:45:16.194Z[ host-image] Sep 18 16:45:15.463 INFO O| Sep 18 16:45:15.463 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103722026-09-18T16:45:16.198Z[ host-image] Sep 18 16:45:15.463 INFO O| Sep 18 16:45:15.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103732026-09-18T16:45:16.198Z[ host-image] Sep 18 16:45:15.463 INFO O| Sep 18 16:45:15.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103742026-09-18T16:45:16.198Z[ host-image] Sep 18 16:45:15.463 INFO O| Sep 18 16:45:15.463 INFO STEP 39 (ensure_dir) COMPLETE
103752026-09-18T16:45:16.199Z[ host-image] Sep 18 16:45:15.463 INFO O| Sep 18 16:45:15.463 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103762026-09-18T16:45:16.206Z[ host-image] Sep 18 16:45:15.475 INFO O| Sep 18 16:45:15.475 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
103772026-09-18T16:45:16.206Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.475 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 ...
103782026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 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
103792026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 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
103802026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 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
103812026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 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
103822026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 INFO ok!
103832026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 INFO STEP 40 (ensure_file) COMPLETE
103842026-09-18T16:45:16.211Z[ host-image] Sep 18 16:45:15.476 INFO O| Sep 18 16:45:15.476 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103852026-09-18T16:45:16.217Z[ host-image] Sep 18 16:45:15.486 INFO O| Sep 18 16:45:15.486 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103862026-09-18T16:45:16.217Z[ host-image] Sep 18 16:45:15.486 INFO O| Sep 18 16:45:15.486 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 ...
103872026-09-18T16:45:16.223Z[ host-image] Sep 18 16:45:15.487 INFO O| Sep 18 16:45:15.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103882026-09-18T16:45:16.223Z[ host-image] Sep 18 16:45:15.487 INFO O| Sep 18 16:45:15.487 INFO ok!
103892026-09-18T16:45:16.224Z[ host-image] Sep 18 16:45:15.487 INFO O| Sep 18 16:45:15.487 INFO STEP 41 (ensure_symlink) COMPLETE
103902026-09-18T16:45:16.224Z[ host-image] Sep 18 16:45:15.487 INFO O| Sep 18 16:45:15.487 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103912026-09-18T16:45:16.228Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.495 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103922026-09-18T16:45:16.228Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.496 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103932026-09-18T16:45:16.228Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103942026-09-18T16:45:16.228Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.496 INFO ok!
103952026-09-18T16:45:16.229Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.496 INFO STEP 42 (ensure_symlink) COMPLETE
103962026-09-18T16:45:16.229Z[ host-image] Sep 18 16:45:15.496 INFO O| Sep 18 16:45:15.496 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103972026-09-18T16:45:16.238Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103982026-09-18T16:45:16.238Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103992026-09-18T16:45:16.242Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104002026-09-18T16:45:16.242Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104012026-09-18T16:45:16.242Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104022026-09-18T16:45:16.242Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
104032026-09-18T16:45:16.242Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO ok!
104042026-09-18T16:45:16.243Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO STEP 43 (ensure_file) COMPLETE
104052026-09-18T16:45:16.243Z[ host-image] Sep 18 16:45:15.507 INFO O| Sep 18 16:45:15.507 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104062026-09-18T16:45:16.250Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
104072026-09-18T16:45:16.250Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 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 ...
104082026-09-18T16:45:16.250Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 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
104092026-09-18T16:45:16.254Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
104102026-09-18T16:45:16.254Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 INFO ok!
104112026-09-18T16:45:16.254Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 INFO STEP 44 (ensure_file) COMPLETE
104122026-09-18T16:45:16.254Z[ host-image] Sep 18 16:45:15.519 INFO O| Sep 18 16:45:15.519 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104132026-09-18T16:45:16.261Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
104142026-09-18T16:45:16.261Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
104152026-09-18T16:45:16.266Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
104162026-09-18T16:45:16.266Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO ok!
104172026-09-18T16:45:16.266Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO STEP 45 (ensure_file) COMPLETE
104182026-09-18T16:45:16.266Z[ host-image] Sep 18 16:45:15.530 INFO O| Sep 18 16:45:15.530 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104192026-09-18T16:45:16.272Z[ host-image] Sep 18 16:45:15.541 INFO O| Sep 18 16:45:15.541 INFO updating shadow file
104202026-09-18T16:45:16.272Z[ host-image] Sep 18 16:45:15.541 INFO O| Sep 18 16:45:15.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
104212026-09-18T16:45:16.276Z[ host-image] Sep 18 16:45:15.541 INFO O| Sep 18 16:45:15.541 INFO STEP 46 (shadow) COMPLETE
104222026-09-18T16:45:16.276Z[ host-image] Sep 18 16:45:15.541 INFO O| Sep 18 16:45:15.541 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
104232026-09-18T16:45:16.282Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
104242026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
104252026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104262026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
104272026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO ok!
104282026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO STEP 47 (ensure_file) COMPLETE
104292026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104302026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO skip step because feature "mfg" is not enabled
104312026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104322026-09-18T16:45:16.286Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO skip step because feature "mfg" is not enabled
104332026-09-18T16:45:16.287Z[ host-image] Sep 18 16:45:15.551 INFO O| Sep 18 16:45:15.551 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104342026-09-18T16:45:16.292Z[ host-image] Sep 18 16:45:15.561 INFO O| Sep 18 16:45:15.561 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104352026-09-18T16:45:16.292Z[ host-image] Sep 18 16:45:15.561 INFO O| Sep 18 16:45:15.561 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104362026-09-18T16:45:16.316Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104372026-09-18T16:45:16.316Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104382026-09-18T16:45:16.316Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO ok!
104392026-09-18T16:45:16.317Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO STEP 50 (ensure_file) COMPLETE
104402026-09-18T16:45:16.317Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104412026-09-18T16:45:16.321Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO skip step because feature "compliance" is not enabled
104422026-09-18T16:45:16.321Z[ host-image] Sep 18 16:45:15.585 INFO O| Sep 18 16:45:15.585 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104432026-09-18T16:45:16.327Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
104442026-09-18T16:45:16.327Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
104452026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104462026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104472026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104482026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104492026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO ok!
104502026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO STEP 52 (ensure_file) COMPLETE
104512026-09-18T16:45:16.334Z[ host-image] Sep 18 16:45:15.596 INFO O| Sep 18 16:45:15.596 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104522026-09-18T16:45:16.339Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104532026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 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 ...
104542026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 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
104552026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104562026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 INFO ok!
104572026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 INFO STEP 53 (ensure_file) COMPLETE
104582026-09-18T16:45:16.340Z[ host-image] Sep 18 16:45:15.606 INFO O| Sep 18 16:45:15.606 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104592026-09-18T16:45:16.346Z[ host-image] Sep 18 16:45:15.615 INFO O| Sep 18 16:45:15.615 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104602026-09-18T16:45:16.346Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.615 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 ...
104612026-09-18T16:45:16.351Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.616 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104622026-09-18T16:45:16.351Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.616 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104632026-09-18T16:45:16.351Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.616 INFO ok!
104642026-09-18T16:45:16.351Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.616 INFO STEP 54 (ensure_file) COMPLETE
104652026-09-18T16:45:16.351Z[ host-image] Sep 18 16:45:15.616 INFO O| Sep 18 16:45:15.616 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104662026-09-18T16:45:16.357Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104672026-09-18T16:45:16.357Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 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 ...
104682026-09-18T16:45:16.361Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 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
104692026-09-18T16:45:16.361Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104702026-09-18T16:45:16.361Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 INFO ok!
104712026-09-18T16:45:16.361Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 INFO STEP 55 (ensure_file) COMPLETE
104722026-09-18T16:45:16.361Z[ host-image] Sep 18 16:45:15.626 INFO O| Sep 18 16:45:15.626 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104732026-09-18T16:45:16.368Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104742026-09-18T16:45:16.368Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 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 ...
104752026-09-18T16:45:16.372Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104762026-09-18T16:45:16.372Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104772026-09-18T16:45:16.372Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO ok!
104782026-09-18T16:45:16.373Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO STEP 56 (ensure_file) COMPLETE
104792026-09-18T16:45:16.373Z[ host-image] Sep 18 16:45:15.637 INFO O| Sep 18 16:45:15.637 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104802026-09-18T16:45:16.377Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104812026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 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 ...
104822026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 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
104832026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104842026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 INFO ok!
104852026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 INFO STEP 57 (ensure_file) COMPLETE
104862026-09-18T16:45:16.383Z[ host-image] Sep 18 16:45:15.646 INFO O| Sep 18 16:45:15.646 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104872026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104882026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 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 ...
104892026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104902026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104912026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104922026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104932026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO ok!
104942026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO STEP 58 (ensure_file) COMPLETE
104952026-09-18T16:45:16.388Z[ host-image] Sep 18 16:45:15.655 INFO O| Sep 18 16:45:15.655 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104962026-09-18T16:45:16.397Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104972026-09-18T16:45:16.397Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 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 ...
104982026-09-18T16:45:16.401Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 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
104992026-09-18T16:45:16.401Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
105002026-09-18T16:45:16.401Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 INFO ok!
105012026-09-18T16:45:16.402Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 INFO STEP 59 (ensure_file) COMPLETE
105022026-09-18T16:45:16.402Z[ host-image] Sep 18 16:45:15.666 INFO O| Sep 18 16:45:15.666 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105032026-09-18T16:45:16.406Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
105042026-09-18T16:45:16.406Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
105052026-09-18T16:45:16.406Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105062026-09-18T16:45:16.406Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
105072026-09-18T16:45:16.406Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO ok!
105082026-09-18T16:45:16.407Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO STEP 60 (ensure_file) COMPLETE
105092026-09-18T16:45:16.407Z[ host-image] Sep 18 16:45:15.675 INFO O| Sep 18 16:45:15.675 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105102026-09-18T16:45:16.416Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
105112026-09-18T16:45:16.416Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 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 ...
105122026-09-18T16:45:16.421Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 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
105132026-09-18T16:45:16.421Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
105142026-09-18T16:45:16.421Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 INFO ok!
105152026-09-18T16:45:16.421Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 INFO STEP 61 (ensure_file) COMPLETE
105162026-09-18T16:45:16.422Z[ host-image] Sep 18 16:45:15.685 INFO O| Sep 18 16:45:15.685 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105172026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.695 INFO O| Sep 18 16:45:15.695 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
105182026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.695 INFO O| Sep 18 16:45:15.695 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
105192026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.695 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105202026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.695 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105212026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105222026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
105232026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.696 INFO ok!
105242026-09-18T16:45:16.427Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.696 INFO STEP 62 (ensure_file) COMPLETE
105252026-09-18T16:45:16.432Z[ host-image] Sep 18 16:45:15.696 INFO O| Sep 18 16:45:15.696 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105262026-09-18T16:45:16.437Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
105272026-09-18T16:45:16.437Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.705 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 ...
105282026-09-18T16:45:16.437Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.706 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
105292026-09-18T16:45:16.441Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.706 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
105302026-09-18T16:45:16.441Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.706 INFO ok!
105312026-09-18T16:45:16.441Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.706 INFO STEP 63 (ensure_file) COMPLETE
105322026-09-18T16:45:16.441Z[ host-image] Sep 18 16:45:15.706 INFO O| Sep 18 16:45:15.706 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105332026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105342026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 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 ...
105352026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 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
105362026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105372026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 INFO ok!
105382026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 INFO STEP 64 (ensure_file) COMPLETE
105392026-09-18T16:45:16.448Z[ host-image] Sep 18 16:45:15.717 INFO O| Sep 18 16:45:15.717 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105402026-09-18T16:45:16.457Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105412026-09-18T16:45:16.457Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 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 ...
105422026-09-18T16:45:16.461Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 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
105432026-09-18T16:45:16.461Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
105442026-09-18T16:45:16.462Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO ok!
105452026-09-18T16:45:16.463Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO STEP 65 (ensure_file) COMPLETE
105462026-09-18T16:45:16.463Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105472026-09-18T16:45:16.463Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO skip step because feature "mbist" is not enabled
105482026-09-18T16:45:16.463Z[ host-image] Sep 18 16:45:15.726 INFO O| Sep 18 16:45:15.726 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-09-18T16:45:16.467Z[ host-image] Sep 18 16:45:15.735 INFO O| Sep 18 16:45:15.735 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105502026-09-18T16:45:16.467Z[ host-image] Sep 18 16:45:15.735 INFO O| Sep 18 16:45:15.735 INFO STEP 67 (ensure_dir) COMPLETE
105512026-09-18T16:45:16.468Z[ host-image] Sep 18 16:45:15.735 INFO O| Sep 18 16:45:15.735 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-09-18T16:45:16.477Z[ host-image] Sep 18 16:45:15.746 INFO O| Sep 18 16:45:15.746 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105532026-09-18T16:45:16.477Z[ host-image] Sep 18 16:45:15.746 INFO O| Sep 18 16:45:15.746 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105542026-09-18T16:45:16.477Z[ host-image] Sep 18 16:45:15.746 INFO O| Sep 18 16:45:15.746 INFO STEP 68 (ensure_dir) COMPLETE
105552026-09-18T16:45:16.477Z[ host-image] Sep 18 16:45:15.746 INFO O| Sep 18 16:45:15.746 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-09-18T16:45:16.487Z[ host-image] Sep 18 16:45:15.756 INFO O| Sep 18 16:45:15.756 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105572026-09-18T16:45:16.491Z[ host-image] Sep 18 16:45:15.756 INFO O| Sep 18 16:45:15.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105582026-09-18T16:45:16.491Z[ host-image] Sep 18 16:45:15.756 INFO O| Sep 18 16:45:15.756 INFO STEP 69 (ensure_dir) COMPLETE
105592026-09-18T16:45:16.491Z[ host-image] Sep 18 16:45:15.756 INFO O| Sep 18 16:45:15.756 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-09-18T16:45:16.499Z[ host-image] Sep 18 16:45:15.767 INFO O| Sep 18 16:45:15.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105612026-09-18T16:45:16.499Z[ host-image] Sep 18 16:45:15.767 INFO O| Sep 18 16:45:15.767 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105622026-09-18T16:45:16.917Z[ host-image] Sep 18 16:45:16.185 INFO O| Sep 18 16:45:16.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105632026-09-18T16:45:16.917Z[ host-image] Sep 18 16:45:16.185 INFO O| Sep 18 16:45:16.185 INFO ok!
105642026-09-18T16:45:16.918Z[ host-image] Sep 18 16:45:16.185 INFO O| Sep 18 16:45:16.185 INFO STEP 70 (ensure_file) COMPLETE
105652026-09-18T16:45:16.922Z[ host-image] Sep 18 16:45:16.185 INFO O| Sep 18 16:45:16.185 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-09-18T16:45:16.926Z[ host-image] Sep 18 16:45:16.194 INFO O| Sep 18 16:45:16.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105672026-09-18T16:45:16.926Z[ host-image] Sep 18 16:45:16.194 INFO O| Sep 18 16:45:16.194 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105682026-09-18T16:45:17.800Z[ host-image] Sep 18 16:45:17.068 INFO O| Sep 18 16:45:17.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105692026-09-18T16:45:17.800Z[ host-image] Sep 18 16:45:17.068 INFO O| Sep 18 16:45:17.068 INFO ok!
105702026-09-18T16:45:17.800Z[ host-image] Sep 18 16:45:17.068 INFO O| Sep 18 16:45:17.068 INFO STEP 71 (ensure_file) COMPLETE
105712026-09-18T16:45:17.805Z[ host-image] Sep 18 16:45:17.068 INFO O| Sep 18 16:45:17.068 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-18T16:45:17.810Z[ host-image] Sep 18 16:45:17.079 INFO O| Sep 18 16:45:17.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105732026-09-18T16:45:17.810Z[ host-image] Sep 18 16:45:17.079 INFO O| Sep 18 16:45:17.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105742026-09-18T16:45:17.810Z[ host-image] Sep 18 16:45:17.079 INFO O| Sep 18 16:45:17.079 INFO STEP 72 (ensure_dir) COMPLETE
105752026-09-18T16:45:17.814Z[ host-image] Sep 18 16:45:17.079 INFO O| Sep 18 16:45:17.079 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-09-18T16:45:17.818Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105772026-09-18T16:45:17.819Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.087 INFO copying /tmp/.tmpfjqf9Q/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 ...
105782026-09-18T16:45:17.824Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105792026-09-18T16:45:17.824Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.088 INFO ok!
105802026-09-18T16:45:17.824Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.088 INFO STEP 73 (ensure_file) COMPLETE
105812026-09-18T16:45:17.826Z[ host-image] Sep 18 16:45:17.088 INFO O| Sep 18 16:45:17.088 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-09-18T16:45:17.830Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105832026-09-18T16:45:17.830Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO copying /tmp/.tmpfjqf9Q/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 ...
105842026-09-18T16:45:17.834Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105852026-09-18T16:45:17.834Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO ok!
105862026-09-18T16:45:17.834Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO STEP 74 (ensure_file) COMPLETE
105872026-09-18T16:45:17.834Z[ host-image] Sep 18 16:45:17.100 INFO O| Sep 18 16:45:17.100 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-09-18T16:45:17.844Z[ host-image] Sep 18 16:45:17.113 INFO O| Sep 18 16:45:17.113 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105892026-09-18T16:45:17.844Z[ host-image] Sep 18 16:45:17.113 INFO O| Sep 18 16:45:17.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105902026-09-18T16:45:17.844Z[ host-image] Sep 18 16:45:17.113 INFO O| Sep 18 16:45:17.113 INFO STEP 75 (ensure_dir) COMPLETE
105912026-09-18T16:45:17.847Z[ host-image] Sep 18 16:45:17.113 INFO O| Sep 18 16:45:17.113 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-09-18T16:45:17.854Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105932026-09-18T16:45:17.854Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO copying /tmp/.tmpfjqf9Q/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 ...
105942026-09-18T16:45:17.858Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105952026-09-18T16:45:17.858Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO ok!
105962026-09-18T16:45:17.858Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO STEP 76 (ensure_file) COMPLETE
105972026-09-18T16:45:17.858Z[ host-image] Sep 18 16:45:17.123 INFO O| Sep 18 16:45:17.123 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-09-18T16:45:17.865Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105992026-09-18T16:45:17.865Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO copying /tmp/.tmpfjqf9Q/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 ...
106002026-09-18T16:45:17.865Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
106012026-09-18T16:45:17.865Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO ok!
106022026-09-18T16:45:17.869Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO STEP 77 (ensure_file) COMPLETE
106032026-09-18T16:45:17.869Z[ host-image] Sep 18 16:45:17.134 INFO O| Sep 18 16:45:17.134 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-09-18T16:45:17.875Z[ host-image] Sep 18 16:45:17.145 INFO O| Sep 18 16:45:17.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106052026-09-18T16:45:17.876Z[ host-image] Sep 18 16:45:17.145 INFO O| Sep 18 16:45:17.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
106062026-09-18T16:45:17.879Z[ host-image] Sep 18 16:45:17.145 INFO O| Sep 18 16:45:17.145 INFO STEP 78 (ensure_dir) COMPLETE
106072026-09-18T16:45:17.880Z[ host-image] Sep 18 16:45:17.145 INFO O| Sep 18 16:45:17.145 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-09-18T16:45:17.886Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
106092026-09-18T16:45:17.886Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO copying /tmp/.tmpfjqf9Q/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 ...
106102026-09-18T16:45:17.890Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
106112026-09-18T16:45:17.890Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO ok!
106122026-09-18T16:45:17.890Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO STEP 79 (ensure_file) COMPLETE
106132026-09-18T16:45:17.890Z[ host-image] Sep 18 16:45:17.155 INFO O| Sep 18 16:45:17.155 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
106152026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
106162026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
106172026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO ok!
106182026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO STEP 80 (ensure_file) COMPLETE
106192026-09-18T16:45:17.897Z[ host-image] Sep 18 16:45:17.164 INFO O| Sep 18 16:45:17.164 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-09-18T16:45:17.906Z[ host-image] Sep 18 16:45:17.174 INFO O| Sep 18 16:45:17.174 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106212026-09-18T16:45:17.906Z[ host-image] Sep 18 16:45:17.174 INFO O| Sep 18 16:45:17.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
106222026-09-18T16:45:17.906Z[ host-image] Sep 18 16:45:17.174 INFO O| Sep 18 16:45:17.174 INFO STEP 81 (ensure_dir) COMPLETE
106232026-09-18T16:45:17.906Z[ host-image] Sep 18 16:45:17.174 INFO O| Sep 18 16:45:17.174 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-09-18T16:45:17.916Z[ host-image] Sep 18 16:45:17.184 INFO O| Sep 18 16:45:17.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
106252026-09-18T16:45:17.916Z[ host-image] Sep 18 16:45:17.184 INFO O| Sep 18 16:45:17.184 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
106262026-09-18T16:45:18.268Z[ host-image] Sep 18 16:45:17.537 INFO O| Sep 18 16:45:17.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
106272026-09-18T16:45:18.268Z[ host-image] Sep 18 16:45:17.537 INFO O| Sep 18 16:45:17.537 INFO ok!
106282026-09-18T16:45:18.268Z[ host-image] Sep 18 16:45:17.537 INFO O| Sep 18 16:45:17.537 INFO STEP 82 (ensure_file) COMPLETE
106292026-09-18T16:45:18.272Z[ host-image] Sep 18 16:45:17.537 INFO O| Sep 18 16:45:17.537 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-09-18T16:45:18.280Z[ host-image] Sep 18 16:45:17.548 INFO O| Sep 18 16:45:17.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
106312026-09-18T16:45:18.280Z[ host-image] Sep 18 16:45:17.548 INFO O| Sep 18 16:45:17.548 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
106322026-09-18T16:45:18.284Z[ host-image] Sep 18 16:45:17.550 INFO O| Sep 18 16:45:17.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106332026-09-18T16:45:18.284Z[ host-image] Sep 18 16:45:17.550 INFO O| Sep 18 16:45:17.550 INFO ok!
106342026-09-18T16:45:18.284Z[ host-image] Sep 18 16:45:17.550 INFO O| Sep 18 16:45:17.550 INFO STEP 83 (ensure_file) COMPLETE
106352026-09-18T16:45:18.284Z[ host-image] Sep 18 16:45:17.550 INFO O| Sep 18 16:45:17.550 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-09-18T16:45:18.292Z[ host-image] Sep 18 16:45:17.561 INFO O| Sep 18 16:45:17.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106372026-09-18T16:45:18.292Z[ host-image] Sep 18 16:45:17.562 INFO O| Sep 18 16:45:17.561 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106382026-09-18T16:45:19.379Z[ host-image] Sep 18 16:45:18.648 INFO O| Sep 18 16:45:18.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106392026-09-18T16:45:19.380Z[ host-image] Sep 18 16:45:18.648 INFO O| Sep 18 16:45:18.648 INFO ok!
106402026-09-18T16:45:19.384Z[ host-image] Sep 18 16:45:18.648 INFO O| Sep 18 16:45:18.648 INFO STEP 84 (ensure_file) COMPLETE
106412026-09-18T16:45:19.384Z[ host-image] Sep 18 16:45:18.648 INFO O| Sep 18 16:45:18.648 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-09-18T16:45:19.392Z[ host-image] Sep 18 16:45:18.661 INFO O| Sep 18 16:45:18.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106432026-09-18T16:45:19.396Z[ host-image] Sep 18 16:45:18.661 INFO O| Sep 18 16:45:18.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106442026-09-18T16:45:19.396Z[ host-image] Sep 18 16:45:18.661 INFO O| Sep 18 16:45:18.661 INFO STEP 85 (ensure_dir) COMPLETE
106452026-09-18T16:45:19.396Z[ host-image] Sep 18 16:45:18.661 INFO O| Sep 18 16:45:18.661 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-09-18T16:45:19.404Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106472026-09-18T16:45:19.408Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO copying /tmp/.tmpfjqf9Q/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 ...
106482026-09-18T16:45:19.408Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106492026-09-18T16:45:19.408Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO ok!
106502026-09-18T16:45:19.408Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO STEP 86 (ensure_file) COMPLETE
106512026-09-18T16:45:19.408Z[ host-image] Sep 18 16:45:18.673 INFO O| Sep 18 16:45:18.673 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-09-18T16:45:19.415Z[ host-image] Sep 18 16:45:18.684 INFO O| Sep 18 16:45:18.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106532026-09-18T16:45:19.415Z[ host-image] Sep 18 16:45:18.684 INFO O| Sep 18 16:45:18.684 INFO copying /tmp/.tmpfjqf9Q/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 ...
106542026-09-18T16:45:19.415Z[ host-image] Sep 18 16:45:18.684 INFO O| Sep 18 16:45:18.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106552026-09-18T16:45:19.419Z[ host-image] Sep 18 16:45:18.684 INFO O| Sep 18 16:45:18.684 INFO ok!
106562026-09-18T16:45:19.419Z[ host-image] Sep 18 16:45:18.684 INFO O| Sep 18 16:45:18.684 INFO STEP 87 (ensure_file) COMPLETE
106572026-09-18T16:45:19.419Z[ host-image] Sep 18 16:45:18.685 INFO O| Sep 18 16:45:18.684 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-18T16:45:19.426Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106592026-09-18T16:45:19.426Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106602026-09-18T16:45:19.430Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106612026-09-18T16:45:19.430Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO ok!
106622026-09-18T16:45:19.430Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO STEP 88 (ensure_file) COMPLETE
106632026-09-18T16:45:19.430Z[ host-image] Sep 18 16:45:18.695 INFO O| Sep 18 16:45:18.695 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-18T16:45:19.436Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106652026-09-18T16:45:19.436Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.706 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106662026-09-18T16:45:19.440Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106672026-09-18T16:45:19.440Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.706 INFO ok!
106682026-09-18T16:45:19.440Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.706 INFO STEP 89 (ensure_file) COMPLETE
106692026-09-18T16:45:19.440Z[ host-image] Sep 18 16:45:18.706 INFO O| Sep 18 16:45:18.706 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106702026-09-18T16:45:19.447Z[ host-image] Sep 18 16:45:18.717 INFO O| Sep 18 16:45:18.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106712026-09-18T16:45:19.447Z[ host-image] Sep 18 16:45:18.717 INFO O| Sep 18 16:45:18.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106722026-09-18T16:45:19.451Z[ host-image] Sep 18 16:45:18.717 INFO O| Sep 18 16:45:18.717 INFO STEP 90 (ensure_dir) COMPLETE
106732026-09-18T16:45:19.451Z[ host-image] Sep 18 16:45:18.717 INFO O| Sep 18 16:45:18.717 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-18T16:45:19.458Z[ host-image] Sep 18 16:45:18.728 INFO O| Sep 18 16:45:18.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106752026-09-18T16:45:19.458Z[ host-image] Sep 18 16:45:18.728 INFO O| Sep 18 16:45:18.728 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106762026-09-18T16:45:19.462Z[ host-image] Sep 18 16:45:18.729 INFO O| Sep 18 16:45:18.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106772026-09-18T16:45:19.463Z[ host-image] Sep 18 16:45:18.729 INFO O| Sep 18 16:45:18.729 INFO ok!
106782026-09-18T16:45:19.463Z[ host-image] Sep 18 16:45:18.729 INFO O| Sep 18 16:45:18.729 INFO STEP 91 (ensure_file) COMPLETE
106792026-09-18T16:45:19.463Z[ host-image] Sep 18 16:45:18.729 INFO O| Sep 18 16:45:18.729 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-18T16:45:19.471Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106812026-09-18T16:45:19.471Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106822026-09-18T16:45:19.471Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106832026-09-18T16:45:19.476Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO ok!
106842026-09-18T16:45:19.476Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO STEP 92 (ensure_file) COMPLETE
106852026-09-18T16:45:19.476Z[ host-image] Sep 18 16:45:18.740 INFO O| Sep 18 16:45:18.740 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-18T16:45:19.480Z[ host-image] Sep 18 16:45:18.749 INFO O| Sep 18 16:45:18.749 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106872026-09-18T16:45:19.483Z[ host-image] Sep 18 16:45:18.749 INFO O| Sep 18 16:45:18.749 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106882026-09-18T16:45:19.871Z[ host-image] Sep 18 16:45:19.140 INFO O| Sep 18 16:45:19.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106892026-09-18T16:45:19.871Z[ host-image] Sep 18 16:45:19.140 INFO O| Sep 18 16:45:19.140 INFO ok!
106902026-09-18T16:45:19.871Z[ host-image] Sep 18 16:45:19.140 INFO O| Sep 18 16:45:19.140 INFO STEP 93 (ensure_file) COMPLETE
106912026-09-18T16:45:19.875Z[ host-image] Sep 18 16:45:19.140 INFO O| Sep 18 16:45:19.140 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-18T16:45:19.882Z[ host-image] Sep 18 16:45:19.151 INFO O| Sep 18 16:45:19.151 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106932026-09-18T16:45:19.886Z[ host-image] Sep 18 16:45:19.151 INFO O| Sep 18 16:45:19.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106942026-09-18T16:45:19.886Z[ host-image] Sep 18 16:45:19.151 INFO O| Sep 18 16:45:19.151 INFO STEP 94 (ensure_dir) COMPLETE
106952026-09-18T16:45:19.886Z[ host-image] Sep 18 16:45:19.151 INFO O| Sep 18 16:45:19.151 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106962026-09-18T16:45:19.893Z[ host-image] Sep 18 16:45:19.162 INFO O| Sep 18 16:45:19.162 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106972026-09-18T16:45:19.897Z[ host-image] Sep 18 16:45:19.162 INFO O| Sep 18 16:45:19.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106982026-09-18T16:45:19.897Z[ host-image] Sep 18 16:45:19.162 INFO O| Sep 18 16:45:19.162 INFO STEP 95 (ensure_dir) COMPLETE
106992026-09-18T16:45:19.897Z[ host-image] Sep 18 16:45:19.162 INFO O| Sep 18 16:45:19.162 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107002026-09-18T16:45:19.902Z[ host-image] Sep 18 16:45:19.172 INFO O| Sep 18 16:45:19.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107012026-09-18T16:45:19.906Z[ host-image] Sep 18 16:45:19.172 INFO O| Sep 18 16:45:19.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
107022026-09-18T16:45:19.906Z[ host-image] Sep 18 16:45:19.172 INFO O| Sep 18 16:45:19.172 INFO STEP 96 (ensure_dir) COMPLETE
107032026-09-18T16:45:19.906Z[ host-image] Sep 18 16:45:19.172 INFO O| Sep 18 16:45:19.172 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-09-18T16:45:19.911Z[ host-image] Sep 18 16:45:19.179 INFO O| Sep 18 16:45:19.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107052026-09-18T16:45:19.911Z[ host-image] Sep 18 16:45:19.179 INFO O| Sep 18 16:45:19.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
107062026-09-18T16:45:19.911Z[ host-image] Sep 18 16:45:19.179 INFO O| Sep 18 16:45:19.179 INFO STEP 97 (ensure_dir) COMPLETE
107072026-09-18T16:45:19.911Z[ host-image] Sep 18 16:45:19.179 INFO O| Sep 18 16:45:19.179 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-18T16:45:19.917Z[ host-image] Sep 18 16:45:19.186 INFO O| Sep 18 16:45:19.186 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107092026-09-18T16:45:19.917Z[ host-image] Sep 18 16:45:19.186 INFO O| Sep 18 16:45:19.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
107102026-09-18T16:45:19.917Z[ host-image] Sep 18 16:45:19.186 INFO O| Sep 18 16:45:19.186 INFO STEP 98 (ensure_dir) COMPLETE
107112026-09-18T16:45:19.921Z[ host-image] Sep 18 16:45:19.186 INFO O| Sep 18 16:45:19.186 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107122026-09-18T16:45:19.927Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
107132026-09-18T16:45:19.928Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO copying /tmp/.tmpfjqf9Q/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 ...
107142026-09-18T16:45:19.932Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
107152026-09-18T16:45:19.932Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO ok!
107162026-09-18T16:45:19.932Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO STEP 99 (ensure_file) COMPLETE
107172026-09-18T16:45:19.932Z[ host-image] Sep 18 16:45:19.197 INFO O| Sep 18 16:45:19.197 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107182026-09-18T16:45:19.937Z[ host-image] Sep 18 16:45:19.206 INFO O| Sep 18 16:45:19.206 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107192026-09-18T16:45:19.937Z[ host-image] Sep 18 16:45:19.206 INFO O| Sep 18 16:45:19.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
107202026-09-18T16:45:19.941Z[ host-image] Sep 18 16:45:19.206 INFO O| Sep 18 16:45:19.206 INFO STEP 100 (ensure_dir) COMPLETE
107212026-09-18T16:45:19.941Z[ host-image] Sep 18 16:45:19.206 INFO O| Sep 18 16:45:19.206 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-09-18T16:45:19.945Z[ host-image] Sep 18 16:45:19.214 INFO O| Sep 18 16:45:19.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
107232026-09-18T16:45:19.945Z[ host-image] Sep 18 16:45:19.214 INFO O| Sep 18 16:45:19.214 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
107242026-09-18T16:45:20.620Z[ host-image] Sep 18 16:45:19.889 INFO O| Sep 18 16:45:19.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
107252026-09-18T16:45:20.620Z[ host-image] Sep 18 16:45:19.889 INFO O| Sep 18 16:45:19.889 INFO ok!
107262026-09-18T16:45:20.620Z[ host-image] Sep 18 16:45:19.889 INFO O| Sep 18 16:45:19.889 INFO STEP 101 (ensure_file) COMPLETE
107272026-09-18T16:45:20.624Z[ host-image] Sep 18 16:45:19.889 INFO O| Sep 18 16:45:19.889 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107282026-09-18T16:45:20.632Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
107292026-09-18T16:45:20.632Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
107302026-09-18T16:45:20.632Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107312026-09-18T16:45:20.636Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO ok!
107322026-09-18T16:45:20.636Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO STEP 102 (ensure_file) COMPLETE
107332026-09-18T16:45:20.636Z[ host-image] Sep 18 16:45:19.901 INFO O| Sep 18 16:45:19.901 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107342026-09-18T16:45:20.642Z[ host-image] Sep 18 16:45:19.911 INFO O| Sep 18 16:45:19.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
107352026-09-18T16:45:20.642Z[ host-image] Sep 18 16:45:19.911 INFO O| Sep 18 16:45:19.911 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
107362026-09-18T16:45:20.653Z[ host-image] Sep 18 16:45:19.922 INFO O| Sep 18 16:45:19.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
107372026-09-18T16:45:20.653Z[ host-image] Sep 18 16:45:19.922 INFO O| Sep 18 16:45:19.922 INFO ok!
107382026-09-18T16:45:20.653Z[ host-image] Sep 18 16:45:19.922 INFO O| Sep 18 16:45:19.922 INFO STEP 103 (ensure_file) COMPLETE
107392026-09-18T16:45:20.657Z[ host-image] Sep 18 16:45:19.922 INFO O| Sep 18 16:45:19.922 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107402026-09-18T16:45:20.664Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
107412026-09-18T16:45:20.664Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
107422026-09-18T16:45:20.668Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
107432026-09-18T16:45:20.668Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO ok!
107442026-09-18T16:45:20.668Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO STEP 104 (ensure_file) COMPLETE
107452026-09-18T16:45:20.668Z[ host-image] Sep 18 16:45:19.934 INFO O| Sep 18 16:45:19.934 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107462026-09-18T16:45:20.675Z[ host-image] Sep 18 16:45:19.944 INFO O| Sep 18 16:45:19.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107472026-09-18T16:45:20.678Z[ host-image] Sep 18 16:45:19.944 INFO O| Sep 18 16:45:19.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107482026-09-18T16:45:20.678Z[ host-image] Sep 18 16:45:19.944 INFO O| Sep 18 16:45:19.944 INFO STEP 105 (ensure_dir) COMPLETE
107492026-09-18T16:45:20.678Z[ host-image] Sep 18 16:45:19.944 INFO O| Sep 18 16:45:19.944 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107502026-09-18T16:45:20.685Z[ host-image] Sep 18 16:45:19.954 INFO O| Sep 18 16:45:19.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107512026-09-18T16:45:20.685Z[ host-image] Sep 18 16:45:19.954 INFO O| Sep 18 16:45:19.954 INFO copying /tmp/.tmpfjqf9Q/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 ...
107522026-09-18T16:45:21.035Z[ host-image] Sep 18 16:45:20.304 INFO O| Sep 18 16:45:20.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107532026-09-18T16:45:21.035Z[ host-image] Sep 18 16:45:20.304 INFO O| Sep 18 16:45:20.304 INFO ok!
107542026-09-18T16:45:21.035Z[ host-image] Sep 18 16:45:20.304 INFO O| Sep 18 16:45:20.304 INFO STEP 106 (ensure_file) COMPLETE
107552026-09-18T16:45:21.038Z[ host-image] Sep 18 16:45:20.304 INFO O| Sep 18 16:45:20.304 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107562026-09-18T16:45:21.045Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107572026-09-18T16:45:21.045Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO copying /tmp/.tmpfjqf9Q/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 ...
107582026-09-18T16:45:21.049Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107592026-09-18T16:45:21.049Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO ok!
107602026-09-18T16:45:21.049Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO STEP 107 (ensure_file) COMPLETE
107612026-09-18T16:45:21.049Z[ host-image] Sep 18 16:45:20.314 INFO O| Sep 18 16:45:20.314 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107622026-09-18T16:45:21.055Z[ host-image] Sep 18 16:45:20.324 INFO O| Sep 18 16:45:20.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107632026-09-18T16:45:21.055Z[ host-image] Sep 18 16:45:20.324 INFO O| Sep 18 16:45:20.324 INFO copying /tmp/.tmpfjqf9Q/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 ...
107642026-09-18T16:45:21.059Z[ host-image] Sep 18 16:45:20.324 INFO O| Sep 18 16:45:20.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107652026-09-18T16:45:21.059Z[ host-image] Sep 18 16:45:20.325 INFO O| Sep 18 16:45:20.324 INFO ok!
107662026-09-18T16:45:21.059Z[ host-image] Sep 18 16:45:20.325 INFO O| Sep 18 16:45:20.324 INFO STEP 108 (ensure_file) COMPLETE
107672026-09-18T16:45:21.059Z[ host-image] Sep 18 16:45:20.325 INFO O| Sep 18 16:45:20.324 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107682026-09-18T16:45:21.067Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107692026-09-18T16:45:21.067Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO copying /tmp/.tmpfjqf9Q/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 ...
107702026-09-18T16:45:21.071Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107712026-09-18T16:45:21.071Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO ok!
107722026-09-18T16:45:21.071Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO STEP 109 (ensure_file) COMPLETE
107732026-09-18T16:45:21.072Z[ host-image] Sep 18 16:45:20.336 INFO O| Sep 18 16:45:20.336 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-18T16:45:21.078Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107752026-09-18T16:45:21.078Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.348 INFO copying /tmp/.tmpfjqf9Q/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 ...
107762026-09-18T16:45:21.082Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107772026-09-18T16:45:21.082Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.348 INFO ok!
107782026-09-18T16:45:21.082Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.348 INFO STEP 110 (ensure_file) COMPLETE
107792026-09-18T16:45:21.082Z[ host-image] Sep 18 16:45:20.348 INFO O| Sep 18 16:45:20.348 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107802026-09-18T16:45:21.088Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107812026-09-18T16:45:21.088Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO copying /tmp/.tmpfjqf9Q/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 ...
107822026-09-18T16:45:21.092Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107832026-09-18T16:45:21.092Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO ok!
107842026-09-18T16:45:21.092Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO STEP 111 (ensure_file) COMPLETE
107852026-09-18T16:45:21.092Z[ host-image] Sep 18 16:45:20.357 INFO O| Sep 18 16:45:20.357 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107862026-09-18T16:45:21.099Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107872026-09-18T16:45:21.099Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO copying /tmp/.tmpfjqf9Q/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 ...
107882026-09-18T16:45:21.102Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107892026-09-18T16:45:21.102Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO ok!
107902026-09-18T16:45:21.102Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO STEP 112 (ensure_file) COMPLETE
107912026-09-18T16:45:21.102Z[ host-image] Sep 18 16:45:20.368 INFO O| Sep 18 16:45:20.368 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107922026-09-18T16:45:21.107Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107932026-09-18T16:45:21.107Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107942026-09-18T16:45:21.111Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107952026-09-18T16:45:21.111Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO ok!
107962026-09-18T16:45:21.111Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO STEP 113 (ensure_file) COMPLETE
107972026-09-18T16:45:21.111Z[ host-image] Sep 18 16:45:20.377 INFO O| Sep 18 16:45:20.377 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107982026-09-18T16:45:21.118Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107992026-09-18T16:45:21.118Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO copying /tmp/.tmpfjqf9Q/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 ...
108002026-09-18T16:45:21.121Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
108012026-09-18T16:45:21.121Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO ok!
108022026-09-18T16:45:21.121Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO STEP 114 (ensure_file) COMPLETE
108032026-09-18T16:45:21.122Z[ host-image] Sep 18 16:45:20.387 INFO O| Sep 18 16:45:20.387 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108042026-09-18T16:45:21.129Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
108052026-09-18T16:45:21.129Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO copying /tmp/.tmpfjqf9Q/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 ...
108062026-09-18T16:45:21.129Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
108072026-09-18T16:45:21.133Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO ok!
108082026-09-18T16:45:21.133Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO STEP 115 (ensure_file) COMPLETE
108092026-09-18T16:45:21.133Z[ host-image] Sep 18 16:45:20.398 INFO O| Sep 18 16:45:20.398 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108102026-09-18T16:45:21.140Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
108112026-09-18T16:45:21.140Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO copying /tmp/.tmpfjqf9Q/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 ...
108122026-09-18T16:45:21.143Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
108132026-09-18T16:45:21.143Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO ok!
108142026-09-18T16:45:21.143Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO STEP 116 (ensure_file) COMPLETE
108152026-09-18T16:45:21.143Z[ host-image] Sep 18 16:45:20.409 INFO O| Sep 18 16:45:20.409 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108162026-09-18T16:45:21.152Z[ host-image] Sep 18 16:45:20.419 INFO O| Sep 18 16:45:20.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
108172026-09-18T16:45:21.155Z[ host-image] Sep 18 16:45:20.419 INFO O| Sep 18 16:45:20.419 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
108182026-09-18T16:45:21.155Z[ host-image] Sep 18 16:45:20.420 INFO O| Sep 18 16:45:20.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
108192026-09-18T16:45:21.155Z[ host-image] Sep 18 16:45:20.420 INFO O| Sep 18 16:45:20.420 INFO ok!
108202026-09-18T16:45:21.155Z[ host-image] Sep 18 16:45:20.420 INFO O| Sep 18 16:45:20.420 INFO STEP 117 (ensure_file) COMPLETE
108212026-09-18T16:45:21.155Z[ host-image] Sep 18 16:45:20.420 INFO O| Sep 18 16:45:20.420 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108222026-09-18T16:45:21.159Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
108232026-09-18T16:45:21.159Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO copying /tmp/.tmpfjqf9Q/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 ...
108242026-09-18T16:45:21.163Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
108252026-09-18T16:45:21.163Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO ok!
108262026-09-18T16:45:21.163Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO STEP 118 (ensure_file) COMPLETE
108272026-09-18T16:45:21.163Z[ host-image] Sep 18 16:45:20.429 INFO O| Sep 18 16:45:20.429 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108282026-09-18T16:45:21.171Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
108292026-09-18T16:45:21.171Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO copying /tmp/.tmpfjqf9Q/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 ...
108302026-09-18T16:45:21.174Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108312026-09-18T16:45:21.174Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO ok!
108322026-09-18T16:45:21.174Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO STEP 119 (ensure_file) COMPLETE
108332026-09-18T16:45:21.174Z[ host-image] Sep 18 16:45:20.440 INFO O| Sep 18 16:45:20.440 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108342026-09-18T16:45:21.182Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
108352026-09-18T16:45:21.182Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO copying /tmp/.tmpfjqf9Q/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 ...
108362026-09-18T16:45:21.185Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
108372026-09-18T16:45:21.185Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO ok!
108382026-09-18T16:45:21.185Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO STEP 120 (ensure_file) COMPLETE
108392026-09-18T16:45:21.185Z[ host-image] Sep 18 16:45:20.450 INFO O| Sep 18 16:45:20.450 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108402026-09-18T16:45:21.190Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
108412026-09-18T16:45:21.190Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO copying /tmp/.tmpfjqf9Q/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 ...
108422026-09-18T16:45:21.190Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
108432026-09-18T16:45:21.193Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO ok!
108442026-09-18T16:45:21.193Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO STEP 121 (ensure_file) COMPLETE
108452026-09-18T16:45:21.194Z[ host-image] Sep 18 16:45:20.459 INFO O| Sep 18 16:45:20.459 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108462026-09-18T16:45:21.201Z[ host-image] Sep 18 16:45:20.470 INFO O| Sep 18 16:45:20.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108472026-09-18T16:45:21.201Z[ host-image] Sep 18 16:45:20.471 INFO O| Sep 18 16:45:20.470 INFO copying /tmp/.tmpfjqf9Q/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 ...
108482026-09-18T16:45:21.205Z[ host-image] Sep 18 16:45:20.471 INFO O| Sep 18 16:45:20.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108492026-09-18T16:45:21.205Z[ host-image] Sep 18 16:45:20.471 INFO O| Sep 18 16:45:20.471 INFO ok!
108502026-09-18T16:45:21.205Z[ host-image] Sep 18 16:45:20.471 INFO O| Sep 18 16:45:20.471 INFO STEP 122 (ensure_file) COMPLETE
108512026-09-18T16:45:21.205Z[ host-image] Sep 18 16:45:20.471 INFO O| Sep 18 16:45:20.471 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108522026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108532026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO copying /tmp/.tmpfjqf9Q/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 ...
108542026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108552026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO ok!
108562026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO STEP 123 (ensure_file) COMPLETE
108572026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.482 INFO O| Sep 18 16:45:20.482 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108582026-09-18T16:45:21.259Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108592026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.491 INFO copying /tmp/.tmpfjqf9Q/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 ...
108602026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108612026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.491 INFO ok!
108622026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.491 INFO STEP 124 (ensure_file) COMPLETE
108632026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.491 INFO O| Sep 18 16:45:20.491 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108642026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108652026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO copying /tmp/.tmpfjqf9Q/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 ...
108662026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108672026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO ok!
108682026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO STEP 125 (ensure_file) COMPLETE
108692026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.500 INFO O| Sep 18 16:45:20.500 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108702026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108712026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO copying /tmp/.tmpfjqf9Q/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 ...
108722026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108732026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO ok!
108742026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO STEP 126 (ensure_file) COMPLETE
108752026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.509 INFO O| Sep 18 16:45:20.509 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108762026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108772026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO copying /tmp/.tmpfjqf9Q/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 ...
108782026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108792026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO ok!
108802026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO STEP 127 (ensure_file) COMPLETE
108812026-09-18T16:45:21.261Z[ host-image] Sep 18 16:45:20.519 INFO O| Sep 18 16:45:20.519 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108822026-09-18T16:45:21.265Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108832026-09-18T16:45:21.266Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO copying /tmp/.tmpfjqf9Q/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 ...
108842026-09-18T16:45:21.266Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108852026-09-18T16:45:21.266Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO ok!
108862026-09-18T16:45:21.266Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO STEP 128 (ensure_file) COMPLETE
108872026-09-18T16:45:21.266Z[ host-image] Sep 18 16:45:20.530 INFO O| Sep 18 16:45:20.530 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108882026-09-18T16:45:21.272Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108892026-09-18T16:45:21.272Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO copying /tmp/.tmpfjqf9Q/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 ...
108902026-09-18T16:45:21.272Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108912026-09-18T16:45:21.272Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO ok!
108922026-09-18T16:45:21.276Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO STEP 129 (ensure_file) COMPLETE
108932026-09-18T16:45:21.276Z[ host-image] Sep 18 16:45:20.541 INFO O| Sep 18 16:45:20.541 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-18T16:45:21.281Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108952026-09-18T16:45:21.281Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO copying /tmp/.tmpfjqf9Q/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 ...
108962026-09-18T16:45:21.285Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108972026-09-18T16:45:21.285Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO ok!
108982026-09-18T16:45:21.285Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO STEP 130 (ensure_file) COMPLETE
108992026-09-18T16:45:21.285Z[ host-image] Sep 18 16:45:20.551 INFO O| Sep 18 16:45:20.551 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109002026-09-18T16:45:21.292Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
109012026-09-18T16:45:21.295Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO copying /tmp/.tmpfjqf9Q/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 ...
109022026-09-18T16:45:21.296Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
109032026-09-18T16:45:21.296Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO ok!
109042026-09-18T16:45:21.296Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO STEP 131 (ensure_file) COMPLETE
109052026-09-18T16:45:21.296Z[ host-image] Sep 18 16:45:20.561 INFO O| Sep 18 16:45:20.561 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-18T16:45:21.301Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
109072026-09-18T16:45:21.301Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO copying /tmp/.tmpfjqf9Q/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 ...
109082026-09-18T16:45:21.301Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
109092026-09-18T16:45:21.304Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO ok!
109102026-09-18T16:45:21.304Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO STEP 132 (ensure_file) COMPLETE
109112026-09-18T16:45:21.304Z[ host-image] Sep 18 16:45:20.570 INFO O| Sep 18 16:45:20.570 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-18T16:45:21.309Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
109132026-09-18T16:45:21.309Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO copying /tmp/.tmpfjqf9Q/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 ...
109142026-09-18T16:45:21.309Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
109152026-09-18T16:45:21.313Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO ok!
109162026-09-18T16:45:21.313Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO STEP 133 (ensure_file) COMPLETE
109172026-09-18T16:45:21.315Z[ host-image] Sep 18 16:45:20.578 INFO O| Sep 18 16:45:20.578 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
109192026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO copying /tmp/.tmpfjqf9Q/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 ...
109202026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
109212026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO ok!
109222026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO STEP 134 (ensure_file) COMPLETE
109232026-09-18T16:45:21.319Z[ host-image] Sep 18 16:45:20.587 INFO O| Sep 18 16:45:20.587 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-18T16:45:21.326Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
109252026-09-18T16:45:21.326Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO copying /tmp/.tmpfjqf9Q/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 ...
109262026-09-18T16:45:21.326Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
109272026-09-18T16:45:21.326Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO ok!
109282026-09-18T16:45:21.326Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO STEP 135 (ensure_file) COMPLETE
109292026-09-18T16:45:21.330Z[ host-image] Sep 18 16:45:20.595 INFO O| Sep 18 16:45:20.595 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109302026-09-18T16:45:21.336Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109312026-09-18T16:45:21.336Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109322026-09-18T16:45:21.341Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109332026-09-18T16:45:21.341Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO ok!
109342026-09-18T16:45:21.341Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO STEP 136 (ensure_file) COMPLETE
109352026-09-18T16:45:21.341Z[ host-image] Sep 18 16:45:20.605 INFO O| Sep 18 16:45:20.605 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109362026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.613 INFO O| Sep 18 16:45:20.613 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
109372026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.613 INFO O| Sep 18 16:45:20.613 INFO copying /tmp/.tmpfjqf9Q/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 ...
109382026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.613 INFO O| Sep 18 16:45:20.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
109392026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.614 INFO O| Sep 18 16:45:20.613 INFO ok!
109402026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.614 INFO O| Sep 18 16:45:20.613 INFO STEP 137 (ensure_file) COMPLETE
109412026-09-18T16:45:21.345Z[ host-image] Sep 18 16:45:20.614 INFO O| Sep 18 16:45:20.613 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109422026-09-18T16:45:21.355Z[ host-image] Sep 18 16:45:20.624 INFO O| Sep 18 16:45:20.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
109432026-09-18T16:45:21.355Z[ host-image] Sep 18 16:45:20.625 INFO O| Sep 18 16:45:20.624 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
109442026-09-18T16:45:21.359Z[ host-image] Sep 18 16:45:20.625 INFO O| Sep 18 16:45:20.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
109452026-09-18T16:45:21.359Z[ host-image] Sep 18 16:45:20.625 INFO O| Sep 18 16:45:20.625 INFO ok!
109462026-09-18T16:45:21.359Z[ host-image] Sep 18 16:45:20.625 INFO O| Sep 18 16:45:20.625 INFO STEP 138 (ensure_file) COMPLETE
109472026-09-18T16:45:21.360Z[ host-image] Sep 18 16:45:20.625 INFO O| Sep 18 16:45:20.625 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109482026-09-18T16:45:21.366Z[ host-image] Sep 18 16:45:20.636 INFO O| Sep 18 16:45:20.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109492026-09-18T16:45:21.366Z[ host-image] Sep 18 16:45:20.636 INFO O| Sep 18 16:45:20.636 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109502026-09-18T16:45:27.769Z[ host-image] Sep 18 16:45:27.038 INFO O| Sep 18 16:45:27.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109512026-09-18T16:45:27.769Z[ host-image] Sep 18 16:45:27.038 INFO O| Sep 18 16:45:27.038 INFO ok!
109522026-09-18T16:45:27.772Z[ host-image] Sep 18 16:45:27.038 INFO O| Sep 18 16:45:27.038 INFO STEP 139 (ensure_file) COMPLETE
109532026-09-18T16:45:27.773Z[ host-image] Sep 18 16:45:27.038 INFO O| Sep 18 16:45:27.038 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109542026-09-18T16:45:27.778Z[ host-image] Sep 18 16:45:27.048 INFO O| Sep 18 16:45:27.048 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109552026-09-18T16:45:27.778Z[ host-image] Sep 18 16:45:27.048 INFO O| Sep 18 16:45:27.048 INFO STEP 140 (ensure_dir) COMPLETE
109562026-09-18T16:45:27.778Z[ host-image] Sep 18 16:45:27.048 INFO O| Sep 18 16:45:27.048 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109572026-09-18T16:45:27.787Z[ host-image] Sep 18 16:45:27.056 INFO O| Sep 18 16:45:27.056 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109582026-09-18T16:45:27.787Z[ host-image] Sep 18 16:45:27.056 INFO O| Sep 18 16:45:27.056 INFO STEP 141 (ensure_dir) COMPLETE
109592026-09-18T16:45:27.791Z[ host-image] Sep 18 16:45:27.056 INFO O| Sep 18 16:45:27.056 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109602026-09-18T16:45:27.797Z[ host-image] Sep 18 16:45:27.066 INFO O| Sep 18 16:45:27.066 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109612026-09-18T16:45:27.801Z[ host-image] Sep 18 16:45:27.067 INFO O| Sep 18 16:45:27.066 INFO STEP 142 (ensure_dir) COMPLETE
109622026-09-18T16:45:27.801Z[ host-image] Sep 18 16:45:27.067 INFO O| Sep 18 16:45:27.066 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109632026-09-18T16:45:27.805Z[ host-image] Sep 18 16:45:27.075 INFO O| Sep 18 16:45:27.075 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109642026-09-18T16:45:27.805Z[ host-image] Sep 18 16:45:27.075 INFO O| Sep 18 16:45:27.075 INFO STEP 143 (ensure_dir) COMPLETE
109652026-09-18T16:45:27.810Z[ host-image] Sep 18 16:45:27.075 INFO O| Sep 18 16:45:27.075 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109662026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.082 INFO O| Sep 18 16:45:27.082 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109672026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.082 INFO O| Sep 18 16:45:27.082 INFO copying /tmp/.tmpfjqf9Q/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 ...
109682026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.082 INFO O| Sep 18 16:45:27.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109692026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.082 INFO O| Sep 18 16:45:27.082 INFO ok!
109702026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.083 INFO O| Sep 18 16:45:27.082 INFO STEP 144 (ensure_file) COMPLETE
109712026-09-18T16:45:27.814Z[ host-image] Sep 18 16:45:27.083 INFO O| Sep 18 16:45:27.082 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109722026-09-18T16:45:27.822Z[ host-image] Sep 18 16:45:27.091 INFO O| Sep 18 16:45:27.091 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109732026-09-18T16:45:27.822Z[ host-image] Sep 18 16:45:27.091 INFO O| Sep 18 16:45:27.091 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109742026-09-18T16:45:27.825Z[ host-image] Sep 18 16:45:27.091 INFO O| Sep 18 16:45:27.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109752026-09-18T16:45:27.825Z[ host-image] Sep 18 16:45:27.091 INFO O| Sep 18 16:45:27.091 INFO STEP 145 (ensure_dir) COMPLETE
109762026-09-18T16:45:27.825Z[ host-image] Sep 18 16:45:27.091 INFO O| Sep 18 16:45:27.091 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109772026-09-18T16:45:27.829Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109782026-09-18T16:45:27.829Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 INFO copying /tmp/.tmpfjqf9Q/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109792026-09-18T16:45:27.833Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109802026-09-18T16:45:27.833Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 INFO ok!
109812026-09-18T16:45:27.833Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 INFO STEP 146 (ensure_file) COMPLETE
109822026-09-18T16:45:27.833Z[ host-image] Sep 18 16:45:27.099 INFO O| Sep 18 16:45:27.099 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-18T16:45:27.837Z[ host-image] Sep 18 16:45:27.106 INFO O| Sep 18 16:45:27.106 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109842026-09-18T16:45:27.837Z[ host-image] Sep 18 16:45:27.106 INFO O| Sep 18 16:45:27.106 INFO STEP 147 (remove_files) COMPLETE
109852026-09-18T16:45:27.837Z[ host-image] Sep 18 16:45:27.106 INFO O| Sep 18 16:45:27.106 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-18T16:45:27.844Z[ host-image] Sep 18 16:45:27.113 INFO O| Sep 18 16:45:27.113 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109872026-09-18T16:45:27.847Z[ host-image] Sep 18 16:45:27.114 INFO O| Sep 18 16:45:27.113 INFO STEP 148 (remove_files) COMPLETE
109882026-09-18T16:45:27.847Z[ host-image] Sep 18 16:45:27.114 INFO O| Sep 18 16:45:27.113 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-18T16:45:27.853Z[ host-image] Sep 18 16:45:27.122 INFO O| Sep 18 16:45:27.122 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109902026-09-18T16:45:27.856Z[ host-image] Sep 18 16:45:27.122 INFO O| Sep 18 16:45:27.122 INFO STEP 149 (remove_files) COMPLETE
109912026-09-18T16:45:27.856Z[ host-image] Sep 18 16:45:27.122 INFO O| Sep 18 16:45:27.122 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-18T16:45:27.860Z[ host-image] Sep 18 16:45:27.129 INFO O| Sep 18 16:45:27.129 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109932026-09-18T16:45:27.863Z[ host-image] Sep 18 16:45:27.130 INFO O| Sep 18 16:45:27.130 INFO STEP 150 (remove_files) COMPLETE
109942026-09-18T16:45:27.863Z[ host-image] Sep 18 16:45:27.130 INFO O| Sep 18 16:45:27.130 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-18T16:45:27.868Z[ host-image] Sep 18 16:45:27.138 INFO O| Sep 18 16:45:27.138 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109962026-09-18T16:45:27.873Z[ host-image] Sep 18 16:45:27.138 INFO O| Sep 18 16:45:27.138 INFO STEP 151 (remove_files) COMPLETE
109972026-09-18T16:45:27.873Z[ host-image] Sep 18 16:45:27.138 INFO O| Sep 18 16:45:27.138 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-18T16:45:27.876Z[ host-image] Sep 18 16:45:27.145 INFO O| Sep 18 16:45:27.145 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109992026-09-18T16:45:27.876Z[ host-image] Sep 18 16:45:27.145 INFO O| Sep 18 16:45:27.145 INFO STEP 152 (remove_files) COMPLETE
110002026-09-18T16:45:27.876Z[ host-image] Sep 18 16:45:27.145 INFO O| Sep 18 16:45:27.145 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-18T16:45:27.882Z[ host-image] Sep 18 16:45:27.152 INFO O| Sep 18 16:45:27.152 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
110022026-09-18T16:45:27.882Z[ host-image] Sep 18 16:45:27.152 INFO O| Sep 18 16:45:27.152 INFO STEP 153 (remove_files) COMPLETE
110032026-09-18T16:45:27.886Z[ host-image] Sep 18 16:45:27.152 INFO O| Sep 18 16:45:27.152 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-18T16:45:27.891Z[ host-image] Sep 18 16:45:27.161 INFO O| Sep 18 16:45:27.161 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
110052026-09-18T16:45:27.891Z[ host-image] Sep 18 16:45:27.161 INFO O| Sep 18 16:45:27.161 INFO STEP 154 (remove_files) COMPLETE
110062026-09-18T16:45:27.894Z[ host-image] Sep 18 16:45:27.161 INFO O| Sep 18 16:45:27.161 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-18T16:45:27.900Z[ host-image] Sep 18 16:45:27.170 INFO O| Sep 18 16:45:27.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
110082026-09-18T16:45:27.900Z[ host-image] Sep 18 16:45:27.170 INFO O| Sep 18 16:45:27.170 INFO STEP 155 (remove_files) COMPLETE
110092026-09-18T16:45:27.904Z[ host-image] Sep 18 16:45:27.170 INFO O| Sep 18 16:45:27.170 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-18T16:45:27.909Z[ host-image] Sep 18 16:45:27.179 INFO O| Sep 18 16:45:27.179 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
110112026-09-18T16:45:27.910Z[ host-image] Sep 18 16:45:27.179 INFO O| Sep 18 16:45:27.179 INFO STEP 156 (remove_files) COMPLETE
110122026-09-18T16:45:27.910Z[ host-image] Sep 18 16:45:27.179 INFO O| Sep 18 16:45:27.179 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-18T16:45:27.918Z[ host-image] Sep 18 16:45:27.187 INFO O| Sep 18 16:45:27.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
110142026-09-18T16:45:27.918Z[ host-image] Sep 18 16:45:27.187 INFO O| Sep 18 16:45:27.187 INFO STEP 157 (remove_files) COMPLETE
110152026-09-18T16:45:27.921Z[ host-image] Sep 18 16:45:27.187 INFO O| Sep 18 16:45:27.187 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-18T16:45:27.926Z[ host-image] Sep 18 16:45:27.196 INFO O| Sep 18 16:45:27.196 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
110172026-09-18T16:45:27.929Z[ host-image] Sep 18 16:45:27.196 INFO O| Sep 18 16:45:27.196 INFO STEP 158 (remove_files) COMPLETE
110182026-09-18T16:45:27.929Z[ host-image] Sep 18 16:45:27.196 INFO O| Sep 18 16:45:27.196 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-18T16:45:27.934Z[ host-image] Sep 18 16:45:27.204 INFO O| Sep 18 16:45:27.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
110202026-09-18T16:45:27.938Z[ host-image] Sep 18 16:45:27.204 INFO O| Sep 18 16:45:27.204 INFO STEP 159 (remove_files) COMPLETE
110212026-09-18T16:45:27.938Z[ host-image] Sep 18 16:45:27.204 INFO O| Sep 18 16:45:27.204 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110222026-09-18T16:45:27.943Z[ host-image] Sep 18 16:45:27.212 INFO O| Sep 18 16:45:27.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
110232026-09-18T16:45:27.943Z[ host-image] Sep 18 16:45:27.212 INFO O| Sep 18 16:45:27.212 INFO STEP 160 (remove_files) COMPLETE
110242026-09-18T16:45:27.947Z[ host-image] Sep 18 16:45:27.212 INFO O| Sep 18 16:45:27.212 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110252026-09-18T16:45:27.950Z[ host-image] Sep 18 16:45:27.220 INFO O| Sep 18 16:45:27.220 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
110262026-09-18T16:45:27.951Z[ host-image] Sep 18 16:45:27.220 INFO O| Sep 18 16:45:27.220 INFO STEP 161 (remove_files) COMPLETE
110272026-09-18T16:45:27.951Z[ host-image] Sep 18 16:45:27.220 INFO O| Sep 18 16:45:27.220 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110282026-09-18T16:45:27.957Z[ host-image] Sep 18 16:45:27.226 INFO O| Sep 18 16:45:27.226 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
110292026-09-18T16:45:27.957Z[ host-image] Sep 18 16:45:27.226 INFO O| Sep 18 16:45:27.226 INFO STEP 162 (remove_files) COMPLETE
110302026-09-18T16:45:27.960Z[ host-image] Sep 18 16:45:27.226 INFO O| Sep 18 16:45:27.226 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110312026-09-18T16:45:27.965Z[ host-image] Sep 18 16:45:27.234 INFO O| Sep 18 16:45:27.234 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
110322026-09-18T16:45:27.965Z[ host-image] Sep 18 16:45:27.234 INFO O| Sep 18 16:45:27.234 INFO STEP 163 (remove_files) COMPLETE
110332026-09-18T16:45:27.965Z[ host-image] Sep 18 16:45:27.234 INFO O| Sep 18 16:45:27.234 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110342026-09-18T16:45:27.972Z[ host-image] Sep 18 16:45:27.242 INFO O| Sep 18 16:45:27.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
110352026-09-18T16:45:27.972Z[ host-image] Sep 18 16:45:27.242 INFO O| Sep 18 16:45:27.242 INFO STEP 164 (remove_files) COMPLETE
110362026-09-18T16:45:27.972Z[ host-image] Sep 18 16:45:27.242 INFO O| Sep 18 16:45:27.242 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110372026-09-18T16:45:27.980Z[ host-image] Sep 18 16:45:27.249 INFO O| Sep 18 16:45:27.249 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
110382026-09-18T16:45:27.980Z[ host-image] Sep 18 16:45:27.249 INFO O| Sep 18 16:45:27.249 INFO STEP 165 (remove_files) COMPLETE
110392026-09-18T16:45:27.983Z[ host-image] Sep 18 16:45:27.249 INFO O| Sep 18 16:45:27.249 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110402026-09-18T16:45:27.988Z[ host-image] Sep 18 16:45:27.257 INFO O| Sep 18 16:45:27.257 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
110412026-09-18T16:45:27.988Z[ host-image] Sep 18 16:45:27.257 INFO O| Sep 18 16:45:27.257 INFO STEP 166 (remove_files) COMPLETE
110422026-09-18T16:45:27.988Z[ host-image] Sep 18 16:45:27.257 INFO O| Sep 18 16:45:27.257 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110432026-09-18T16:45:27.995Z[ host-image] Sep 18 16:45:27.264 INFO O| Sep 18 16:45:27.264 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
110442026-09-18T16:45:27.999Z[ host-image] Sep 18 16:45:27.264 INFO O| Sep 18 16:45:27.264 INFO STEP 167 (remove_files) COMPLETE
110452026-09-18T16:45:27.999Z[ host-image] Sep 18 16:45:27.264 INFO O| Sep 18 16:45:27.264 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110462026-09-18T16:45:28.004Z[ host-image] Sep 18 16:45:27.271 INFO O| Sep 18 16:45:27.271 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110472026-09-18T16:45:28.004Z[ host-image] Sep 18 16:45:27.271 INFO O| Sep 18 16:45:27.271 INFO STEP 168 (remove_files) COMPLETE
110482026-09-18T16:45:28.004Z[ host-image] Sep 18 16:45:27.271 INFO O| Sep 18 16:45:27.271 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110492026-09-18T16:45:28.010Z[ host-image] Sep 18 16:45:27.279 INFO O| Sep 18 16:45:27.279 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110502026-09-18T16:45:28.010Z[ host-image] Sep 18 16:45:27.279 INFO O| Sep 18 16:45:27.279 INFO STEP 169 (remove_files) COMPLETE
110512026-09-18T16:45:28.014Z[ host-image] Sep 18 16:45:27.279 INFO O| Sep 18 16:45:27.279 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110522026-09-18T16:45:28.018Z[ host-image] Sep 18 16:45:27.286 INFO O| Sep 18 16:45:27.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110532026-09-18T16:45:28.018Z[ host-image] Sep 18 16:45:27.286 INFO O| Sep 18 16:45:27.286 INFO STEP 170 (remove_files) COMPLETE
110542026-09-18T16:45:28.018Z[ host-image] Sep 18 16:45:27.286 INFO O| Sep 18 16:45:27.286 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110552026-09-18T16:45:28.025Z[ host-image] Sep 18 16:45:27.294 INFO O| Sep 18 16:45:27.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110562026-09-18T16:45:28.025Z[ host-image] Sep 18 16:45:27.294 INFO O| Sep 18 16:45:27.294 INFO STEP 171 (remove_files) COMPLETE
110572026-09-18T16:45:28.029Z[ host-image] Sep 18 16:45:27.294 INFO O| Sep 18 16:45:27.294 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110582026-09-18T16:45:28.032Z[ host-image] Sep 18 16:45:27.301 INFO O| Sep 18 16:45:27.301 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110592026-09-18T16:45:28.033Z[ host-image] Sep 18 16:45:27.301 INFO O| Sep 18 16:45:27.301 INFO STEP 172 (remove_files) COMPLETE
110602026-09-18T16:45:28.033Z[ host-image] Sep 18 16:45:27.301 INFO O| Sep 18 16:45:27.301 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110612026-09-18T16:45:28.040Z[ host-image] Sep 18 16:45:27.309 INFO O| Sep 18 16:45:27.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110622026-09-18T16:45:28.040Z[ host-image] Sep 18 16:45:27.309 INFO O| Sep 18 16:45:27.309 INFO STEP 173 (remove_files) COMPLETE
110632026-09-18T16:45:28.044Z[ host-image] Sep 18 16:45:27.309 INFO O| Sep 18 16:45:27.309 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110642026-09-18T16:45:28.049Z[ host-image] Sep 18 16:45:27.319 INFO O| Sep 18 16:45:27.319 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110652026-09-18T16:45:28.054Z[ host-image] Sep 18 16:45:27.319 INFO O| Sep 18 16:45:27.319 INFO STEP 174 (remove_files) COMPLETE
110662026-09-18T16:45:28.054Z[ host-image] Sep 18 16:45:27.319 INFO O| Sep 18 16:45:27.319 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110672026-09-18T16:45:28.058Z[ host-image] Sep 18 16:45:27.327 INFO O| Sep 18 16:45:27.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110682026-09-18T16:45:28.058Z[ host-image] Sep 18 16:45:27.327 INFO O| Sep 18 16:45:27.327 INFO STEP 175 (remove_files) COMPLETE
110692026-09-18T16:45:28.058Z[ host-image] Sep 18 16:45:27.327 INFO O| Sep 18 16:45:27.327 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110702026-09-18T16:45:28.068Z[ host-image] Sep 18 16:45:27.338 INFO O| Sep 18 16:45:27.338 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110712026-09-18T16:45:28.072Z[ host-image] Sep 18 16:45:27.338 INFO O| Sep 18 16:45:27.338 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
110722026-09-18T16:45:34.303Z[ host-image] Sep 18 16:45:33.572 INFO O| Sep 18 16:45:33.572 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
110732026-09-18T16:45:34.303Z[ host-image] Sep 18 16:45:33.572 INFO O| Sep 18 16:45:33.572 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110742026-09-18T16:45:34.316Z[ host-image] Sep 18 16:45:33.585 INFO O| Sep 18 16:45:33.585 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110752026-09-18T16:45:34.414Z[ host-image] Sep 18 16:45:33.683 INFO O| Sep 18 16:45:33.683 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110762026-09-18T16:45:34.471Z[ host-image] Sep 18 16:45:33.740 INFO O| Sep 18 16:45:33.740 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110772026-09-18T16:45:34.538Z[ host-image] Sep 18 16:45:33.807 INFO O| Sep 18 16:45:33.807 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110782026-09-18T16:45:34.538Z[ host-image] Sep 18 16:45:33.807 INFO O| Sep 18 16:45:33.807 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110792026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110802026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO ok!
110812026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110822026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO STEP 176 (seed_smf) COMPLETE
110832026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO steps complete; finalising image!
110842026-09-18T16:45:34.542Z[ host-image] Sep 18 16:45:33.809 INFO O| Sep 18 16:45:33.809 INFO TRIM POOL: TEMPORARY-sled-zfs
110852026-09-18T16:45:34.619Z[ host-image] Sep 18 16:45:33.889 INFO O| Sep 18 16:45:33.888 INFO trim TEMPORARY-sled-zfs: (32% trimmed, started at Fri Sep 18 16:45:33 2026)
110862026-09-18T16:45:34.834Z[ host-image] Sep 18 16:45:34.103 INFO O| Sep 18 16:45:34.103 INFO temporary pool has 731M used, 293M avail, 1.89x compressratio
110872026-09-18T16:45:34.834Z[ host-image] Sep 18 16:45:34.103 INFO O| Sep 18 16:45:34.103 INFO EXPORT POOL: TEMPORARY-sled-zfs
110882026-09-18T16:45:35.157Z[ host-image] Sep 18 16:45:34.426 INFO O| Sep 18 16:45:34.426 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110892026-09-18T16:45:35.157Z[ host-image] Sep 18 16:45:34.426 INFO O| Sep 18 16:45:34.426 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110902026-09-18T16:45:36.061Z[ host-image] Sep 18 16:45:35.330 INFO O| Sep 18 16:45:35.330 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110912026-09-18T16:45:36.061Z[ host-image] Sep 18 16:45:35.330 INFO O| Sep 18 16:45:35.330 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110922026-09-18T16:45:36.062Z[ host-image] Sep 18 16:45:35.330 INFO O| Sep 18 16:45:35.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110932026-09-18T16:45:36.065Z[ host-image] Sep 18 16:45:35.330 INFO O| Sep 18 16:45:35.330 INFO completed processing sled/zfs
110942026-09-18T16:45:36.065Z[ host-image] Sep 18 16:45:35.330 INFO O| Sep 18 16:45:35.330 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110952026-09-18T16:45:44.919Z[ recovery-image] Sep 18 16:45:44.187 INFO O| ok, image written!
110962026-09-18T16:45:44.919Z[ recovery-image] Sep 18 16:45:44.187 INFO O| ok, boot_image_csum file written!
110972026-09-18T16:45:44.923Z[ recovery-image] Sep 18 16:45:44.190 INFO creating boot archive (CPIO)...
110982026-09-18T16:45:44.923Z[ recovery-image] Sep 18 16:45:44.190 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
110992026-09-18T16:45:44.926Z[ recovery-image] Sep 18 16:45:44.193 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
111002026-09-18T16:45:44.926Z[ recovery-image] Sep 18 16:45:44.193 INFO E| + outfile=/work/os-recovery/cpio
111012026-09-18T16:45:44.926Z[ recovery-image] Sep 18 16:45:44.193 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
111022026-09-18T16:45:44.926Z[ recovery-image] Sep 18 16:45:44.195 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
111032026-09-18T16:45:44.930Z[ recovery-image] Sep 18 16:45:44.196 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
111042026-09-18T16:45:44.952Z[ recovery-image] Sep 18 16:45:44.221 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
111052026-09-18T16:45:44.952Z[ recovery-image] Sep 18 16:45:44.221 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
111062026-09-18T16:45:44.957Z[ recovery-image] Sep 18 16:45:44.226 INFO creating compressed cpio/unix for dev loaders...
111072026-09-18T16:45:44.960Z[ recovery-image] Sep 18 16:45:44.226 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
111082026-09-18T16:45:45.181Z[ recovery-image] Sep 18 16:45:44.450 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
111092026-09-18T16:45:47.026Z[ host-image] Sep 18 16:45:46.295 INFO O| Sep 18 16:45:46.295 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111102026-09-18T16:45:47.113Z[ host-image] Sep 18 16:45:46.382 INFO BUILD STRING "heads/stlouis-0-g1e4fa975fa\n"
111112026-09-18T16:45:47.113Z[ host-image] Sep 18 16:45:46.382 INFO expanded image name: "ci 2afd7ff/${os_short_commit} 2026-09-18 16:29" -> "ci 2afd7ff/1e4fa97 2026-09-18 16:29"
111122026-09-18T16:45:47.117Z[ host-image] Sep 18 16:45:46.382 INFO output artefacts stored in: "/work/os-host"
111132026-09-18T16:45:47.117Z[ host-image] Sep 18 16:45:46.382 INFO collecting git info from project "pilot"...
111142026-09-18T16:45:47.120Z[ host-image] Sep 18 16:45:46.388 INFO collecting git info from project "pinprick"...
111152026-09-18T16:45:47.123Z[ host-image] Sep 18 16:45:46.391 INFO collecting git info from project "chelsio-t6-roms"...
111162026-09-18T16:45:47.127Z[ host-image] Sep 18 16:45:46.395 INFO collecting git info from project "bootserver"...
111172026-09-18T16:45:47.131Z[ host-image] Sep 18 16:45:46.398 INFO collecting git info from project "amd-host-image-builder"...
111182026-09-18T16:45:47.135Z[ host-image] Sep 18 16:45:46.402 INFO collecting git info from project "phbl"...
111192026-09-18T16:45:47.138Z[ host-image] Sep 18 16:45:46.405 INFO collecting git info from project "image-builder"...
111202026-09-18T16:45:47.141Z[ host-image] Sep 18 16:45:46.408 INFO collecting git info from project "amd-firmware"...
111212026-09-18T16:45:47.148Z[ host-image] Sep 18 16:45:46.417 INFO collecting git info from project "dmar-report"...
111222026-09-18T16:45:47.151Z[ host-image] Sep 18 16:45:46.420 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111232026-09-18T16:45:47.428Z[ host-image] Sep 18 16:45:46.696 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111242026-09-18T16:45:47.694Z[ host-image] Sep 18 16:45:46.963 INFO creating Oxide boot image...
111252026-09-18T16:45:47.694Z[ host-image] Sep 18 16:45:46.963 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 2afd7ff/1e4fa97 2026-09-18 16:29", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111262026-09-18T16:45:48.416Z[ recovery-image] Sep 18 16:45:47.685 INFO creating reset image...
111272026-09-18T16:45:48.416Z[ recovery-image] Sep 18 16:45:47.686 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")
111282026-09-18T16:45:48.464Z[ host-image] Sep 18 16:45:47.732 INFO O| ok, image written!
111292026-09-18T16:45:48.464Z[ host-image] Sep 18 16:45:47.732 INFO O| ok, boot_image_csum file written!
111302026-09-18T16:45:48.468Z[ host-image] Sep 18 16:45:47.734 INFO creating boot archive (CPIO)...
111312026-09-18T16:45:48.468Z[ host-image] Sep 18 16:45:47.735 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
111322026-09-18T16:45:48.472Z[ host-image] Sep 18 16:45:47.738 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111332026-09-18T16:45:48.472Z[ host-image] Sep 18 16:45:47.738 INFO E| + outfile=/work/os-host/cpio
111342026-09-18T16:45:48.472Z[ host-image] Sep 18 16:45:47.738 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111352026-09-18T16:45:48.472Z[ host-image] Sep 18 16:45:47.740 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111362026-09-18T16:45:48.472Z[ host-image] Sep 18 16:45:47.740 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111372026-09-18T16:45:48.497Z[ host-image] Sep 18 16:45:47.766 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111382026-09-18T16:45:48.498Z[ host-image] Sep 18 16:45:47.766 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111392026-09-18T16:45:48.503Z[ host-image] Sep 18 16:45:47.772 INFO creating compressed cpio/unix for dev loaders...
111402026-09-18T16:45:48.506Z[ host-image] Sep 18 16:45:47.772 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
111412026-09-18T16:45:48.641Z[ recovery-image] Sep 18 16:45:47.909 INFO E| Updating crates.io index
111422026-09-18T16:45:48.726Z[ host-image] Sep 18 16:45:47.995 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111432026-09-18T16:45:48.936Z[ recovery-image] Sep 18 16:45:48.205 INFO E| Downloading crates ...
111442026-09-18T16:45:48.986Z[ recovery-image] Sep 18 16:45:48.251 INFO E| Downloaded clap_lex v1.1.0
111452026-09-18T16:45:48.989Z[ recovery-image] Sep 18 16:45:48.255 INFO E| Downloaded colorchoice v1.0.5
111462026-09-18T16:45:48.990Z[ recovery-image] Sep 18 16:45:48.256 INFO E| Downloaded os_pipe v1.2.3
111472026-09-18T16:45:48.990Z[ recovery-image] Sep 18 16:45:48.258 INFO E| Downloaded sigchld v0.2.4
111482026-09-18T16:45:48.993Z[ recovery-image] Sep 18 16:45:48.259 INFO E| Downloaded shared_child v1.1.1
111492026-09-18T16:45:49.011Z[ recovery-image] Sep 18 16:45:48.265 INFO E| Downloaded duct v1.1.1
111502026-09-18T16:45:49.011Z[ recovery-image] Sep 18 16:45:48.272 INFO E| Downloaded shared_thread v0.2.0
111512026-09-18T16:45:49.036Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling libc v0.2.186
111522026-09-18T16:45:49.036Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling proc-macro2 v1.0.106
111532026-09-18T16:45:49.040Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling unicode-ident v1.0.24
111542026-09-18T16:45:49.040Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling signal-hook v0.3.18
111552026-09-18T16:45:49.040Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling quote v1.0.45
111562026-09-18T16:45:49.040Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling utf8parse v0.2.2
111572026-09-18T16:45:49.041Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling anstyle-query v1.1.5
111582026-09-18T16:45:49.042Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling colorchoice v1.0.5
111592026-09-18T16:45:49.042Z[ recovery-image] Sep 18 16:45:48.305 INFO E| Compiling is_terminal_polyfill v1.70.2
111602026-09-18T16:45:49.042Z[ recovery-image] Sep 18 16:45:48.306 INFO E| Compiling anstyle v1.0.14
111612026-09-18T16:45:49.042Z[ recovery-image] Sep 18 16:45:48.306 INFO E| Compiling strsim v0.11.1
111622026-09-18T16:45:49.042Z[ recovery-image] Sep 18 16:45:48.306 INFO E| Compiling heck v0.5.0
111632026-09-18T16:45:49.043Z[ recovery-image] Sep 18 16:45:48.306 INFO E| Compiling clap_lex v1.1.0
111642026-09-18T16:45:49.043Z[ recovery-image] Sep 18 16:45:48.306 INFO E| Compiling shared_thread v0.2.0
111652026-09-18T16:45:49.155Z[ recovery-image] Sep 18 16:45:48.424 INFO E| Compiling anstyle-parse v1.0.0
111662026-09-18T16:45:49.291Z[ recovery-image] Sep 18 16:45:48.560 INFO E| Compiling anstream v1.0.0
111672026-09-18T16:45:49.482Z[ recovery-image] Sep 18 16:45:48.750 INFO E| Compiling clap_builder v4.6.0
111682026-09-18T16:45:49.747Z[ recovery-image] Sep 18 16:45:49.016 INFO E| Compiling errno v0.3.14
111692026-09-18T16:45:49.747Z[ recovery-image] Sep 18 16:45:49.016 INFO E| Compiling os_pipe v1.2.3
111702026-09-18T16:45:49.840Z[ recovery-image] Sep 18 16:45:49.107 INFO E| Compiling signal-hook-registry v1.4.8
111712026-09-18T16:45:50.027Z[ recovery-image] Sep 18 16:45:49.296 INFO E| Compiling syn v2.0.117
111722026-09-18T16:45:50.094Z[ recovery-image] Sep 18 16:45:49.362 INFO E| Compiling sigchld v0.2.4
111732026-09-18T16:45:50.177Z[ recovery-image] Sep 18 16:45:49.446 INFO E| Compiling shared_child v1.1.1
111742026-09-18T16:45:50.280Z[ recovery-image] Sep 18 16:45:49.549 INFO E| Compiling duct v1.1.1
111752026-09-18T16:45:51.914Z[ recovery-image] Sep 18 16:45:51.184 INFO E| Compiling clap_derive v4.6.1
111762026-09-18T16:45:52.002Z[ host-image] Sep 18 16:45:51.272 INFO creating reset image...
111772026-09-18T16:45:52.003Z[ host-image] Sep 18 16:45:51.272 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")
111782026-09-18T16:45:52.149Z[ host-image] Sep 18 16:45:51.418 INFO E| Blocking waiting for file lock on build directory
111792026-09-18T16:45:53.071Z[ recovery-image] Sep 18 16:45:52.340 INFO E| Compiling clap v4.6.1
111802026-09-18T16:45:53.127Z[ recovery-image] Sep 18 16:45:52.397 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111812026-09-18T16:45:53.877Z[ recovery-image] Sep 18 16:45:53.146 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
111822026-09-18T16:45:53.882Z[ recovery-image] Sep 18 16:45:53.151 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111832026-09-18T16:45:53.885Z[ host-image] Sep 18 16:45:53.152 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
111842026-09-18T16:45:53.885Z[ host-image] Sep 18 16:45:53.153 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111852026-09-18T16:45:54.048Z[ recovery-image] Sep 18 16:45:53.317 INFO E| Blocking waiting for file lock on package cache
111862026-09-18T16:45:54.071Z[ host-image] Sep 18 16:45:53.340 INFO E| Blocking waiting for file lock on package cache
111872026-09-18T16:45:54.099Z[ recovery-image] Sep 18 16:45:53.368 INFO E| Blocking waiting for file lock on package cache
111882026-09-18T16:45:54.118Z[ host-image] Sep 18 16:45:53.388 INFO E| Blocking waiting for file lock on package cache
111892026-09-18T16:45:54.136Z[ recovery-image] Sep 18 16:45:53.406 INFO E| Blocking waiting for file lock on package cache
111902026-09-18T16:45:54.173Z[ host-image] Sep 18 16:45:53.406 INFO E| Downloading crates ...
111912026-09-18T16:45:54.189Z[ host-image] Sep 18 16:45:53.458 INFO E| Downloaded bit_field v0.10.3
111922026-09-18T16:45:54.192Z[ host-image] Sep 18 16:45:53.459 INFO E| Downloaded bitstruct_derive v0.1.0
111932026-09-18T16:45:54.197Z[ host-image] Sep 18 16:45:53.467 INFO E| Downloaded log v0.4.32
111942026-09-18T16:45:54.200Z[ host-image] Sep 18 16:45:53.468 INFO E| Downloaded cpio_reader v0.1.2
111952026-09-18T16:45:54.203Z[ host-image] Sep 18 16:45:53.472 INFO E| Downloaded bitstruct v0.1.1
111962026-09-18T16:45:54.211Z[ host-image] Sep 18 16:45:53.480 INFO E| Downloaded raw-cpuid v10.7.0
111972026-09-18T16:45:54.215Z[ host-image] Sep 18 16:45:53.484 INFO E| Downloaded bitflags v2.13.0
111982026-09-18T16:45:54.218Z[ host-image] Sep 18 16:45:53.488 INFO E| Downloaded miniz_oxide v0.9.1
111992026-09-18T16:45:54.248Z[ host-image] Sep 18 16:45:53.517 INFO E| Downloaded goblin v0.10.7
112002026-09-18T16:45:54.345Z[ host-image] Sep 18 16:45:53.615 INFO E| Downloaded x86 v0.52.0
112012026-09-18T16:45:54.377Z[ host-image] Sep 18 16:45:53.646 INFO E| Blocking waiting for file lock on package cache
112022026-09-18T16:45:54.380Z[ host-image] Sep 18 16:45:53.647 INFO E| Updating crates.io index
112032026-09-18T16:45:54.384Z[ recovery-image] Sep 18 16:45:53.650 INFO E| Blocking waiting for file lock on package cache
112042026-09-18T16:45:54.423Z[ host-image] Sep 18 16:45:53.692 INFO E| Blocking waiting for file lock on package cache
112052026-09-18T16:45:54.426Z[ recovery-image] Sep 18 16:45:53.695 INFO E| Blocking waiting for file lock on package cache
112062026-09-18T16:45:54.426Z[ host-image] Sep 18 16:45:53.695 INFO E| Downloading crates ...
112072026-09-18T16:45:54.450Z[ host-image] Sep 18 16:45:53.719 INFO E| Downloaded hashbrown v0.17.1
112082026-09-18T16:45:54.453Z[ host-image] Sep 18 16:45:53.722 INFO E| Downloaded rustc-literal-escaper v0.0.7
112092026-09-18T16:45:54.457Z[ host-image] Sep 18 16:45:53.724 INFO E| Blocking waiting for file lock on package cache
112102026-09-18T16:45:54.499Z[ host-image] Sep 18 16:45:53.768 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)
112112026-09-18T16:45:54.499Z[ host-image] Sep 18 16:45:53.768 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)
112122026-09-18T16:45:54.499Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling proc-macro2 v1.0.106
112132026-09-18T16:45:54.502Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling quote v1.0.45
112142026-09-18T16:45:54.502Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling unicode-ident v1.0.24
112152026-09-18T16:45:54.502Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling syn v1.0.109
112162026-09-18T16:45:54.502Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling x86 v0.52.0
112172026-09-18T16:45:54.502Z[ host-image] Sep 18 16:45:53.768 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112182026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 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)
112192026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 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)
112202026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 INFO E| Compiling proc-macro2 v1.0.106
112212026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 INFO E| Compiling unicode-ident v1.0.24
112222026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 INFO E| Compiling quote v1.0.45
112232026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 INFO E| Compiling syn v1.0.109
112242026-09-18T16:45:54.502Z[ recovery-image] Sep 18 16:45:53.769 INFO E| Compiling x86 v0.52.0
112252026-09-18T16:45:54.503Z[ recovery-image] Sep 18 16:45:53.770 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112262026-09-18T16:45:54.508Z[ recovery-image] Sep 18 16:45:53.778 INFO E| Compiling seq-macro v0.3.6
112272026-09-18T16:45:54.513Z[ host-image] Sep 18 16:45:53.779 INFO E| Compiling seq-macro v0.3.6
112282026-09-18T16:45:55.488Z[ host-image] Sep 18 16:45:54.757 INFO E| Compiling syn v2.0.117
112292026-09-18T16:45:55.539Z[ recovery-image] Sep 18 16:45:54.808 INFO E| Compiling syn v2.0.117
112302026-09-18T16:45:57.019Z[ host-image] Sep 18 16:45:56.288 INFO E| Compiling scroll_derive v0.13.1
112312026-09-18T16:45:57.062Z[ recovery-image] Sep 18 16:45:56.331 INFO E| Compiling scroll_derive v0.13.1
112322026-09-18T16:45:58.209Z[ host-image] Sep 18 16:45:57.474 INFO E| Compiling bitstruct_derive v0.1.0
112332026-09-18T16:45:58.276Z[ recovery-image] Sep 18 16:45:57.542 INFO E| Compiling bitstruct_derive v0.1.0
112342026-09-18T16:46:08.035Z[ recovery-image] Sep 18 16:46:07.304 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)
112352026-09-18T16:46:08.039Z[ host-image] Sep 18 16:46:07.308 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)
112362026-09-18T16:46:10.293Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling bitflags v1.3.2
112372026-09-18T16:46:10.293Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling bit_field v0.10.3
112382026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling bitflags v2.13.0
112392026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling adler2 v2.0.1
112402026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling scroll v0.13.0
112412026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling plain v0.2.3
112422026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling log v0.4.32
112432026-09-18T16:46:10.300Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling bitstruct v0.1.1
112442026-09-18T16:46:10.301Z[ host-image] Sep 18 16:46:09.559 INFO E| Compiling static_assertions v1.1.0
112452026-09-18T16:46:10.343Z[ host-image] Sep 18 16:46:09.611 INFO E| Compiling raw-cpuid v10.7.0
112462026-09-18T16:46:10.385Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling bitflags v1.3.2
112472026-09-18T16:46:10.385Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling adler2 v2.0.1
112482026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling log v0.4.32
112492026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling plain v0.2.3
112502026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling bit_field v0.10.3
112512026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling scroll v0.13.0
112522026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling bitflags v2.13.0
112532026-09-18T16:46:10.391Z[ recovery-image] Sep 18 16:46:09.645 INFO E| Compiling static_assertions v1.1.0
112542026-09-18T16:46:10.392Z[ recovery-image] Sep 18 16:46:09.646 INFO E| Compiling bitstruct v0.1.1
112552026-09-18T16:46:10.398Z[ host-image] Sep 18 16:46:09.659 INFO E| Compiling miniz_oxide v0.9.1
112562026-09-18T16:46:10.434Z[ recovery-image] Sep 18 16:46:09.703 INFO E| Compiling raw-cpuid v10.7.0
112572026-09-18T16:46:10.476Z[ recovery-image] Sep 18 16:46:09.745 INFO E| Compiling miniz_oxide v0.9.1
112582026-09-18T16:46:10.529Z[ host-image] Sep 18 16:46:09.798 INFO E| Compiling cpio_reader v0.1.2
112592026-09-18T16:46:10.542Z[ recovery-image] Sep 18 16:46:09.807 INFO E| Compiling cpio_reader v0.1.2
112602026-09-18T16:46:10.626Z[ host-image] Sep 18 16:46:09.890 INFO E| Compiling goblin v0.10.7
112612026-09-18T16:46:10.634Z[ recovery-image] Sep 18 16:46:09.901 INFO E| Compiling goblin v0.10.7
112622026-09-18T16:46:13.581Z[ host-image] Sep 18 16:46:12.845 INFO E| Finished `release` profile [optimized] target(s) in 19.68s
112632026-09-18T16:46:13.598Z[ host-image] Sep 18 16:46:12.866 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112642026-09-18T16:46:13.598Z[ host-image] Sep 18 16:46:12.866 INFO building ROM for gimlet
112652026-09-18T16:46:13.598Z[ host-image] Sep 18 16:46:12.866 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")
112662026-09-18T16:46:13.688Z[ host-image] Sep 18 16:46:12.952 INFO E| Downloading crates ...
112672026-09-18T16:46:13.719Z[ recovery-image] Sep 18 16:46:12.987 INFO E| Finished `release` profile [optimized] target(s) in 19.82s
112682026-09-18T16:46:13.739Z[ recovery-image] Sep 18 16:46:13.003 INFO building ROM for gimlet
112692026-09-18T16:46:13.739Z[ recovery-image] Sep 18 16:46:13.003 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")
112702026-09-18T16:46:13.752Z[ host-image] Sep 18 16:46:13.021 INFO E| Downloaded anstyle v1.0.10
112712026-09-18T16:46:13.756Z[ host-image] Sep 18 16:46:13.022 INFO E| Downloaded is_terminal_polyfill v1.70.1
112722026-09-18T16:46:13.756Z[ host-image] Sep 18 16:46:13.023 INFO E| Downloaded os_pipe v1.2.1
112732026-09-18T16:46:13.762Z[ host-image] Sep 18 16:46:13.026 INFO E| Downloaded clap_lex v0.7.4
112742026-09-18T16:46:13.762Z[ host-image] Sep 18 16:46:13.027 INFO E| Downloaded toml_datetime v0.6.9
112752026-09-18T16:46:13.762Z[ host-image] Sep 18 16:46:13.027 INFO E| Downloaded shared_child v1.0.1
112762026-09-18T16:46:13.762Z[ host-image] Sep 18 16:46:13.031 INFO E| Downloaded cc v1.2.20
112772026-09-18T16:46:13.776Z[ host-image] Sep 18 16:46:13.033 INFO E| Downloaded serde_spanned v0.6.8
112782026-09-18T16:46:13.777Z[ host-image] Sep 18 16:46:13.035 INFO E| Downloaded colorchoice v1.0.3
112792026-09-18T16:46:13.777Z[ host-image] Sep 18 16:46:13.036 INFO E| Downloaded anstyle-query v1.1.2
112802026-09-18T16:46:13.780Z[ host-image] Sep 18 16:46:13.044 INFO E| Downloaded anstream v0.6.18
112812026-09-18T16:46:13.781Z[ host-image] Sep 18 16:46:13.045 INFO E| Downloaded duct v0.13.7
112822026-09-18T16:46:13.781Z[ host-image] Sep 18 16:46:13.046 INFO E| Downloaded anstyle-parse v0.2.6
112832026-09-18T16:46:13.781Z[ host-image] Sep 18 16:46:13.047 INFO E| Downloaded toml_write v0.1.1
112842026-09-18T16:46:13.786Z[ host-image] Sep 18 16:46:13.050 INFO E| Downloaded clap_derive v4.5.32
112852026-09-18T16:46:13.786Z[ host-image] Sep 18 16:46:13.054 INFO E| Downloaded clap v4.5.37
112862026-09-18T16:46:13.802Z[ recovery-image] Sep 18 16:46:13.055 INFO E| Blocking waiting for file lock on package cache
112872026-09-18T16:46:13.816Z[ host-image] Sep 18 16:46:13.063 INFO E| Downloaded toml v0.8.22
112882026-09-18T16:46:13.820Z[ host-image] Sep 18 16:46:13.082 INFO E| Downloaded toml_edit v0.22.26
112892026-09-18T16:46:13.833Z[ host-image] Sep 18 16:46:13.102 INFO E| Downloaded clap_builder v4.5.37
112902026-09-18T16:46:13.841Z[ host-image] Sep 18 16:46:13.105 INFO E| Downloaded winnow v0.7.7
112912026-09-18T16:46:13.846Z[ host-image] Sep 18 16:46:13.111 INFO E| Blocking waiting for file lock on package cache
112922026-09-18T16:46:13.875Z[ host-image] Sep 18 16:46:13.143 INFO E| Compiling libc v0.2.172
112932026-09-18T16:46:13.875Z[ host-image] Sep 18 16:46:13.143 INFO E| Compiling utf8parse v0.2.2
112942026-09-18T16:46:13.879Z[ host-image] Sep 18 16:46:13.143 INFO E| Compiling equivalent v1.0.2
112952026-09-18T16:46:13.879Z[ host-image] Sep 18 16:46:13.143 INFO E| Compiling anstyle-query v1.1.2
112962026-09-18T16:46:13.880Z[ host-image] Sep 18 16:46:13.143 INFO E| Compiling is_terminal_polyfill v1.70.1
112972026-09-18T16:46:13.880Z[ recovery-image] Sep 18 16:46:13.146 INFO E| Blocking waiting for file lock on build directory
112982026-09-18T16:46:13.893Z[ host-image] Sep 18 16:46:13.160 INFO E| Compiling once_cell v1.21.3
112992026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.160 INFO E| Compiling hashbrown v0.15.2
113002026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.160 INFO E| Compiling colorchoice v1.0.3
113012026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.161 INFO E| Compiling anstyle v1.0.10
113022026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.161 INFO E| Compiling shlex v1.3.0
113032026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.161 INFO E| Compiling anyhow v1.0.98
113042026-09-18T16:46:13.897Z[ host-image] Sep 18 16:46:13.161 INFO E| Compiling toml_write v0.1.1
113052026-09-18T16:46:13.906Z[ host-image] Sep 18 16:46:13.175 INFO E| Compiling strsim v0.11.1
113062026-09-18T16:46:13.913Z[ host-image] Sep 18 16:46:13.175 INFO E| Compiling winnow v0.7.7
113072026-09-18T16:46:13.913Z[ host-image] Sep 18 16:46:13.179 INFO E| Compiling clap_lex v0.7.4
113082026-09-18T16:46:13.918Z[ host-image] Sep 18 16:46:13.183 INFO E| Compiling syn v2.0.101
113092026-09-18T16:46:14.072Z[ host-image] Sep 18 16:46:13.340 INFO E| Compiling anstyle-parse v0.2.6
113102026-09-18T16:46:14.083Z[ host-image] Sep 18 16:46:13.352 INFO E| Compiling cc v1.2.20
113112026-09-18T16:46:14.226Z[ host-image] Sep 18 16:46:13.495 INFO E| Compiling anstream v0.6.18
113122026-09-18T16:46:14.373Z[ host-image] Sep 18 16:46:13.642 INFO E| Compiling indexmap v2.9.0
113132026-09-18T16:46:14.430Z[ host-image] Sep 18 16:46:13.699 INFO E| Compiling clap_builder v4.5.37
113142026-09-18T16:46:14.581Z[ host-image] Sep 18 16:46:13.850 INFO E| Compiling os_pipe v1.2.1
113152026-09-18T16:46:14.581Z[ host-image] Sep 18 16:46:13.851 INFO E| Compiling shared_child v1.0.1
113162026-09-18T16:46:14.700Z[ host-image] Sep 18 16:46:13.967 INFO E| Compiling duct v0.13.7
113172026-09-18T16:46:15.186Z[ host-image] Sep 18 16:46:14.452 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
113182026-09-18T16:46:16.024Z[ host-image] Sep 18 16:46:15.285 INFO E| Compiling serde_derive v1.0.219
113192026-09-18T16:46:16.025Z[ host-image] Sep 18 16:46:15.285 INFO E| Compiling clap_derive v4.5.32
113202026-09-18T16:46:17.357Z[ host-image] Sep 18 16:46:16.623 INFO E| Compiling clap v4.5.37
113212026-09-18T16:46:18.002Z[ host-image] Sep 18 16:46:17.257 INFO E| Compiling serde v1.0.219
113222026-09-18T16:46:19.660Z[ host-image] Sep 18 16:46:18.928 INFO E| Compiling toml_datetime v0.6.9
113232026-09-18T16:46:19.660Z[ host-image] Sep 18 16:46:18.928 INFO E| Compiling serde_spanned v0.6.8
113242026-09-18T16:46:19.808Z[ host-image] Sep 18 16:46:19.076 INFO E| Compiling toml_edit v0.22.26
113252026-09-18T16:46:21.011Z[ host-image] Sep 18 16:46:20.276 INFO E| Compiling toml v0.8.22
113262026-09-18T16:46:23.091Z[ host-image] Sep 18 16:46:22.360 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.45s
113272026-09-18T16:46:23.099Z[ recovery-image] Sep 18 16:46:22.368 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
113282026-09-18T16:46:23.107Z[ host-image] Sep 18 16:46:22.369 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`
113292026-09-18T16:46:23.110Z[ recovery-image] Sep 18 16:46:22.371 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`
113302026-09-18T16:46:23.120Z[ host-image] Sep 18 16:46:22.388 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113312026-09-18T16:46:23.120Z[ recovery-image] Sep 18 16:46:22.388 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113322026-09-18T16:46:23.146Z[ host-image] Sep 18 16:46:22.408 INFO E| Blocking waiting for file lock on package cache
113332026-09-18T16:46:23.164Z[ recovery-image] Sep 18 16:46:22.433 INFO E| Blocking waiting for file lock on package cache
113342026-09-18T16:46:23.190Z[ recovery-image] Sep 18 16:46:22.457 INFO E| Blocking waiting for file lock on package cache
113352026-09-18T16:46:23.203Z[ host-image] Sep 18 16:46:22.458 INFO E| Blocking waiting for file lock on package cache
113362026-09-18T16:46:23.211Z[ recovery-image] Sep 18 16:46:22.477 INFO E| Blocking waiting for file lock on package cache
113372026-09-18T16:46:23.224Z[ recovery-image] Sep 18 16:46:22.490 INFO E| Blocking waiting for file lock on build directory
113382026-09-18T16:46:23.235Z[ host-image] Sep 18 16:46:22.501 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113392026-09-18T16:46:23.243Z[ host-image] Sep 18 16:46:22.507 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`
113402026-09-18T16:46:23.263Z[ recovery-image] Sep 18 16:46:22.510 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
113412026-09-18T16:46:23.276Z[ recovery-image] Sep 18 16:46:22.514 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`
113422026-09-18T16:46:23.364Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113432026-09-18T16:46:23.364Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113442026-09-18T16:46:23.388Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113452026-09-18T16:46:23.388Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113462026-09-18T16:46:23.389Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113472026-09-18T16:46:23.389Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113482026-09-18T16:46:23.389Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113492026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113502026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113512026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113522026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113532026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113542026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113552026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113562026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113572026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO O| Info: ABL version: 0x100f5010
113582026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113592026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113602026-09-18T16:46:23.397Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113612026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113622026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113632026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113642026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113652026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113662026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113672026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113682026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113692026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113702026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113712026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113722026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113732026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113742026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113752026-09-18T16:46:23.398Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113762026-09-18T16:46:23.399Z[ host-image] Sep 18 16:46:22.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113772026-09-18T16:46:23.407Z[ recovery-image] Sep 18 16:46:22.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113782026-09-18T16:46:23.407Z[ recovery-image] Sep 18 16:46:22.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113792026-09-18T16:46:23.407Z[ recovery-image] Sep 18 16:46:22.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113802026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113812026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113822026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113832026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113842026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113852026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113862026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113872026-09-18T16:46:23.417Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113882026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113892026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113902026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113912026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113922026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO O| Info: ABL version: 0x100f5010
113932026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113942026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113952026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113962026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113972026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113982026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113992026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114002026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114012026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114022026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114032026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114042026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114052026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114062026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114072026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114082026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114092026-09-18T16:46:23.418Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114102026-09-18T16:46:23.419Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114112026-09-18T16:46:23.419Z[ recovery-image] Sep 18 16:46:22.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114122026-09-18T16:46:23.419Z[ host-image] Sep 18 16:46:22.673 INFO building ROM for cosmo
114132026-09-18T16:46:23.419Z[ host-image] Sep 18 16:46:22.673 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")
114142026-09-18T16:46:23.441Z[ recovery-image] Sep 18 16:46:22.683 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
114152026-09-18T16:46:23.441Z[ recovery-image] Sep 18 16:46:22.683 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114162026-09-18T16:46:23.441Z[ recovery-image] Sep 18 16:46:22.683 INFO building ROM for cosmo
114172026-09-18T16:46:23.441Z[ recovery-image] Sep 18 16:46:22.683 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")
114182026-09-18T16:46:23.465Z[ recovery-image] Sep 18 16:46:22.734 INFO E| Blocking waiting for file lock on package cache
114192026-09-18T16:46:23.488Z[ host-image] Sep 18 16:46:22.754 INFO E| Blocking waiting for file lock on package cache
114202026-09-18T16:46:23.508Z[ recovery-image] Sep 18 16:46:22.777 INFO E| Blocking waiting for file lock on package cache
114212026-09-18T16:46:23.518Z[ host-image] Sep 18 16:46:22.787 INFO E| Blocking waiting for file lock on package cache
114222026-09-18T16:46:23.528Z[ host-image] Sep 18 16:46:22.794 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114232026-09-18T16:46:23.542Z[ host-image] Sep 18 16:46:22.798 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`
114242026-09-18T16:46:23.542Z[ recovery-image] Sep 18 16:46:22.803 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
114252026-09-18T16:46:23.566Z[ recovery-image] Sep 18 16:46:22.806 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`
114262026-09-18T16:46:23.566Z[ host-image] Sep 18 16:46:22.811 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114272026-09-18T16:46:23.577Z[ recovery-image] Sep 18 16:46:22.818 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114282026-09-18T16:46:23.577Z[ recovery-image] Sep 18 16:46:22.838 INFO E| Blocking waiting for file lock on package cache
114292026-09-18T16:46:23.599Z[ host-image] Sep 18 16:46:22.855 INFO E| Blocking waiting for file lock on package cache
114302026-09-18T16:46:23.611Z[ recovery-image] Sep 18 16:46:22.876 INFO E| Blocking waiting for file lock on package cache
114312026-09-18T16:46:23.621Z[ host-image] Sep 18 16:46:22.876 INFO E| Blocking waiting for file lock on package cache
114322026-09-18T16:46:23.629Z[ recovery-image] Sep 18 16:46:22.878 INFO E| Blocking waiting for file lock on package cache
114332026-09-18T16:46:23.640Z[ host-image] Sep 18 16:46:22.891 INFO E| Blocking waiting for file lock on package cache
114342026-09-18T16:46:23.640Z[ recovery-image] Sep 18 16:46:22.904 INFO E| Blocking waiting for file lock on build directory
114352026-09-18T16:46:23.653Z[ host-image] Sep 18 16:46:22.913 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114362026-09-18T16:46:23.653Z[ host-image] Sep 18 16:46:22.916 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`
114372026-09-18T16:46:23.663Z[ recovery-image] Sep 18 16:46:22.921 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114382026-09-18T16:46:23.663Z[ recovery-image] Sep 18 16:46:22.925 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`
114392026-09-18T16:46:23.867Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114402026-09-18T16:46:23.867Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114412026-09-18T16:46:23.868Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114422026-09-18T16:46:23.885Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114432026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114442026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114452026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114462026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114472026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114482026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114492026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114502026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114512026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114522026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114532026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114542026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114552026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114562026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114572026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114582026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114592026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114602026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114612026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114622026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114632026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114642026-09-18T16:46:23.886Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114652026-09-18T16:46:23.887Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114662026-09-18T16:46:23.887Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114672026-09-18T16:46:23.887Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114682026-09-18T16:46:23.887Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114692026-09-18T16:46:23.887Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114702026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114712026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114722026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114732026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114742026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114752026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114762026-09-18T16:46:23.897Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114772026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114782026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114792026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114802026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114812026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114822026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114832026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114842026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114852026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114862026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114872026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114882026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114892026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114902026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114912026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114922026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO O| Info: ABL version: 0x100af010
114932026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114942026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114952026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114962026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114972026-09-18T16:46:23.898Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114982026-09-18T16:46:23.899Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114992026-09-18T16:46:23.899Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115002026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115012026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115022026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115032026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115042026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115052026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115062026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115072026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115082026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115092026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115102026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115112026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115122026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115132026-09-18T16:46:23.906Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115142026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115152026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115162026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115172026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115182026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115192026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115202026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115212026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115222026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115232026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115242026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115252026-09-18T16:46:23.917Z[ host-image] Sep 18 16:46:23.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115262026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
115272026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
115282026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
115292026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
115302026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
115312026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
115322026-09-18T16:46:23.917Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
115332026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
115342026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
115352026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
115362026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
115372026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
115382026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
115392026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
115402026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
115412026-09-18T16:46:23.918Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
115422026-09-18T16:46:23.936Z[ recovery-image] Sep 18 16:46:23.143 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
115432026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
115442026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
115452026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
115462026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
115472026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
115482026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
115492026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
115502026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
115512026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
115522026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
115532026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
115542026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
115552026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
115562026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
115572026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
115582026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
115592026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115602026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115612026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115622026-09-18T16:46:23.937Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115632026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115642026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115652026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115662026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115672026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115682026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115692026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115702026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115712026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115722026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115732026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115742026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115752026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115762026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115772026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115782026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115792026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO O| Info: ABL version: 0x100af010
115802026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115812026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.144 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115822026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115832026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115842026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115852026-09-18T16:46:23.938Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115862026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115872026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115882026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115892026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115902026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115912026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115922026-09-18T16:46:23.943Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115932026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115942026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115952026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115962026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115972026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115982026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115992026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
116002026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
116012026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
116022026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
116032026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
116042026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
116052026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
116062026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
116072026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
116082026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
116092026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
116102026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
116112026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
116122026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
116132026-09-18T16:46:23.944Z[ host-image] Sep 18 16:46:23.175 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
116142026-09-18T16:46:23.944Z[ host-image] Sep 18 16:46:23.175 INFO finishing image archive at "/work/os-host/os.tar.gz"...
116152026-09-18T16:46:23.944Z[ recovery-image] Sep 18 16:46:23.184 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
116162026-09-18T16:46:25.038Z[ host-image] Sep 18 16:46:24.307 INFO image complete! materials are in "/work/os-host"
116172026-09-18T16:46:25.048Z[ recovery-image] Sep 18 16:46:24.309 INFO image complete! materials are in "/work/os-recovery"
116182026-09-18T16:46:25.048Z[ host-image]
116192026-09-18T16:46:25.048Z[ host-image] real 4:11.761491435
116202026-09-18T16:46:25.048Z[ host-image] user 3:13.615468463
116212026-09-18T16:46:25.048Z[ host-image] sys 44.196030168
116222026-09-18T16:46:25.048Z[ host-image] trap 0.165324682
116232026-09-18T16:46:25.048Z[ host-image] tflt 0.342799748
116242026-09-18T16:46:25.048Z[ host-image] dflt 0.608144230
116252026-09-18T16:46:25.048Z[ host-image] kflt 0.000578240
116262026-09-18T16:46:25.048Z[ host-image] lock 7:12.933059451
116272026-09-18T16:46:25.048Z[ host-image] slp 22:41.139899371
116282026-09-18T16:46:25.048Z[ host-image] lat 34.220079958
116292026-09-18T16:46:25.048Z[ host-image] stop 6.442369478
116302026-09-18T16:46:25.048ZSep 18 16:46:24.311 INFO [host-image] process exited with exit status: 0 (251.766655887s)
116312026-09-18T16:46:25.048ZSep 18 16:46:24.311 INFO [tuf-v2-host] running task
116322026-09-18T16:46:25.048ZSep 18 16:46:24.312 INFO [tuf-v2-host] task succeeded (950.5µs)
116332026-09-18T16:46:25.049Z[ recovery-image]
116342026-09-18T16:46:25.049Z[ recovery-image] real 3:40.507521846
116352026-09-18T16:46:25.049Z[ recovery-image] user 2:16.344099356
116362026-09-18T16:46:25.049Z[ recovery-image] sys 33.985600517
116372026-09-18T16:46:25.049Z[ recovery-image] trap 0.109684273
116382026-09-18T16:46:25.061Z[ recovery-image] tflt 0.537987082
116392026-09-18T16:46:25.061Z[ recovery-image] dflt 0.496521345
116402026-09-18T16:46:25.061Z[ recovery-image] kflt 0.000276890
116412026-09-18T16:46:25.061Z[ recovery-image] lock 6:24.915092339
116422026-09-18T16:46:25.061Z[ recovery-image] slp 19:09.520318391
116432026-09-18T16:46:25.061Z[ recovery-image] lat 35.672915472
116442026-09-18T16:46:25.061Z[ recovery-image] stop 4.122619791
116452026-09-18T16:46:25.061ZSep 18 16:46:24.313 INFO [recovery-image] process exited with exit status: 0 (220.512488387s)
116462026-09-18T16:46:25.061ZSep 18 16:46:24.313 INFO [tuf-v2-recovery] running task
116472026-09-18T16:46:25.061ZSep 18 16:46:24.313 INFO [tuf-repo] running task
116482026-09-18T16:46:25.061ZSep 18 16:46:24.313 INFO [tuf-v2-recovery] task succeeded (605.741µs)
116492026-09-18T16:46:25.061ZSep 18 16:46:24.313 INFO [tuf-v2-repo] running task
116502026-09-18T16:46:39.254ZSep 18 16:46:38.523 INFO assembling repository in `/tmp/tufaceous2KnaQC`, component: OmicronRepoAssembler
116512026-09-18T16:46:42.135ZSep 18 16:46:41.404 INFO [tuf-v2-repo] task succeeded (17.090939995s)
116522026-09-18T16:46:44.616ZSep 18 16:46:43.885 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116532026-09-18T16:46:44.803ZSep 18 16:46:44.072 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
116542026-09-18T16:46:46.465ZSep 18 16:46:45.734 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
116552026-09-18T16:46:46.526ZSep 18 16:46:45.795 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
116562026-09-18T16:46:46.573ZSep 18 16:46:45.843 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116572026-09-18T16:46:46.622ZSep 18 16:46:45.891 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116582026-09-18T16:46:46.673ZSep 18 16:46:45.942 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116592026-09-18T16:46:46.728ZSep 18 16:46:45.998 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116602026-09-18T16:46:46.782ZSep 18 16:46:46.052 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116612026-09-18T16:46:54.488ZSep 18 16:46:53.758 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
116622026-09-18T16:46:54.494ZSep 18 16:46:53.763 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
116632026-09-18T16:46:54.518ZSep 18 16:46:53.787 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
116642026-09-18T16:46:54.586ZSep 18 16:46:53.855 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116652026-09-18T16:46:54.642ZSep 18 16:46:53.911 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116662026-09-18T16:46:54.708ZSep 18 16:46:53.977 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116672026-09-18T16:46:54.772ZSep 18 16:46:54.041 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
116682026-09-18T16:46:54.778ZSep 18 16:46:54.047 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
116692026-09-18T16:46:54.801ZSep 18 16:46:54.070 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
116702026-09-18T16:46:55.983ZSep 18 16:46:55.252 INFO [tuf-repo] task succeeded (30.939263004s)
116712026-09-18T16:50:04.721Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s
116722026-09-18T16:50:04.724Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116732026-09-18T16:50:04.724Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116742026-09-18T16:50:07.404ZSep 18 16:50:06.672 INFO [verify-libraries] process exited with exit status: 0 (443.101546595s)
116752026-09-18T16:50:07.404ZSep 18 16:50:06.672 INFO all jobs completed in 1224.369014599s
116762026-09-18T16:50:08.386Zprocess exited: duration 1445150 ms, exit code 0
 
116772026-09-18T16:50:08.400Zfound 41 output files
116782026-09-18T16:50:08.400Zuploading: /work/manifest.toml (17334 bytes)
116792026-09-18T16:50:09.414Zuploaded: /work/manifest.toml
116802026-09-18T16:50:09.414Zuploading: /work/repo.zip (2379370233 bytes)
116812026-09-18T16:50:56.372Zuploaded: /work/repo.zip
116822026-09-18T16:50:56.372Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116832026-09-18T16:50:57.389Zuploaded: /work/repo.zip.sha256.txt
116842026-09-18T16:50:57.389Zuploading: /work/helios.json (647 bytes)
116852026-09-18T16:50:58.404Zuploaded: /work/helios.json
116862026-09-18T16:50:58.404Zuploading: /work/incorporation.p5m (113595 bytes)
116872026-09-18T16:50:59.428Zuploaded: /work/incorporation.p5m
116882026-09-18T16:50:59.428Zuploading: /work/incorporation.p5p (133120 bytes)
116892026-09-18T16:51:00.449Zuploaded: /work/incorporation.p5p
116902026-09-18T16:51:00.449Zuploading: /work/helios-incorp.log (522 bytes)
116912026-09-18T16:51:01.463Zuploaded: /work/helios-incorp.log
116922026-09-18T16:51:01.463Zuploading: /work/helios-setup.log (57070 bytes)
116932026-09-18T16:51:02.478Zuploaded: /work/helios-setup.log
116942026-09-18T16:51:02.478Zuploading: /work/host-image.log (240537 bytes)
116952026-09-18T16:51:03.497Zuploaded: /work/host-image.log
116962026-09-18T16:51:03.498Zuploading: /work/host-package.log (50674 bytes)
116972026-09-18T16:51:04.517Zuploaded: /work/host-package.log
116982026-09-18T16:51:04.517Zuploading: /work/host-target.log (101 bytes)
116992026-09-18T16:51:05.528Zuploaded: /work/host-target.log
117002026-09-18T16:51:05.529Zuploading: /work/incorp-create.log (0 bytes)
117012026-09-18T16:51:06.537Zuploaded: /work/incorp-create.log
117022026-09-18T16:51:06.537Zuploading: /work/incorp-fmt.log (0 bytes)
117032026-09-18T16:51:07.545Zuploaded: /work/incorp-fmt.log
117042026-09-18T16:51:07.545Zuploading: /work/incorp-pkgsend.log (108 bytes)
117052026-09-18T16:51:08.558Zuploaded: /work/incorp-pkgsend.log
117062026-09-18T16:51:08.558Zuploading: /work/incorp-publisher.log (0 bytes)
117072026-09-18T16:51:09.568Zuploaded: /work/incorp-publisher.log
117082026-09-18T16:51:09.568Zuploading: /work/omicron-package.log (10435 bytes)
117092026-09-18T16:51:10.580Zuploaded: /work/omicron-package.log
117102026-09-18T16:51:10.580Zuploading: /work/recovery-image.log (587926 bytes)
117112026-09-18T16:51:11.635Zuploaded: /work/recovery-image.log
117122026-09-18T16:51:11.635Zuploading: /work/recovery-package.log (2621 bytes)
117132026-09-18T16:51:12.645Zuploaded: /work/recovery-package.log
117142026-09-18T16:51:12.646Zuploading: /work/recovery-target.log (98 bytes)
117152026-09-18T16:51:13.656Zuploaded: /work/recovery-target.log
117162026-09-18T16:51:13.656Zuploading: /work/stamp-clickhouse.log (117 bytes)
117172026-09-18T16:51:14.667Zuploaded: /work/stamp-clickhouse.log
117182026-09-18T16:51:14.667Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
117192026-09-18T16:51:15.680Zuploaded: /work/stamp-clickhouse_keeper.log
117202026-09-18T16:51:15.680Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
117212026-09-18T16:51:16.692Zuploaded: /work/stamp-clickhouse_server.log
117222026-09-18T16:51:16.693Zuploading: /work/stamp-cockroachdb.log (118 bytes)
117232026-09-18T16:51:17.707Zuploaded: /work/stamp-cockroachdb.log
117242026-09-18T16:51:17.707Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
117252026-09-18T16:51:18.719Zuploaded: /work/stamp-crucible-pantry-zone.log
117262026-09-18T16:51:18.719Zuploading: /work/stamp-crucible-utils.log (118 bytes)
117272026-09-18T16:51:19.729Zuploaded: /work/stamp-crucible-utils.log
117282026-09-18T16:51:19.729Zuploading: /work/stamp-crucible-zone.log (120 bytes)
117292026-09-18T16:51:20.741Zuploaded: /work/stamp-crucible-zone.log
117302026-09-18T16:51:20.741Zuploading: /work/stamp-external-dns.log (119 bytes)
117312026-09-18T16:51:21.752Zuploaded: /work/stamp-external-dns.log
117322026-09-18T16:51:21.753Zuploading: /work/stamp-installinator.log (103 bytes)
117332026-09-18T16:51:22.765Zuploaded: /work/stamp-installinator.log
117342026-09-18T16:51:22.768Zuploading: /work/stamp-internal-dns.log (119 bytes)
117352026-09-18T16:51:23.780Zuploaded: /work/stamp-internal-dns.log
117362026-09-18T16:51:23.780Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117372026-09-18T16:51:24.789Zuploaded: /work/stamp-mg-ddm-gz.log
117382026-09-18T16:51:24.790Zuploading: /work/stamp-nexus.log (112 bytes)
117392026-09-18T16:51:25.802Zuploaded: /work/stamp-nexus.log
117402026-09-18T16:51:25.802Zuploading: /work/stamp-ntp.log (110 bytes)
117412026-09-18T16:51:26.815Zuploaded: /work/stamp-ntp.log
117422026-09-18T16:51:26.815Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117432026-09-18T16:51:27.826Zuploaded: /work/stamp-omicron-sled-agent.log
117442026-09-18T16:51:27.826Zuploading: /work/stamp-overlay.log (114 bytes)
117452026-09-18T16:51:28.836Zuploaded: /work/stamp-overlay.log
117462026-09-18T16:51:28.836Zuploading: /work/stamp-oximeter.log (115 bytes)
117472026-09-18T16:51:29.846Zuploaded: /work/stamp-oximeter.log
117482026-09-18T16:51:29.846Zuploading: /work/stamp-oxlog.log (109 bytes)
117492026-09-18T16:51:30.857Zuploaded: /work/stamp-oxlog.log
117502026-09-18T16:51:30.857Zuploading: /work/stamp-probe.log (112 bytes)
117512026-09-18T16:51:31.869Zuploaded: /work/stamp-probe.log
117522026-09-18T16:51:31.869Zuploading: /work/stamp-propolis-server.log (122 bytes)
117532026-09-18T16:51:32.881Zuploaded: /work/stamp-propolis-server.log
117542026-09-18T16:51:32.881Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
117552026-09-18T16:51:33.895Zuploaded: /work/stamp-pumpkind-gz.log
117562026-09-18T16:51:33.895Zuploading: /work/stamp-switch-asic.log (118 bytes)
117572026-09-18T16:51:34.905Zuploaded: /work/stamp-switch-asic.log
117582026-09-18T16:51:34.905Zuploading: /work/verify-libraries.log (51468 bytes)
117592026-09-18T16:51:35.920Zuploaded: /work/verify-libraries.log