01KZYM7ZRKHY9EW8F1GXCW10VC: 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: 01KZYM8XHNNVYWZ4W19KSE6EC1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T22:36:40.395Zjob assigned to worker 01KZYM92VS2C8DHNYP7MKW95QA [factory aws, i-0f24ff254ccc31c35] (queued for 50 s)
 
22026-08-13T22:36:47.564Zstarting task 0: "setup"
32026-08-13T22:36:47.587Z++ uname -s
42026-08-13T22:36:47.587Z+ kern=SunOS
52026-08-13T22:36:47.587Z+ build_user=build
62026-08-13T22:36:47.588Z+ build_uid=12345
72026-08-13T22:36:47.588Z+ work_dir=/work
82026-08-13T22:36:47.588Z+ input_dir=/input
92026-08-13T22:36:47.588Z+ [[ 0 == 12345 ]]
102026-08-13T22:36:47.588Z+ case "$kern" in
112026-08-13T22:36:47.588Z+ groupadd -g 12345 build
122026-08-13T22:36:47.588Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T22:36:49.577Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T22:36:49.665Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T22:36:49.671Z+ home_fs=zfs
162026-08-13T22:36:49.671Z+ [[ zfs == autofs ]]
172026-08-13T22:36:49.671Z+ mkdir -p /home/build
182026-08-13T22:36:49.671Z+ chown build:build /home/build /work
192026-08-13T22:36:51.668Z+ chmod 0700 /home/build /work
202026-08-13T22:36:51.672Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-13T22:36:51.680Zstarting task 1: "rust-toolchain"
222026-08-13T22:36:51.686Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T22:36:51.686Z * rust toolchain channel = "1.97.1"
242026-08-13T22:36:51.686Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-13T22:36:51.686Z * rust toolchain profile = "default"
262026-08-13T22:36:51.686Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T22:36:51.686Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T22:36:51.690Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T22:36:51.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T22:36:51.801Zinfo: downloading installer
312026-08-13T22:36:53.178Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T22:36:53.179Zwarn: /home/build/.rustup/settings.toml
332026-08-13T22:36:53.179Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T22:36:53.179Zwarn: instead of the one inferred from the default host triple.
352026-08-13T22:36:53.193Zinfo: profile set to default
362026-08-13T22:36:53.193Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T22:36:53.197Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T22:36:53.356Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T22:36:53.356Zinfo: downloading 6 components
402026-08-13T22:37:07.589Z
412026-08-13T22:37:07.589Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-13T22:37:07.619Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T22:37:07.620Z
442026-08-13T22:37:07.620Z
452026-08-13T22:37:07.620ZRust is installed now. Great!
462026-08-13T22:37:07.620Z
472026-08-13T22:37:07.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T22:37:07.620Zenvironment variable. This has not been done automatically.
492026-08-13T22:37:07.620Z
502026-08-13T22:37:07.620ZTo configure your current shell, you need to source
512026-08-13T22:37:07.620Zthe corresponding env file under $HOME/.cargo.
522026-08-13T22:37:07.620Z
532026-08-13T22:37:07.620ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T22:37:07.620Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T22:37:07.620Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T22:37:07.620Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T22:37:07.620Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T22:37:07.620Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T22:37:07.620Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T22:37:07.624Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T22:37:07.624Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T22:37:07.725Z+ rustup --version
632026-08-13T22:37:07.732Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T22:37:07.735Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T22:37:07.753Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T22:37:07.757Z+ cargo --version
672026-08-13T22:37:07.764Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T22:37:07.767Z+ rustc --version
692026-08-13T22:37:07.787Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T22:37:07.792Zprocess exited: duration 16109 ms, exit code 0
 
712026-08-13T22:37:07.800Zstarting task 2: "authentication"
722026-08-13T22:37:07.820Zprocess exited: duration 19 ms, exit code 0
 
732026-08-13T22:37:07.829Zstarting task 3: "clone repository"
742026-08-13T22:37:07.833Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T22:37:07.837Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T22:37:07.867ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T22:37:19.359Z+ cd /work/oxidecomputer/omicron
782026-08-13T22:37:19.359Z+ git fetch origin 66ec4031ab532a906f647aab1d2a19d5b45cff84
792026-08-13T22:37:19.741ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T22:37:19.741Z * branch 66ec4031ab532a906f647aab1d2a19d5b45cff84 -> FETCH_HEAD
812026-08-13T22:37:19.757Z+ [[ -n '' ]]
822026-08-13T22:37:19.757Z+ git reset --hard 66ec4031ab532a906f647aab1d2a19d5b45cff84
832026-08-13T22:37:20.012ZHEAD is now at 66ec4031a Update generated dependencies for maghemite bump
842026-08-13T22:37:20.016Zprocess exited: duration 12186 ms, exit code 0
 
852026-08-13T22:37:20.024Zstarting task 4: "build"
862026-08-13T22:37:20.029Z+ source .github/buildomat/ci-env.sh
872026-08-13T22:37:20.029Z++ export CARGO_TERM_COLOR=always
882026-08-13T22:37:20.029Z++ CARGO_TERM_COLOR=always
892026-08-13T22:37:20.036Z+++ uname -s
902026-08-13T22:37:20.036Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-13T22:37:20.036Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-13T22:37:20.039Z+ cargo --version
932026-08-13T22:37:20.047Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-13T22:37:20.050Z+ rustc --version
952026-08-13T22:37:20.068Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-13T22:37:20.072Z+ cargo tree --locked
972026-08-13T22:37:20.248Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-13T22:37:20.578Z Updating crates.io index
992026-08-13T22:37:20.583Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-13T22:37:20.914Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-13T22:37:21.310Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-13T22:37:22.369Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-13T22:37:22.945Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-13T22:37:24.581Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-13T22:37:25.470Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-13T22:37:25.794Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-13T22:37:26.153Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-13T22:37:27.874Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-13T22:37:28.193Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-13T22:37:28.525Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-13T22:37:28.780Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-13T22:37:29.079Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-13T22:37:29.345Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-13T22:37:29.646Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-13T22:37:29.941Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-13T22:37:30.284Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-13T22:37:30.774Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-13T22:37:31.225Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-13T22:37:31.610Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-13T22:37:32.110Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-13T22:37:32.406Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-13T22:37:32.968Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-13T22:37:33.343Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-13T22:37:33.596Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-13T22:37:34.049Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-13T22:37:34.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-13T22:37:34.811Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-13T22:37:35.589Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-13T22:37:35.879Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-13T22:37:36.248Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-13T22:37:36.602Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-13T22:37:37.195Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-13T22:37:37.498Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-13T22:37:37.812Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-13T22:37:38.116Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-13T22:37:38.754Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-13T22:37:39.069Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-13T22:37:39.366Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-13T22:37:39.659Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-13T22:37:39.946Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-13T22:37:42.623Z Downloading crates ...
1422026-08-13T22:37:42.677Z Downloaded ciborium-ll v0.2.2
1432026-08-13T22:37:42.686Z Downloaded addr2line v0.25.1
1442026-08-13T22:37:42.691Z Downloaded convert_case v0.4.0
1452026-08-13T22:37:42.694Z Downloaded crypto-common v0.2.2
1462026-08-13T22:37:42.697Z Downloaded http-body v1.0.1
1472026-08-13T22:37:42.701Z Downloaded ciborium-io v0.2.2
1482026-08-13T22:37:42.701Z Downloaded cipher v0.4.4
1492026-08-13T22:37:42.701Z Downloaded cmov v0.5.4
1502026-08-13T22:37:42.707Z Downloaded colorchoice v1.0.4
1512026-08-13T22:37:42.714Z Downloaded derive_more v0.99.20
1522026-08-13T22:37:42.718Z Downloaded globwalk v0.9.1
1532026-08-13T22:37:42.718Z Downloaded hex v0.4.3
1542026-08-13T22:37:42.718Z Downloaded clap_derive v4.6.1
1552026-08-13T22:37:42.722Z Downloaded console v0.15.11
1562026-08-13T22:37:42.722Z Downloaded heck v0.4.1
1572026-08-13T22:37:42.722Z Downloaded hex-literal v1.1.0
1582026-08-13T22:37:42.722Z Downloaded hostname v0.3.1
1592026-08-13T22:37:42.722Z Downloaded crc v3.4.0
1602026-08-13T22:37:42.726Z Downloaded crunchy v0.2.4
1612026-08-13T22:37:42.726Z Downloaded crypto-common v0.1.7
1622026-08-13T22:37:42.726Z Downloaded cobs v0.3.0
1632026-08-13T22:37:42.726Z Downloaded cpubits v0.1.1
1642026-08-13T22:37:42.726Z Downloaded heck v0.5.0
1652026-08-13T22:37:42.730Z Downloaded hash32 v0.2.1
1662026-08-13T22:37:42.730Z Downloaded hostname v0.4.2
1672026-08-13T22:37:42.730Z Downloaded cipher v0.5.2
1682026-08-13T22:37:42.734Z Downloaded concurrent-queue v2.5.0
1692026-08-13T22:37:42.734Z Downloaded compression-codecs v0.4.37
1702026-08-13T22:37:42.734Z Downloaded compression-core v0.4.31
1712026-08-13T22:37:42.738Z Downloaded hex-literal v0.4.1
1722026-08-13T22:37:42.738Z Downloaded headers-core v0.3.0
1732026-08-13T22:37:42.738Z Downloaded cpufeatures v0.3.0
1742026-08-13T22:37:42.738Z Downloaded home v0.5.12
1752026-08-13T22:37:42.743Z Downloaded crc-catalog v2.4.0
1762026-08-13T22:37:42.743Z Downloaded darling_macro v0.21.3
1772026-08-13T22:37:42.743Z Downloaded git-stub v1.0.0
1782026-08-13T22:37:42.747Z Downloaded hash32 v0.3.1
1792026-08-13T22:37:42.747Z Downloaded darling_macro v0.20.11
1802026-08-13T22:37:42.747Z Downloaded glob v0.3.3
1812026-08-13T22:37:42.747Z Downloaded globset v0.4.18
1822026-08-13T22:37:42.747Z Downloaded darling_macro v0.23.0
1832026-08-13T22:37:42.748Z Downloaded debug-ignore v1.0.5
1842026-08-13T22:37:42.751Z Downloaded defmt v0.3.100
1852026-08-13T22:37:42.751Z Downloaded crc8 v0.1.1
1862026-08-13T22:37:42.755Z Downloaded const-oid v0.9.6
1872026-08-13T22:37:42.755Z Downloaded git-stub-vcs v0.1.0
1882026-08-13T22:37:42.761Z Downloaded clang-sys v1.8.1
1892026-08-13T22:37:42.761Z Downloaded colored v2.2.0
1902026-08-13T22:37:42.761Z Downloaded console v0.16.2
1912026-08-13T22:37:42.764Z Downloaded heapless v0.7.17
1922026-08-13T22:37:42.764Z Downloaded indoc v1.0.9
1932026-08-13T22:37:42.764Z Downloaded guppy-workspace-hack v0.1.0
1942026-08-13T22:37:42.770Z Downloaded internet-checksum v0.2.1
1952026-08-13T22:37:42.774Z Downloaded group v0.14.0
1962026-08-13T22:37:42.774Z Downloaded hyper-tls v0.6.0
1972026-08-13T22:37:42.774Z Downloaded constant_time_eq v0.3.1
1982026-08-13T22:37:42.774Z Downloaded highway v1.3.0
1992026-08-13T22:37:42.774Z Downloaded http-body-util v0.1.3
2002026-08-13T22:37:42.777Z Downloaded defmt-parser v1.0.0
2012026-08-13T22:37:42.777Z Downloaded curve25519-dalek-derive v0.1.1
2022026-08-13T22:37:42.782Z Downloaded darling_macro v0.13.4
2032026-08-13T22:37:42.785Z Downloaded crucible-workspace-hack v0.1.0
2042026-08-13T22:37:42.847Z Downloaded cstr-argument v0.1.2
2052026-08-13T22:37:42.865Z Downloaded cpufeatures v0.2.17
2062026-08-13T22:37:42.865Z Downloaded clap_lex v1.0.0
2072026-08-13T22:37:42.865Z Downloaded hubpack v0.1.2
2082026-08-13T22:37:42.865Z Downloaded adler2 v2.0.1
2092026-08-13T22:37:42.865Z Downloaded ident_case v1.0.1
2102026-08-13T22:37:42.865Z Downloaded idna_adapter v1.2.1
2112026-08-13T22:37:42.865Z Downloaded instability v0.3.11
2122026-08-13T22:37:42.865Z Downloaded const_format_proc_macros v0.2.34
2132026-08-13T22:37:42.865Z Downloaded darling v0.13.4
2142026-08-13T22:37:42.865Z Downloaded cmake v0.1.57
2152026-08-13T22:37:42.865Z Downloaded csv-core v0.1.13
2162026-08-13T22:37:42.865Z Downloaded crossbeam-deque v0.8.6
2172026-08-13T22:37:42.865Z Downloaded indent_write v2.2.0
2182026-08-13T22:37:42.865Z Downloaded inout v0.1.4
2192026-08-13T22:37:42.865Z Downloaded async-recursion v1.1.1
2202026-08-13T22:37:42.865Z Downloaded data-encoding v2.10.0
2212026-08-13T22:37:42.867Z Downloaded http-range v0.1.5
2222026-08-13T22:37:42.867Z Downloaded constant_time_eq v0.4.2
2232026-08-13T22:37:42.867Z Downloaded critical-section v1.2.0
2242026-08-13T22:37:42.867Z Downloaded atomicwrites v0.4.4
2252026-08-13T22:37:42.867Z Downloaded illumos-nvpair v0.3.0
2262026-08-13T22:37:42.867Z Downloaded hubpack_derive v0.1.1
2272026-08-13T22:37:42.867Z Downloaded illumos-nvpair-sys v0.2.0
2282026-08-13T22:37:42.867Z Downloaded instant v0.1.13
2292026-08-13T22:37:42.867Z Downloaded ciborium v0.2.2
2302026-08-13T22:37:42.868Z Downloaded clap v4.6.1
2312026-08-13T22:37:42.868Z Downloaded ctr v0.10.1
2322026-08-13T22:37:42.868Z Downloaded const-oid v0.10.2
2332026-08-13T22:37:42.868Z Downloaded httpdate v1.0.3
2342026-08-13T22:37:42.868Z Downloaded inout v0.2.2
2352026-08-13T22:37:42.868Z Downloaded cfg-if v1.0.4
2362026-08-13T22:37:42.868Z Downloaded group v0.13.0
2372026-08-13T22:37:42.868Z Downloaded delegate v0.13.5
2382026-08-13T22:37:42.868Z Downloaded der_derive v0.7.3
2392026-08-13T22:37:42.868Z Downloaded deranged v0.5.8
2402026-08-13T22:37:42.874Z Downloaded atomic-waker v1.1.2
2412026-08-13T22:37:42.874Z Downloaded convert_case v0.10.0
2422026-08-13T22:37:42.874Z Downloaded derive_builder_core v0.20.2
2432026-08-13T22:37:42.874Z Downloaded bcrypt-pbkdf v0.11.0
2442026-08-13T22:37:42.874Z Downloaded defmt-macros v1.0.1
2452026-08-13T22:37:42.874Z Downloaded hmac v0.13.0
2462026-08-13T22:37:42.874Z Downloaded oso-derive v0.27.3
2472026-08-13T22:37:42.874Z Downloaded defmt v1.0.1
2482026-08-13T22:37:42.874Z Downloaded derive-ex v0.1.8
2492026-08-13T22:37:42.874Z Downloaded ipnetwork v0.21.1
2502026-08-13T22:37:42.874Z Downloaded colored v3.1.1
2512026-08-13T22:37:42.874Z Downloaded daft-derive v0.1.7
2522026-08-13T22:37:42.874Z Downloaded cargo-platform v0.3.2
2532026-08-13T22:37:42.882Z Downloaded plotters-svg v0.3.7
2542026-08-13T22:37:42.882Z Downloaded predicates-tree v1.0.13
2552026-08-13T22:37:42.882Z Downloaded proc-macro-crate v1.3.1
2562026-08-13T22:37:42.886Z Downloaded cookie v0.18.1
2572026-08-13T22:37:42.886Z Downloaded crc32fast v1.5.0
2582026-08-13T22:37:42.892Z Downloaded corncobs v0.1.4
2592026-08-13T22:37:42.892Z Downloaded crossbeam-epoch v0.9.18
2602026-08-13T22:37:42.892Z Downloaded indoc v2.0.7
2612026-08-13T22:37:42.898Z Downloaded anes v0.1.6
2622026-08-13T22:37:42.898Z Downloaded approx v0.5.1
2632026-08-13T22:37:42.898Z Downloaded humantime v2.3.0
2642026-08-13T22:37:42.904Z Downloaded radium v0.7.0
2652026-08-13T22:37:42.904Z Downloaded datatest-stable v0.3.3
2662026-08-13T22:37:42.904Z Downloaded impl-trait-for-tuples v0.2.3
2672026-08-13T22:37:42.904Z Downloaded proc-macro-error-attr2 v2.0.0
2682026-08-13T22:37:42.904Z Downloaded quick-error v1.2.3
2692026-08-13T22:37:42.910Z Downloaded cookie_store v0.22.1
2702026-08-13T22:37:42.910Z Downloaded crossbeam-utils v0.8.21
2712026-08-13T22:37:42.911Z Downloaded backoff v0.4.0
2722026-08-13T22:37:42.915Z Downloaded oorandom v11.1.5
2732026-08-13T22:37:42.915Z Downloaded ingot-types v0.2.0
2742026-08-13T22:37:42.915Z Downloaded hickory-client v0.25.2
2752026-08-13T22:37:42.915Z Downloaded hybrid-array v0.4.13
2762026-08-13T22:37:42.918Z Downloaded recursive v0.1.1
2772026-08-13T22:37:42.918Z Downloaded ref-cast-impl v1.0.25
2782026-08-13T22:37:42.918Z Downloaded rustc-hash v2.1.1
2792026-08-13T22:37:42.918Z Downloaded is-terminal v0.4.17
2802026-08-13T22:37:42.923Z Downloaded scheduled-thread-pool v0.2.7
2812026-08-13T22:37:42.927Z Downloaded peg v0.8.5
2822026-08-13T22:37:42.931Z Downloaded ctutils v0.4.2
2832026-08-13T22:37:42.932Z Downloaded criterion-plot v0.6.0
2842026-08-13T22:37:42.935Z Downloaded derive_builder_macro v0.20.2
2852026-08-13T22:37:42.935Z Downloaded hyper-staticfile v0.10.1
2862026-08-13T22:37:42.935Z Downloaded ipnet v2.11.0
2872026-08-13T22:37:42.935Z Downloaded httptest v0.16.4
2882026-08-13T22:37:42.944Z Downloaded darling v0.23.0
2892026-08-13T22:37:42.952Z Downloaded daft v0.1.7
2902026-08-13T22:37:42.952Z Downloaded bytecount v0.6.9
2912026-08-13T22:37:42.952Z Downloaded bcs v0.1.6
2922026-08-13T22:37:42.952Z Downloaded serde_urlencoded v0.7.1
2932026-08-13T22:37:42.953Z Downloaded serde-big-array v0.5.1
2942026-08-13T22:37:42.953Z Downloaded shell-words v1.1.1
2952026-08-13T22:37:42.958Z Downloaded hmac v0.12.1
2962026-08-13T22:37:42.958Z Downloaded parking v2.2.1
2972026-08-13T22:37:42.959Z Downloaded oxide-tokio-rt v0.1.4
2982026-08-13T22:37:42.964Z Downloaded partial-io v0.5.4
2992026-08-13T22:37:42.964Z Downloaded password-hash v0.5.0
3002026-08-13T22:37:42.965Z Downloaded pkg-config v0.3.32
3012026-08-13T22:37:42.965Z Downloaded port-file v0.1.0
3022026-08-13T22:37:42.965Z Downloaded compact_str v0.8.1
3032026-08-13T22:37:42.965Z Downloaded const_format v0.2.35
3042026-08-13T22:37:42.978Z Downloaded derive_builder v0.20.2
3052026-08-13T22:37:42.978Z Downloaded chumsky v0.9.3
3062026-08-13T22:37:42.988Z Downloaded pem-rfc7468 v0.7.0
3072026-08-13T22:37:42.988Z Downloaded pem-rfc7468 v1.0.0
3082026-08-13T22:37:42.989Z Downloaded secrecy v0.8.0
3092026-08-13T22:37:42.989Z Downloaded smawk v0.3.2
3102026-08-13T22:37:42.989Z Downloaded darling v0.21.3
3112026-08-13T22:37:42.989Z Downloaded hyper-rustls v0.27.7
3122026-08-13T22:37:42.989Z Downloaded progenitor-macro v0.13.0
3132026-08-13T22:37:42.989Z Downloaded progenitor-client v0.13.0
3142026-08-13T22:37:42.989Z Downloaded swrite v0.1.0
3152026-08-13T22:37:42.989Z Downloaded httparse v1.10.1
3162026-08-13T22:37:42.989Z Downloaded byte-wrapper v0.1.0
3172026-08-13T22:37:42.989Z Downloaded half v1.8.3
3182026-08-13T22:37:42.989Z Downloaded backon v1.6.0
3192026-08-13T22:37:42.989Z Downloaded blake2b_simd v1.0.4
3202026-08-13T22:37:42.994Z Downloaded rand_core v0.9.5
3212026-08-13T22:37:42.994Z Downloaded rand_seeder v0.4.0
3222026-08-13T22:37:42.994Z Downloaded iana-time-zone v0.1.65
3232026-08-13T22:37:42.994Z Downloaded ingot v0.2.1
3242026-08-13T22:37:42.994Z Downloaded rustc-demangle v0.1.27
3252026-08-13T22:37:42.994Z Downloaded progenitor v0.14.0
3262026-08-13T22:37:42.994Z Downloaded tinyvec_macros v0.1.1
3272026-08-13T22:37:42.994Z Downloaded structmeta v0.3.0
3282026-08-13T22:37:42.994Z Downloaded subtle v2.6.1
3292026-08-13T22:37:42.994Z Downloaded tabwriter v1.4.1
3302026-08-13T22:37:42.994Z Downloaded testing_table v0.3.0
3312026-08-13T22:37:42.999Z Downloaded rustls-pemfile v2.2.0
3322026-08-13T22:37:42.999Z Downloaded darling_core v0.13.4
3332026-08-13T22:37:43.005Z Downloaded derive-where v1.6.0
3342026-08-13T22:37:43.005Z Downloaded darling v0.20.11
3352026-08-13T22:37:43.005Z Downloaded ingot-macros v0.2.0
3362026-08-13T22:37:43.009Z Downloaded sapling-renderdag v0.1.0
3372026-08-13T22:37:43.009Z Downloaded terminal_size v0.1.17
3382026-08-13T22:37:43.020Z Downloaded half v2.7.1
3392026-08-13T22:37:43.024Z Downloaded unicode-linebreak v0.1.5
3402026-08-13T22:37:43.028Z Downloaded slog-stdlog v4.1.1
3412026-08-13T22:37:43.028Z Downloaded rpassword v7.5.4
3422026-08-13T22:37:43.028Z Downloaded serde_repr v0.1.20
3432026-08-13T22:37:43.033Z Downloaded pkcs1 v0.8.0-rc.4
3442026-08-13T22:37:43.033Z Downloaded polyval v0.7.1
3452026-08-13T22:37:43.040Z Downloaded unicode-truncate v1.1.0
3462026-08-13T22:37:43.044Z Downloaded crc-any v2.5.0
3472026-08-13T22:37:43.044Z Downloaded snafu-derive v0.8.9
3482026-08-13T22:37:43.044Z Downloaded stringprep v0.1.5
3492026-08-13T22:37:43.048Z Downloaded usdt-macro v0.5.0
3502026-08-13T22:37:43.048Z Downloaded slog-dtrace v0.3.0
3512026-08-13T22:37:43.048Z Downloaded waitgroup v0.1.2
3522026-08-13T22:37:43.048Z Downloaded unicode-xid v0.2.6
3532026-08-13T22:37:43.052Z Downloaded untrusted v0.7.1
3542026-08-13T22:37:43.052Z Downloaded void v1.0.2
3552026-08-13T22:37:43.052Z Downloaded xshell-macros v0.2.7
3562026-08-13T22:37:43.052Z Downloaded wnaf v0.14.0
3572026-08-13T22:37:43.052Z Downloaded hashbrown v0.14.5
3582026-08-13T22:37:43.057Z Downloaded async-bb8-diesel v0.2.1
3592026-08-13T22:37:43.057Z Downloaded static_assertions v1.1.0
3602026-08-13T22:37:43.062Z Downloaded ignore v0.4.25
3612026-08-13T22:37:43.062Z Downloaded indexmap v1.9.3
3622026-08-13T22:37:43.062Z Downloaded cfg-expr v0.20.6
3632026-08-13T22:37:43.062Z Downloaded icu_provider v2.1.1
3642026-08-13T22:37:43.069Z Downloaded strum_macros v0.24.3
3652026-08-13T22:37:43.069Z Downloaded synstructure v0.13.2
3662026-08-13T22:37:43.069Z Downloaded anstyle-parse v0.2.7
3672026-08-13T22:37:43.069Z Downloaded target-lexicon v0.13.3
3682026-08-13T22:37:43.069Z Downloaded tokio-tungstenite v0.23.1
3692026-08-13T22:37:43.074Z Downloaded ssh-encoding v0.3.0
3702026-08-13T22:37:43.074Z Downloaded support-bundle-viewer v0.1.2
3712026-08-13T22:37:43.074Z Downloaded dof v0.3.0
3722026-08-13T22:37:43.074Z Downloaded embedded-io v0.4.0
3732026-08-13T22:37:43.074Z Downloaded errno v0.3.14
3742026-08-13T22:37:43.082Z Downloaded dirs-sys-next v0.1.2
3752026-08-13T22:37:43.082Z Downloaded dtrace-parser v0.2.0
3762026-08-13T22:37:43.082Z Downloaded dsl_auto_type v0.2.0
3772026-08-13T22:37:43.088Z Downloaded rustls-pki-types v1.14.0
3782026-08-13T22:37:43.088Z Downloaded darling_core v0.20.11
3792026-08-13T22:37:43.089Z Downloaded futures-macro v0.3.32
3802026-08-13T22:37:43.089Z Downloaded icu_properties v2.1.2
3812026-08-13T22:37:43.089Z Downloaded salsa20 v0.11.0
3822026-08-13T22:37:43.089Z Downloaded heapless v0.8.0
3832026-08-13T22:37:43.094Z Downloaded darling_core v0.23.0
3842026-08-13T22:37:43.094Z Downloaded thiserror-impl-no-std v2.0.2
3852026-08-13T22:37:43.100Z Downloaded tls_codec v0.4.2
3862026-08-13T22:37:43.100Z Downloaded toml_write v0.1.2
3872026-08-13T22:37:43.105Z Downloaded fastrand v2.3.0
3882026-08-13T22:37:43.105Z Downloaded float-ord v0.3.2
3892026-08-13T22:37:43.105Z Downloaded lazy_static v1.5.0
3902026-08-13T22:37:43.105Z Downloaded hickory-resolver v0.24.4
3912026-08-13T22:37:43.105Z Downloaded headers v0.4.1
3922026-08-13T22:37:43.111Z Downloaded parking_lot v0.11.2
3932026-08-13T22:37:43.111Z Downloaded pin-project v1.1.11
3942026-08-13T22:37:43.115Z Downloaded gethostname v0.5.0
3952026-08-13T22:37:43.121Z Downloaded libscf-sys v1.2.0
3962026-08-13T22:37:43.124Z Downloaded lalrpop-util v0.19.12
3972026-08-13T22:37:43.124Z Downloaded ghash v0.6.0
3982026-08-13T22:37:43.124Z Downloaded http v1.4.2
3992026-08-13T22:37:43.124Z Downloaded arc-swap v1.8.2
4002026-08-13T22:37:43.128Z Downloaded lru-cache v0.1.2
4012026-08-13T22:37:43.131Z Downloaded newtype_derive v0.1.6
4022026-08-13T22:37:43.131Z Downloaded new_debug_unreachable v1.0.6
4032026-08-13T22:37:43.131Z Downloaded nibble_vec v0.1.0
4042026-08-13T22:37:43.131Z Downloaded zeroize v1.9.0
4052026-08-13T22:37:43.133Z Downloaded memoffset v0.9.1
4062026-08-13T22:37:43.136Z Downloaded multimap v0.10.1
4072026-08-13T22:37:43.137Z Downloaded icu_locale_core v2.1.1
4082026-08-13T22:37:43.141Z Downloaded xshell v0.2.7
4092026-08-13T22:37:43.141Z Downloaded indicatif v0.18.4
4102026-08-13T22:37:43.147Z Downloaded chacha20poly1305 v0.10.1
4112026-08-13T22:37:43.147Z Downloaded zmij v1.0.21
4122026-08-13T22:37:43.150Z Downloaded thread_local v1.1.9
4132026-08-13T22:37:43.150Z Downloaded nonempty v0.12.0
4142026-08-13T22:37:43.150Z Downloaded base16ct v1.0.0
4152026-08-13T22:37:43.150Z Downloaded digest v0.10.7
4162026-08-13T22:37:43.150Z Downloaded ed25519 v3.0.0
4172026-08-13T22:37:43.150Z Downloaded embedded-io v0.6.1
4182026-08-13T22:37:43.150Z Downloaded foldhash v0.2.0
4192026-08-13T22:37:43.155Z Downloaded num-derive v0.4.2
4202026-08-13T22:37:43.160Z Downloaded arrayref v0.3.9
4212026-08-13T22:37:43.160Z Downloaded array-init v0.0.4
4222026-08-13T22:37:43.165Z Downloaded icu_normalizer v2.1.1
4232026-08-13T22:37:43.165Z Downloaded crypto-bigint v0.5.5
4242026-08-13T22:37:43.169Z Downloaded ron v0.8.1
4252026-08-13T22:37:43.169Z Downloaded der v0.7.10
4262026-08-13T22:37:43.174Z Downloaded fs-err v3.3.0
4272026-08-13T22:37:43.174Z Downloaded crossbeam-channel v0.5.15
4282026-08-13T22:37:43.178Z Downloaded foreign-types-shared v0.1.1
4292026-08-13T22:37:43.178Z Downloaded bb8 v0.8.6
4302026-08-13T22:37:43.179Z Downloaded bit-set v0.5.3
4312026-08-13T22:37:43.179Z Downloaded bit-set v0.8.0
4322026-08-13T22:37:43.179Z Downloaded darling_core v0.21.3
4332026-08-13T22:37:43.179Z Downloaded similar v2.7.0
4342026-08-13T22:37:43.185Z Downloaded cast v0.3.0
4352026-08-13T22:37:43.186Z Downloaded password-hash v0.6.1
4362026-08-13T22:37:43.186Z Downloaded hashbrown v0.12.3
4372026-08-13T22:37:43.190Z Downloaded block-buffer v0.10.4
4382026-08-13T22:37:43.190Z Downloaded hickory-resolver v0.25.2
4392026-08-13T22:37:43.190Z Downloaded schemars v0.8.22
4402026-08-13T22:37:43.193Z Downloaded tokio-rustls v0.26.4
4412026-08-13T22:37:43.197Z Downloaded tracing-attributes v0.1.31
4422026-08-13T22:37:43.198Z Downloaded phf_shared v0.13.1
4432026-08-13T22:37:43.198Z Downloaded usdt-impl v0.6.0
4442026-08-13T22:37:43.198Z Downloaded linkme v0.3.35
4452026-08-13T22:37:43.204Z Downloaded cargo_metadata v0.23.1
4462026-08-13T22:37:43.204Z Downloaded lock_api v0.4.14
4472026-08-13T22:37:43.204Z Downloaded mime_guess v2.0.5
4482026-08-13T22:37:43.207Z Downloaded socket2 v0.5.10
4492026-08-13T22:37:43.207Z Downloaded usdt-impl v0.5.0
4502026-08-13T22:37:43.207Z Downloaded ar_archive_writer v0.5.1
4512026-08-13T22:37:43.207Z Downloaded whoami v1.6.1
4522026-08-13T22:37:43.211Z Downloaded lru v0.12.5
4532026-08-13T22:37:43.211Z Downloaded vergen-gitcl v1.0.8
4542026-08-13T22:37:43.215Z Downloaded rand_chacha v0.3.1
4552026-08-13T22:37:43.218Z Downloaded icu_normalizer_data v2.1.1
4562026-08-13T22:37:43.222Z Downloaded zerocopy-derive v0.7.35
4572026-08-13T22:37:43.226Z Downloaded num_enum_derive v0.7.6
4582026-08-13T22:37:43.226Z Downloaded psl-types v2.0.11
4592026-08-13T22:37:43.229Z Downloaded bumpalo v3.20.2
4602026-08-13T22:37:43.229Z Downloaded p256 v0.14.0
4612026-08-13T22:37:43.236Z Downloaded anstream v0.6.21
4622026-08-13T22:37:43.239Z Downloaded anstyle-query v1.1.5
4632026-08-13T22:37:43.239Z Downloaded hickory-server v0.25.2
4642026-08-13T22:37:43.243Z Downloaded internal-russh-num-bigint v0.5.0
4652026-08-13T22:37:43.247Z Downloaded arrayvec v0.7.6
4662026-08-13T22:37:43.247Z Downloaded test-strategy v0.4.5
4672026-08-13T22:37:43.247Z Downloaded async-trait v0.1.89
4682026-08-13T22:37:43.250Z Downloaded bs58 v0.5.1
4692026-08-13T22:37:43.250Z Downloaded cassowary v0.3.0
4702026-08-13T22:37:43.250Z Downloaded scuffle v0.1.0
4712026-08-13T22:37:43.253Z Downloaded secrecy v0.10.3
4722026-08-13T22:37:43.257Z Downloaded toml v1.1.2+spec-1.1.0
4732026-08-13T22:37:43.257Z Downloaded typify v0.6.2
4742026-08-13T22:37:43.265Z Downloaded futures-channel v0.3.32
4752026-08-13T22:37:43.268Z Downloaded chacha20 v0.9.1
4762026-08-13T22:37:43.268Z Downloaded paste v1.0.15
4772026-08-13T22:37:43.271Z Downloaded sha1 v0.11.0
4782026-08-13T22:37:43.277Z Downloaded pin-project-internal v1.1.11
4792026-08-13T22:37:43.281Z Downloaded pem v3.0.6
4802026-08-13T22:37:43.284Z Downloaded strum v0.27.2
4812026-08-13T22:37:43.287Z Downloaded strsim v0.10.0
4822026-08-13T22:37:43.287Z Downloaded supports-color v2.1.0
4832026-08-13T22:37:43.287Z Downloaded prettyplease v0.2.37
4842026-08-13T22:37:43.291Z Downloaded tungstenite v0.23.0
4852026-08-13T22:37:43.291Z Downloaded der v0.8.0
4862026-08-13T22:37:43.294Z Downloaded snafu v0.8.9
4872026-08-13T22:37:43.298Z Downloaded unsafe-libyaml v0.2.11
4882026-08-13T22:37:43.300Z Downloaded sync_wrapper v1.0.2
4892026-08-13T22:37:43.300Z Downloaded tagptr v0.2.0
4902026-08-13T22:37:43.300Z Downloaded icu_collections v2.1.1
4912026-08-13T22:37:43.304Z Downloaded rand_chacha v0.9.0
4922026-08-13T22:37:43.304Z Downloaded primeorder v0.14.0
4932026-08-13T22:37:43.304Z Downloaded hyper-util v0.1.20
4942026-08-13T22:37:43.307Z Downloaded tabled_derive v0.7.0
4952026-08-13T22:37:43.307Z Downloaded rand_core v0.6.4
4962026-08-13T22:37:43.311Z Downloaded zopfli v0.8.3
4972026-08-13T22:37:43.311Z Downloaded terminal_size v0.4.3
4982026-08-13T22:37:43.311Z Downloaded thread-id v4.2.2
4992026-08-13T22:37:43.315Z Downloaded trait-variant v0.1.2
5002026-08-13T22:37:43.315Z Downloaded tar v0.4.46
5012026-08-13T22:37:43.319Z Downloaded unit-prefix v0.5.2
5022026-08-13T22:37:43.322Z Downloaded elliptic-curve v0.13.8
5032026-08-13T22:37:43.322Z Downloaded elliptic-curve v0.14.1
5042026-08-13T22:37:43.326Z Downloaded usdt-attr-macro v0.5.0
5052026-08-13T22:37:43.330Z Downloaded utf8parse v0.2.2
5062026-08-13T22:37:43.330Z Downloaded fatfs v0.3.6
5072026-08-13T22:37:43.333Z Downloaded rust-argon2 v2.1.0
5082026-08-13T22:37:43.337Z Downloaded sec1 v0.8.1
5092026-08-13T22:37:43.337Z Downloaded serde v1.0.229
5102026-08-13T22:37:43.340Z Downloaded zerofrom-derive v0.1.6
5112026-08-13T22:37:43.340Z Downloaded zone_cfg_derive v0.3.1
5122026-08-13T22:37:43.340Z Downloaded diesel_table_macro_syntax v0.3.0
5132026-08-13T22:37:43.344Z Downloaded serde_derive_internals v0.29.1
5142026-08-13T22:37:43.345Z Downloaded serde_path_to_error v0.1.20
5152026-08-13T22:37:43.348Z Downloaded simd-adler32 v0.3.8
5162026-08-13T22:37:43.353Z Downloaded shlex v1.3.0
5172026-08-13T22:37:43.358Z Downloaded slog-scope v4.4.1
5182026-08-13T22:37:43.358Z Downloaded slog-term v2.9.2
5192026-08-13T22:37:43.362Z Downloaded digest-io v0.1.0
5202026-08-13T22:37:43.362Z Downloaded dirs-next v2.0.0
5212026-08-13T22:37:43.362Z Downloaded slog-json v2.6.1
5222026-08-13T22:37:43.362Z Downloaded spki v0.7.3
5232026-08-13T22:37:43.362Z Downloaded spki v0.8.0
5242026-08-13T22:37:43.365Z Downloaded sponge-cursor v0.1.0
5252026-08-13T22:37:43.365Z Downloaded termcolor v1.4.1
5262026-08-13T22:37:43.368Z Downloaded pest_derive v2.8.6
5272026-08-13T22:37:43.372Z Downloaded pest_generator v2.8.6
5282026-08-13T22:37:43.372Z Downloaded poly1305 v0.9.0
5292026-08-13T22:37:43.372Z Downloaded postcard v1.1.3
5302026-08-13T22:37:43.376Z Downloaded log v0.4.29
5312026-08-13T22:37:43.376Z Downloaded postgres-protocol v0.6.10
5322026-08-13T22:37:43.376Z Downloaded thiserror-impl v1.0.69
5332026-08-13T22:37:43.379Z Downloaded futures-task v0.3.32
5342026-08-13T22:37:43.382Z Downloaded foreign-types v0.5.0
5352026-08-13T22:37:43.382Z Downloaded futures-core v0.3.32
5362026-08-13T22:37:43.382Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5372026-08-13T22:37:43.382Z Downloaded indexmap v2.14.0
5382026-08-13T22:37:43.385Z Downloaded qorb v0.4.1
5392026-08-13T22:37:43.389Z Downloaded tiny-keccak v2.0.2
5402026-08-13T22:37:43.389Z Downloaded toml_writer v1.1.1+spec-1.1.0
5412026-08-13T22:37:43.389Z Downloaded rand v0.10.1
5422026-08-13T22:37:43.392Z Downloaded tinystr v0.8.2
5432026-08-13T22:37:43.392Z Downloaded omicron-zone-package v0.12.3
5442026-08-13T22:37:43.397Z Downloaded itoa v1.0.17
5452026-08-13T22:37:43.397Z Downloaded is_ci v1.2.0
5462026-08-13T22:37:43.401Z Downloaded hashbrown v0.13.2
5472026-08-13T22:37:43.406Z Downloaded walkdir v2.5.0
5482026-08-13T22:37:43.406Z Downloaded chrono v0.4.45
5492026-08-13T22:37:43.410Z Downloaded scroll v0.13.0
5502026-08-13T22:37:43.412Z Downloaded vergen-lib v9.1.0
5512026-08-13T22:37:43.413Z Downloaded crossterm v0.28.1
5522026-08-13T22:37:43.417Z Downloaded scroll v0.12.0
5532026-08-13T22:37:43.421Z Downloaded dunce v1.0.5
5542026-08-13T22:37:43.421Z Downloaded maybe-uninit v2.0.0
5552026-08-13T22:37:43.421Z Downloaded md-5 v0.10.6
5562026-08-13T22:37:43.421Z Downloaded serde_with_macros v3.21.0
5572026-08-13T22:37:43.428Z Downloaded ed25519 v2.2.3
5582026-08-13T22:37:43.431Z Downloaded knuffel v3.2.0
5592026-08-13T22:37:43.435Z Downloaded oso v0.27.3
5602026-08-13T22:37:43.435Z Downloaded papergrid v0.11.0
5612026-08-13T22:37:43.492Z Downloaded papergrid v0.18.0
5622026-08-13T22:37:43.497Z Downloaded newtype-uuid-macros v0.1.0
5632026-08-13T22:37:43.498Z Downloaded base16ct v0.2.0
5642026-08-13T22:37:43.498Z Downloaded bitfield-struct v0.6.2
5652026-08-13T22:37:43.498Z Downloaded progenitor-impl v0.13.0
5662026-08-13T22:37:43.498Z Downloaded fs-err v2.11.0
5672026-08-13T22:37:43.498Z Downloaded proc-macro2 v1.0.106
5682026-08-13T22:37:43.498Z Downloaded openssl-probe v0.2.1
5692026-08-13T22:37:43.498Z Downloaded path-slash v0.1.5
5702026-08-13T22:37:43.498Z Downloaded enum_dispatch v0.3.13
5712026-08-13T22:37:43.498Z Downloaded fixedbitset v0.5.7
5722026-08-13T22:37:43.498Z Downloaded packed_struct_codegen v0.10.1
5732026-08-13T22:37:43.498Z Downloaded erased-serde v0.3.31
5742026-08-13T22:37:43.498Z Downloaded rustls-platform-verifier v0.6.2
5752026-08-13T22:37:43.498Z Downloaded toml_parser v1.1.2+spec-1.1.0
5762026-08-13T22:37:43.498Z Downloaded mime v0.3.17
5772026-08-13T22:37:43.498Z Downloaded jobserver v0.1.34
5782026-08-13T22:37:43.498Z Downloaded phf_shared v0.11.3
5792026-08-13T22:37:43.498Z Downloaded pretty-hex v0.4.1
5802026-08-13T22:37:43.498Z Downloaded plain v0.2.3
5812026-08-13T22:37:43.498Z Downloaded rand_pcg v0.10.2
5822026-08-13T22:37:43.498Z Downloaded hashbrown v0.15.5
5832026-08-13T22:37:43.498Z Downloaded num_enum v0.5.11
5842026-08-13T22:37:43.504Z Downloaded ryu v1.0.23
5852026-08-13T22:37:43.504Z Downloaded vergen v9.1.0
5862026-08-13T22:37:43.504Z Downloaded knuffel-derive v3.2.0
5872026-08-13T22:37:43.504Z Downloaded module-lattice v0.2.3
5882026-08-13T22:37:43.507Z Downloaded potential_utf v0.1.4
5892026-08-13T22:37:43.511Z Downloaded rand_xorshift v0.4.0
5902026-08-13T22:37:43.511Z Downloaded russh-cryptovec v0.62.0
5912026-08-13T22:37:43.515Z Downloaded guppy v0.17.25
5922026-08-13T22:37:43.518Z Downloaded nu-ansi-term v0.50.3
5932026-08-13T22:37:43.518Z Downloaded num-complex v0.4.6
5942026-08-13T22:37:43.518Z Downloaded criterion v0.7.0
5952026-08-13T22:37:43.522Z Downloaded openssl-sys v0.9.117
5962026-08-13T22:37:43.526Z Downloaded signal-hook v0.3.18
5972026-08-13T22:37:43.531Z Downloaded toml_edit v0.19.15
5982026-08-13T22:37:43.537Z Downloaded assert_cmd v2.1.2
5992026-08-13T22:37:43.540Z Downloaded slog v2.8.2
6002026-08-13T22:37:43.543Z Downloaded scopeguard v1.2.0
6012026-08-13T22:37:43.543Z Downloaded siphasher v1.0.2
6022026-08-13T22:37:43.544Z Downloaded anstream v1.0.0
6032026-08-13T22:37:43.545Z Downloaded anstyle v1.0.14
6042026-08-13T22:37:43.548Z Downloaded async-object-pool v0.2.0
6052026-08-13T22:37:43.548Z Downloaded autocfg v1.5.0
6062026-08-13T22:37:43.549Z Downloaded bitflags v1.3.2
6072026-08-13T22:37:43.549Z Downloaded semver v0.1.20
6082026-08-13T22:37:43.549Z Downloaded slog-envlogger v2.2.0
6092026-08-13T22:37:43.549Z Downloaded cexpr v0.6.0
6102026-08-13T22:37:43.553Z Downloaded bit-vec v0.6.3
6112026-08-13T22:37:43.553Z Downloaded pretty_assertions v1.4.1
6122026-08-13T22:37:43.553Z Downloaded signature v2.2.0
6132026-08-13T22:37:43.556Z Downloaded structmeta-derive v0.3.0
6142026-08-13T22:37:43.556Z Downloaded rstest_macros v0.25.0
6152026-08-13T22:37:43.556Z Downloaded ff v0.14.0
6162026-08-13T22:37:43.556Z Downloaded p521 v0.14.0
6172026-08-13T22:37:43.560Z Downloaded serde_with v1.14.0
6182026-08-13T22:37:43.564Z Downloaded strum v0.26.3
6192026-08-13T22:37:43.564Z Downloaded target-triple v1.0.0
6202026-08-13T22:37:43.564Z Downloaded tungstenite v0.21.0
6212026-08-13T22:37:43.567Z Downloaded num-traits v0.2.19
6222026-08-13T22:37:43.567Z Downloaded litrs v1.0.0
6232026-08-13T22:37:43.571Z Downloaded litemap v0.8.1
6242026-08-13T22:37:43.571Z Downloaded path-tree v0.8.3
6252026-08-13T22:37:43.571Z Downloaded primeorder v0.13.6
6262026-08-13T22:37:43.574Z Downloaded proc-macro-crate v3.4.0
6272026-08-13T22:37:43.574Z Downloaded opaque-debug v0.3.1
6282026-08-13T22:37:43.574Z Downloaded unicode-bidi v0.3.18
6292026-08-13T22:37:43.574Z Downloaded oxide-update-engine-display v0.1.2
6302026-08-13T22:37:43.578Z Downloaded packed_struct v0.10.1
6312026-08-13T22:37:43.578Z Downloaded try-lock v0.2.5
6322026-08-13T22:37:43.578Z Downloaded derive_more-impl v2.1.1
6332026-08-13T22:37:43.582Z Downloaded unarray v0.1.4
6342026-08-13T22:37:43.582Z Downloaded phf v0.13.1
6352026-08-13T22:37:43.582Z Downloaded bytes v1.11.1
6362026-08-13T22:37:43.590Z Downloaded hashbrown v0.17.0
6372026-08-13T22:37:43.590Z Downloaded fancy-regex v0.14.0
6382026-08-13T22:37:43.593Z Downloaded crossterm v0.29.0
6392026-08-13T22:37:43.593Z Downloaded idna v1.1.0
6402026-08-13T22:37:43.598Z Downloaded schemars v0.9.0
6412026-08-13T22:37:43.602Z Downloaded relative-path v1.9.3
6422026-08-13T22:37:43.606Z Downloaded rustversion v1.0.22
6432026-08-13T22:37:43.606Z Downloaded rusty-fork v0.3.1
6442026-08-13T22:37:43.606Z Downloaded universal-hash v0.5.1
6452026-08-13T22:37:43.606Z Downloaded primefield v0.14.0
6462026-08-13T22:37:43.609Z Downloaded h2 v0.4.15
6472026-08-13T22:37:43.615Z Downloaded sec1 v0.7.3
6482026-08-13T22:37:43.615Z Downloaded usdt v0.6.0
6492026-08-13T22:37:43.615Z Downloaded usdt-attr-macro v0.6.0
6502026-08-13T22:37:43.615Z Downloaded aead v0.6.1
6512026-08-13T22:37:43.619Z Downloaded serdect v0.4.3
6522026-08-13T22:37:43.619Z Downloaded dtrace-parser v0.3.0
6532026-08-13T22:37:43.619Z Downloaded aes-gcm v0.11.0
6542026-08-13T22:37:43.619Z Downloaded quinn v0.11.11
6552026-08-13T22:37:43.623Z Downloaded minimal-lexical v0.2.1
6562026-08-13T22:37:43.624Z Downloaded generic-array v1.4.3
6572026-08-13T22:37:43.629Z Downloaded buf-list v1.1.2
6582026-08-13T22:37:43.629Z Downloaded sqlformat v0.3.5
6592026-08-13T22:37:43.629Z Downloaded hkdf v0.12.4
6602026-08-13T22:37:43.633Z Downloaded display-error-chain v0.2.2
6612026-08-13T22:37:43.633Z Downloaded endian-type v0.1.2
6622026-08-13T22:37:43.633Z Downloaded float-cmp v0.10.0
6632026-08-13T22:37:43.633Z Downloaded thiserror v1.0.69
6642026-08-13T22:37:43.633Z Downloaded num-bigint v0.4.6
6652026-08-13T22:37:43.637Z Downloaded cancel-safe-futures v0.1.5
6662026-08-13T22:37:43.637Z Downloaded string_cache v0.8.9
6672026-08-13T22:37:43.641Z Downloaded strum_macros v0.26.4
6682026-08-13T22:37:43.641Z Downloaded diesel_derives v2.3.7
6692026-08-13T22:37:43.645Z Downloaded downcast-rs v2.0.2
6702026-08-13T22:37:43.645Z Downloaded equivalent v1.0.2
6712026-08-13T22:37:43.645Z Downloaded rsa v0.9.10
6722026-08-13T22:37:43.649Z Downloaded goblin v0.8.2
6732026-08-13T22:37:43.653Z Downloaded thread-id v5.1.0
6742026-08-13T22:37:43.653Z Downloaded tokio-tungstenite v0.21.0
6752026-08-13T22:37:43.653Z Downloaded funty v2.0.0
6762026-08-13T22:37:43.653Z Downloaded kstat-rs v0.2.5
6772026-08-13T22:37:43.657Z Downloaded olpc-cjson v0.1.4
6782026-08-13T22:37:43.657Z Downloaded async-stream-impl v0.3.6
6792026-08-13T22:37:43.657Z Downloaded target-spec v3.5.7
6802026-08-13T22:37:43.657Z Downloaded foreign-types-macros v0.2.3
6812026-08-13T22:37:43.657Z Downloaded memmap v0.7.0
6822026-08-13T22:37:43.657Z Downloaded quinn-udp v0.5.14
6832026-08-13T22:37:43.660Z Downloaded typenum v1.20.1
6842026-08-13T22:37:43.660Z Downloaded postgres-types v0.2.12
6852026-08-13T22:37:43.664Z Downloaded yansi v1.0.1
6862026-08-13T22:37:43.664Z Downloaded hashbrown v0.16.1
6872026-08-13T22:37:43.668Z Downloaded icu_properties_data v2.1.2
6882026-08-13T22:37:43.672Z Downloaded vergen-git2 v9.1.0
6892026-08-13T22:37:43.676Z Downloaded zip v0.6.6
6902026-08-13T22:37:43.676Z Downloaded iri-string v0.7.10
6912026-08-13T22:37:43.681Z Downloaded atty v0.2.14
6922026-08-13T22:37:43.686Z Downloaded pathdiff v0.2.3
6932026-08-13T22:37:43.686Z Downloaded hkdf v0.13.0
6942026-08-13T22:37:43.686Z Downloaded serde_cbor v0.11.2
6952026-08-13T22:37:43.688Z Downloaded clap_builder v4.6.0
6962026-08-13T22:37:43.693Z Downloaded zerovec v0.11.5
6972026-08-13T22:37:43.693Z Downloaded peg-runtime v0.8.5
6982026-08-13T22:37:43.693Z Downloaded phf_shared v0.12.1
6992026-08-13T22:37:43.697Z Downloaded plotters-backend v0.3.7
7002026-08-13T22:37:43.697Z Downloaded zstd-safe v7.2.4
7012026-08-13T22:37:43.697Z Downloaded diesel-dtrace v0.5.0
7022026-08-13T22:37:43.697Z Downloaded flume v0.11.1
7032026-08-13T22:37:43.701Z Downloaded fallible-iterator v0.2.0
7042026-08-13T22:37:43.701Z Downloaded find-msvc-tools v0.1.9
7052026-08-13T22:37:43.701Z Downloaded maplit v1.0.2
7062026-08-13T22:37:43.705Z Downloaded rfc6979 v0.4.0
7072026-08-13T22:37:43.705Z Downloaded serde_spanned v1.1.1
7082026-08-13T22:37:43.709Z Downloaded signal-hook-tokio v0.3.1
7092026-08-13T22:37:43.709Z Downloaded strip-ansi-escapes v0.2.1
7102026-08-13T22:37:43.712Z Downloaded hyper v1.10.1
7112026-08-13T22:37:43.716Z Downloaded version_check v0.9.5
7122026-08-13T22:37:43.716Z Downloaded tower-layer v0.3.3
7132026-08-13T22:37:43.719Z Downloaded url v2.5.8
7142026-08-13T22:37:43.719Z Downloaded tokio-test v0.4.5
7152026-08-13T22:37:43.727Z Downloaded libtest-mimic v0.8.1
7162026-08-13T22:37:43.727Z Downloaded tls_codec_derive v0.4.2
7172026-08-13T22:37:43.727Z Downloaded blowfish v0.10.0
7182026-08-13T22:37:43.727Z Downloaded newtype-uuid v1.3.2
7192026-08-13T22:37:43.731Z Downloaded unicode-properties v0.1.4
7202026-08-13T22:37:43.734Z Downloaded tough v0.22.0
7212026-08-13T22:37:43.740Z Downloaded crypto-primes v0.7.2
7222026-08-13T22:37:43.743Z Downloaded num-rational v0.4.2
7232026-08-13T22:37:43.747Z Downloaded castaway v0.2.4
7242026-08-13T22:37:43.747Z Downloaded cbc v0.2.1
7252026-08-13T22:37:43.747Z Downloaded zeroize_derive v1.5.0
7262026-08-13T22:37:43.747Z Downloaded difflib v0.4.0
7272026-08-13T22:37:43.748Z Downloaded assert_matches v1.5.0
7282026-08-13T22:37:43.753Z Downloaded dyn-clone v1.0.20
7292026-08-13T22:37:43.757Z Downloaded fxhash v0.2.1
7302026-08-13T22:37:43.760Z Downloaded serde_json v1.0.151
7312026-08-13T22:37:43.764Z Downloaded derive_more v2.1.1
7322026-08-13T22:37:43.769Z Downloaded dof v0.4.0
7332026-08-13T22:37:43.773Z Downloaded serde_core v1.0.229
7342026-08-13T22:37:43.773Z Downloaded zerocopy v0.6.6
7352026-08-13T22:37:43.777Z Downloaded zerofrom v0.1.6
7362026-08-13T22:37:43.777Z Downloaded fd-lock v4.0.4
7372026-08-13T22:37:43.777Z Downloaded foreign-types v0.3.2
7382026-08-13T22:37:43.777Z Downloaded owo-colors v3.5.0
7392026-08-13T22:37:43.777Z Downloaded owo-colors v4.3.0
7402026-08-13T22:37:43.781Z Downloaded is_terminal_polyfill v1.70.2
7412026-08-13T22:37:43.782Z Downloaded keccak v0.1.6
7422026-08-13T22:37:43.782Z Downloaded lzss v0.8.2
7432026-08-13T22:37:43.782Z Downloaded miette-derive v5.10.0
7442026-08-13T22:37:43.787Z Downloaded num-conv v0.2.0
7452026-08-13T22:37:43.787Z Downloaded phf v0.12.1
7462026-08-13T22:37:43.787Z Downloaded flagset v0.4.7
7472026-08-13T22:37:43.787Z Downloaded libxml v0.3.3
7482026-08-13T22:37:43.791Z Downloaded tokio-postgres v0.7.16
7492026-08-13T22:37:43.791Z Downloaded md5 v0.8.0
7502026-08-13T22:37:43.791Z Downloaded psm v0.1.30
7512026-08-13T22:37:43.800Z Downloaded reqwest v0.13.2
7522026-08-13T22:37:43.804Z Downloaded serde_with_macros v1.5.2
7532026-08-13T22:37:43.804Z Downloaded aes v0.9.1
7542026-08-13T22:37:43.804Z Downloaded pest_meta v2.8.6
7552026-08-13T22:37:43.804Z Downloaded aead v0.5.2
7562026-08-13T22:37:43.804Z Downloaded backtrace-ext v0.2.1
7572026-08-13T22:37:43.804Z Downloaded serde_tokenstream v0.2.3
7582026-08-13T22:37:43.804Z Downloaded toml v0.7.8
7592026-08-13T22:37:43.804Z Downloaded iddqd v0.4.2
7602026-08-13T22:37:43.809Z Downloaded getrandom v0.2.17
7612026-08-13T22:37:43.813Z Downloaded linear-map v1.2.0
7622026-08-13T22:37:43.813Z Downloaded smallvec v0.6.14
7632026-08-13T22:37:43.813Z Downloaded stringmetrics v2.2.2
7642026-08-13T22:37:43.818Z Downloaded thiserror v2.0.18
7652026-08-13T22:37:43.818Z Downloaded tui-tree-widget v0.23.1
7662026-08-13T22:37:43.822Z Downloaded tinyvec v1.10.0
7672026-08-13T22:37:43.822Z Downloaded tracing-core v0.1.36
7682026-08-13T22:37:43.822Z Downloaded tinytemplate v1.2.1
7692026-08-13T22:37:43.826Z Downloaded vte v0.14.1
7702026-08-13T22:37:43.826Z Downloaded blake2 v0.10.6
7712026-08-13T22:37:43.826Z Downloaded argon2 v0.5.3
7722026-08-13T22:37:43.830Z Downloaded camino v1.2.2
7732026-08-13T22:37:43.830Z Downloaded whoami v2.1.0
7742026-08-13T22:37:43.835Z Downloaded wyz v0.5.1
7752026-08-13T22:37:43.835Z Downloaded powerfmt v0.2.0
7762026-08-13T22:37:43.835Z Downloaded itertools v0.13.0
7772026-08-13T22:37:43.840Z Downloaded predicates-core v1.0.10
7782026-08-13T22:37:43.840Z Downloaded ed25519-dalek v2.2.0
7792026-08-13T22:37:43.844Z Downloaded itertools v0.12.1
7802026-08-13T22:37:43.844Z Downloaded portable-atomic v1.13.1
7812026-08-13T22:37:43.850Z Downloaded parking_lot_core v0.9.12
7822026-08-13T22:37:43.856Z Downloaded expectorate v1.2.0
7832026-08-13T22:37:43.856Z Downloaded pkcs8 v0.11.0
7842026-08-13T22:37:43.856Z Downloaded progenitor v0.13.0
7852026-08-13T22:37:43.860Z Downloaded rustc_version v0.4.1
7862026-08-13T22:37:43.860Z Downloaded scroll_derive v0.13.1
7872026-08-13T22:37:43.860Z Downloaded proc-macro-error v1.0.4
7882026-08-13T22:37:43.860Z Downloaded env_logger v0.11.9
7892026-08-13T22:37:43.860Z Downloaded futures-executor v0.3.32
7902026-08-13T22:37:43.860Z Downloaded serde_bytes v0.11.19
7912026-08-13T22:37:43.861Z Downloaded serde_plain v1.0.2
7922026-08-13T22:37:43.864Z Downloaded libsw-core v0.3.2
7932026-08-13T22:37:43.864Z Downloaded git2 v0.20.4
7942026-08-13T22:37:43.869Z Downloaded semver v1.0.28
7952026-08-13T22:37:43.873Z Downloaded supports-color v3.0.2
7962026-08-13T22:37:43.873Z Downloaded supports-hyperlinks v2.1.0
7972026-08-13T22:37:43.873Z Downloaded tap v1.0.1
7982026-08-13T22:37:43.877Z Downloaded unicode-segmentation v1.12.0
7992026-08-13T22:37:43.877Z Downloaded rayon v1.11.0
8002026-08-13T22:37:43.882Z Downloaded unicase v2.9.0
8012026-08-13T22:37:43.887Z Downloaded camino-tempfile v1.4.1
8022026-08-13T22:37:43.894Z Downloaded typify-macro v0.6.2
8032026-08-13T22:37:43.894Z Downloaded universal-hash v0.6.1
8042026-08-13T22:37:43.894Z Downloaded xattr v1.6.1
8052026-08-13T22:37:43.894Z Downloaded utf-8 v0.7.6
8062026-08-13T22:37:43.898Z Downloaded futures-sink v0.3.32
8072026-08-13T22:37:43.898Z Downloaded fixedbitset v0.4.2
8082026-08-13T22:37:43.898Z Downloaded kem v0.3.0
8092026-08-13T22:37:43.903Z Downloaded pbkdf2 v0.13.0
8102026-08-13T22:37:43.907Z Downloaded lru-slab v0.1.2
8112026-08-13T22:37:43.913Z Downloaded oxnet v0.1.6
8122026-08-13T22:37:43.916Z Downloaded phc v0.6.1
8132026-08-13T22:37:43.916Z Downloaded writeable v0.6.2
8142026-08-13T22:37:43.920Z Downloaded ena v0.14.4
8152026-08-13T22:37:43.924Z Downloaded num-iter v0.1.45
8162026-08-13T22:37:43.924Z Downloaded assert-json-diff v2.0.2
8172026-08-13T22:37:43.924Z Downloaded parse-display v0.10.0
8182026-08-13T22:37:43.924Z Downloaded progenitor-client v0.14.0
8192026-08-13T22:37:43.935Z Downloaded similar-asserts v1.7.0
8202026-08-13T22:37:43.944Z Downloaded rfc6979 v0.6.0
8212026-08-13T22:37:43.947Z Downloaded smf v0.2.3
8222026-08-13T22:37:43.947Z Downloaded bit-vec v0.8.0
8232026-08-13T22:37:43.947Z Downloaded rcgen v0.12.1
8242026-08-13T22:37:43.951Z Downloaded blake3 v1.8.5
8252026-08-13T22:37:43.955Z Downloaded futures v0.3.32
8262026-08-13T22:37:43.958Z Downloaded miniz_oxide v0.8.9
8272026-08-13T22:37:43.962Z Downloaded ref-cast v1.0.25
8282026-08-13T22:37:43.962Z Downloaded rustc_version v0.1.7
8292026-08-13T22:37:43.963Z Downloaded serde_derive v1.0.229
8302026-08-13T22:37:43.963Z Downloaded textwrap v0.16.2
8312026-08-13T22:37:43.966Z Downloaded seq-macro v0.3.6
8322026-08-13T22:37:43.966Z Downloaded tempfile v3.25.0
8332026-08-13T22:37:43.966Z Downloaded uuid v1.23.4
8342026-08-13T22:37:43.970Z Downloaded blake2 v0.11.0-rc.6
8352026-08-13T22:37:43.970Z Downloaded bzip2 v0.4.4
8362026-08-13T22:37:43.970Z Downloaded bzip2 v0.6.1
8372026-08-13T22:37:43.970Z Downloaded signature v3.0.0
8382026-08-13T22:37:43.974Z Downloaded slog-bunyan v2.5.0
8392026-08-13T22:37:43.974Z Downloaded supports-unicode v2.1.0
8402026-08-13T22:37:43.974Z Downloaded socket2 v0.6.3
8412026-08-13T22:37:43.974Z Downloaded time-core v0.1.8
8422026-08-13T22:37:43.974Z Downloaded tokio-macros v2.7.0
8432026-08-13T22:37:43.978Z Downloaded topological-sort v0.2.2
8442026-08-13T22:37:43.978Z Downloaded yoke-derive v0.8.1
8452026-08-13T22:37:43.981Z Downloaded rand v0.8.6
8462026-08-13T22:37:43.985Z Downloaded vergen-lib v0.1.6
8472026-08-13T22:37:43.985Z Downloaded ecdsa v0.16.9
8482026-08-13T22:37:43.995Z Downloaded foreign-types-shared v0.3.1
8492026-08-13T22:37:43.999Z Downloaded enum-as-inner v0.6.1
8502026-08-13T22:37:43.999Z Downloaded sha3 v0.12.0
8512026-08-13T22:37:44.007Z Downloaded newline-converter v0.3.0
8522026-08-13T22:37:44.011Z Downloaded cfg_aliases v0.2.1
8532026-08-13T22:37:44.019Z Downloaded nodrop v0.1.14
8542026-08-13T22:37:44.025Z Downloaded jiff-static v0.2.34
8552026-08-13T22:37:44.025Z Downloaded keccak v0.2.0
8562026-08-13T22:37:44.025Z Downloaded macaddr v1.0.1
8572026-08-13T22:37:44.025Z Downloaded libbz2-rs-sys v0.2.2
8582026-08-13T22:37:44.025Z Downloaded parse-display-derive v0.10.0
8592026-08-13T22:37:44.025Z Downloaded parse-size v1.1.0
8602026-08-13T22:37:44.029Z Downloaded anstyle-parse v1.0.0
8612026-08-13T22:37:44.029Z Downloaded precomputed-hash v0.1.1
8622026-08-13T22:37:44.029Z Downloaded proc-macro-error2 v2.0.1
8632026-08-13T22:37:44.029Z Downloaded rand_core v0.10.0
8642026-08-13T22:37:44.029Z Downloaded smallvec v1.15.1
8652026-08-13T22:37:44.029Z Downloaded winnow v1.0.3
8662026-08-13T22:37:44.033Z Downloaded tokio-util v0.7.18
8672026-08-13T22:37:44.038Z Downloaded bitvec v1.0.1
8682026-08-13T22:37:44.045Z Downloaded futures-util v0.3.32
8692026-08-13T22:37:44.052Z Downloaded base64ct v1.8.3
8702026-08-13T22:37:44.056Z Downloaded reqwest v0.12.28
8712026-08-13T22:37:44.056Z Downloaded goblin v0.10.5
8722026-08-13T22:37:44.061Z Downloaded unicode-ident v1.0.24
8732026-08-13T22:37:44.065Z Downloaded sha2 v0.11.0
8742026-08-13T22:37:44.065Z Downloaded ml-kem v0.3.2
8752026-08-13T22:37:44.065Z Downloaded plotters v0.3.7
8762026-08-13T22:37:44.069Z Downloaded ppv-lite86 v0.2.21
8772026-08-13T22:37:44.073Z Downloaded strum_macros v0.27.2
8782026-08-13T22:37:44.073Z Downloaded russh-util v0.52.0
8792026-08-13T22:37:44.074Z Downloaded signal-hook-mio v0.2.5
8802026-08-13T22:37:44.074Z Downloaded schemars_derive v0.8.22
8812026-08-13T22:37:44.074Z Downloaded dropshot-api-manager v0.7.2
8822026-08-13T22:37:44.077Z Downloaded progenitor-macro v0.14.0
8832026-08-13T22:37:44.077Z Downloaded scroll_derive v0.12.1
8842026-08-13T22:37:44.077Z Downloaded tokio-stream v0.1.18
8852026-08-13T22:37:44.081Z Downloaded rsa v0.10.0-rc.18
8862026-08-13T22:37:44.085Z Downloaded serde-hex v0.1.0
8872026-08-13T22:37:44.085Z Downloaded toml_edit v0.22.27
8882026-08-13T22:37:44.085Z Downloaded reedline v0.40.0
8892026-08-13T22:37:44.088Z Downloaded termtree v0.5.1
8902026-08-13T22:37:44.093Z Downloaded displaydoc v0.2.5
8912026-08-13T22:37:44.093Z Downloaded stable_deref_trait v1.2.1
8922026-08-13T22:37:44.093Z Downloaded anyhow v1.0.102
8932026-08-13T22:37:44.097Z Downloaded oxide-update-engine-types v0.1.2
8942026-08-13T22:37:44.097Z Downloaded trybuild v1.0.116
8952026-08-13T22:37:44.097Z Downloaded des v0.9.0
8962026-08-13T22:37:44.102Z Downloaded usdt-macro v0.6.0
8972026-08-13T22:37:44.102Z Downloaded digest v0.11.3
8982026-08-13T22:37:44.102Z Downloaded dropshot-api-manager-types v0.7.2
8992026-08-13T22:37:44.102Z Downloaded num-integer v0.1.46
9002026-08-13T22:37:44.102Z Downloaded itertools v0.14.0
9012026-08-13T22:37:44.106Z Downloaded petname v2.0.2
9022026-08-13T22:37:44.110Z Downloaded event-listener v5.4.1
9032026-08-13T22:37:44.110Z Downloaded ssh-cipher v0.3.0
9042026-08-13T22:37:44.111Z Downloaded uzers v0.12.2
9052026-08-13T22:37:44.117Z Downloaded ff v0.13.1
9062026-08-13T22:37:44.117Z Downloaded nanorand v0.7.0
9072026-08-13T22:37:44.117Z Downloaded toml_datetime v0.6.11
9082026-08-13T22:37:44.117Z Downloaded usdt v0.5.0
9092026-08-13T22:37:44.117Z Downloaded futures-io v0.3.32
9102026-08-13T22:37:44.117Z Downloaded linkme-impl v0.3.35
9112026-08-13T22:37:44.117Z Downloaded linked-hash-map v0.5.6
9122026-08-13T22:37:44.121Z Downloaded proc-macro-error-attr v1.0.4
9132026-08-13T22:37:44.121Z Downloaded x509-cert v0.2.5
9142026-08-13T22:37:44.121Z Downloaded num_enum v0.7.6
9152026-08-13T22:37:44.125Z Downloaded rstest v0.25.0
9162026-08-13T22:37:44.125Z Downloaded prefix-trie v0.7.0
9172026-08-13T22:37:44.128Z Downloaded schemars v1.2.1
9182026-08-13T22:37:44.134Z Downloaded num_enum_derive v0.5.11
9192026-08-13T22:37:44.138Z Downloaded openssl-probe v0.1.6
9202026-08-13T22:37:44.138Z Downloaded async-stream v0.3.6
9212026-08-13T22:37:44.138Z Downloaded bitfield v0.19.4
9222026-08-13T22:37:44.138Z Downloaded serde_with v3.21.0
9232026-08-13T22:37:44.142Z Downloaded same-file v1.0.6
9242026-08-13T22:37:44.146Z Downloaded signal-hook-registry v1.4.8
9252026-08-13T22:37:44.146Z Downloaded sigpipe v0.1.3
9262026-08-13T22:37:44.146Z Downloaded byteorder v1.5.0
9272026-08-13T22:37:44.146Z Downloaded sync-ptr v0.1.4
9282026-08-13T22:37:44.146Z Downloaded getrandom v0.4.1
9292026-08-13T22:37:44.151Z Downloaded serde_spanned v0.6.9
9302026-08-13T22:37:44.151Z Downloaded term v0.7.0
9312026-08-13T22:37:44.154Z Downloaded match_cfg v0.1.0
9322026-08-13T22:37:44.154Z Downloaded zip v4.6.1
9332026-08-13T22:37:44.154Z Downloaded dropshot_endpoint v0.17.1
9342026-08-13T22:37:44.158Z Downloaded thiserror-no-std v2.0.2
9352026-08-13T22:37:44.158Z Downloaded libsw v3.5.0
9362026-08-13T22:37:44.158Z Downloaded ucd-trie v0.1.7
9372026-08-13T22:37:44.158Z Downloaded tower-service v0.3.3
9382026-08-13T22:37:44.162Z Downloaded managed v0.8.0
9392026-08-13T22:37:44.162Z Downloaded form_urlencoded v1.2.2
9402026-08-13T22:37:44.162Z Downloaded block-padding v0.4.2
9412026-08-13T22:37:44.162Z Downloaded serde_regex v1.1.0
9422026-08-13T22:37:44.162Z Downloaded untrusted v0.9.0
9432026-08-13T22:37:44.162Z Downloaded recursive-proc-macro-impl v0.1.1
9442026-08-13T22:37:44.162Z Downloaded sqlparser_derive v0.5.0
9452026-08-13T22:37:44.166Z Downloaded env_filter v1.0.0
9462026-08-13T22:37:44.166Z Downloaded oxide-update-engine v0.1.2
9472026-08-13T22:37:44.169Z Downloaded filetime v0.2.27
9482026-08-13T22:37:44.169Z Downloaded futures-timer v3.0.3
9492026-08-13T22:37:44.169Z Downloaded ahash v0.8.12
9502026-08-13T22:37:44.174Z Downloaded r2d2 v0.8.10
9512026-08-13T22:37:44.178Z Downloaded rayon-core v1.13.0
9522026-08-13T22:37:44.178Z Downloaded wait-timeout v0.2.1
9532026-08-13T22:37:44.178Z Downloaded bitfield-macros v0.19.4
9542026-08-13T22:37:44.182Z Downloaded openssl-macros v0.1.1
9552026-08-13T22:37:44.182Z Downloaded rtoolbox v0.0.3
9562026-08-13T22:37:44.182Z Downloaded zerovec-derive v0.11.2
9572026-08-13T22:37:44.182Z Downloaded yoke v0.8.1
9582026-08-13T22:37:44.185Z Downloaded argon2 v0.6.0-rc.8
9592026-08-13T22:37:44.194Z Downloaded mio v1.2.0
9602026-08-13T22:37:44.194Z Downloaded normalize-line-endings v0.3.0
9612026-08-13T22:37:44.201Z Downloaded parking_lot v0.12.5
9622026-08-13T22:37:44.201Z Downloaded escape8259 v0.5.3
9632026-08-13T22:37:44.201Z Downloaded event-listener-strategy v0.5.4
9642026-08-13T22:37:44.201Z Downloaded percent-encoding v2.3.2
9652026-08-13T22:37:44.201Z Downloaded document-features v0.2.12
9662026-08-13T22:37:44.201Z Downloaded generic-array v0.14.7
9672026-08-13T22:37:44.207Z Downloaded chacha20 v0.10.0
9682026-08-13T22:37:44.207Z Downloaded take_mut v0.2.2
9692026-08-13T22:37:44.211Z Downloaded ed25519-dalek v3.0.0
9702026-08-13T22:37:44.276Z Downloaded utf8_iter v1.0.4
9712026-08-13T22:37:44.276Z Downloaded num v0.4.3
9722026-08-13T22:37:44.276Z Downloaded want v0.3.1
9732026-08-13T22:37:44.276Z Downloaded twox-hash v2.1.2
9742026-08-13T22:37:44.276Z Downloaded samael v0.0.19
9752026-08-13T22:37:44.276Z Downloaded zstd v0.13.3
9762026-08-13T22:37:44.276Z Downloaded either v1.15.0
9772026-08-13T22:37:44.276Z Downloaded libefi-sys v0.1.0
9782026-08-13T22:37:44.276Z Downloaded itertools v0.10.5
9792026-08-13T22:37:44.276Z Downloaded quote v1.0.45
9802026-08-13T22:37:44.276Z Downloaded nested v0.1.1
9812026-08-13T22:37:44.276Z Downloaded toml_edit v0.23.10+spec-1.0.0
9822026-08-13T22:37:44.276Z Downloaded fnv v1.0.7
9832026-08-13T22:37:44.276Z Downloaded fs_extra v1.3.0
9842026-08-13T22:37:44.276Z Downloaded async-lock v3.4.2
9852026-08-13T22:37:44.277Z Downloaded foldhash v0.1.5
9862026-08-13T22:37:44.277Z Downloaded base64 v0.22.1
9872026-08-13T22:37:44.277Z Downloaded tokio-native-tls v0.3.1
9882026-08-13T22:37:44.277Z Downloaded predicates v3.1.4
9892026-08-13T22:37:44.277Z Downloaded cfg_aliases v0.1.1
9902026-08-13T22:37:44.277Z Downloaded termios v0.3.3
9912026-08-13T22:37:44.277Z Downloaded multer v3.1.0
9922026-08-13T22:37:44.277Z Downloaded publicsuffix v2.3.0
9932026-08-13T22:37:44.281Z Downloaded libm v0.2.16
9942026-08-13T22:37:44.281Z Downloaded resolv-conf v0.7.6
9952026-08-13T22:37:44.281Z Downloaded subprocess v0.2.15
9962026-08-13T22:37:44.281Z Downloaded zerocopy-derive v0.8.40
9972026-08-13T22:37:44.281Z Downloaded crypto-bigint v0.7.5
9982026-08-13T22:37:44.281Z Downloaded slog-async v2.8.0
9992026-08-13T22:37:44.285Z Downloaded strsim v0.11.1
10002026-08-13T22:37:44.285Z Downloaded block-buffer v0.12.1
10012026-08-13T22:37:44.285Z Downloaded sha1 v0.10.6
10022026-08-13T22:37:44.285Z Downloaded zone v0.3.1
10032026-08-13T22:37:44.285Z Downloaded num_threads v0.1.7
10042026-08-13T22:37:44.285Z Downloaded p384 v0.13.1
10052026-08-13T22:37:44.289Z Downloaded camino-tempfile-ext v0.3.3
10062026-08-13T22:37:44.293Z Downloaded spin v0.9.8
10072026-08-13T22:37:44.294Z Downloaded winnow v0.6.26
10082026-08-13T22:37:44.298Z Downloaded winnow v0.7.14
10092026-08-13T22:37:44.301Z Downloaded zerotrie v0.2.3
10102026-08-13T22:37:44.305Z Downloaded peg-macros v0.8.5
10112026-08-13T22:37:44.305Z Downloaded progenitor-extras v0.2.0
10122026-08-13T22:37:44.310Z Downloaded ascii-canvas v3.0.0
10132026-08-13T22:37:44.310Z Downloaded thiserror-impl v2.0.18
10142026-08-13T22:37:44.310Z Downloaded ecdsa v0.17.0
10152026-08-13T22:37:44.310Z Downloaded rand v0.9.2
10162026-08-13T22:37:44.317Z Downloaded pkcs5 v0.8.1
10172026-08-13T22:37:44.317Z Downloaded native-tls v0.2.18
10182026-08-13T22:37:44.317Z Downloaded libloading v0.8.9
10192026-08-13T22:37:44.320Z Downloaded rustls-native-certs v0.8.3
10202026-08-13T22:37:44.320Z Downloaded poly1305 v0.8.0
10212026-08-13T22:37:44.320Z Downloaded pin-project-lite v0.2.17
10222026-08-13T22:37:44.324Z Downloaded parking_lot_core v0.8.6
10232026-08-13T22:37:44.324Z Downloaded steno v0.4.1
10242026-08-13T22:37:44.328Z Downloaded vsss-rs v3.3.4
10252026-08-13T22:37:44.328Z Downloaded time v0.3.47
10262026-08-13T22:37:44.333Z Downloaded async-compression v0.4.41
10272026-08-13T22:37:44.337Z Downloaded unicode-normalization v0.1.25
10282026-08-13T22:37:44.343Z Downloaded curve25519-dalek v4.1.3
10292026-08-13T22:37:44.347Z Downloaded pkcs1 v0.7.5
10302026-08-13T22:37:44.347Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10312026-08-13T22:37:44.352Z Downloaded slab v0.4.12
10322026-08-13T22:37:44.352Z Downloaded tokio-dtrace v0.1.1
10332026-08-13T22:37:44.352Z Downloaded toml v0.8.23
10342026-08-13T22:37:44.352Z Downloaded flate2 v1.1.9
10352026-08-13T22:37:44.356Z Downloaded memmap2 v0.9.10
10362026-08-13T22:37:44.356Z Downloaded bindgen v0.71.1
10372026-08-13T22:37:44.361Z Downloaded textwrap v0.15.2
10382026-08-13T22:37:44.364Z Downloaded miette v5.10.0
10392026-08-13T22:37:44.365Z Downloaded sha2 v0.10.9
10402026-08-13T22:37:44.365Z Downloaded drift v0.2.0
10412026-08-13T22:37:44.370Z Downloaded gimli v0.32.3
10422026-08-13T22:37:44.376Z Downloaded yasna v0.5.2
10432026-08-13T22:37:44.380Z Downloaded once_cell v1.21.3
10442026-08-13T22:37:44.380Z Downloaded term v1.2.1
10452026-08-13T22:37:44.384Z Downloaded scrypt v0.12.0
10462026-08-13T22:37:44.384Z Downloaded nom v7.1.3
10472026-08-13T22:37:44.388Z Downloaded progenitor-impl v0.14.0
10482026-08-13T22:37:44.388Z Downloaded time-macros v0.2.27
10492026-08-13T22:37:44.388Z Downloaded bitflags v2.11.0
10502026-08-13T22:37:44.392Z Downloaded tower v0.5.3
10512026-08-13T22:37:44.396Z Downloaded pkcs8 v0.10.2
10522026-08-13T22:37:44.401Z Downloaded memchr v2.8.0
10532026-08-13T22:37:44.405Z Downloaded winnow v0.5.40
10542026-08-13T22:37:44.416Z Downloaded allocator-api2 v0.2.21
10552026-08-13T22:37:44.416Z Downloaded diff v0.1.13
10562026-08-13T22:37:44.425Z Downloaded getrandom v0.3.4
10572026-08-13T22:37:44.425Z Downloaded rand_distr v0.5.1
10582026-08-13T22:37:44.426Z Downloaded zerocopy v0.7.35
10592026-08-13T22:37:44.438Z Downloaded p384 v0.14.0
10602026-08-13T22:37:44.438Z Downloaded stacker v0.1.23
10612026-08-13T22:37:44.439Z Downloaded itertools v0.15.0
10622026-08-13T22:37:44.442Z Downloaded object v0.37.3
10632026-08-13T22:37:44.442Z Downloaded ssh-key v0.7.0-rc.11
10642026-08-13T22:37:44.449Z Downloaded rustls-webpki v0.103.13
10652026-08-13T22:37:44.462Z Downloaded base64 v0.21.7
10662026-08-13T22:37:44.465Z Downloaded regex v1.12.3
10672026-08-13T22:37:44.475Z Downloaded cc v1.2.56
10682026-08-13T22:37:44.478Z Downloaded num-bigint-dig v0.8.6
10692026-08-13T22:37:44.482Z Downloaded quinn-proto v0.11.16
10702026-08-13T22:37:44.485Z Downloaded typed-path v0.9.3
10712026-08-13T22:37:44.493Z Downloaded unicode_categories v0.1.1
10722026-08-13T22:37:44.497Z Downloaded serde_yaml v0.9.34+deprecated
10732026-08-13T22:37:44.500Z Downloaded syn v1.0.109
10742026-08-13T22:37:44.511Z Downloaded curve25519-dalek v5.0.0
10752026-08-13T22:37:44.517Z Downloaded zerocopy v0.8.40
10762026-08-13T22:37:44.523Z Downloaded jiff-core v0.1.0
10772026-08-13T22:37:44.527Z Downloaded tabled v0.21.0
10782026-08-13T22:37:44.536Z Downloaded moka v0.12.13
10792026-08-13T22:37:44.541Z Downloaded aho-corasick v1.1.4
10802026-08-13T22:37:44.544Z Downloaded salty v0.3.0
10812026-08-13T22:37:44.548Z Downloaded backtrace v0.3.76
10822026-08-13T22:37:44.552Z Downloaded pest v2.8.6
10832026-08-13T22:37:44.564Z Downloaded russh v0.62.4
10842026-08-13T22:37:44.576Z Downloaded radix_trie v0.2.1
10852026-08-13T22:37:44.583Z Downloaded rustyline v14.0.0
10862026-08-13T22:37:44.586Z Downloaded regex-syntax v0.6.29
10872026-08-13T22:37:44.598Z Downloaded regress v0.10.5
10882026-08-13T22:37:44.623Z Downloaded proptest v1.11.0
10892026-08-13T22:37:44.635Z Downloaded hickory-proto v0.24.4
10902026-08-13T22:37:44.644Z Downloaded openssl v0.10.80
10912026-08-13T22:37:44.650Z Downloaded object v0.30.4
10922026-08-13T22:37:44.655Z Downloaded smoltcp v0.9.1
10932026-08-13T22:37:44.661Z Downloaded tabled v0.15.0
10942026-08-13T22:37:44.672Z Downloaded tower-http v0.6.8
10952026-08-13T22:37:44.676Z Downloaded quick-xml v0.37.5
10962026-08-13T22:37:44.682Z Downloaded rawzip v0.4.4
10972026-08-13T22:37:44.691Z Downloaded nix v0.27.1
10982026-08-13T22:37:44.695Z Downloaded aws-lc-rs v1.16.3
10992026-08-13T22:37:44.702Z Downloaded bstr v1.12.1
11002026-08-13T22:37:44.706Z Downloaded nom v8.0.0
11012026-08-13T22:37:44.710Z Downloaded hickory-proto v0.25.2
11022026-08-13T22:37:44.718Z Downloaded zlib-rs v0.6.2
11032026-08-13T22:37:44.726Z Downloaded syn v2.0.117
11042026-08-13T22:37:44.730Z Downloaded lalrpop v0.19.12
11052026-08-13T22:37:44.733Z Downloaded syn v3.0.3
11062026-08-13T22:37:44.740Z Downloaded dropshot v0.17.1
11072026-08-13T22:37:44.764Z Downloaded rustix v0.38.44
11082026-08-13T22:37:44.777Z Downloaded sha3 v0.11.0
11092026-08-13T22:37:44.785Z Downloaded vcpkg v0.2.15
11102026-08-13T22:37:44.807Z Downloaded polar-core v0.27.3
11112026-08-13T22:37:44.813Z Downloaded nix v0.28.0
11122026-08-13T22:37:44.822Z Downloaded tracing v0.1.44
11132026-08-13T22:37:44.835Z Downloaded unicode-width v0.2.0
11142026-08-13T22:37:44.839Z Downloaded nix v0.31.2
11152026-08-13T22:37:44.847Z Downloaded rustix v1.1.3
11162026-08-13T22:37:44.860Z Downloaded unicode-width v0.1.14
11172026-08-13T22:37:44.865Z Downloaded sqlparser v0.61.0
11182026-08-13T22:37:44.869Z Downloaded rustls v0.23.41
11192026-08-13T22:37:44.877Z Downloaded sled v0.34.7
11202026-08-13T22:37:44.881Z Downloaded typify-impl v0.6.2
11212026-08-13T22:37:44.889Z Downloaded openapiv3 v2.2.0
11222026-08-13T22:37:44.897Z Downloaded smoltcp v0.11.0
11232026-08-13T22:37:44.903Z Downloaded ratatui v0.29.0
11242026-08-13T22:37:44.914Z Downloaded regress v0.11.1
11252026-08-13T22:37:44.919Z Downloaded regex-syntax v0.8.10
11262026-08-13T22:37:44.924Z Downloaded diesel v2.3.7
11272026-08-13T22:37:44.935Z Downloaded bzip2-sys v0.1.13+1.0.8
11282026-08-13T22:37:44.944Z Downloaded zerocopy-derive v0.6.6
11292026-08-13T22:37:44.964Z Downloaded chrono-tz v0.10.4
11302026-08-13T22:37:44.987Z Downloaded petgraph v0.8.3
11312026-08-13T22:37:45.002Z Downloaded regex-automata v0.4.14
11322026-08-13T22:37:45.011Z Downloaded petgraph v0.6.5
11332026-08-13T22:37:45.024Z Downloaded csv v1.4.0
11342026-08-13T22:37:45.036Z Downloaded libc v0.2.185
11352026-08-13T22:37:45.056Z Downloaded jiff v0.2.34
11362026-08-13T22:37:45.066Z Downloaded sha3 v0.10.8
11372026-08-13T22:37:45.070Z Downloaded libz-sys v1.1.24
11382026-08-13T22:37:45.087Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11392026-08-13T22:37:45.096Z Downloaded tokio v1.52.1
11402026-08-13T22:37:45.120Z Downloaded ring v0.17.14
11412026-08-13T22:37:45.142Z Downloaded httpmock v0.8.3
11422026-08-13T22:37:45.240Z Downloaded encoding_rs v0.8.35
11432026-08-13T22:37:45.269Z Downloaded libgit2-sys v0.18.3+1.9.2
11442026-08-13T22:37:45.784Z Downloaded aws-lc-sys v0.40.0
11452026-08-13T22:37:46.203Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11462026-08-13T22:37:51.540Z Startup: Refreshing catalog 'helios' ... Done
11472026-08-13T22:37:51.856Z Startup: Caching catalogs ... Done
11482026-08-13T22:37:53.578ZPlanning: Solver setup ... Done (1.615s)
11492026-08-13T22:37:53.631ZPlanning: Running solver ... Done (0.053s)
11502026-08-13T22:37:53.670ZPlanning: Finding local manifests ... Done (0.003s)
11512026-08-13T22:37:53.682ZPlanning: Fetching manifests: 0/2 0% complete
11522026-08-13T22:37:53.698ZPlanning: Fetching manifests: 2/2 100% complete
11532026-08-13T22:37:53.714ZPlanning: Package planning ... Done (0.016s)
11542026-08-13T22:37:53.717ZPlanning: Merging actions ... Done (0.001s)
11552026-08-13T22:37:53.887ZPlanning: Checking for conflicting actions ... Done (0.171s)
11562026-08-13T22:37:53.892ZPlanning: Consolidating action changes ... Done (0.001s)
11572026-08-13T22:37:54.754ZPlanning: Evaluating mediators ... Done (0.866s)
11582026-08-13T22:37:54.757ZPlanning: Planning completed in 2.86 seconds
11592026-08-13T22:37:54.764Z Packages to install: 2
11602026-08-13T22:37:54.764Z Estimated space available: 155.73 GB
11612026-08-13T22:37:54.764ZEstimated space to be consumed: 67.95 MB
11622026-08-13T22:37:54.764Z Create boot environment: No
11632026-08-13T22:37:54.764ZCreate backup boot environment: No
11642026-08-13T22:37:54.764Z Rebuild boot archive: No
11652026-08-13T22:37:54.768Z
11662026-08-13T22:37:54.768ZChanged packages:
11672026-08-13T22:37:54.768Zhelios
11682026-08-13T22:37:54.768Z developer/build-essential
11692026-08-13T22:37:54.768Z None -> 11-3.0
11702026-08-13T22:37:54.768Z library/libxmlsec1
11712026-08-13T22:37:54.768Z None -> 1.2.35-3.0
11722026-08-13T22:37:54.791Z
11732026-08-13T22:37:54.792ZDownload: 0/214 items 0.0/1.3MB 0% complete
11742026-08-13T22:37:54.862ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11752026-08-13T22:37:54.948Z Actions: 1/268 actions (Installing new actions)
11762026-08-13T22:37:54.989Z Actions: Completed 268 actions in 0.04 seconds.
11772026-08-13T22:37:55.019ZFinalize: Updating package state database ... Done (0.031s)
11782026-08-13T22:37:55.022ZFinalize: Updating package cache ... Done (0.000s)
11792026-08-13T22:37:55.093ZFinalize: Updating image state ... Done (0.074s)
11802026-08-13T22:37:57.821ZFinalize: Creating fast lookup database ... Done (2.679s)
11812026-08-13T22:37:57.891ZFinalize: Reading search index ... Done (0.012s)
11822026-08-13T22:37:57.898ZFinalize: Updating search index ... Done (0.000s)
11832026-08-13T22:37:58.022ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-13T22:37:58.382ZPlanning: Evaluating mediator changes ... Done
11852026-08-13T22:37:58.508ZPlanning: Checking for conflicting actions ... Done
11862026-08-13T22:37:58.580ZPlanning: Consolidating action changes ... Done
11872026-08-13T22:37:58.699ZPlanning: Evaluating mediators ... Done
11882026-08-13T22:37:58.700ZPlanning: Planning completed in 0.27 seconds
11892026-08-13T22:37:58.817Z Mediators to change: 2
11902026-08-13T22:37:58.817Z Create boot environment: No
11912026-08-13T22:37:58.817ZCreate backup boot environment: No
11922026-08-13T22:37:58.818ZFinalize: Updating package state database ... Done
11932026-08-13T22:37:58.820ZFinalize: Updating package cache ... Done
11942026-08-13T22:37:58.947ZFinalize: Updating image state ... Done
11952026-08-13T22:38:00.698ZFinalize: Creating fast lookup database ... Done
11962026-08-13T22:38:00.761ZFinalize: Reading search index ... Done
11972026-08-13T22:38:00.765ZFinalize: Updating search index ... Done
11982026-08-13T22:38:00.817ZFinalize: Updating package cache ... Done
11992026-08-13T22:38:01.106ZPlanning: Evaluating mediator changes ... Done
12002026-08-13T22:38:01.216ZPlanning: Checking for conflicting actions ... Done
12012026-08-13T22:38:01.229ZPlanning: Consolidating action changes ... Done
12022026-08-13T22:38:01.371ZPlanning: Evaluating mediators ... Done
12032026-08-13T22:38:01.375ZPlanning: Planning completed in 0.27 seconds
12042026-08-13T22:38:01.397Z Mediators to change: 1
12052026-08-13T22:38:01.397Z Create boot environment: No
12062026-08-13T22:38:01.397ZCreate backup boot environment: No
12072026-08-13T22:38:01.437ZFinalize: Updating package state database ... Done
12082026-08-13T22:38:01.437ZFinalize: Updating package cache ... Done
12092026-08-13T22:38:01.482ZFinalize: Updating image state ... Done
12102026-08-13T22:38:03.449ZFinalize: Creating fast lookup database ... Done
12112026-08-13T22:38:03.511ZFinalize: Reading search index ... Done
12122026-08-13T22:38:03.514ZFinalize: Updating search index ... Done
12132026-08-13T22:38:03.623ZFinalize: Updating package cache ... Done
12142026-08-13T22:38:03.945ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12152026-08-13T22:38:03.945Zapache system 2.4 system
12162026-08-13T22:38:03.945Zclang system 15 system
12172026-08-13T22:38:03.945Zcsh system system illumos
12182026-08-13T22:38:03.945Zctags system system illumos
12192026-08-13T22:38:03.945Zfile vendor vendor darwinsys
12202026-08-13T22:38:03.945Zfile system system illumos
12212026-08-13T22:38:03.945Zgcc vendor 14 vendor
12222026-08-13T22:38:03.945Zgcc system 13 system
12232026-08-13T22:38:03.945Zgcc system 10 system
12242026-08-13T22:38:03.945Zgo system 1.25 system
12252026-08-13T22:38:03.945Zllvm system 15 system
12262026-08-13T22:38:03.945Zmariadb system 11.4 system
12272026-08-13T22:38:03.945Zmta vendor vendor dma
12282026-08-13T22:38:03.946Zopenjdk system 17 system
12292026-08-13T22:38:03.946Zopenjdk system 11 system
12302026-08-13T22:38:03.946Zopenssl vendor 3 vendor
12312026-08-13T22:38:03.946Zperl system 5.40 system
12322026-08-13T22:38:03.946Zpostgresql system 18 system
12332026-08-13T22:38:03.946Zpostgresql system 17 system
12342026-08-13T22:38:03.946Zpython vendor 3 vendor
12352026-08-13T22:38:03.946Zpython system 2 system
12362026-08-13T22:38:03.946Zpython3 vendor 3.13 vendor
12372026-08-13T22:38:03.946Zruby system 3.4 system
12382026-08-13T22:38:03.946Zruby system 3.0 system
12392026-08-13T22:38:03.946Zwords vendor vendor american-english
12402026-08-13T22:38:03.946Zwords system system australian-english
12412026-08-13T22:38:03.946Zwords system system british-english
12422026-08-13T22:38:03.946Zwords system system canadian-english
12432026-08-13T22:38:03.946Zwords system system french
12442026-08-13T22:38:03.946Zwords system system italian
12452026-08-13T22:38:03.946Zwords system system ngerman
12462026-08-13T22:38:03.947Zwords system system ogerman
12472026-08-13T22:38:03.947Zwords system system spanish
12482026-08-13T22:38:04.202ZPUBLISHER TYPE STATUS P LOCATION
12492026-08-13T22:38:04.202Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12502026-08-13T22:38:04.645ZFMRI IFO
12512026-08-13T22:38:04.645Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12522026-08-13T22:38:04.645Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12532026-08-13T22:38:04.645Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12542026-08-13T22:38:04.645Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12552026-08-13T22:38:04.645Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12562026-08-13T22:38:04.645Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12572026-08-13T22:38:04.645Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12582026-08-13T22:38:04.645Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12592026-08-13T22:38:04.645Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12602026-08-13T22:38:05.256Z Downloading crates ...
12612026-08-13T22:38:05.305Z Downloaded cargo_toml v0.21.0
12622026-08-13T22:38:05.342Z Compiling proc-macro2 v1.0.106
12632026-08-13T22:38:05.342Z Compiling unicode-ident v1.0.24
12642026-08-13T22:38:05.342Z Compiling quote v1.0.45
12652026-08-13T22:38:05.347Z Compiling serde_core v1.0.229
12662026-08-13T22:38:05.347Z Compiling libc v0.2.185
12672026-08-13T22:38:05.347Z Compiling version_check v0.9.5
12682026-08-13T22:38:05.348Z Compiling memchr v2.8.0
12692026-08-13T22:38:05.348Z Compiling serde v1.0.229
12702026-08-13T22:38:05.348Z Compiling zmij v1.0.21
12712026-08-13T22:38:05.427Z Compiling ucd-trie v0.1.7
12722026-08-13T22:38:05.431Z Compiling thiserror v1.0.69
12732026-08-13T22:38:05.431Z Compiling itoa v1.0.17
12742026-08-13T22:38:05.431Z Compiling rustix v1.1.3
12752026-08-13T22:38:05.435Z Compiling byteorder v1.5.0
12762026-08-13T22:38:05.594Z Compiling bitflags v2.11.0
12772026-08-13T22:38:05.754Z Compiling serde_json v1.0.151
12782026-08-13T22:38:05.878Z Compiling pest v2.8.6
12792026-08-13T22:38:05.889Z Compiling camino v1.2.2
12802026-08-13T22:38:05.902Z Compiling proc-macro-error-attr v1.0.4
12812026-08-13T22:38:05.910Z Compiling usdt-impl v0.5.0
12822026-08-13T22:38:05.992Z Compiling syn v1.0.109
12832026-08-13T22:38:06.019Z Compiling proc-macro-error v1.0.4
12842026-08-13T22:38:06.069Z Compiling plain v0.2.3
12852026-08-13T22:38:06.125Z Compiling utf8parse v0.2.2
12862026-08-13T22:38:06.136Z Compiling log v0.4.29
12872026-08-13T22:38:06.168Z Compiling equivalent v1.0.2
12882026-08-13T22:38:06.179Z Compiling hashbrown v0.17.0
12892026-08-13T22:38:06.192Z Compiling getrandom v0.4.1
12902026-08-13T22:38:06.228Z Compiling anstyle-parse v1.0.0
12912026-08-13T22:38:06.267Z Compiling thiserror v2.0.18
12922026-08-13T22:38:06.286Z Compiling autocfg v1.5.0
12932026-08-13T22:38:06.308Z Compiling winnow v0.7.14
12942026-08-13T22:38:06.342Z Compiling toml_write v0.1.2
12952026-08-13T22:38:06.346Z Compiling cfg-if v1.0.4
12962026-08-13T22:38:06.379Z Compiling errno v0.3.14
12972026-08-13T22:38:06.389Z Compiling thread-id v4.2.2
12982026-08-13T22:38:06.426Z Compiling pretty-hex v0.4.1
12992026-08-13T22:38:06.437Z Compiling colorchoice v1.0.4
13002026-08-13T22:38:06.450Z Compiling anstyle v1.0.14
13012026-08-13T22:38:06.515Z Compiling anstyle-query v1.1.5
13022026-08-13T22:38:06.520Z Compiling is_terminal_polyfill v1.70.2
13032026-08-13T22:38:06.641Z Compiling anyhow v1.0.102
13042026-08-13T22:38:06.644Z Compiling unicode-width v0.1.14
13052026-08-13T22:38:06.669Z Compiling bytecount v0.6.9
13062026-08-13T22:38:06.738Z Compiling indexmap v2.14.0
13072026-08-13T22:38:06.756Z Compiling anstream v1.0.0
13082026-08-13T22:38:06.809Z Compiling fs-err v3.3.0
13092026-08-13T22:38:06.812Z Compiling once_cell v1.21.3
13102026-08-13T22:38:06.829Z Compiling fastrand v2.3.0
13112026-08-13T22:38:06.880Z Compiling syn v2.0.117
13122026-08-13T22:38:06.904Z Compiling syn v3.0.3
13132026-08-13T22:38:06.950Z Compiling heck v0.4.1
13142026-08-13T22:38:06.971Z Compiling heck v0.5.0
13152026-08-13T22:38:07.016Z Compiling pest_meta v2.8.6
13162026-08-13T22:38:07.054Z Compiling strsim v0.11.1
13172026-08-13T22:38:07.082Z Compiling clap_lex v1.0.0
13182026-08-13T22:38:07.108Z Compiling fnv v1.0.7
13192026-08-13T22:38:07.205Z Compiling papergrid v0.11.0
13202026-08-13T22:38:07.224Z Compiling memmap v0.7.0
13212026-08-13T22:38:07.296Z Compiling unicode-linebreak v0.1.5
13222026-08-13T22:38:07.333Z Compiling unicode-width v0.2.0
13232026-08-13T22:38:07.366Z Compiling smawk v0.3.2
13242026-08-13T22:38:07.418Z Compiling swrite v0.1.0
13252026-08-13T22:38:07.479Z Compiling terminal_size v0.4.3
13262026-08-13T22:38:07.519Z Compiling tempfile v3.25.0
13272026-08-13T22:38:07.577Z Compiling clap_builder v4.6.0
13282026-08-13T22:38:07.578Z Compiling textwrap v0.16.2
13292026-08-13T22:38:07.854Z Compiling semver v1.0.28
13302026-08-13T22:38:07.864Z Compiling cargo-platform v0.3.2
13312026-08-13T22:38:08.107Z Compiling camino-tempfile v1.4.1
13322026-08-13T22:38:08.414Z Compiling tabled_derive v0.7.0
13332026-08-13T22:38:08.454Z Compiling serde_derive v1.0.229
13342026-08-13T22:38:09.051Z Compiling pest_generator v2.8.6
13352026-08-13T22:38:09.120Z Compiling tabled v0.15.0
13362026-08-13T22:38:09.618Z Compiling thiserror-impl v1.0.69
13372026-08-13T22:38:09.622Z Compiling zerocopy-derive v0.7.35
13382026-08-13T22:38:09.622Z Compiling pest_derive v2.8.6
13392026-08-13T22:38:09.622Z Compiling scroll_derive v0.12.1
13402026-08-13T22:38:09.622Z Compiling thiserror-impl v2.0.18
13412026-08-13T22:38:09.622Z Compiling clap_derive v4.6.1
13422026-08-13T22:38:10.225Z Compiling scroll v0.12.0
13432026-08-13T22:38:10.313Z Compiling zerocopy v0.7.35
13442026-08-13T22:38:10.430Z Compiling goblin v0.8.2
13452026-08-13T22:38:10.602Z Compiling dtrace-parser v0.2.0
13462026-08-13T22:38:10.807Z Compiling toml_datetime v0.6.11
13472026-08-13T22:38:10.807Z Compiling serde_spanned v0.6.9
13482026-08-13T22:38:10.807Z Compiling macaddr v1.0.1
13492026-08-13T22:38:10.807Z Compiling cargo_metadata v0.23.1
13502026-08-13T22:38:10.812Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13512026-08-13T22:38:10.819Z Compiling dof v0.3.0
13522026-08-13T22:38:10.823Z Compiling serde_tokenstream v0.2.3
13532026-08-13T22:38:10.971Z Compiling toml_edit v0.22.27
13542026-08-13T22:38:10.982Z Compiling clap v4.6.1
13552026-08-13T22:38:11.506Z Compiling usdt-macro v0.5.0
13562026-08-13T22:38:11.506Z Compiling usdt-attr-macro v0.5.0
13572026-08-13T22:38:12.192Z Compiling toml v0.8.23
13582026-08-13T22:38:12.506Z Compiling cargo_toml v0.21.0
13592026-08-13T22:38:12.974Z Compiling usdt v0.5.0
13602026-08-13T22:38:13.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13612026-08-13T22:38:15.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
13622026-08-13T22:38:15.965Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13632026-08-13T22:38:16.726Z Compiling libc v0.2.185
13642026-08-13T22:38:16.726Z Compiling serde_core v1.0.229
13652026-08-13T22:38:16.726Z Compiling serde v1.0.229
13662026-08-13T22:38:16.730Z Compiling log v0.4.29
13672026-08-13T22:38:16.730Z Compiling smallvec v1.15.1
13682026-08-13T22:38:16.730Z Compiling shlex v1.3.0
13692026-08-13T22:38:16.730Z Compiling find-msvc-tools v0.1.9
13702026-08-13T22:38:16.730Z Compiling subtle v2.6.1
13712026-08-13T22:38:16.730Z Compiling scopeguard v1.2.0
13722026-08-13T22:38:16.730Z Compiling stable_deref_trait v1.2.1
13732026-08-13T22:38:16.730Z Compiling typenum v1.20.1
13742026-08-13T22:38:16.730Z Compiling zerocopy v0.8.40
13752026-08-13T22:38:16.854Z Compiling portable-atomic v1.13.1
13762026-08-13T22:38:16.928Z Compiling serde_json v1.0.151
13772026-08-13T22:38:16.942Z Compiling syn v2.0.117
13782026-08-13T22:38:17.017Z Compiling critical-section v1.2.0
13792026-08-13T22:38:17.022Z Compiling libm v0.2.16
13802026-08-13T22:38:17.045Z Compiling num-traits v0.2.19
13812026-08-13T22:38:17.084Z Compiling lock_api v0.4.14
13822026-08-13T22:38:17.100Z Compiling pkg-config v0.3.32
13832026-08-13T22:38:17.116Z Compiling generic-array v0.14.7
13842026-08-13T22:38:17.132Z Compiling getrandom v0.4.1
13852026-08-13T22:38:17.150Z Compiling parking_lot_core v0.9.12
13862026-08-13T22:38:17.193Z Compiling const-oid v0.9.6
13872026-08-13T22:38:17.263Z Compiling pin-project-lite v0.2.17
13882026-08-13T22:38:17.290Z Compiling rand_core v0.10.0
13892026-08-13T22:38:17.352Z Compiling futures-core v0.3.32
13902026-08-13T22:38:17.399Z Compiling writeable v0.6.2
13912026-08-13T22:38:17.429Z Compiling percent-encoding v2.3.2
13922026-08-13T22:38:17.474Z Compiling litemap v0.8.1
13932026-08-13T22:38:17.491Z Compiling icu_normalizer_data v2.1.1
13942026-08-13T22:38:17.496Z Compiling icu_properties_data v2.1.2
13952026-08-13T22:38:17.536Z Compiling getrandom v0.3.4
13962026-08-13T22:38:17.540Z Compiling futures-sink v0.3.32
13972026-08-13T22:38:17.597Z Compiling futures-io v0.3.32
13982026-08-13T22:38:17.626Z Compiling slab v0.4.12
13992026-08-13T22:38:17.664Z Compiling futures-channel v0.3.32
14002026-08-13T22:38:17.664Z Compiling futures-task v0.3.32
14012026-08-13T22:38:17.691Z Compiling utf8_iter v1.0.4
14022026-08-13T22:38:17.714Z Compiling rustix v1.1.3
14032026-08-13T22:38:17.790Z Compiling form_urlencoded v1.2.2
14042026-08-13T22:38:17.819Z Compiling jobserver v0.1.34
14052026-08-13T22:38:17.836Z Compiling errno v0.3.14
14062026-08-13T22:38:17.850Z Compiling getrandom v0.2.17
14072026-08-13T22:38:17.898Z Compiling mio v1.2.0
14082026-08-13T22:38:17.915Z Compiling socket2 v0.6.3
14092026-08-13T22:38:17.925Z Compiling rustversion v1.0.22
14102026-08-13T22:38:17.946Z Compiling signal-hook-registry v1.4.8
14112026-08-13T22:38:17.973Z Compiling iana-time-zone v0.1.65
14122026-08-13T22:38:18.024Z Compiling rand_core v0.6.4
14132026-08-13T22:38:18.097Z Compiling cc v1.2.56
14142026-08-13T22:38:18.097Z Compiling once_cell v1.21.3
14152026-08-13T22:38:18.126Z Compiling parking_lot v0.12.5
14162026-08-13T22:38:18.190Z Compiling base64ct v1.8.3
14172026-08-13T22:38:18.204Z Compiling ident_case v1.0.1
14182026-08-13T22:38:18.216Z Compiling flagset v0.4.7
14192026-08-13T22:38:18.290Z Compiling fs_extra v1.3.0
14202026-08-13T22:38:18.333Z Compiling regex-syntax v0.8.10
14212026-08-13T22:38:18.347Z Compiling dunce v1.0.5
14222026-08-13T22:38:18.364Z Compiling base64 v0.22.1
14232026-08-13T22:38:18.365Z Compiling syn v1.0.109
14242026-08-13T22:38:18.406Z Compiling vcpkg v0.2.15
14252026-08-13T22:38:18.420Z Compiling tracing-core v0.1.36
14262026-08-13T22:38:18.456Z Compiling pem-rfc7468 v0.7.0
14272026-08-13T22:38:18.495Z Compiling rand_core v0.9.5
14282026-08-13T22:38:18.512Z Compiling schemars v0.8.22
14292026-08-13T22:38:18.517Z Compiling dyn-clone v1.0.20
14302026-08-13T22:38:18.575Z Compiling aws-lc-rs v1.16.3
14312026-08-13T22:38:18.593Z Compiling cpufeatures v0.2.17
14322026-08-13T22:38:18.684Z Compiling spin v0.9.8
14332026-08-13T22:38:18.735Z Compiling tinyvec_macros v0.1.1
14342026-08-13T22:38:18.739Z Compiling httparse v1.10.1
14352026-08-13T22:38:18.805Z Compiling crc32fast v1.5.0
14362026-08-13T22:38:18.811Z Compiling cmov v0.5.4
14372026-08-13T22:38:18.830Z Compiling openssl-probe v0.2.1
14382026-08-13T22:38:18.846Z Compiling tinyvec v1.10.0
14392026-08-13T22:38:18.890Z Compiling cmake v0.1.57
14402026-08-13T22:38:18.911Z Compiling aho-corasick v1.1.4
14412026-08-13T22:38:18.924Z Compiling try-lock v0.2.5
14422026-08-13T22:38:19.022Z Compiling ctutils v0.4.2
14432026-08-13T22:38:19.070Z Compiling bitflags v2.11.0
14442026-08-13T22:38:19.078Z Compiling semver v1.0.28
14452026-08-13T22:38:19.115Z Compiling indexmap v2.14.0
14462026-08-13T22:38:19.134Z Compiling uuid v1.23.4
14472026-08-13T22:38:19.248Z Compiling tower-service v0.3.3
14482026-08-13T22:38:19.275Z Compiling atomic-waker v1.1.2
14492026-08-13T22:38:19.290Z Compiling rustc_version v0.4.1
14502026-08-13T22:38:19.294Z Compiling radium v0.7.0
14512026-08-13T22:38:19.320Z Compiling tower-layer v0.3.3
14522026-08-13T22:38:19.359Z Compiling untrusted v0.7.1
14532026-08-13T22:38:19.495Z Compiling want v0.3.1
14542026-08-13T22:38:19.499Z Compiling untrusted v0.9.0
14552026-08-13T22:38:19.579Z Compiling bytes v1.11.1
14562026-08-13T22:38:19.594Z Compiling chrono v0.4.45
14572026-08-13T22:38:19.627Z Compiling ipnet v2.11.0
14582026-08-13T22:38:19.644Z Compiling simd-adler32 v0.3.8
14592026-08-13T22:38:19.660Z Compiling openssl v0.10.80
14602026-08-13T22:38:19.684Z Compiling rustls v0.23.41
14612026-08-13T22:38:19.722Z Compiling aws-lc-sys v0.40.0
14622026-08-13T22:38:19.737Z Compiling openssl-sys v0.9.117
14632026-08-13T22:38:19.791Z Compiling tap v1.0.1
14642026-08-13T22:38:19.845Z Compiling regex-automata v0.4.14
14652026-08-13T22:38:19.876Z Compiling synstructure v0.13.2
14662026-08-13T22:38:19.907Z Compiling serde_derive_internals v0.29.1
14672026-08-13T22:38:19.922Z Compiling pest_generator v2.8.6
14682026-08-13T22:38:19.937Z Compiling darling_core v0.20.11
14692026-08-13T22:38:20.162Z Compiling http v1.4.2
14702026-08-13T22:38:20.238Z Compiling tempfile v3.25.0
14712026-08-13T22:38:20.243Z Compiling foreign-types-shared v0.1.1
14722026-08-13T22:38:20.356Z Compiling httpdate v1.0.3
14732026-08-13T22:38:20.412Z Compiling maybe-uninit v2.0.0
14742026-08-13T22:38:20.492Z Compiling foreign-types v0.3.2
14752026-08-13T22:38:20.576Z Compiling terminal_size v0.4.3
14762026-08-13T22:38:20.599Z Compiling wyz v0.5.1
14772026-08-13T22:38:20.619Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-08-13T22:38:20.653Z Compiling bzip2-sys v0.1.13+1.0.8
14792026-08-13T22:38:20.754Z Compiling hex v0.4.3
14802026-08-13T22:38:20.759Z Compiling unicode-normalization v0.1.25
14812026-08-13T22:38:20.765Z Compiling num-integer v0.1.46
14822026-08-13T22:38:20.806Z Compiling http-body v1.0.1
14832026-08-13T22:38:20.828Z Compiling wait-timeout v0.2.1
14842026-08-13T22:38:20.887Z Compiling socket2 v0.5.10
14852026-08-13T22:38:20.969Z Compiling ahash v0.8.12
14862026-08-13T22:38:20.984Z Compiling packed_struct v0.10.1
14872026-08-13T22:38:21.011Z Compiling quick-error v1.2.3
14882026-08-13T22:38:21.029Z Compiling funty v2.0.0
14892026-08-13T22:38:21.044Z Compiling time-core v0.1.8
14902026-08-13T22:38:21.058Z Compiling native-tls v0.2.18
14912026-08-13T22:38:21.098Z Compiling num-bigint-dig v0.8.6
14922026-08-13T22:38:21.113Z Compiling bit-vec v0.8.0
14932026-08-13T22:38:21.178Z Compiling powerfmt v0.2.0
14942026-08-13T22:38:21.187Z Compiling num-conv v0.2.0
14952026-08-13T22:38:21.203Z Compiling adler2 v2.0.1
14962026-08-13T22:38:21.235Z Compiling clap_builder v4.6.0
14972026-08-13T22:38:21.273Z Compiling deranged v0.5.8
14982026-08-13T22:38:21.286Z Compiling rusty-fork v0.3.1
14992026-08-13T22:38:21.290Z Compiling time-macros v0.2.27
15002026-08-13T22:38:21.328Z Compiling miniz_oxide v0.8.9
15012026-08-13T22:38:21.359Z Compiling bitvec v1.0.1
15022026-08-13T22:38:21.366Z Compiling bit-set v0.8.0
15032026-08-13T22:38:21.386Z Compiling num-iter v0.1.45
15042026-08-13T22:38:21.552Z Compiling toml_datetime v0.6.11
15052026-08-13T22:38:21.601Z Compiling zeroize_derive v1.5.0
15062026-08-13T22:38:21.618Z Compiling zerocopy-derive v0.8.40
15072026-08-13T22:38:21.632Z Compiling zerofrom-derive v0.1.6
15082026-08-13T22:38:21.641Z Compiling yoke-derive v0.8.1
15092026-08-13T22:38:21.822Z Compiling zerovec-derive v0.11.2
15102026-08-13T22:38:21.969Z Compiling displaydoc v0.2.5
15112026-08-13T22:38:22.275Z Compiling tokio-macros v2.7.0
15122026-08-13T22:38:22.290Z Compiling zeroize v1.9.0
15132026-08-13T22:38:22.294Z Compiling futures-macro v0.3.32
15142026-08-13T22:38:22.381Z Compiling thiserror-impl v2.0.18
15152026-08-13T22:38:22.395Z Compiling der_derive v0.7.3
15162026-08-13T22:38:22.762Z Compiling tracing-attributes v0.1.31
15172026-08-13T22:38:22.775Z Compiling rustls-pki-types v1.14.0
15182026-08-13T22:38:22.844Z Compiling schemars_derive v0.8.22
15192026-08-13T22:38:22.863Z Compiling hybrid-array v0.4.13
15202026-08-13T22:38:22.982Z Compiling scroll_derive v0.13.1
15212026-08-13T22:38:23.042Z Compiling tokio v1.52.1
15222026-08-13T22:38:23.093Z Compiling zerofrom v0.1.6
15232026-08-13T22:38:23.108Z Compiling crypto-common v0.1.7
15242026-08-13T22:38:23.157Z Compiling block-buffer v0.10.4
15252026-08-13T22:38:23.235Z Compiling yoke v0.8.1
15262026-08-13T22:38:23.248Z Compiling futures-util v0.3.32
15272026-08-13T22:38:23.276Z Compiling pest_derive v2.8.6
15282026-08-13T22:38:23.340Z Compiling digest v0.10.7
15292026-08-13T22:38:23.481Z Compiling zerovec v0.11.5
15302026-08-13T22:38:23.498Z Compiling zerotrie v0.2.3
15312026-08-13T22:38:23.691Z Compiling der v0.7.10
15322026-08-13T22:38:23.724Z Compiling sha2 v0.10.9
15332026-08-13T22:38:23.790Z Compiling signature v2.2.0
15342026-08-13T22:38:23.851Z Compiling thiserror v2.0.18
15352026-08-13T22:38:23.861Z Compiling darling_macro v0.20.11
15362026-08-13T22:38:23.885Z Compiling scroll v0.13.0
15372026-08-13T22:38:23.976Z Compiling tinystr v0.8.2
15382026-08-13T22:38:23.995Z Compiling potential_utf v0.1.4
15392026-08-13T22:38:24.011Z Compiling openssl-macros v0.1.1
15402026-08-13T22:38:24.095Z Compiling thiserror-impl v1.0.69
15412026-08-13T22:38:24.162Z Compiling icu_locale_core v2.1.1
15422026-08-13T22:38:24.177Z Compiling icu_collections v2.1.1
15432026-08-13T22:38:24.204Z Compiling goblin v0.10.5
15442026-08-13T22:38:24.214Z Compiling hmac v0.12.1
15452026-08-13T22:38:24.231Z Compiling tracing v0.1.44
15462026-08-13T22:38:24.357Z Compiling packed_struct_codegen v0.10.1
15472026-08-13T22:38:24.391Z Compiling bitfield-macros v0.19.4
15482026-08-13T22:38:24.399Z Compiling darling v0.20.11
15492026-08-13T22:38:24.505Z Compiling zerocopy-derive v0.6.6
15502026-08-13T22:38:24.520Z Compiling clap_derive v4.6.1
15512026-08-13T22:38:24.759Z Compiling spki v0.7.3
15522026-08-13T22:38:24.914Z Compiling icu_provider v2.1.1
15532026-08-13T22:38:25.030Z Compiling pkcs8 v0.10.2
15542026-08-13T22:38:25.064Z Compiling serde_spanned v0.6.9
15552026-08-13T22:38:25.100Z Compiling lazy_static v1.5.0
15562026-08-13T22:38:25.133Z Compiling rand_xorshift v0.4.0
15572026-08-13T22:38:25.191Z Compiling icu_properties v2.1.2
15582026-08-13T22:38:25.219Z Compiling icu_normalizer v2.1.1
15592026-08-13T22:38:25.234Z Compiling anstyle-parse v0.2.7
15602026-08-13T22:38:25.247Z Compiling sync_wrapper v1.0.2
15612026-08-13T22:38:25.333Z Compiling indexmap v1.9.3
15622026-08-13T22:38:25.347Z Compiling thiserror v1.0.69
15632026-08-13T22:38:25.372Z Compiling crossbeam-utils v0.8.21
15642026-08-13T22:38:25.389Z Compiling num_threads v0.1.7
15652026-08-13T22:38:25.437Z Compiling usdt-impl v0.6.0
15662026-08-13T22:38:25.527Z Compiling zlib-rs v0.6.2
15672026-08-13T22:38:25.552Z Compiling siphasher v1.0.2
15682026-08-13T22:38:25.552Z Compiling nodrop v0.1.14
15692026-08-13T22:38:25.552Z Compiling paste v1.0.15
15702026-08-13T22:38:25.626Z Compiling unicode-segmentation v1.12.0
15712026-08-13T22:38:25.678Z Compiling crc-catalog v2.4.0
15722026-08-13T22:38:25.685Z Compiling unarray v0.1.4
15732026-08-13T22:38:25.721Z Compiling array-init v0.0.4
15742026-08-13T22:38:25.752Z Compiling crc v3.4.0
15752026-08-13T22:38:25.811Z Compiling time v0.3.47
15762026-08-13T22:38:25.831Z Compiling zerocopy v0.6.6
15772026-08-13T22:38:25.895Z Compiling anstream v0.6.21
15782026-08-13T22:38:25.963Z Compiling bitfield v0.19.4
15792026-08-13T22:38:26.019Z Compiling pkcs1 v0.7.5
15802026-08-13T22:38:26.119Z Compiling ppv-lite86 v0.2.21
15812026-08-13T22:38:26.173Z Compiling idna_adapter v1.2.1
15822026-08-13T22:38:26.276Z Compiling derive_builder_core v0.20.2
15832026-08-13T22:38:26.287Z Compiling idna v1.1.0
15842026-08-13T22:38:26.321Z Compiling dtrace-parser v0.3.0
15852026-08-13T22:38:26.349Z Compiling clap v4.6.1
15862026-08-13T22:38:26.434Z Compiling rand_chacha v0.9.0
15872026-08-13T22:38:26.452Z Compiling rand_chacha v0.3.1
15882026-08-13T22:38:26.457Z Compiling scroll_derive v0.12.1
15892026-08-13T22:38:26.489Z Compiling structmeta-derive v0.3.0
15902026-08-13T22:38:26.510Z Compiling smallvec v0.6.14
15912026-08-13T22:38:26.699Z Compiling url v2.5.8
15922026-08-13T22:38:26.964Z Compiling rand v0.9.2
15932026-08-13T22:38:27.071Z Compiling tokio-util v0.7.18
15942026-08-13T22:38:27.119Z Compiling rand v0.8.6
15952026-08-13T22:38:27.140Z Compiling tower v0.5.3
15962026-08-13T22:38:27.144Z Compiling dof v0.4.0
15972026-08-13T22:38:27.391Z Compiling http-body-util v0.1.3
15982026-08-13T22:38:27.465Z Compiling darling_core v0.23.0
15992026-08-13T22:38:27.520Z Compiling heapless v0.7.17
16002026-08-13T22:38:27.532Z Compiling proptest v1.11.0
16012026-08-13T22:38:27.590Z Compiling slog v2.8.2
16022026-08-13T22:38:27.636Z Compiling thread-id v5.1.0
16032026-08-13T22:38:27.652Z Compiling env_filter v1.0.0
16042026-08-13T22:38:27.705Z Compiling cookie v0.18.1
16052026-08-13T22:38:27.756Z Compiling h2 v0.4.15
16062026-08-13T22:38:27.773Z Compiling hashbrown v0.12.3
16072026-08-13T22:38:27.906Z Compiling zstd-safe v7.2.4
16082026-08-13T22:38:27.923Z Compiling ryu v1.0.23
16092026-08-13T22:38:27.951Z Compiling unicode-properties v0.1.4
16102026-08-13T22:38:28.113Z Compiling ipnetwork v0.21.1
16112026-08-13T22:38:28.119Z Compiling winnow v0.5.40
16122026-08-13T22:38:28.165Z Compiling iri-string v0.7.10
16132026-08-13T22:38:28.172Z Compiling allocator-api2 v0.2.21
16142026-08-13T22:38:28.317Z Compiling base64 v0.21.7
16152026-08-13T22:38:28.349Z Compiling flate2 v1.1.9
16162026-08-13T22:38:28.363Z Compiling unicode-bidi v0.3.18
16172026-08-13T22:38:28.527Z Compiling anyhow v1.0.102
16182026-08-13T22:38:28.546Z Compiling signal-hook v0.3.18
16192026-08-13T22:38:28.546Z Compiling ron v0.8.1
16202026-08-13T22:38:28.652Z Compiling oxnet v0.1.6
16212026-08-13T22:38:28.759Z Compiling stringprep v0.1.5
16222026-08-13T22:38:28.801Z Compiling serde_urlencoded v0.7.1
16232026-08-13T22:38:28.821Z Compiling rsa v0.9.10
16242026-08-13T22:38:29.032Z Compiling env_logger v0.11.9
16252026-08-13T22:38:29.091Z Compiling structmeta v0.3.0
16262026-08-13T22:38:29.116Z Compiling tokio-native-tls v0.3.1
16272026-08-13T22:38:29.137Z Compiling derive_builder_macro v0.20.2
16282026-08-13T22:38:29.152Z Compiling scroll v0.12.0
16292026-08-13T22:38:29.247Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-13T22:38:29.360Z Compiling serde-hex v0.1.0
16312026-08-13T22:38:29.396Z Compiling bzip2 v0.4.4
16322026-08-13T22:38:29.410Z Compiling tower-http v0.6.8
16332026-08-13T22:38:29.434Z Compiling hashbrown v0.13.2
16342026-08-13T22:38:29.540Z Compiling toml_edit v0.19.15
16352026-08-13T22:38:29.554Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-13T22:38:29.629Z Compiling heck v0.4.1
16372026-08-13T22:38:29.685Z Compiling camino v1.2.2
16382026-08-13T22:38:29.767Z Compiling x509-cert v0.2.5
16392026-08-13T22:38:29.839Z Compiling block-buffer v0.12.1
16402026-08-13T22:38:29.840Z Compiling crypto-common v0.2.2
16412026-08-13T22:38:29.958Z Compiling block-padding v0.4.2
16422026-08-13T22:38:30.056Z Compiling newtype-uuid v1.3.2
16432026-08-13T22:38:30.075Z Compiling md-5 v0.10.6
16442026-08-13T22:38:30.118Z Compiling darling_macro v0.23.0
16452026-08-13T22:38:30.148Z Compiling rustls-native-certs v0.8.3
16462026-08-13T22:38:30.172Z Compiling bstr v1.12.1
16472026-08-13T22:38:30.259Z Compiling pin-project-internal v1.1.11
16482026-08-13T22:38:30.310Z Compiling daft-derive v0.1.7
16492026-08-13T22:38:30.429Z Compiling async-trait v0.1.89
16502026-08-13T22:38:30.466Z Compiling zerocopy-derive v0.7.35
16512026-08-13T22:38:30.648Z Compiling serde_tokenstream v0.2.3
16522026-08-13T22:38:30.847Z Compiling curve25519-dalek v4.1.3
16532026-08-13T22:38:30.980Z Compiling hyper v1.10.1
16542026-08-13T22:38:31.039Z Compiling erased-serde v0.3.31
16552026-08-13T22:38:31.084Z Compiling vergen-lib v9.1.0
16562026-08-13T22:38:31.209Z Compiling hash32 v0.2.1
16572026-08-13T22:38:31.272Z Compiling encoding_rs v0.8.35
16582026-08-13T22:38:31.373Z Compiling memoffset v0.9.1
16592026-08-13T22:38:31.403Z Compiling mime v0.3.17
16602026-08-13T22:38:31.416Z Compiling cfg_aliases v0.2.1
16612026-08-13T22:38:31.429Z Compiling psl-types v2.0.11
16622026-08-13T22:38:31.484Z Compiling smoltcp v0.9.1
16632026-08-13T22:38:31.512Z Compiling rustix v0.38.44
16642026-08-13T22:38:31.555Z Compiling ref-cast v1.0.25
16652026-08-13T22:38:31.578Z Compiling litrs v1.0.0
16662026-08-13T22:38:31.586Z Compiling fallible-iterator v0.2.0
16672026-08-13T22:38:31.664Z Compiling crc-any v2.5.0
16682026-08-13T22:38:31.789Z Compiling publicsuffix v2.3.0
16692026-08-13T22:38:31.868Z Compiling nix v0.31.2
16702026-08-13T22:38:31.886Z Compiling postgres-protocol v0.6.10
16712026-08-13T22:38:31.934Z Compiling pin-project v1.1.11
16722026-08-13T22:38:31.970Z Compiling zerocopy v0.7.35
16732026-08-13T22:38:32.016Z Compiling daft v0.1.7
16742026-08-13T22:38:32.047Z Compiling toml v0.7.8
16752026-08-13T22:38:32.080Z Compiling darling v0.23.0
16762026-08-13T22:38:32.103Z Compiling hyper-util v0.1.20
16772026-08-13T22:38:32.180Z Compiling document-features v0.2.12
16782026-08-13T22:38:32.209Z Compiling inout v0.2.2
16792026-08-13T22:38:32.247Z Compiling object v0.30.4
16802026-08-13T22:38:32.323Z Compiling snafu-derive v0.8.9
16812026-08-13T22:38:32.332Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-08-13T22:38:32.414Z Compiling derive_builder v0.20.2
16832026-08-13T22:38:32.467Z Compiling zip v0.6.6
16842026-08-13T22:38:32.478Z Compiling goblin v0.8.2
16852026-08-13T22:38:32.526Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-13T22:38:32.574Z Compiling derive-ex v0.1.8
16872026-08-13T22:38:32.825Z Compiling phf_shared v0.13.1
16882026-08-13T22:38:32.992Z Compiling futures-executor v0.3.32
16892026-08-13T22:38:33.013Z Compiling hubpack_derive v0.1.1
16902026-08-13T22:38:33.036Z Compiling regex v1.12.3
16912026-08-13T22:38:33.053Z Compiling strum_macros v0.27.2
16922026-08-13T22:38:33.063Z Compiling curve25519-dalek-derive v0.1.1
16932026-08-13T22:38:33.176Z Compiling ref-cast-impl v1.0.25
16942026-08-13T22:38:33.267Z Compiling cargo-platform v0.3.2
16952026-08-13T22:38:33.377Z Compiling vergen v9.1.0
16962026-08-13T22:38:33.470Z Compiling ff v0.13.1
16972026-08-13T22:38:33.491Z Compiling hyper-tls v0.6.0
16982026-08-13T22:38:33.547Z Compiling fs-err v3.3.0
16992026-08-13T22:38:33.656Z Compiling base16ct v0.2.0
17002026-08-13T22:38:33.720Z Compiling foldhash v0.1.5
17012026-08-13T22:38:33.789Z Compiling bumpalo v3.20.2
17022026-08-13T22:38:33.854Z Compiling bitflags v1.3.2
17032026-08-13T22:38:33.895Z Compiling path-slash v0.1.5
17042026-08-13T22:38:33.895Z Compiling jiff-core v0.1.0
17052026-08-13T22:38:33.896Z Compiling object v0.37.3
17062026-08-13T22:38:33.937Z Compiling either v1.15.0
17072026-08-13T22:38:33.937Z Compiling libbz2-rs-sys v0.2.2
17082026-08-13T22:38:34.000Z Compiling foldhash v0.2.0
17092026-08-13T22:38:34.013Z Compiling managed v0.8.0
17102026-08-13T22:38:34.013Z Compiling same-file v1.0.6
17112026-08-13T22:38:34.044Z Compiling zopfli v0.8.3
17122026-08-13T22:38:34.103Z Compiling hashbrown v0.16.1
17132026-08-13T22:38:34.230Z Compiling walkdir v2.5.0
17142026-08-13T22:38:34.353Z Compiling test-strategy v0.4.5
17152026-08-13T22:38:34.396Z Compiling snafu v0.8.9
17162026-08-13T22:38:34.396Z Compiling bzip2 v0.6.1
17172026-08-13T22:38:34.396Z Compiling hashbrown v0.15.5
17182026-08-13T22:38:34.566Z Compiling sec1 v0.7.3
17192026-08-13T22:38:34.622Z Compiling jiff v0.2.34
17202026-08-13T22:38:34.716Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-13T22:38:34.777Z Compiling reqwest v0.12.28
17222026-08-13T22:38:34.828Z Compiling group v0.13.0
17232026-08-13T22:38:34.894Z Compiling dof v0.3.0
17242026-08-13T22:38:34.938Z Compiling hubpack v0.1.2
17252026-08-13T22:38:34.970Z Compiling cargo_metadata v0.23.1
17262026-08-13T22:38:34.995Z Compiling futures v0.3.32
17272026-08-13T22:38:35.061Z Compiling phf v0.13.1
17282026-08-13T22:38:35.121Z Compiling zstd v0.13.3
17292026-08-13T22:38:35.190Z Compiling strum v0.27.2
17302026-08-13T22:38:35.273Z Compiling cookie_store v0.22.1
17312026-08-13T22:38:35.273Z Compiling signal-hook-mio v0.2.5
17322026-08-13T22:38:35.325Z Compiling cipher v0.5.2
17332026-08-13T22:38:35.344Z Compiling postgres-types v0.2.12
17342026-08-13T22:38:35.362Z Compiling serde_with_macros v3.21.0
17352026-08-13T22:38:35.689Z Compiling usdt-macro v0.6.0
17362026-08-13T22:38:35.752Z Compiling usdt-attr-macro v0.6.0
17372026-08-13T22:38:35.836Z Compiling globset v0.4.18
17382026-08-13T22:38:35.872Z Compiling byte-wrapper v0.1.0
17392026-08-13T22:38:35.923Z Compiling phf_shared v0.11.3
17402026-08-13T22:38:36.099Z Compiling dtrace-parser v0.2.0
17412026-08-13T22:38:36.142Z Compiling ed25519 v2.2.3
17422026-08-13T22:38:36.159Z Compiling hkdf v0.12.4
17432026-08-13T22:38:36.227Z Compiling crypto-bigint v0.5.5
17442026-08-13T22:38:36.325Z Compiling async-recursion v1.1.1
17452026-08-13T22:38:36.359Z Compiling serde_repr v0.1.20
17462026-08-13T22:38:36.532Z Compiling enum-as-inner v0.6.1
17472026-08-13T22:38:36.592Z Compiling strum_macros v0.26.4
17482026-08-13T22:38:36.622Z Compiling olpc-cjson v0.1.4
17492026-08-13T22:38:36.649Z Compiling serde-big-array v0.5.1
17502026-08-13T22:38:36.728Z Compiling serde_plain v1.0.2
17512026-08-13T22:38:36.741Z Compiling float-cmp v0.10.0
17522026-08-13T22:38:36.783Z Compiling pem v3.0.6
17532026-08-13T22:38:36.881Z Compiling thread-id v4.2.2
17542026-08-13T22:38:36.909Z Compiling memmap2 v0.9.10
17552026-08-13T22:38:36.939Z Compiling normalize-line-endings v0.3.0
17562026-08-13T22:38:36.969Z Compiling keccak v0.1.6
17572026-08-13T22:38:37.012Z Compiling static_assertions v1.1.0
17582026-08-13T22:38:37.025Z Compiling new_debug_unreachable v1.0.6
17592026-08-13T22:38:37.059Z Compiling const-oid v0.10.2
17602026-08-13T22:38:37.060Z Compiling winnow v1.0.3
17612026-08-13T22:38:37.060Z Compiling cpufeatures v0.3.0
17622026-08-13T22:38:37.168Z Compiling whoami v2.1.0
17632026-08-13T22:38:37.169Z Compiling fixedbitset v0.4.2
17642026-08-13T22:38:37.169Z Compiling difflib v0.4.0
17652026-08-13T22:38:37.169Z Compiling typed-path v0.9.3
17662026-08-13T22:38:37.189Z Compiling predicates-core v1.0.10
17672026-08-13T22:38:37.250Z Compiling precomputed-hash v0.1.1
17682026-08-13T22:38:37.331Z Compiling data-encoding v2.10.0
17692026-08-13T22:38:37.346Z Compiling fixedbitset v0.5.7
17702026-08-13T22:38:37.351Z Compiling toml_edit v0.22.27
17712026-08-13T22:38:37.421Z Compiling predicates v3.1.4
17722026-08-13T22:38:37.479Z Compiling toml_parser v1.1.2+spec-1.1.0
17732026-08-13T22:38:37.548Z Compiling string_cache v0.8.9
17742026-08-13T22:38:37.693Z Compiling hickory-proto v0.25.2
17752026-08-13T22:38:37.707Z Compiling petgraph v0.8.3
17762026-08-13T22:38:37.720Z Compiling tokio-postgres v0.7.16
17772026-08-13T22:38:37.788Z Compiling petgraph v0.6.5
17782026-08-13T22:38:38.036Z Compiling elliptic-curve v0.13.8
17792026-08-13T22:38:38.064Z Compiling digest v0.11.3
17802026-08-13T22:38:38.126Z Compiling chacha20 v0.10.0
17812026-08-13T22:38:38.236Z Compiling sha3 v0.10.8
17822026-08-13T22:38:38.317Z Compiling usdt v0.6.0
17832026-08-13T22:38:38.369Z Compiling strum v0.26.3
17842026-08-13T22:38:38.378Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-13T22:38:38.397Z Compiling usdt-impl v0.5.0
17862026-08-13T22:38:38.442Z Compiling zip v4.6.1
17872026-08-13T22:38:38.513Z Compiling serde_with v3.21.0
17882026-08-13T22:38:38.529Z Compiling crossterm v0.28.1
17892026-08-13T22:38:38.542Z Compiling ed25519-dalek v2.2.0
17902026-08-13T22:38:38.613Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17912026-08-13T22:38:39.094Z Compiling iddqd v0.4.2
17922026-08-13T22:38:39.383Z Compiling itertools v0.15.0
17932026-08-13T22:38:39.475Z Compiling itertools v0.13.0
17942026-08-13T22:38:39.611Z Compiling similar v2.7.0
17952026-08-13T22:38:39.780Z Compiling crossbeam-epoch v0.9.18
17962026-08-13T22:38:39.853Z Compiling tokio-stream v0.1.18
17972026-08-13T22:38:40.078Z Compiling buf-list v1.1.2
17982026-08-13T22:38:40.108Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-13T22:38:40.176Z Compiling openapiv3 v2.2.0
18002026-08-13T22:38:40.180Z Compiling peg-runtime v0.8.5
18012026-08-13T22:38:40.340Z Compiling lalrpop-util v0.19.12
18022026-08-13T22:38:40.375Z Compiling thread_local v1.1.9
18032026-08-13T22:38:40.403Z Compiling slog-async v2.8.0
18042026-08-13T22:38:40.419Z Compiling crossbeam-channel v0.5.15
18052026-08-13T22:38:40.434Z Compiling is-terminal v0.4.17
18062026-08-13T22:38:40.452Z Compiling filetime v0.2.27
18072026-08-13T22:38:40.487Z Compiling term v1.2.1
18082026-08-13T22:38:40.526Z Compiling take_mut v0.2.2
18092026-08-13T22:38:40.546Z Compiling xattr v1.6.1
18102026-08-13T22:38:40.560Z Compiling camino-tempfile v1.4.1
18112026-08-13T22:38:40.736Z Compiling tar v0.4.46
18122026-08-13T22:38:40.769Z Compiling slog-term v2.9.2
18132026-08-13T22:38:58.235Z Compiling rustls-webpki v0.103.13
18142026-08-13T22:39:00.957Z Compiling tokio-rustls v0.26.4
18152026-08-13T22:39:00.957Z Compiling rustls-platform-verifier v0.6.2
18162026-08-13T22:39:00.957Z Compiling tough v0.22.0
18172026-08-13T22:39:01.157Z Compiling hyper-rustls v0.27.7
18182026-08-13T22:39:01.330Z Compiling reqwest v0.13.2
18192026-08-13T22:39:03.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18202026-08-13T22:39:03.774Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18212026-08-13T22:39:09.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.64s
18222026-08-13T22:39:09.576Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18232026-08-13T22:39:09.576ZAug 13 22:39:05.416 INFO Starting download, target: Clickhouse
18242026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: Console
18252026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: Cockroach
18262026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: DendriteStub
18272026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: MaghemiteMgd
18282026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: MaghemiteDdmd
18292026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Starting download, target: TransceiverControl
18302026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18312026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18322026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18332026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18342026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-08-13T22:39:09.576ZAug 13 22:39:05.417 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18362026-08-13T22:39:09.576ZAug 13 22:39:05.418 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18372026-08-13T22:39:09.705ZAug 13 22:39:07.254 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-13T22:39:09.705ZAug 13 22:39:07.503 INFO Download complete, target: Console
18392026-08-13T22:39:09.705ZAug 13 22:39:07.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-08-13T22:39:10.281ZAug 13 22:39:08.850 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18412026-08-13T22:39:10.515ZAug 13 22:39:09.073 INFO Download complete, target: TransceiverControl
18422026-08-13T22:39:11.860ZAug 13 22:39:10.307 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18432026-08-13T22:39:12.845ZAug 13 22:39:11.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18442026-08-13T22:39:13.169ZAug 13 22:39:11.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18452026-08-13T22:39:13.396ZAug 13 22:39:11.960 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18462026-08-13T22:39:13.396ZAug 13 22:39:11.960 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18472026-08-13T22:39:13.659ZAug 13 22:39:12.229 INFO Download complete, target: MaghemiteDdmd
18482026-08-13T22:39:15.426ZAug 13 22:39:14.008 INFO Download complete, target: DendriteStub
18492026-08-13T22:39:15.887ZAug 13 22:39:14.469 INFO Download complete, target: MaghemiteMgd
18502026-08-13T22:39:15.953ZAug 13 22:39:14.535 INFO Checking that binary works, target: Clickhouse
18512026-08-13T22:39:16.041ZAug 13 22:39:14.622 INFO Download complete, target: Clickhouse
18522026-08-13T22:39:18.096ZAug 13 22:39:16.677 INFO Checking that binary works, target: Cockroach
18532026-08-13T22:39:18.220ZAug 13 22:39:16.800 INFO Download complete, target: Cockroach
18542026-08-13T22:39:18.229ZAll prerequisites installed successfully
18552026-08-13T22:39:18.234Z
18562026-08-13T22:39:18.234Zreal 1:32.018972349
18572026-08-13T22:39:18.234Zuser 7:07.278043906
18582026-08-13T22:39:18.234Zsys 1:41.113317724
18592026-08-13T22:39:18.235Ztrap 0.252577131
18602026-08-13T22:39:18.235Ztflt 0.835507428
18612026-08-13T22:39:18.235Zdflt 1.684616121
18622026-08-13T22:39:18.235Zkflt 0.023221135
18632026-08-13T22:39:18.235Zlock 26:52.161460432
18642026-08-13T22:39:18.235Zslp 19:12.846428014
18652026-08-13T22:39:18.235Zlat 24.186691008
18662026-08-13T22:39:18.235Zstop 2:53.849947801
18672026-08-13T22:39:18.235Z+ source ./tools/include/force-git-over-https.sh
18682026-08-13T22:39:18.235Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18692026-08-13T22:39:18.235Z++ (( i = 0 ))
18702026-08-13T22:39:18.235Z++ (( i < 5 ))
18712026-08-13T22:39:18.235Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18722026-08-13T22:39:18.235Z++ (( i++ ))
18732026-08-13T22:39:18.235Z++ (( i < 5 ))
18742026-08-13T22:39:18.236Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18752026-08-13T22:39:18.241Z++ (( i++ ))
18762026-08-13T22:39:18.241Z++ (( i < 5 ))
18772026-08-13T22:39:18.241Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18782026-08-13T22:39:18.241Z++ (( i++ ))
18792026-08-13T22:39:18.241Z++ (( i < 5 ))
18802026-08-13T22:39:18.241Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18812026-08-13T22:39:18.241Z++ (( i++ ))
18822026-08-13T22:39:18.241Z++ (( i < 5 ))
18832026-08-13T22:39:18.241Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18842026-08-13T22:39:18.246Z++ (( i++ ))
18852026-08-13T22:39:18.246Z++ (( i < 5 ))
18862026-08-13T22:39:18.246Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18872026-08-13T22:39:18.246Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18882026-08-13T22:39:18.246Z+ rc=0
18892026-08-13T22:39:18.246Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18902026-08-13T22:39:27.667Z+ case $rc in
18912026-08-13T22:39:27.667Z+ pfexec zfs create -p rpool/images/build/host
18922026-08-13T22:39:27.802Z+ pfexec zfs create -p rpool/images/build/recovery
18932026-08-13T22:39:27.868Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18942026-08-13T22:39:28.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18952026-08-13T22:39:28.345Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18962026-08-13T22:39:29.198Z Compiling proc-macro2 v1.0.106
18972026-08-13T22:39:29.198Z Compiling quote v1.0.45
18982026-08-13T22:39:29.198Z Compiling unicode-ident v1.0.24
18992026-08-13T22:39:29.198Z Compiling libc v0.2.185
19002026-08-13T22:39:29.298Z Compiling serde_core v1.0.229
19012026-08-13T22:39:29.299Z Compiling serde v1.0.229
19022026-08-13T22:39:29.299Z Compiling cfg-if v1.0.4
19032026-08-13T22:39:29.299Z Compiling find-msvc-tools v0.1.9
19042026-08-13T22:39:29.299Z Compiling shlex v1.3.0
19052026-08-13T22:39:29.300Z Compiling autocfg v1.5.0
19062026-08-13T22:39:29.300Z Compiling version_check v0.9.5
19072026-08-13T22:39:29.300Z Compiling zerocopy v0.8.40
19082026-08-13T22:39:29.300Z Compiling portable-atomic v1.13.1
19092026-08-13T22:39:29.300Z Compiling zmij v1.0.21
19102026-08-13T22:39:29.300Z Compiling memchr v2.8.0
19112026-08-13T22:39:29.509Z Compiling serde_json v1.0.151
19122026-08-13T22:39:29.563Z Compiling libm v0.2.16
19132026-08-13T22:39:29.617Z Compiling getrandom v0.4.1
19142026-08-13T22:39:29.654Z Compiling parking_lot_core v0.9.12
19152026-08-13T22:39:29.755Z Compiling generic-array v0.14.7
19162026-08-13T22:39:29.759Z Compiling pkg-config v0.3.32
19172026-08-13T22:39:29.841Z Compiling icu_properties_data v2.1.2
19182026-08-13T22:39:29.856Z Compiling icu_normalizer_data v2.1.1
19192026-08-13T22:39:29.872Z Compiling num-traits v0.2.19
19202026-08-13T22:39:29.918Z Compiling smallvec v1.15.1
19212026-08-13T22:39:29.945Z Compiling log v0.4.29
19222026-08-13T22:39:29.989Z Compiling itoa v1.0.17
19232026-08-13T22:39:29.992Z Compiling getrandom v0.3.4
19242026-08-13T22:39:30.035Z Compiling subtle v2.6.1
19252026-08-13T22:39:30.095Z Compiling rustix v1.1.3
19262026-08-13T22:39:30.193Z Compiling scopeguard v1.2.0
19272026-08-13T22:39:30.215Z Compiling stable_deref_trait v1.2.1
19282026-08-13T22:39:30.246Z Compiling typenum v1.20.1
19292026-08-13T22:39:30.300Z Compiling jobserver v0.1.34
19302026-08-13T22:39:30.324Z Compiling errno v0.3.14
19312026-08-13T22:39:30.327Z Compiling lock_api v0.4.14
19322026-08-13T22:39:30.401Z Compiling critical-section v1.2.0
19332026-08-13T22:39:30.432Z Compiling rand_core v0.10.0
19342026-08-13T22:39:30.488Z Compiling thiserror v2.0.18
19352026-08-13T22:39:30.534Z Compiling cc v1.2.56
19362026-08-13T22:39:30.578Z Compiling syn v2.0.117
19372026-08-13T22:39:30.595Z Compiling syn v3.0.3
19382026-08-13T22:39:30.812Z Compiling getrandom v0.2.17
19392026-08-13T22:39:30.819Z Compiling fs_extra v1.3.0
19402026-08-13T22:39:30.824Z Compiling once_cell v1.21.3
19412026-08-13T22:39:30.824Z Compiling dunce v1.0.5
19422026-08-13T22:39:30.849Z Compiling heck v0.5.0
19432026-08-13T22:39:30.888Z Compiling rand_core v0.6.4
19442026-08-13T22:39:30.994Z Compiling writeable v0.6.2
19452026-08-13T22:39:31.040Z Compiling percent-encoding v2.3.2
19462026-08-13T22:39:31.106Z Compiling litemap v0.8.1
19472026-08-13T22:39:31.147Z Compiling const-oid v0.9.6
19482026-08-13T22:39:31.241Z Compiling schemars v0.8.22
19492026-08-13T22:39:31.245Z Compiling pin-project-lite v0.2.17
19502026-08-13T22:39:31.371Z Compiling cmake v0.1.57
19512026-08-13T22:39:31.440Z Compiling equivalent v1.0.2
19522026-08-13T22:39:31.466Z Compiling signal-hook-registry v1.4.8
19532026-08-13T22:39:31.487Z Compiling semver v1.0.28
19542026-08-13T22:39:31.531Z Compiling bitflags v2.11.0
19552026-08-13T22:39:31.840Z Compiling rustversion v1.0.22
19562026-08-13T22:39:31.874Z Compiling aws-lc-sys v0.40.0
19572026-08-13T22:39:31.878Z Compiling futures-core v0.3.32
19582026-08-13T22:39:31.888Z Compiling aws-lc-rs v1.16.3
19592026-08-13T22:39:31.922Z Compiling parking_lot v0.12.5
19602026-08-13T22:39:32.013Z Compiling mio v1.2.0
19612026-08-13T22:39:32.204Z Compiling utf8_iter v1.0.4
19622026-08-13T22:39:32.231Z Compiling crc32fast v1.5.0
19632026-08-13T22:39:32.277Z Compiling form_urlencoded v1.2.2
19642026-08-13T22:39:32.508Z Compiling fnv v1.0.7
19652026-08-13T22:39:32.529Z Compiling hashbrown v0.17.0
19662026-08-13T22:39:32.566Z Compiling byteorder v1.5.0
19672026-08-13T22:39:32.582Z Compiling serde_derive v1.0.229
19682026-08-13T22:39:32.642Z Compiling strsim v0.11.1
19692026-08-13T22:39:32.656Z Compiling vcpkg v0.2.15
19702026-08-13T22:39:32.694Z Compiling syn v1.0.109
19712026-08-13T22:39:32.885Z Compiling socket2 v0.6.3
19722026-08-13T22:39:33.068Z Compiling futures-sink v0.3.32
19732026-08-13T22:39:33.083Z Compiling httparse v1.10.1
19742026-08-13T22:39:33.086Z Compiling radium v0.7.0
19752026-08-13T22:39:33.205Z Compiling futures-channel v0.3.32
19762026-08-13T22:39:33.260Z Compiling indexmap v2.14.0
19772026-08-13T22:39:33.288Z Compiling openssl-sys v0.9.117
19782026-08-13T22:39:33.322Z Compiling iana-time-zone v0.1.65
19792026-08-13T22:39:33.344Z Compiling futures-task v0.3.32
19802026-08-13T22:39:33.362Z Compiling thiserror v1.0.69
19812026-08-13T22:39:33.404Z Compiling slab v0.4.12
19822026-08-13T22:39:33.444Z Compiling futures-io v0.3.32
19832026-08-13T22:39:33.512Z Compiling synstructure v0.13.2
19842026-08-13T22:39:33.540Z Compiling serde_derive_internals v0.29.1
19852026-08-13T22:39:33.655Z Compiling rustls v0.23.41
19862026-08-13T22:39:33.675Z Compiling base64 v0.22.1
19872026-08-13T22:39:33.682Z Compiling maybe-uninit v2.0.0
19882026-08-13T22:39:33.822Z Compiling rustc_version v0.4.1
19892026-08-13T22:39:34.043Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-13T22:39:34.043Z Compiling uuid v1.23.4
19912026-08-13T22:39:34.070Z Compiling ahash v0.8.12
19922026-08-13T22:39:34.087Z Compiling base64ct v1.8.3
19932026-08-13T22:39:34.102Z Compiling regex-syntax v0.8.10
19942026-08-13T22:39:34.128Z Compiling ident_case v1.0.1
19952026-08-13T22:39:34.170Z Compiling ucd-trie v0.1.7
19962026-08-13T22:39:34.224Z Compiling packed_struct v0.10.1
19972026-08-13T22:39:34.239Z Compiling num-bigint-dig v0.8.6
19982026-08-13T22:39:34.243Z Compiling rand_core v0.9.5
19992026-08-13T22:39:34.342Z Compiling pest v2.8.6
20002026-08-13T22:39:34.402Z Compiling pem-rfc7468 v0.7.0
20012026-08-13T22:39:34.460Z Compiling flagset v0.4.7
20022026-08-13T22:39:34.491Z Compiling openssl v0.10.80
20032026-08-13T22:39:34.531Z Compiling dyn-clone v1.0.20
20042026-08-13T22:39:34.549Z Compiling fastrand v2.3.0
20052026-08-13T22:39:34.621Z Compiling indexmap v1.9.3
20062026-08-13T22:39:34.720Z Compiling utf8parse v0.2.2
20072026-08-13T22:39:34.741Z Compiling zeroize_derive v1.5.0
20082026-08-13T22:39:34.768Z Compiling zerocopy-derive v0.8.40
20092026-08-13T22:39:34.793Z Compiling zerofrom-derive v0.1.6
20102026-08-13T22:39:34.826Z Compiling yoke-derive v0.8.1
20112026-08-13T22:39:34.849Z Compiling zerovec-derive v0.11.2
20122026-08-13T22:39:34.866Z Compiling displaydoc v0.2.5
20132026-08-13T22:39:34.883Z Compiling tokio-macros v2.7.0
20142026-08-13T22:39:34.906Z Compiling futures-macro v0.3.32
20152026-08-13T22:39:34.942Z Compiling der_derive v0.7.3
20162026-08-13T22:39:35.169Z Compiling thiserror-impl v2.0.18
20172026-08-13T22:39:35.555Z Compiling zeroize v1.9.0
20182026-08-13T22:39:35.628Z Compiling schemars_derive v0.8.22
20192026-08-13T22:39:35.698Z Compiling tracing-attributes v0.1.31
20202026-08-13T22:39:35.804Z Compiling bytes v1.11.1
20212026-08-13T22:39:35.893Z Compiling chrono v0.4.45
20222026-08-13T22:39:35.911Z Compiling futures-util v0.3.32
20232026-08-13T22:39:35.915Z Compiling thiserror-impl v1.0.69
20242026-08-13T22:39:35.957Z Compiling zerofrom v0.1.6
20252026-08-13T22:39:36.118Z Compiling yoke v0.8.1
20262026-08-13T22:39:36.299Z Compiling zerovec v0.11.5
20272026-08-13T22:39:36.424Z Compiling zerotrie v0.2.3
20282026-08-13T22:39:36.468Z Compiling block-buffer v0.10.4
20292026-08-13T22:39:36.533Z Compiling crypto-common v0.1.7
20302026-08-13T22:39:36.654Z Compiling tokio v1.52.1
20312026-08-13T22:39:36.753Z Compiling digest v0.10.7
20322026-08-13T22:39:36.872Z Compiling tinystr v0.8.2
20332026-08-13T22:39:36.890Z Compiling potential_utf v0.1.4
20342026-08-13T22:39:37.046Z Compiling icu_collections v2.1.1
20352026-08-13T22:39:37.063Z Compiling icu_locale_core v2.1.1
20362026-08-13T22:39:37.098Z Compiling clap_derive v4.6.1
20372026-08-13T22:39:37.098Z Compiling packed_struct_codegen v0.10.1
20382026-08-13T22:39:37.518Z Compiling der v0.7.10
20392026-08-13T22:39:37.793Z Compiling hex v0.4.3
20402026-08-13T22:39:37.999Z Compiling icu_provider v2.1.1
20412026-08-13T22:39:38.231Z Compiling pest_meta v2.8.6
20422026-08-13T22:39:38.292Z Compiling icu_properties v2.1.2
20432026-08-13T22:39:38.323Z Compiling icu_normalizer v2.1.1
20442026-08-13T22:39:38.688Z Compiling tempfile v3.25.0
20452026-08-13T22:39:38.794Z Compiling bitfield-macros v0.19.4
20462026-08-13T22:39:38.945Z Compiling zerocopy-derive v0.6.6
20472026-08-13T22:39:39.394Z Compiling idna_adapter v1.2.1
20482026-08-13T22:39:39.492Z Compiling ppv-lite86 v0.2.21
20492026-08-13T22:39:39.553Z Compiling idna v1.1.0
20502026-08-13T22:39:39.570Z Compiling pest_generator v2.8.6
20512026-08-13T22:39:39.615Z Compiling spki v0.7.3
20522026-08-13T22:39:39.619Z Compiling openssl-macros v0.1.1
20532026-08-13T22:39:39.712Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20542026-08-13T22:39:39.772Z Compiling paste v1.0.15
20552026-08-13T22:39:39.866Z Compiling rand_chacha v0.9.0
20562026-08-13T22:39:39.892Z Compiling url v2.5.8
20572026-08-13T22:39:39.907Z Compiling cpufeatures v0.2.17
20582026-08-13T22:39:40.057Z Compiling native-tls v0.2.18
20592026-08-13T22:39:40.100Z Compiling anstyle v1.0.14
20602026-08-13T22:39:40.137Z Compiling rand v0.9.2
20612026-08-13T22:39:40.256Z Compiling pest_derive v2.8.6
20622026-08-13T22:39:40.343Z Compiling scroll_derive v0.13.1
20632026-08-13T22:39:40.446Z Compiling colorchoice v1.0.4
20642026-08-13T22:39:40.716Z Compiling anstyle-query v1.1.5
20652026-08-13T22:39:40.760Z Compiling crossbeam-utils v0.8.21
20662026-08-13T22:39:40.826Z Compiling is_terminal_polyfill v1.70.2
20672026-08-13T22:39:40.886Z Compiling camino v1.2.2
20682026-08-13T22:39:40.994Z Compiling sha2 v0.10.9
20692026-08-13T22:39:41.010Z Compiling pkcs8 v0.10.2
20702026-08-13T22:39:41.073Z Compiling tokio-util v0.7.18
20712026-08-13T22:39:41.089Z Compiling http v1.4.2
20722026-08-13T22:39:41.383Z Compiling rustls-pki-types v1.14.0
20732026-08-13T22:39:41.404Z Compiling daft-derive v0.1.7
20742026-08-13T22:39:41.551Z Compiling spin v0.9.8
20752026-08-13T22:39:41.759Z Compiling tinyvec_macros v0.1.1
20762026-08-13T22:39:41.800Z Compiling time-core v0.1.8
20772026-08-13T22:39:41.844Z Compiling num-conv v0.2.0
20782026-08-13T22:39:41.905Z Compiling tinyvec v1.10.0
20792026-08-13T22:39:41.993Z Compiling time-macros v0.2.27
20802026-08-13T22:39:42.150Z Compiling anstyle-parse v1.0.0
20812026-08-13T22:39:42.232Z Compiling structmeta-derive v0.3.0
20822026-08-13T22:39:42.247Z Compiling async-trait v0.1.89
20832026-08-13T22:39:42.280Z Compiling tracing-core v0.1.36
20842026-08-13T22:39:42.336Z Compiling simd-adler32 v0.3.8
20852026-08-13T22:39:42.409Z Compiling plain v0.2.3
20862026-08-13T22:39:42.456Z Compiling untrusted v0.7.1
20872026-08-13T22:39:42.657Z Compiling unicode-segmentation v1.12.0
20882026-08-13T22:39:42.677Z Compiling cmov v0.5.4
20892026-08-13T22:39:42.741Z Compiling tracing v0.1.44
20902026-08-13T22:39:42.977Z Compiling ctutils v0.4.2
20912026-08-13T22:39:42.994Z Compiling anstream v1.0.0
20922026-08-13T22:39:43.023Z Compiling http-body v1.0.1
20932026-08-13T22:39:43.162Z Compiling serde_spanned v0.6.9
20942026-08-13T22:39:43.199Z Compiling toml_datetime v0.6.11
20952026-08-13T22:39:43.215Z Compiling pin-project-internal v1.1.11
20962026-08-13T22:39:43.278Z Compiling structmeta v0.3.0
20972026-08-13T22:39:43.297Z Compiling terminal_size v0.4.3
20982026-08-13T22:39:43.314Z Compiling slog v2.8.2
20992026-08-13T22:39:43.387Z Compiling wait-timeout v0.2.1
21002026-08-13T22:39:43.390Z Compiling cookie v0.18.1
21012026-08-13T22:39:43.510Z Compiling bit-vec v0.8.0
21022026-08-13T22:39:43.528Z Compiling openssl-probe v0.2.1
21032026-08-13T22:39:43.575Z Compiling zstd-safe v7.2.4
21042026-08-13T22:39:43.598Z Compiling adler2 v2.0.1
21052026-08-13T22:39:43.612Z Compiling untrusted v0.9.0
21062026-08-13T22:39:43.617Z Compiling quick-error v1.2.3
21072026-08-13T22:39:43.618Z Compiling tap v1.0.1
21082026-08-13T22:39:43.666Z Compiling clap_lex v1.0.0
21092026-08-13T22:39:43.791Z Compiling wyz v0.5.1
21102026-08-13T22:39:43.796Z Compiling bit-set v0.8.0
21112026-08-13T22:39:43.819Z Compiling rusty-fork v0.3.1
21122026-08-13T22:39:43.836Z Compiling miniz_oxide v0.8.9
21132026-08-13T22:39:43.851Z Compiling clap_builder v4.6.0
21142026-08-13T22:39:43.908Z Compiling derive-ex v0.1.8
21152026-08-13T22:39:44.055Z Compiling hybrid-array v0.4.13
21162026-08-13T22:39:44.132Z Compiling heck v0.4.1
21172026-08-13T22:39:44.225Z Compiling unicode-normalization v0.1.25
21182026-08-13T22:39:44.241Z Compiling rand_chacha v0.3.1
21192026-08-13T22:39:44.289Z Compiling signature v2.2.0
21202026-08-13T22:39:44.313Z Compiling scroll_derive v0.12.1
21212026-08-13T22:39:44.359Z Compiling rand_xorshift v0.4.0
21222026-08-13T22:39:44.490Z Compiling heapless v0.7.17
21232026-08-13T22:39:44.636Z Compiling num-integer v0.1.46
21242026-08-13T22:39:44.653Z Compiling aho-corasick v1.1.4
21252026-08-13T22:39:44.753Z Compiling atomic-waker v1.1.2
21262026-08-13T22:39:44.821Z Compiling tower-service v0.3.3
21272026-08-13T22:39:44.837Z Compiling zlib-rs v0.6.2
21282026-08-13T22:39:44.888Z Compiling try-lock v0.2.5
21292026-08-13T22:39:44.904Z Compiling usdt-impl v0.6.0
21302026-08-13T22:39:44.935Z Compiling tower-layer v0.3.3
21312026-08-13T22:39:45.032Z Compiling pretty-hex v0.4.1
21322026-08-13T22:39:45.110Z Compiling unarray v0.1.4
21332026-08-13T22:39:45.134Z Compiling signal-hook v0.3.18
21342026-08-13T22:39:45.184Z Compiling funty v2.0.0
21352026-08-13T22:39:45.199Z Compiling rustix v0.38.44
21362026-08-13T22:39:45.203Z Compiling anyhow v1.0.102
21372026-08-13T22:39:45.260Z Compiling h2 v0.4.15
21382026-08-13T22:39:45.310Z Compiling proptest v1.11.0
21392026-08-13T22:39:45.329Z Compiling want v0.3.1
21402026-08-13T22:39:45.419Z Compiling test-strategy v0.4.5
21412026-08-13T22:39:45.493Z Compiling regex-automata v0.4.14
21422026-08-13T22:39:45.531Z Compiling bitvec v1.0.1
21432026-08-13T22:39:45.550Z Compiling num-iter v0.1.45
21442026-08-13T22:39:45.863Z Compiling clap v4.6.1
21452026-08-13T22:39:46.238Z Compiling rand v0.8.6
21462026-08-13T22:39:46.437Z Compiling snafu-derive v0.8.9
21472026-08-13T22:39:46.923Z Compiling flate2 v1.1.9
21482026-08-13T22:39:47.006Z Compiling lazy_static v1.5.0
21492026-08-13T22:39:47.141Z Compiling ipnetwork v0.21.1
21502026-08-13T22:39:47.348Z Compiling scroll v0.13.0
21512026-08-13T22:39:47.354Z Compiling ipnet v2.11.0
21522026-08-13T22:39:47.633Z Compiling anstyle-parse v0.2.7
21532026-08-13T22:39:47.813Z Compiling strum_macros v0.26.4
21542026-08-13T22:39:48.169Z Compiling darling_core v0.23.0
21552026-08-13T22:39:48.630Z Compiling darling_core v0.20.11
21562026-08-13T22:39:48.813Z Compiling nodrop v0.1.14
21572026-08-13T22:39:48.929Z Compiling winnow v0.5.40
21582026-08-13T22:39:49.008Z Compiling httpdate v1.0.3
21592026-08-13T22:39:49.391Z Compiling crc-catalog v2.4.0
21602026-08-13T22:39:49.437Z Compiling foreign-types-shared v0.1.1
21612026-08-13T22:39:49.463Z Compiling hyper v1.10.1
21622026-08-13T22:39:49.531Z Compiling foreign-types v0.3.2
21632026-08-13T22:39:49.546Z Compiling crc v3.4.0
21642026-08-13T22:39:49.620Z Compiling array-init v0.0.4
21652026-08-13T22:39:49.993Z Compiling anstream v0.6.21
21662026-08-13T22:39:50.064Z Compiling newtype-uuid v1.3.2
21672026-08-13T22:39:50.322Z Compiling darling_macro v0.23.0
21682026-08-13T22:39:50.524Z Compiling toml_edit v0.19.15
21692026-08-13T22:39:50.664Z Compiling goblin v0.10.5
21702026-08-13T22:39:50.704Z Compiling darling_macro v0.20.11
21712026-08-13T22:39:50.875Z Compiling oxnet v0.1.6
21722026-08-13T22:39:51.120Z Compiling smallvec v0.6.14
21732026-08-13T22:39:51.337Z Compiling pkcs1 v0.7.5
21742026-08-13T22:39:51.523Z Compiling zerocopy v0.6.6
21752026-08-13T22:39:51.740Z Compiling bitfield v0.19.4
21762026-08-13T22:39:51.920Z Compiling zerocopy-derive v0.7.35
21772026-08-13T22:39:52.000Z Compiling curve25519-dalek v4.1.3
21782026-08-13T22:39:52.294Z Compiling socket2 v0.5.10
21792026-08-13T22:39:52.557Z Compiling env_filter v1.0.0
21802026-08-13T22:39:52.576Z Compiling memoffset v0.9.1
21812026-08-13T22:39:52.625Z Compiling smoltcp v0.9.1
21822026-08-13T22:39:52.762Z Compiling ref-cast v1.0.25
21832026-08-13T22:39:53.156Z Compiling hashbrown v0.12.3
21842026-08-13T22:39:53.176Z Compiling base64 v0.21.7
21852026-08-13T22:39:53.176Z Compiling litrs v1.0.0
21862026-08-13T22:39:53.431Z Compiling dof v0.4.0
21872026-08-13T22:39:53.483Z Compiling ron v0.8.1
21882026-08-13T22:39:53.648Z Compiling document-features v0.2.12
21892026-08-13T22:39:53.923Z Compiling hyper-util v0.1.20
21902026-08-13T22:39:54.032Z Compiling env_logger v0.11.9
21912026-08-13T22:39:54.419Z Compiling toml v0.7.8
21922026-08-13T22:39:54.448Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21932026-08-13T22:39:54.448Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-13T22:39:54.905Z Compiling rsa v0.9.10
21952026-08-13T22:39:54.933Z Compiling serde-hex v0.1.0
21962026-08-13T22:39:54.933Z Compiling bzip2 v0.4.4
21972026-08-13T22:39:56.618Z Compiling darling v0.20.11
21982026-08-13T22:39:56.651Z Compiling daft v0.1.7
21992026-08-13T22:39:56.651Z Compiling darling v0.23.0
22002026-08-13T22:39:56.651Z Compiling hashbrown v0.13.2
22012026-08-13T22:39:56.651Z Compiling dtrace-parser v0.3.0
22022026-08-13T22:39:56.651Z Compiling x509-cert v0.2.5
22032026-08-13T22:39:56.651Z Compiling hmac v0.12.1
22042026-08-13T22:39:56.652Z Compiling async-recursion v1.1.1
22052026-08-13T22:39:56.652Z Compiling sync_wrapper v1.0.2
22062026-08-13T22:39:56.652Z Compiling thread-id v5.1.0
22072026-08-13T22:39:56.652Z Compiling powerfmt v0.2.0
22082026-08-13T22:39:56.652Z Compiling crc-any v2.5.0
22092026-08-13T22:39:56.652Z Compiling cfg_aliases v0.2.1
22102026-08-13T22:39:56.652Z Compiling siphasher v1.0.2
22112026-08-13T22:39:56.731Z Compiling nix v0.31.2
22122026-08-13T22:39:56.813Z Compiling deranged v0.5.8
22132026-08-13T22:39:57.134Z Compiling tower v0.5.3
22142026-08-13T22:39:57.648Z Compiling object v0.30.4
22152026-08-13T22:39:57.892Z Compiling serde_with_macros v3.21.0
22162026-08-13T22:39:58.041Z Compiling derive_builder_core v0.20.2
22172026-08-13T22:39:58.258Z Compiling zip v0.6.6
22182026-08-13T22:39:58.477Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-13T22:39:58.918Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-13T22:39:58.982Z Compiling bstr v1.12.1
22212026-08-13T22:39:59.089Z Compiling crypto-common v0.2.2
22222026-08-13T22:39:59.247Z Compiling block-buffer v0.12.1
22232026-08-13T22:39:59.379Z Compiling http-body-util v0.1.3
22242026-08-13T22:39:59.735Z Compiling futures-executor v0.3.32
22252026-08-13T22:39:59.747Z Compiling hubpack_derive v0.1.1
22262026-08-13T22:39:59.961Z Compiling serde_tokenstream v0.2.3
22272026-08-13T22:39:59.979Z Compiling erased-serde v0.3.31
22282026-08-13T22:40:00.019Z Compiling ref-cast-impl v1.0.25
22292026-08-13T22:40:00.202Z Compiling strum_macros v0.27.2
22302026-08-13T22:40:00.225Z Compiling curve25519-dalek-derive v0.1.1
22312026-08-13T22:40:00.386Z Compiling fs-err v3.3.0
22322026-08-13T22:40:00.407Z Compiling usdt-impl v0.5.0
22332026-08-13T22:40:00.584Z Compiling unicode-properties v0.1.4
22342026-08-13T22:40:00.627Z Compiling num_threads v0.1.7
22352026-08-13T22:40:00.640Z Compiling iri-string v0.7.10
22362026-08-13T22:40:00.650Z Compiling unicode-bidi v0.3.18
22372026-08-13T22:40:00.834Z Compiling same-file v1.0.6
22382026-08-13T22:40:00.915Z Compiling ryu v1.0.23
22392026-08-13T22:40:01.029Z Compiling object v0.37.3
22402026-08-13T22:40:01.240Z Compiling path-slash v0.1.5
22412026-08-13T22:40:01.315Z Compiling allocator-api2 v0.2.21
22422026-08-13T22:40:01.656Z Compiling time v0.3.47
22432026-08-13T22:40:01.682Z Compiling serde_urlencoded v0.7.1
22442026-08-13T22:40:01.979Z Compiling tower-http v0.6.8
22452026-08-13T22:40:02.522Z Compiling stringprep v0.1.5
22462026-08-13T22:40:02.598Z Compiling walkdir v2.5.0
22472026-08-13T22:40:03.299Z Compiling futures v0.3.32
22482026-08-13T22:40:03.711Z Compiling derive_builder_macro v0.20.2
22492026-08-13T22:40:03.835Z Compiling tokio-native-tls v0.3.1
22502026-08-13T22:40:03.992Z Compiling strum v0.26.3
22512026-08-13T22:40:04.072Z Compiling block-padding v0.4.2
22522026-08-13T22:40:04.281Z Compiling scroll v0.12.0
22532026-08-13T22:40:04.373Z Compiling pin-project v1.1.11
22542026-08-13T22:40:04.416Z Compiling rustls-native-certs v0.8.3
22552026-08-13T22:40:04.501Z Compiling md-5 v0.10.6
22562026-08-13T22:40:04.542Z Compiling vergen-lib v9.1.0
22572026-08-13T22:40:04.568Z Compiling hash32 v0.2.1
22582026-08-13T22:40:04.686Z Compiling encoding_rs v0.8.35
22592026-08-13T22:40:04.732Z Compiling mime v0.3.17
22602026-08-13T22:40:04.754Z Compiling fallible-iterator v0.2.0
22612026-08-13T22:40:04.761Z Compiling cpufeatures v0.3.0
22622026-08-13T22:40:04.808Z Compiling jiff-core v0.1.0
22632026-08-13T22:40:04.878Z Compiling psl-types v2.0.11
22642026-08-13T22:40:04.989Z Compiling publicsuffix v2.3.0
22652026-08-13T22:40:05.099Z Compiling postgres-protocol v0.6.10
22662026-08-13T22:40:05.107Z Compiling goblin v0.8.2
22672026-08-13T22:40:05.223Z Compiling snafu v0.8.9
22682026-08-13T22:40:05.487Z Compiling derive_builder v0.20.2
22692026-08-13T22:40:05.504Z Compiling inout v0.2.2
22702026-08-13T22:40:05.632Z Compiling jiff v0.2.34
22712026-08-13T22:40:05.707Z Compiling hyper-tls v0.6.0
22722026-08-13T22:40:05.989Z Compiling usdt-macro v0.6.0
22732026-08-13T22:40:06.069Z Compiling usdt-attr-macro v0.6.0
22742026-08-13T22:40:06.148Z Compiling globset v0.4.18
22752026-08-13T22:40:06.245Z Compiling phf_shared v0.13.1
22762026-08-13T22:40:06.256Z Compiling crossbeam-epoch v0.9.18
22772026-08-13T22:40:06.281Z Compiling zerocopy v0.7.35
22782026-08-13T22:40:06.438Z Compiling regex v1.12.3
22792026-08-13T22:40:06.852Z Compiling serde_plain v1.0.2
22802026-08-13T22:40:06.895Z Compiling serde_repr v0.1.20
22812026-08-13T22:40:06.920Z Compiling enum-as-inner v0.6.1
22822026-08-13T22:40:07.077Z Compiling pem v3.0.6
22832026-08-13T22:40:07.089Z Compiling vergen v9.1.0
22842026-08-13T22:40:07.201Z Compiling ff v0.13.1
22852026-08-13T22:40:07.304Z Compiling cargo-platform v0.3.2
22862026-08-13T22:40:07.338Z Compiling filetime v0.2.27
22872026-08-13T22:40:07.398Z Compiling bumpalo v3.20.2
22882026-08-13T22:40:07.413Z Compiling bitflags v1.3.2
22892026-08-13T22:40:07.494Z Compiling typed-path v0.9.3
22902026-08-13T22:40:07.520Z Compiling libbz2-rs-sys v0.2.2
22912026-08-13T22:40:07.534Z Compiling foldhash v0.1.5
22922026-08-13T22:40:07.548Z Compiling managed v0.8.0
22932026-08-13T22:40:07.719Z Compiling const-oid v0.10.2
22942026-08-13T22:40:07.763Z Compiling xattr v1.6.1
22952026-08-13T22:40:07.785Z Compiling base16ct v0.2.0
22962026-08-13T22:40:08.028Z Compiling either v1.15.0
22972026-08-13T22:40:08.094Z Compiling foldhash v0.2.0
22982026-08-13T22:40:08.140Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22992026-08-13T22:40:08.141Z Compiling sec1 v0.7.3
23002026-08-13T22:40:08.146Z Compiling tar v0.4.46
23012026-08-13T22:40:08.171Z Compiling hashbrown v0.16.1
23022026-08-13T22:40:08.216Z Compiling digest v0.11.3
23032026-08-13T22:40:08.384Z Compiling bzip2 v0.6.1
23042026-08-13T22:40:08.596Z Compiling hashbrown v0.15.5
23052026-08-13T22:40:10.449Z Compiling zopfli v0.8.3
23062026-08-13T22:40:10.532Z Compiling cargo_metadata v0.23.1
23072026-08-13T22:40:10.532Z Compiling dof v0.3.0
23082026-08-13T22:40:10.532Z Compiling group v0.13.0
23092026-08-13T22:40:10.532Z Compiling phf v0.13.1
23102026-08-13T22:40:10.532Z Compiling zstd v0.13.3
23112026-08-13T22:40:10.532Z Compiling reqwest v0.12.28
23122026-08-13T22:40:10.532Z Compiling cipher v0.5.2
23132026-08-13T22:40:10.532Z Compiling signal-hook-mio v0.2.5
23142026-08-13T22:40:10.532Z Compiling cookie_store v0.22.1
23152026-08-13T22:40:10.532Z Compiling postgres-types v0.2.12
23162026-08-13T22:40:10.561Z Compiling strum v0.27.2
23172026-08-13T22:40:10.716Z Compiling hubpack v0.1.2
23182026-08-13T22:40:10.802Z Compiling phf_shared v0.11.3
23192026-08-13T22:40:10.822Z Compiling hkdf v0.12.4
23202026-08-13T22:40:10.897Z Compiling dtrace-parser v0.2.0
23212026-08-13T22:40:10.928Z Compiling byte-wrapper v0.1.0
23222026-08-13T22:40:10.942Z Compiling ed25519 v2.2.3
23232026-08-13T22:40:10.976Z Compiling olpc-cjson v0.1.4
23242026-08-13T22:40:11.253Z Compiling crypto-bigint v0.5.5
23252026-08-13T22:40:11.367Z Compiling serde-big-array v0.5.1
23262026-08-13T22:40:11.487Z Compiling float-cmp v0.10.0
23272026-08-13T22:40:11.536Z Compiling memmap2 v0.9.10
23282026-08-13T22:40:11.619Z Compiling thread-id v4.2.2
23292026-08-13T22:40:11.712Z Compiling fixedbitset v0.4.2
23302026-08-13T22:40:11.757Z Compiling keccak v0.1.6
23312026-08-13T22:40:11.824Z Compiling toml_write v0.1.2
23322026-08-13T22:40:11.972Z Compiling predicates-core v1.0.10
23332026-08-13T22:40:11.982Z Compiling fixedbitset v0.5.7
23342026-08-13T22:40:12.040Z Compiling data-encoding v2.10.0
23352026-08-13T22:40:12.161Z Compiling precomputed-hash v0.1.1
23362026-08-13T22:40:12.189Z Compiling new_debug_unreachable v1.0.6
23372026-08-13T22:40:12.286Z Compiling normalize-line-endings v0.3.0
23382026-08-13T22:40:12.292Z Compiling winnow v0.7.14
23392026-08-13T22:40:12.355Z Compiling static_assertions v1.1.0
23402026-08-13T22:40:12.395Z Compiling difflib v0.4.0
23412026-08-13T22:40:12.436Z Compiling winnow v1.0.3
23422026-08-13T22:40:12.518Z Compiling whoami v2.1.0
23432026-08-13T22:40:12.794Z Compiling rayon-core v1.13.0
23442026-08-13T22:40:12.819Z Compiling toml_parser v1.1.2+spec-1.1.0
23452026-08-13T22:40:12.845Z Compiling tokio-postgres v0.7.16
23462026-08-13T22:40:12.858Z Compiling predicates v3.1.4
23472026-08-13T22:40:13.277Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-13T22:40:13.313Z Compiling hickory-proto v0.25.2
23492026-08-13T22:40:13.416Z Compiling string_cache v0.8.9
23502026-08-13T22:40:13.637Z Compiling petgraph v0.8.3
23512026-08-13T22:40:13.791Z Compiling toml_edit v0.22.27
23522026-08-13T22:40:14.310Z Compiling elliptic-curve v0.13.8
23532026-08-13T22:40:14.677Z Compiling sha3 v0.10.8
23542026-08-13T22:40:14.812Z Compiling petgraph v0.6.5
23552026-08-13T22:40:14.953Z Compiling chacha20 v0.10.0
23562026-08-13T22:40:15.247Z Compiling usdt v0.6.0
23572026-08-13T22:40:15.560Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23582026-08-13T22:40:16.126Z Compiling ed25519-dalek v2.2.0
23592026-08-13T22:40:16.311Z Compiling zip v4.6.1
23602026-08-13T22:40:16.852Z Compiling crossterm v0.28.1
23612026-08-13T22:40:17.074Z Compiling iddqd v0.4.2
23622026-08-13T22:40:17.581Z Compiling itertools v0.13.0
23632026-08-13T22:40:17.605Z Compiling itertools v0.15.0
23642026-08-13T22:40:18.030Z Compiling similar v2.7.0
23652026-08-13T22:40:18.287Z Compiling serde_with v3.21.0
23662026-08-13T22:40:19.334Z Compiling tokio-stream v0.1.18
23672026-08-13T22:40:19.724Z Compiling buf-list v1.1.2
23682026-08-13T22:40:19.748Z Compiling half v2.7.1
23692026-08-13T22:40:19.748Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23702026-08-13T22:40:19.749Z Compiling openapiv3 v2.2.0
23712026-08-13T22:40:19.828Z Compiling ciborium-io v0.2.2
23722026-08-13T22:40:19.896Z Compiling lalrpop-util v0.19.12
23732026-08-13T22:40:20.519Z Compiling peg-runtime v0.8.5
23742026-08-13T22:40:20.634Z Compiling ciborium-ll v0.2.2
23752026-08-13T22:40:22.144Z Compiling crossbeam-deque v0.8.6
23762026-08-13T22:40:22.190Z Compiling camino-tempfile v1.4.1
23772026-08-13T22:40:22.713Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23782026-08-13T22:40:22.944Z Compiling blake3 v1.8.5
23792026-08-13T22:40:22.992Z Compiling fs-err v2.11.0
23802026-08-13T22:40:25.160Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23812026-08-13T22:40:26.626Z Compiling ciborium v0.2.2
23822026-08-13T22:40:27.161Z Compiling rustls-webpki v0.103.13
23832026-08-13T22:40:27.434Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23842026-08-13T22:40:28.147Z Compiling thread_local v1.1.9
23852026-08-13T22:40:28.449Z Compiling constant_time_eq v0.4.2
23862026-08-13T22:40:28.465Z Compiling arrayvec v0.7.6
23872026-08-13T22:40:28.514Z Compiling arrayref v0.3.9
23882026-08-13T22:40:28.538Z Compiling slog-async v2.8.0
23892026-08-13T22:40:28.689Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23902026-08-13T22:40:28.720Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23912026-08-13T22:40:28.853Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23922026-08-13T22:40:29.047Z Compiling toml v0.8.23
23932026-08-13T22:40:29.175Z Compiling atomicwrites v0.4.4
23942026-08-13T22:40:29.190Z Compiling digest-io v0.1.0
23952026-08-13T22:40:29.204Z Compiling sha2 v0.11.0
23962026-08-13T22:40:29.343Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23972026-08-13T22:40:29.355Z Compiling crossbeam-channel v0.5.15
23982026-08-13T22:40:29.375Z Compiling serde_path_to_error v0.1.20
23992026-08-13T22:40:29.475Z Compiling is-terminal v0.4.17
24002026-08-13T22:40:29.591Z Compiling topological-sort v0.2.2
24012026-08-13T22:40:29.789Z Compiling rawzip v0.4.4
24022026-08-13T22:40:29.805Z Compiling term v1.2.1
24032026-08-13T22:40:29.847Z Compiling debug-ignore v1.0.5
24042026-08-13T22:40:29.958Z Compiling take_mut v0.2.2
24052026-08-13T22:40:30.045Z Compiling parse-size v1.1.0
24062026-08-13T22:40:30.102Z Compiling indent_write v2.2.0
24072026-08-13T22:40:30.162Z Compiling slog-term v2.9.2
24082026-08-13T22:40:30.286Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24092026-08-13T22:40:30.512Z Compiling shell-words v1.1.1
24102026-08-13T22:40:30.762Z Compiling tokio-rustls v0.26.4
24112026-08-13T22:40:30.776Z Compiling rustls-platform-verifier v0.6.2
24122026-08-13T22:40:30.824Z Compiling tough v0.22.0
24132026-08-13T22:40:31.008Z Compiling hyper-rustls v0.27.7
24142026-08-13T22:40:31.281Z Compiling reqwest v0.13.2
24152026-08-13T22:40:34.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24162026-08-13T22:40:38.626Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24172026-08-13T22:40:40.716Z Compiling omicron-zone-package v0.12.3
24182026-08-13T22:40:40.970Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24192026-08-13T22:40:41.299Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24202026-08-13T22:40:41.492Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24212026-08-13T22:40:45.961Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24222026-08-13T22:40:58.318Z Finished `release` profile [optimized] target(s) in 1m 29s
24232026-08-13T22:40:58.529Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24242026-08-13T22:40:58.545ZAug 13 22:40:57.096 DEBG changing working directory to /work/oxidecomputer/omicron
24252026-08-13T22:40:58.624ZAug 13 22:40:57.191 DEBG running: git rev-parse HEAD
24262026-08-13T22:40:58.637ZAug 13 22:40:57.194 DEBG process exited with exit status: 0 (3.276322ms)
24272026-08-13T22:40:58.637ZAug 13 22:40:57.194 INFO version: 23.0.0-0.ci+git66ec4031ab5
24282026-08-13T22:40:58.637ZAug 13 22:40:57.202 INFO cloning helios to /work/oxidecomputer/helios
24292026-08-13T22:40:58.637ZAug 13 22:40:57.203 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24302026-08-13T22:40:58.637ZCloning into '/work/oxidecomputer/helios'...
24312026-08-13T22:40:59.232ZAug 13 22:40:57.812 DEBG process exited with exit status: 0 (610.019459ms)
24322026-08-13T22:40:59.233ZAug 13 22:40:57.812 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24332026-08-13T22:40:59.242ZAug 13 22:40:57.815 DEBG process exited with exit status: 0 (2.495022ms)
24342026-08-13T22:40:59.242ZAug 13 22:40:57.815 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24352026-08-13T22:40:59.593ZAug 13 22:40:58.172 DEBG process exited with exit status: 0 (356.830519ms)
24362026-08-13T22:40:59.594ZAug 13 22:40:58.172 DEBG running: zfs list rpool/images/build/host
24372026-08-13T22:40:59.600ZNAME USED AVAIL REFER MOUNTPOINT
24382026-08-13T22:40:59.600Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24392026-08-13T22:40:59.600ZAug 13 22:40:58.176 DEBG process exited with exit status: 0 (4.527834ms)
24402026-08-13T22:40:59.600ZAug 13 22:40:58.176 DEBG running: zfs list rpool/images/build/recovery
24412026-08-13T22:40:59.607ZNAME USED AVAIL REFER MOUNTPOINT
24422026-08-13T22:40:59.607Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24432026-08-13T22:40:59.607ZAug 13 22:40:58.181 DEBG process exited with exit status: 0 (4.590923ms)
24442026-08-13T22:40:59.607ZAug 13 22:40:58.181 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24452026-08-13T22:40:59.614ZAug 13 22:40:58.194 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081300.0.0; the console needs a client regen and tools/console_version needs a bump
24462026-08-13T22:40:59.614ZAug 13 22:40:58.194 INFO [hubris-staging] running task
24472026-08-13T22:40:59.614ZAug 13 22:40:58.194 INFO [hubris-production] running task
24482026-08-13T22:40:59.614ZAug 13 22:40:58.194 INFO [incorp-manifest] running task
24492026-08-13T22:40:59.614ZAug 13 22:40:58.195 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24502026-08-13T22:40:59.618ZAug 13 22:40:58.196 INFO [incorp-create] running: pkgrepo create /work/incorporation
24512026-08-13T22:40:59.618ZAug 13 22:40:58.197 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24522026-08-13T22:40:59.618ZAug 13 22:40:58.197 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24532026-08-13T22:40:59.663Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24542026-08-13T22:40:59.731Z[ omicron-package] Blocking waiting for file lock on package cache
24552026-08-13T22:40:59.848ZAug 13 22:40:58.429 INFO [incorp-create] process exited with exit status: 0 (233.393156ms)
24562026-08-13T22:40:59.853ZAug 13 22:40:58.429 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24572026-08-13T22:41:00.067ZAug 13 22:40:58.647 INFO [incorp-publisher] process exited with exit status: 0 (218.205405ms)
24582026-08-13T22:41:00.427Z[ omicron-package] Blocking waiting for file lock on package cache
24592026-08-13T22:41:00.846ZAug 13 22:40:59.420 INFO [hubris-production] task succeeded (1.225651313s)
24602026-08-13T22:41:01.307ZAug 13 22:40:59.887 DEBG process exited with exit status: 0 (1.692080284s)
24612026-08-13T22:41:01.317ZAug 13 22:40:59.887 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24622026-08-13T22:41:01.674Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24632026-08-13T22:41:01.674Z[ omicron-package] Compiling macaddr v1.0.1
24642026-08-13T22:41:01.674Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24652026-08-13T22:41:01.683Z[ omicron-package] Compiling secrecy v0.10.3
24662026-08-13T22:41:01.683Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-08-13T22:41:01.683Z[ omicron-package] Compiling heapless v0.8.0
24682026-08-13T22:41:01.683Z[ omicron-package] Compiling ingot-macros v0.2.0
24692026-08-13T22:41:01.683Z[ omicron-package] Compiling hash32 v0.3.1
24702026-08-13T22:41:01.683Z[ omicron-package] Compiling inout v0.1.4
24712026-08-13T22:41:01.683Z[ omicron-package] Compiling multer v3.1.0
24722026-08-13T22:41:01.683Z[ omicron-package] Compiling unicode-width v0.2.0
24732026-08-13T22:41:01.683Z[ omicron-package] Compiling match_cfg v0.1.0
24742026-08-13T22:41:01.683Z[ omicron-package] Compiling smoltcp v0.11.0
24752026-08-13T22:41:01.683Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24762026-08-13T22:41:01.683Z[ omicron-package] Compiling compression-core v0.4.31
24772026-08-13T22:41:01.683Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24782026-08-13T22:41:02.518Z[ omicron-package] Compiling compression-codecs v0.4.37
24792026-08-13T22:41:02.524Z[ omicron-package] Compiling slog-json v2.6.1
24802026-08-13T22:41:02.679Z[ omicron-package] Compiling cipher v0.4.4
24812026-08-13T22:41:03.039Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24822026-08-13T22:41:03.039Z[ omicron-package] Compiling cobs v0.3.0
24832026-08-13T22:41:03.046Z[ omicron-package] Compiling universal-hash v0.5.1
24842026-08-13T22:41:03.050Z[ omicron-package] Compiling hostname v0.3.1
24852026-08-13T22:41:03.074Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24862026-08-13T22:41:03.173Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24872026-08-13T22:41:03.173Z[ omicron-package] Compiling async-stream-impl v0.3.6
24882026-08-13T22:41:03.173Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24892026-08-13T22:41:03.230Z[ omicron-package] Compiling serde_spanned v1.1.1
24902026-08-13T22:41:03.282Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24912026-08-13T22:41:03.282Z[ omicron-package] Compiling dropshot v0.17.1
24922026-08-13T22:41:03.297Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24932026-08-13T22:41:03.297Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24942026-08-13T22:41:03.429Z[ omicron-package] Compiling opaque-debug v0.3.1
24952026-08-13T22:41:03.529Z[ omicron-package] Compiling convert_case v0.4.0
24962026-08-13T22:41:03.551Z[ omicron-package] Compiling postcard v1.1.3
24972026-08-13T22:41:03.669Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
24982026-08-13T22:41:03.673Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24992026-08-13T22:41:03.673Z[ omicron-package] Compiling poly1305 v0.8.0
25002026-08-13T22:41:03.759ZAug 13 22:41:02.339 DEBG process exited with exit status: 0 (2.452297747s)
25012026-08-13T22:41:03.882ZAug 13 22:41:02.359 INFO [incorp-manifest] task succeeded (4.164351265s)
25022026-08-13T22:41:03.897ZAug 13 22:41:02.359 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25032026-08-13T22:41:03.897Z[ omicron-package] Compiling slog-bunyan v2.5.0
25042026-08-13T22:41:03.897Z[ omicron-package] Compiling async-stream v0.3.6
25052026-08-13T22:41:03.897Z[ omicron-package] Compiling async-compression v0.4.41
25062026-08-13T22:41:03.984Z[ omicron-package] Compiling derive_more v0.99.20
25072026-08-13T22:41:03.989Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25082026-08-13T22:41:03.989ZAug 13 22:41:02.569 INFO [incorp-fmt] process exited with exit status: 0 (209.648388ms)
25092026-08-13T22:41:03.989ZAug 13 22:41:02.569 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25102026-08-13T22:41:04.141Z[ omicron-package] Compiling chacha20 v0.9.1
25112026-08-13T22:41:04.168Z[ omicron-package] Compiling num_enum_derive v0.7.6
25122026-08-13T22:41:04.189Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25132026-08-13T22:41:04.232Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25142026-08-13T22:41:04.236Z[ omicron-package] Compiling sha1 v0.11.0
25152026-08-13T22:41:04.349Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260813T224102Z
25162026-08-13T22:41:04.349Z[ incorp-pkgsend] PUBLISHED
25172026-08-13T22:41:04.355Z[ omicron-package] Compiling progenitor-client v0.14.0
25182026-08-13T22:41:04.355Z[ omicron-package] Compiling parse-display-derive v0.10.0
25192026-08-13T22:41:04.551ZAug 13 22:41:02.985 INFO [incorp-pkgsend] process exited with exit status: 0 (416.548983ms)
25202026-08-13T22:41:04.608ZAug 13 22:41:02.986 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25212026-08-13T22:41:04.608Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25222026-08-13T22:41:04.608Z[ omicron-package] Compiling waitgroup v0.1.2
25232026-08-13T22:41:04.608Z[ omicron-package] Compiling backon v1.6.0
25242026-08-13T22:41:04.608Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25252026-08-13T22:41:04.626Z[ omicron-package] Compiling password-hash v0.5.0
25262026-08-13T22:41:04.653Z[ helios-incorp] Retrieving packages for publisher helios ...
25272026-08-13T22:41:04.676Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25282026-08-13T22:41:04.681Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25292026-08-13T22:41:04.681Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25302026-08-13T22:41:04.681Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25312026-08-13T22:41:04.685Z[ helios-incorp]
25322026-08-13T22:41:04.685Z[ helios-incorp] Archiving packages ...
25332026-08-13T22:41:04.685Z[ helios-incorp] Packages to add: 1
25342026-08-13T22:41:04.685Z[ helios-incorp] Files to retrieve: 0
25352026-08-13T22:41:04.685Z[ helios-incorp] Estimated transfer size: 0.00 B
25362026-08-13T22:41:04.685Z[ helios-incorp]
25372026-08-13T22:41:04.685Z[ helios-incorp] Packages to archive:
25382026-08-13T22:41:04.686Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260813T224102Z
25392026-08-13T22:41:04.686Z[ helios-incorp]
25402026-08-13T22:41:04.686Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25412026-08-13T22:41:04.686Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25422026-08-13T22:41:04.781Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25432026-08-13T22:41:04.788ZAug 13 22:41:03.368 INFO [helios-incorp] process exited with exit status: 0 (382.228308ms)
25442026-08-13T22:41:04.820Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25452026-08-13T22:41:04.930Z[ omicron-package] Compiling blake2 v0.10.6
25462026-08-13T22:41:04.983Z[ omicron-package] Compiling aead v0.5.2
25472026-08-13T22:41:05.067Z[ omicron-package] Compiling ingot-types v0.2.0
25482026-08-13T22:41:05.144Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25492026-08-13T22:41:05.209Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25502026-08-13T22:41:05.251Z[ omicron-package] Compiling hostname v0.4.2
25512026-08-13T22:41:05.341Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25522026-08-13T22:41:05.459Z[ omicron-package] Compiling instant v0.1.13
25532026-08-13T22:41:05.537Z[ omicron-package] Compiling proc-macro-error v1.0.4
25542026-08-13T22:41:05.537Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25552026-08-13T22:41:05.597Z[ omicron-package] Compiling ingot v0.2.1
25562026-08-13T22:41:05.659Z[ omicron-package] Compiling num_enum v0.7.6
25572026-08-13T22:41:05.686Z[ omicron-package] Compiling argon2 v0.5.3
25582026-08-13T22:41:05.763Z[ omicron-package] Compiling backoff v0.4.0
25592026-08-13T22:41:05.802Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25602026-08-13T22:41:05.880Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25612026-08-13T22:41:05.880Z[ omicron-package] Compiling progenitor-extras v0.2.0
25622026-08-13T22:41:05.986Z[ omicron-package] Compiling foreign-types v0.5.0
25632026-08-13T22:41:06.050Z[ omicron-package] Compiling vsss-rs v3.3.4
25642026-08-13T22:41:06.091Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25652026-08-13T22:41:06.188Z[ omicron-package] Compiling parse-display v0.10.0
25662026-08-13T22:41:06.332Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25672026-08-13T22:41:06.402Z[ omicron-package] Compiling tabwriter v1.4.1
25682026-08-13T22:41:06.409Z[ omicron-package] Compiling num_enum_derive v0.5.11
25692026-08-13T22:41:06.487Z[ omicron-package] Compiling regress v0.10.5
25702026-08-13T22:41:06.532Z[ omicron-package] Compiling itertools v0.14.0
25712026-08-13T22:41:06.640Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25722026-08-13T22:41:06.660Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25732026-08-13T22:41:06.660Z[ omicron-package] Compiling cstr-argument v0.1.2
25742026-08-13T22:41:06.975Z[ omicron-package] Compiling humantime v2.3.0
25752026-08-13T22:41:07.062Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25762026-08-13T22:41:07.080Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25772026-08-13T22:41:07.116Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25782026-08-13T22:41:07.181Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-08-13T22:41:07.435Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25802026-08-13T22:41:07.500Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25812026-08-13T22:41:07.591Z[ omicron-package] Compiling rayon v1.11.0
25822026-08-13T22:41:07.612Z[ omicron-package] Compiling rand v0.10.1
25832026-08-13T22:41:07.613Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-08-13T22:41:07.613Z[ omicron-package] Compiling num_enum v0.5.11
25852026-08-13T22:41:07.770Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25862026-08-13T22:41:07.791Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25872026-08-13T22:41:07.919Z[ omicron-package] Compiling libefi-sys v0.1.0
25882026-08-13T22:41:07.970Z[ omicron-package] Compiling colored v3.1.1
25892026-08-13T22:41:08.025Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-08-13T22:41:08.091Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25912026-08-13T22:41:08.184Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25922026-08-13T22:41:08.244Z[ omicron-package] Compiling itertools v0.12.1
25932026-08-13T22:41:08.244Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25942026-08-13T22:41:08.311Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-13T22:41:08.333Z[ omicron-package] Compiling usdt-macro v0.5.0
25962026-08-13T22:41:08.483Z[ omicron-package] Compiling bitfield-struct v0.6.2
25972026-08-13T22:41:08.526Z[ omicron-package] Compiling num-derive v0.4.2
25982026-08-13T22:41:08.712Z[ omicron-package] Compiling sigpipe v0.1.3
25992026-08-13T22:41:08.731Z[ omicron-package] Compiling memmap v0.7.0
26002026-08-13T22:41:08.803Z[ omicron-package] Compiling glob v0.3.3
26012026-08-13T22:41:08.908Z[ omicron-package] Compiling swrite v0.1.0
26022026-08-13T22:41:09.153Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26032026-08-13T22:41:09.233Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-08-13T22:41:09.271Z[ omicron-package] Compiling usdt v0.5.0
26052026-08-13T22:41:09.473Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26062026-08-13T22:41:09.604Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26072026-08-13T22:41:09.754Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26082026-08-13T22:41:09.865Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-08-13T22:41:09.955Z[ omicron-package] Compiling zone v0.3.1
26102026-08-13T22:41:10.210Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26112026-08-13T22:41:10.273Z[ omicron-package] Compiling smf v0.2.3
26122026-08-13T22:41:10.338Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132026-08-13T22:41:10.338Z[ omicron-package] Compiling whoami v1.6.1
26142026-08-13T22:41:10.451Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26152026-08-13T22:41:10.489Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-13T22:41:10.594Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26172026-08-13T22:41:10.594Z[ omicron-package] Compiling console v0.16.2
26182026-08-13T22:41:10.594Z[ omicron-package] Compiling gethostname v0.5.0
26192026-08-13T22:41:10.735Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26202026-08-13T22:41:10.834Z[ omicron-package] Compiling unit-prefix v0.5.2
26212026-08-13T22:41:11.072Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26222026-08-13T22:41:11.133Z[ omicron-package] Compiling indicatif v0.18.4
26232026-08-13T22:41:11.161Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26242026-08-13T22:41:15.037Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26252026-08-13T22:41:15.714Z[ helios-setup] Aug 13 22:41:14.281 INFO helios repository root is: /work/oxidecomputer/helios
26262026-08-13T22:41:15.760Z[ helios-setup] Aug 13 22:41:14.282 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
26272026-08-13T22:41:15.761Z[ helios-setup] Aug 13 22:41:14.282 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26282026-08-13T22:41:15.761Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26292026-08-13T22:41:16.544Z[ helios-setup] Aug 13 22:41:15.122 INFO clone ok!, project: dmar-report
26302026-08-13T22:41:16.549Z[ helios-setup] Aug 13 22:41:15.122 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
26312026-08-13T22:41:16.549Z[ helios-setup] Aug 13 22:41:15.122 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26322026-08-13T22:41:16.549Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26332026-08-13T22:41:16.575ZAug 13 22:41:15.138 INFO [hubris-staging] task succeeded (16.943881941s)
26342026-08-13T22:41:17.124Z[ helios-setup] Aug 13 22:41:15.704 INFO clone ok!, project: bootserver
26352026-08-13T22:41:17.124Z[ helios-setup] Aug 13 22:41:15.705 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
26362026-08-13T22:41:17.129Z[ helios-setup] Aug 13 22:41:15.705 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26372026-08-13T22:41:17.130Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26382026-08-13T22:41:18.165Z[ helios-setup] Aug 13 22:41:16.747 INFO clone ok!, project: phbl
26392026-08-13T22:41:18.166Z[ helios-setup] Aug 13 22:41:16.747 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26402026-08-13T22:41:18.173Z[ helios-setup] Aug 13 22:41:16.747 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26412026-08-13T22:41:18.173Z[ helios-setup] Aug 13 22:41:16.747 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
26422026-08-13T22:41:18.173Z[ helios-setup] Aug 13 22:41:16.747 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26432026-08-13T22:41:18.173Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26442026-08-13T22:41:18.733Z[ helios-setup] Aug 13 22:41:17.296 INFO clone ok!, project: pinprick
26452026-08-13T22:41:18.733Z[ helios-setup] Aug 13 22:41:17.296 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
26462026-08-13T22:41:18.733Z[ helios-setup] Aug 13 22:41:17.296 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26472026-08-13T22:41:18.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26482026-08-13T22:41:19.290Z[ helios-setup] Aug 13 22:41:17.854 INFO clone ok!, project: image-builder
26492026-08-13T22:41:19.290Z[ helios-setup] Aug 13 22:41:17.854 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
26502026-08-13T22:41:19.295Z[ helios-setup] Aug 13 22:41:17.854 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
26512026-08-13T22:41:19.296Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26522026-08-13T22:41:20.127Z[ helios-setup] Aug 13 22:41:18.691 INFO clone ok!, project: amd-host-image-builder
26532026-08-13T22:41:20.128Z[ helios-setup] Aug 13 22:41:18.691 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26542026-08-13T22:41:20.128Z[ helios-setup] Aug 13 22:41:18.691 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
26552026-08-13T22:41:20.136Z[ helios-setup] Aug 13 22:41:18.692 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26562026-08-13T22:41:20.136Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26572026-08-13T22:41:23.367Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26582026-08-13T22:41:26.716Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26592026-08-13T22:41:27.177Z[ helios-setup] Aug 13 22:41:25.753 INFO clone ok!, project: amd-firmware
26602026-08-13T22:41:27.199Z[ helios-setup] Aug 13 22:41:25.753 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
26612026-08-13T22:41:27.199Z[ helios-setup] Aug 13 22:41:25.753 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26622026-08-13T22:41:27.199Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26632026-08-13T22:41:27.786Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26642026-08-13T22:41:28.367Z[ helios-setup] Aug 13 22:41:26.948 INFO clone ok!, project: pilot
26652026-08-13T22:41:28.375Z[ helios-setup] Aug 13 22:41:26.948 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
26662026-08-13T22:41:28.375Z[ helios-setup] Aug 13 22:41:26.948 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26672026-08-13T22:41:28.375Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26682026-08-13T22:41:29.306Z[ helios-setup] Aug 13 22:41:27.887 INFO clone ok!, project: chelsio-t6-roms
26692026-08-13T22:41:29.323Z[ helios-setup] Aug 13 22:41:27.887 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26702026-08-13T22:41:29.571Z[ helios-setup] Aug 13 22:41:28.151 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26712026-08-13T22:41:29.805Z[ helios-setup] Aug 13 22:41:28.385 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26722026-08-13T22:41:29.805Z[ helios-setup] Aug 13 22:41:28.385 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26732026-08-13T22:41:30.023Z[ helios-setup] Aug 13 22:41:28.594 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26742026-08-13T22:41:30.223Z[ helios-setup] Aug 13 22:41:28.804 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26752026-08-13T22:41:30.223Z[ helios-setup] Aug 13 22:41:28.804 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26762026-08-13T22:41:30.442Z[ helios-setup] Aug 13 22:41:29.014 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26772026-08-13T22:41:30.654Z[ helios-setup] Aug 13 22:41:29.225 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26782026-08-13T22:41:30.655Z[ helios-setup] Aug 13 22:41:29.225 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26792026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26802026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO ok!
26812026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26822026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26832026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO ok!
26842026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26852026-08-13T22:41:30.659Z[ helios-setup] Aug 13 22:41:29.225 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26862026-08-13T22:41:30.662Z[ helios-setup] Aug 13 22:41:29.225 INFO ok!
26872026-08-13T22:41:30.663Z[ helios-setup] Aug 13 22:41:29.225 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26882026-08-13T22:41:30.663Z[ helios-setup] Aug 13 22:41:29.234 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26892026-08-13T22:41:30.663Z[ helios-setup] Aug 13 22:41:29.234 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26902026-08-13T22:41:30.663Z[ helios-setup] Aug 13 22:41:29.234 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26912026-08-13T22:41:30.796Z[ helios-setup] Aug 13 22:41:29.319 INFO E| Updating crates.io index
26922026-08-13T22:41:30.859Z[ helios-setup] Aug 13 22:41:29.401 INFO E| Downloading crates ...
26932026-08-13T22:41:30.897Z[ helios-setup] Aug 13 22:41:29.469 INFO E| Downloaded thiserror-impl v2.0.12
26942026-08-13T22:41:30.909Z[ helios-setup] Aug 13 22:41:29.491 INFO E| Downloaded itoa v1.0.15
26952026-08-13T22:41:30.925Z[ helios-setup] Aug 13 22:41:29.504 INFO E| Downloaded quote v1.0.40
26962026-08-13T22:41:30.929Z[ helios-setup] Aug 13 22:41:29.505 INFO E| Downloaded time-core v0.1.4
26972026-08-13T22:41:30.937Z[ helios-setup] Aug 13 22:41:29.519 INFO E| Downloaded errno v0.3.12
26982026-08-13T22:41:30.957Z[ helios-setup] Aug 13 22:41:29.522 INFO E| Downloaded deranged v0.4.0
26992026-08-13T22:41:30.957Z[ helios-setup] Aug 13 22:41:29.526 INFO E| Downloaded tempfile v3.20.0
27002026-08-13T22:41:30.957Z[ helios-setup] Aug 13 22:41:29.528 INFO E| Downloaded bitflags v2.9.1
27012026-08-13T22:41:30.957Z[ helios-setup] Aug 13 22:41:29.533 INFO E| Downloaded serde_with_macros v3.12.0
27022026-08-13T22:41:30.966Z[ helios-setup] Aug 13 22:41:29.540 INFO E| Downloaded autocfg v1.4.0
27032026-08-13T22:41:30.970Z[ helios-setup] Aug 13 22:41:29.544 INFO E| Downloaded time-macros v0.2.22
27042026-08-13T22:41:30.970Z[ helios-setup] Aug 13 22:41:29.548 INFO E| Downloaded thiserror v2.0.12
27052026-08-13T22:41:30.970Z[ helios-setup] Aug 13 22:41:29.551 INFO E| Downloaded ryu v1.0.20
27062026-08-13T22:41:31.005Z[ helios-setup] Aug 13 22:41:29.553 INFO E| Downloaded anyhow v1.0.98
27072026-08-13T22:41:31.005Z[ helios-setup] Aug 13 22:41:29.555 INFO E| Downloaded proc-macro2 v1.0.95
27082026-08-13T22:41:31.014Z[ helios-setup] Aug 13 22:41:29.564 INFO E| Downloaded iana-time-zone v0.1.63
27092026-08-13T22:41:31.014Z[ helios-setup] Aug 13 22:41:29.566 INFO E| Downloaded unicode-ident v1.0.18
27102026-08-13T22:41:31.014Z[ helios-setup] Aug 13 22:41:29.571 INFO E| Downloaded getrandom v0.3.3
27112026-08-13T22:41:31.014Z[ helios-setup] Aug 13 22:41:29.573 INFO E| Downloaded serde_derive v1.0.219
27122026-08-13T22:41:31.014Z[ helios-setup] Aug 13 22:41:29.584 INFO E| Downloaded serde v1.0.219
27132026-08-13T22:41:31.017Z[ helios-setup] Aug 13 22:41:29.588 INFO E| Downloaded indexmap v2.9.0
27142026-08-13T22:41:31.031Z[ helios-setup] Aug 13 22:41:29.599 INFO E| Downloaded memchr v2.7.4
27152026-08-13T22:41:31.060Z[ helios-setup] Aug 13 22:41:29.614 INFO E| Downloaded chrono v0.4.41
27162026-08-13T22:41:31.061Z[ helios-setup] Aug 13 22:41:29.622 INFO E| Downloaded time v0.3.41
27172026-08-13T22:41:31.067Z[ helios-setup] Aug 13 22:41:29.627 INFO E| Downloaded hashbrown v0.15.3
27182026-08-13T22:41:31.068Z[ helios-setup] Aug 13 22:41:29.629 INFO E| Downloaded serde_json v1.0.140
27192026-08-13T22:41:31.068Z[ helios-setup] Aug 13 22:41:29.633 INFO E| Downloaded serde_with v3.12.0
27202026-08-13T22:41:31.108Z[ helios-setup] Aug 13 22:41:29.658 INFO E| Downloaded syn v2.0.101
27212026-08-13T22:41:31.114Z[ helios-setup] Aug 13 22:41:29.673 INFO E| Downloaded rustix v1.0.7
27222026-08-13T22:41:31.119Z[ helios-setup] Aug 13 22:41:29.698 INFO E| Downloaded libc v0.2.172
27232026-08-13T22:41:31.162Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling proc-macro2 v1.0.95
27242026-08-13T22:41:31.162Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling unicode-ident v1.0.18
27252026-08-13T22:41:31.170Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling libc v0.2.172
27262026-08-13T22:41:31.170Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling ident_case v1.0.1
27272026-08-13T22:41:31.170Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling fnv v1.0.7
27282026-08-13T22:41:31.171Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling strsim v0.11.1
27292026-08-13T22:41:31.171Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling serde v1.0.219
27302026-08-13T22:41:31.171Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling rustix v1.0.7
27312026-08-13T22:41:31.171Z[ helios-setup] Aug 13 22:41:29.742 INFO E| Compiling getrandom v0.3.3
27322026-08-13T22:41:31.182Z[ helios-setup] Aug 13 22:41:29.758 INFO E| Compiling serde_json v1.0.140
27332026-08-13T22:41:31.190Z[ helios-setup] Aug 13 22:41:29.759 INFO E| Compiling cfg-if v1.0.0
27342026-08-13T22:41:31.190Z[ helios-setup] Aug 13 22:41:29.759 INFO E| Compiling anyhow v1.0.98
27352026-08-13T22:41:31.190Z[ helios-setup] Aug 13 22:41:29.759 INFO E| Compiling bitflags v2.9.1
27362026-08-13T22:41:31.190Z[ helios-setup] Aug 13 22:41:29.759 INFO E| Compiling thiserror v2.0.12
27372026-08-13T22:41:31.190Z[ helios-setup] Aug 13 22:41:29.764 INFO E| Compiling itoa v1.0.15
27382026-08-13T22:41:31.191Z[ helios-setup] Aug 13 22:41:29.764 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27392026-08-13T22:41:31.276Z[ helios-setup] Aug 13 22:41:29.857 INFO E| Compiling fastrand v2.3.0
27402026-08-13T22:41:31.304Z[ helios-setup] Aug 13 22:41:29.885 INFO E| Compiling memchr v2.7.4
27412026-08-13T22:41:31.317Z[ helios-setup] Aug 13 22:41:29.897 INFO E| Compiling ryu v1.0.20
27422026-08-13T22:41:31.349Z[ helios-setup] Aug 13 22:41:29.930 INFO E| Compiling once_cell v1.21.3
27432026-08-13T22:41:31.774Z[ helios-setup] Aug 13 22:41:30.350 INFO E| Compiling errno v0.3.12
27442026-08-13T22:41:32.035Z[ helios-setup] Aug 13 22:41:30.609 INFO E| Compiling quote v1.0.40
27452026-08-13T22:41:32.189Z[ helios-setup] Aug 13 22:41:30.760 INFO E| Compiling syn v2.0.101
27462026-08-13T22:41:32.556Z[ helios-setup] Aug 13 22:41:31.092 INFO E| Compiling tempfile v3.20.0
27472026-08-13T22:41:34.100Z[ helios-setup] Aug 13 22:41:32.671 INFO E| Compiling darling_core v0.20.11
27482026-08-13T22:41:34.460Z[ helios-setup] Aug 13 22:41:33.026 INFO E| Compiling serde_derive v1.0.219
27492026-08-13T22:41:34.460Z[ helios-setup] Aug 13 22:41:33.026 INFO E| Compiling thiserror-impl v2.0.12
27502026-08-13T22:41:35.375Z[ helios-setup] Aug 13 22:41:33.954 INFO E| Compiling darling_macro v0.20.11
27512026-08-13T22:41:36.051Z[ helios-setup] Aug 13 22:41:34.630 INFO E| Compiling darling v0.20.11
27522026-08-13T22:41:36.115Z[ helios-setup] Aug 13 22:41:34.695 INFO E| Compiling serde_with_macros v3.12.0
27532026-08-13T22:41:39.715Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.04s
27542026-08-13T22:41:39.715Z[ omicron-package]
27552026-08-13T22:41:39.715Z[ omicron-package] real 38.221466949
27562026-08-13T22:41:39.715Z[ omicron-package] user 3:47.405942489
27572026-08-13T22:41:39.715Z[ omicron-package] sys 26.818211162
27582026-08-13T22:41:39.715Z[ omicron-package] trap 0.441188682
27592026-08-13T22:41:39.715Z[ omicron-package] tflt 0.703042209
27602026-08-13T22:41:39.715Z[ omicron-package] dflt 2.828769194
27612026-08-13T22:41:39.715Z[ omicron-package] kflt 0.000529180
27622026-08-13T22:41:39.715Z[ omicron-package] lock 11:06.338775345
27632026-08-13T22:41:39.715Z[ omicron-package] slp 5:56.761438024
27642026-08-13T22:41:39.715Z[ omicron-package] lat 44.606113765
27652026-08-13T22:41:39.715Z[ omicron-package] stop 1:49.873122403
27662026-08-13T22:41:39.715ZAug 13 22:41:36.480 INFO [omicron-package] process exited with exit status: 0 (38.283093666s)
27672026-08-13T22:41:39.715ZAug 13 22:41:36.480 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27682026-08-13T22:41:39.715ZAug 13 22:41:36.480 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27692026-08-13T22:41:39.715Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27702026-08-13T22:41:39.715Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27712026-08-13T22:41:39.715Z[ host-target] Created new build target 'host' and set it as active
27722026-08-13T22:41:39.715Z[ recovery-target] Created new build target 'recovery' and set it as active
27732026-08-13T22:41:39.715ZAug 13 22:41:36.494 INFO [recovery-target] process exited with exit status: 0 (13.895091ms)
27742026-08-13T22:41:39.716ZAug 13 22:41:36.495 INFO [host-target] process exited with exit status: 0 (15.100421ms)
27752026-08-13T22:41:39.716ZAug 13 22:41:36.495 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27762026-08-13T22:41:39.716Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27772026-08-13T22:41:39.716Z[ helios-setup] Aug 13 22:41:36.984 INFO E| Compiling serde_with v3.12.0
27782026-08-13T22:41:39.716Z[ host-package] Compiling heck v0.5.0
27792026-08-13T22:41:39.716Z[ host-package] Compiling regress v0.11.1
27802026-08-13T22:41:39.716Z[ host-package] Compiling unsafe-libyaml v0.2.11
27812026-08-13T22:41:39.733Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27822026-08-13T22:41:39.757Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27832026-08-13T22:41:39.764Z[ host-package] Compiling derive-where v1.6.0
27842026-08-13T22:41:39.764Z[ host-package] Compiling bytecount v0.6.9
27852026-08-13T22:41:39.805Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27862026-08-13T22:41:39.805Z[ host-package] Compiling atomicwrites v0.4.4
27872026-08-13T22:41:39.809Z[ host-package] Compiling is-terminal v0.4.17
27882026-08-13T22:41:39.810Z[ host-package] Compiling prettyplease v0.2.37
27892026-08-13T22:41:39.810Z[ host-package] Compiling console v0.15.11
27902026-08-13T22:41:39.810Z[ host-package] Compiling newline-converter v0.3.0
27912026-08-13T22:41:39.827Z[ host-package] Compiling slog-dtrace v0.3.0
27922026-08-13T22:41:39.848Z[ host-package] Compiling resolv-conf v0.7.6
27932026-08-13T22:41:39.984Z[ host-package] Compiling num-rational v0.4.2
27942026-08-13T22:41:40.010Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27952026-08-13T22:41:40.043Z[ host-package] Compiling num-complex v0.4.6
27962026-08-13T22:41:40.142Z[ host-package] Compiling thread_local v1.1.9
27972026-08-13T22:41:40.142Z[ host-package] Compiling match_cfg v0.1.0
27982026-08-13T22:41:40.187Z[ host-package] Compiling unicode-width v0.1.14
27992026-08-13T22:41:40.224Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28002026-08-13T22:41:40.370Z[ host-package] Compiling compression-core v0.4.31
28012026-08-13T22:41:40.434Z[ host-package] Compiling expectorate v1.2.0
28022026-08-13T22:41:40.533Z[ host-package] Compiling cancel-safe-futures v0.1.5
28032026-08-13T22:41:40.560Z[ host-package] Compiling compression-codecs v0.4.37
28042026-08-13T22:41:40.564Z[ host-package] Compiling num v0.4.3
28052026-08-13T22:41:40.564Z[ host-package] Compiling hostname v0.3.1
28062026-08-13T22:41:40.694Z[ host-package] Compiling multer v3.1.0
28072026-08-13T22:41:40.783Z[ host-package] Compiling slog-async v2.8.0
28082026-08-13T22:41:40.855Z[ host-package] Compiling crossbeam-channel v0.5.15
28092026-08-13T22:41:40.858Z[ host-package] Compiling slog-json v2.6.1
28102026-08-13T22:41:40.884Z[ host-package] Compiling serde_spanned v1.1.1
28112026-08-13T22:41:40.965Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28122026-08-13T22:41:41.088Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28132026-08-13T22:41:41.092Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28142026-08-13T22:41:41.220Z[ host-package] Compiling take_mut v0.2.2
28152026-08-13T22:41:41.220Z[ host-package] Compiling linked-hash-map v0.5.6
28162026-08-13T22:41:41.226Z[ host-package] Compiling float-ord v0.3.2
28172026-08-13T22:41:41.285Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28182026-08-13T22:41:41.310Z[ host-package] Compiling term v1.2.1
28192026-08-13T22:41:41.314Z[ host-package] Compiling slog-bunyan v2.5.0
28202026-08-13T22:41:41.504Z[ host-package] Compiling typify-impl v0.6.2
28212026-08-13T22:41:41.524Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28222026-08-13T22:41:41.524Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28232026-08-13T22:41:41.535Z[ host-package] Compiling lru-cache v0.1.2
28242026-08-13T22:41:41.542Z[ host-package] Compiling async-compression v0.4.41
28252026-08-13T22:41:41.706Z[ host-package] Compiling slog-term v2.9.2
28262026-08-13T22:41:41.951Z[ host-package] Compiling async-stream v0.3.6
28272026-08-13T22:41:41.970Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28282026-08-13T22:41:41.976Z[ host-package] Compiling dropshot v0.17.1
28292026-08-13T22:41:42.014Z[ helios-setup] Aug 13 22:41:40.594 INFO E| Finished `release` profile [optimized] target(s) in 11.35s
28302026-08-13T22:41:42.017Z[ host-package] Compiling sha1 v0.11.0
28312026-08-13T22:41:42.042Z[ helios-setup] Aug 13 22:41:40.620 INFO building project "dmar-report" ok (11 seconds)
28322026-08-13T22:41:42.043Z[ helios-setup] Aug 13 22:41:40.620 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28332026-08-13T22:41:42.053Z[ helios-setup] Aug 13 22:41:40.635 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
28342026-08-13T22:41:42.053Z[ helios-setup] Aug 13 22:41:40.635 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28352026-08-13T22:41:42.057Z[ helios-setup] Aug 13 22:41:40.635 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28362026-08-13T22:41:42.068Z[ host-package] Compiling progenitor-client v0.14.0
28372026-08-13T22:41:42.092Z[ host-package] Compiling waitgroup v0.1.2
28382026-08-13T22:41:42.136Z[ host-package] Compiling rustls-pemfile v2.2.0
28392026-08-13T22:41:42.169Z[ host-package] Compiling backon v1.6.0
28402026-08-13T22:41:42.174Z[ helios-setup] Aug 13 22:41:40.753 INFO E| Downloading crates ...
28412026-08-13T22:41:42.226Z[ helios-setup] Aug 13 22:41:40.806 INFO E| Downloaded block-buffer v0.10.3
28422026-08-13T22:41:42.237Z[ helios-setup] Aug 13 22:41:40.818 INFO E| Downloaded miniz_oxide v0.6.2
28432026-08-13T22:41:42.260Z[ helios-setup] Aug 13 22:41:40.836 INFO E| Downloaded anyhow v1.0.62
28442026-08-13T22:41:42.261Z[ helios-setup] Aug 13 22:41:40.839 INFO E| Downloaded digest v0.10.3
28452026-08-13T22:41:42.261Z[ helios-setup] Aug 13 22:41:40.840 INFO E| Downloaded generic-array v0.14.6
28462026-08-13T22:41:42.261Z[ helios-setup] Aug 13 22:41:40.841 INFO E| Downloaded cpufeatures v0.2.5
28472026-08-13T22:41:42.265Z[ helios-setup] Aug 13 22:41:40.842 INFO E| Downloaded sha2 v0.10.5
28482026-08-13T22:41:42.265Z[ helios-setup] Aug 13 22:41:40.843 INFO E| Downloaded unicode-width v0.1.10
28492026-08-13T22:41:42.265Z[ helios-setup] Aug 13 22:41:40.844 INFO E| Downloaded typenum v1.15.0
28502026-08-13T22:41:42.266Z[ helios-setup] Aug 13 22:41:40.845 INFO E| Downloaded bytes v1.2.1
28512026-08-13T22:41:42.266Z[ host-package] Compiling serde_path_to_error v0.1.20
28522026-08-13T22:41:42.269Z[ helios-setup] Aug 13 22:41:40.847 INFO E| Downloaded flate2 v1.0.25
28532026-08-13T22:41:42.307Z[ host-package] Compiling hostname v0.4.2
28542026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling typenum v1.15.0
28552026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling version_check v0.9.4
28562026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling crc32fast v1.3.2
28572026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling cfg-if v1.0.0
28582026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling adler v1.0.2
28592026-08-13T22:41:42.311Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling anyhow v1.0.62
28602026-08-13T22:41:42.312Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling cpufeatures v0.2.5
28612026-08-13T22:41:42.312Z[ helios-setup] Aug 13 22:41:40.890 INFO E| Compiling unicode-width v0.1.10
28622026-08-13T22:41:42.316Z[ helios-setup] Aug 13 22:41:40.896 INFO E| Compiling bytes v1.2.1
28632026-08-13T22:41:42.316Z[ helios-setup] Aug 13 22:41:40.897 INFO E| Compiling bitflags v1.3.2
28642026-08-13T22:41:42.374Z[ host-package] Compiling instant v0.1.13
28652026-08-13T22:41:42.420Z[ helios-setup] Aug 13 22:41:41.000 INFO E| Compiling getopts v0.2.21
28662026-08-13T22:41:42.452Z[ helios-setup] Aug 13 22:41:41.031 INFO E| Compiling miniz_oxide v0.6.2
28672026-08-13T22:41:42.560Z[ host-package] Compiling minimal-lexical v0.2.1
28682026-08-13T22:41:42.564Z[ host-package] Compiling linear-map v1.2.0
28692026-08-13T22:41:42.564Z[ host-package] Compiling debug-ignore v1.0.5
28702026-08-13T22:41:42.565Z[ host-package] Compiling progenitor-extras v0.2.0
28712026-08-13T22:41:42.636Z[ helios-setup] Aug 13 22:41:41.216 INFO E| Compiling generic-array v0.14.6
28722026-08-13T22:41:42.776Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-08-13T22:41:42.780Z[ host-package] Compiling backoff v0.4.0
28742026-08-13T22:41:42.941Z[ helios-setup] Aug 13 22:41:41.522 INFO E| Compiling flate2 v1.0.25
28752026-08-13T22:41:43.046Z[ host-package] Compiling oxide-update-engine v0.1.2
28762026-08-13T22:41:43.046Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28772026-08-13T22:41:43.197Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28782026-08-13T22:41:43.201Z[ host-package] Compiling parse-display v0.10.0
28792026-08-13T22:41:43.428Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28802026-08-13T22:41:43.477Z[ host-package] Compiling nom v7.1.3
28812026-08-13T22:41:43.477Z[ host-package] Compiling hickory-proto v0.24.4
28822026-08-13T22:41:43.960Z[ host-package] Compiling regress v0.10.5
28832026-08-13T22:41:44.101Z[ host-package] Compiling itertools v0.14.0
28842026-08-13T22:41:44.245Z[ helios-setup] Aug 13 22:41:42.826 INFO E| Compiling block-buffer v0.10.3
28852026-08-13T22:41:44.245Z[ helios-setup] Aug 13 22:41:42.826 INFO E| Compiling crypto-common v0.1.6
28862026-08-13T22:41:44.358Z[ helios-setup] Aug 13 22:41:42.938 INFO E| Compiling digest v0.10.3
28872026-08-13T22:41:44.414Z[ host-package] Compiling macaddr v1.0.1
28882026-08-13T22:41:44.525Z[ helios-setup] Aug 13 22:41:43.105 INFO E| Compiling sha2 v0.10.5
28892026-08-13T22:41:44.625Z[ host-package] Compiling humantime v2.3.0
28902026-08-13T22:41:44.729Z[ host-package] Compiling unicode-xid v0.2.6
28912026-08-13T22:41:44.743Z[ helios-setup] Aug 13 22:41:43.324 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28922026-08-13T22:41:44.938Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28932026-08-13T22:41:45.032Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-08-13T22:41:45.089Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28952026-08-13T22:41:45.141Z[ host-package] Compiling convert_case v0.10.0
28962026-08-13T22:41:45.227Z[ host-package] Compiling owo-colors v4.3.0
28972026-08-13T22:41:45.369Z[ host-package] Compiling typify-macro v0.6.2
28982026-08-13T22:41:45.434Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28992026-08-13T22:41:45.467Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29002026-08-13T22:41:45.492Z[ host-package] Compiling derive_more-impl v2.1.1
29012026-08-13T22:41:45.738Z[ host-package] Compiling toml v0.8.23
29022026-08-13T22:41:46.229Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29032026-08-13T22:41:46.302Z[ host-package] Compiling hickory-resolver v0.24.4
29042026-08-13T22:41:46.384Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29052026-08-13T22:41:46.535Z[ host-package] Compiling derive_more v2.1.1
29062026-08-13T22:41:46.615Z[ host-package] Compiling papergrid v0.11.0
29072026-08-13T22:41:46.687Z[ host-package] Compiling tabled_derive v0.7.0
29082026-08-13T22:41:46.839Z[ host-package] Compiling termtree v0.5.1
29092026-08-13T22:41:46.998Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29102026-08-13T22:41:47.015Z[ helios-setup] Aug 13 22:41:45.596 INFO E| Finished `release` profile [optimized] target(s) in 4.94s
29112026-08-13T22:41:47.037Z[ helios-setup] Aug 13 22:41:45.609 INFO building project "bootserver" ok (4 seconds)
29122026-08-13T22:41:47.037Z[ helios-setup] Aug 13 22:41:45.609 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
29132026-08-13T22:41:47.049Z[ host-package] Compiling crossterm v0.29.0
29142026-08-13T22:41:47.412Z[ host-package] Compiling phf_shared v0.12.1
29152026-08-13T22:41:47.446Z[ host-package] Compiling typify v0.6.2
29162026-08-13T22:41:47.673Z[ host-package] Compiling progenitor-impl v0.14.0
29172026-08-13T22:41:47.702Z[ host-package] Compiling qorb v0.4.1
29182026-08-13T22:41:48.183Z[ host-package] Compiling tabled v0.15.0
29192026-08-13T22:41:48.741Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29202026-08-13T22:41:49.359Z[ host-package] Compiling vte v0.14.1
29212026-08-13T22:41:49.634Z[ host-package] Compiling csv-core v0.1.13
29222026-08-13T22:41:50.103Z[ host-package] Compiling chrono-tz v0.10.4
29232026-08-13T22:41:50.251Z[ host-package] Compiling progenitor-macro v0.14.0
29242026-08-13T22:41:50.326Z[ host-package] Compiling highway v1.3.0
29252026-08-13T22:41:51.042Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29262026-08-13T22:41:51.151Z[ host-package] Compiling csv v1.4.0
29272026-08-13T22:41:51.364Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29282026-08-13T22:41:51.957Z[ host-package] Compiling phf v0.12.1
29292026-08-13T22:41:52.040Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-08-13T22:41:52.245Z[ host-package] Compiling const_format_proc_macros v0.2.34
29312026-08-13T22:41:52.249Z[ host-package] Compiling fd-lock v4.0.4
29322026-08-13T22:41:52.249Z[ host-package] Compiling peg-macros v0.8.5
29332026-08-13T22:41:52.482Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29342026-08-13T22:41:52.572Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29352026-08-13T22:41:52.711Z[ host-package] Compiling nu-ansi-term v0.50.3
29362026-08-13T22:41:53.192Z[ host-package] Compiling const_format v0.2.35
29372026-08-13T22:41:53.506Z[ host-package] Compiling reedline v0.40.0
29382026-08-13T22:41:53.820Z[ host-package] Compiling peg v0.8.5
29392026-08-13T22:41:54.002Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29402026-08-13T22:41:54.173Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29412026-08-13T22:41:54.713Z[ host-package] Compiling progenitor v0.14.0
29422026-08-13T22:41:55.055Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29432026-08-13T22:41:55.292Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29442026-08-13T22:41:55.655Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29452026-08-13T22:41:55.697Z[ host-package] Compiling bcs v0.1.6
29462026-08-13T22:41:56.179Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29472026-08-13T22:41:56.529Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29482026-08-13T22:41:56.970Z[ host-package] Compiling nom v8.0.0
29492026-08-13T22:41:57.177Z[ host-package] Compiling semver v0.1.20
29502026-08-13T22:41:57.628Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
29512026-08-13T22:41:57.718Z[ host-package] Compiling rustc_version v0.1.7
29522026-08-13T22:41:57.836Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29532026-08-13T22:41:58.052Z[ host-package] Compiling newtype_derive v0.1.6
29542026-08-13T22:41:58.056Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29552026-08-13T22:41:58.245Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29562026-08-13T22:41:58.319Z[ host-package] Compiling smawk v0.3.2
29572026-08-13T22:41:58.519Z[ host-package] Compiling unicode-linebreak v0.1.5
29582026-08-13T22:41:58.638Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29592026-08-13T22:41:58.983Z[ host-package] Compiling textwrap v0.16.2
29602026-08-13T22:41:59.539Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29612026-08-13T22:41:59.598Z[ host-package] Compiling steno v0.4.1
29622026-08-13T22:42:00.251Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
29632026-08-13T22:42:00.499Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29642026-08-13T22:42:00.671Z[ host-package] Compiling sha1 v0.10.6
29652026-08-13T22:42:01.108Z[ host-package] Compiling utf-8 v0.7.6
29662026-08-13T22:42:01.171Z[ host-package] Compiling tagptr v0.2.0
29672026-08-13T22:42:01.455Z[ host-package] Compiling moka v0.12.13
29682026-08-13T22:42:01.544Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29692026-08-13T22:42:01.571Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29702026-08-13T22:42:01.755Z[ host-package] Compiling tungstenite v0.21.0
29712026-08-13T22:42:01.962Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29722026-08-13T22:42:02.073Z[ host-package] Compiling darling_core v0.21.3
29732026-08-13T22:42:02.827Z[ host-package] Compiling hickory-resolver v0.25.2
29742026-08-13T22:42:04.044Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29752026-08-13T22:42:04.326Z[ host-package] Compiling tokio-tungstenite v0.21.0
29762026-08-13T22:42:04.548Z[ host-package] Compiling display-error-chain v0.2.2
29772026-08-13T22:42:04.583Z[ host-package] Compiling darling_macro v0.21.3
29782026-08-13T22:42:04.662Z[ host-package] Compiling libscf-sys v1.2.0
29792026-08-13T22:42:04.753Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29802026-08-13T22:42:04.757Z[ host-package] Compiling vergen-lib v0.1.6
29812026-08-13T22:42:04.840Z[ host-package] Compiling diesel_derives v2.3.7
29822026-08-13T22:42:04.942Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29832026-08-13T22:42:04.972Z[ host-package] Compiling vergen-gitcl v1.0.8
29842026-08-13T22:42:05.095Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29852026-08-13T22:42:05.150Z[ host-package] Compiling dirs-sys-next v0.1.2
29862026-08-13T22:42:05.172Z[ host-package] Compiling darling v0.21.3
29872026-08-13T22:42:05.203Z[ host-package] Compiling crunchy v0.2.4
29882026-08-13T22:42:05.303Z[ host-package] Compiling dsl_auto_type v0.2.0
29892026-08-13T22:42:05.335Z[ host-package] Compiling glob v0.3.3
29902026-08-13T22:42:05.372Z[ host-package] Compiling maplit v1.0.2
29912026-08-13T22:42:05.431Z[ host-package] Compiling dirs-next v2.0.0
29922026-08-13T22:42:05.622Z[ host-package] Compiling r2d2 v0.8.10
29932026-08-13T22:42:05.667Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29942026-08-13T22:42:05.691Z[ host-package] Compiling papergrid v0.18.0
29952026-08-13T22:42:05.823Z[ host-package] Compiling clang-sys v1.8.1
29962026-08-13T22:42:05.937Z[ host-package] Compiling downcast-rs v2.0.2
29972026-08-13T22:42:06.041Z[ host-package] Compiling tiny-keccak v2.0.2
29982026-08-13T22:42:06.387Z[ host-package] Compiling term v0.7.0
29992026-08-13T22:42:06.407Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30002026-08-13T22:42:06.664Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
30012026-08-13T22:42:06.729Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
30022026-08-13T22:42:06.923Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30032026-08-13T22:42:06.981Z[ host-package] Compiling tabled v0.21.0
30042026-08-13T22:42:07.276Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30052026-08-13T22:42:08.062Z[ host-package] Compiling bit-vec v0.6.3
30062026-08-13T22:42:08.265Z[ host-package] Compiling bit-set v0.5.3
30072026-08-13T22:42:08.397Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30082026-08-13T22:42:08.593Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30092026-08-13T22:42:08.837Z[ host-package] Compiling ascii-canvas v3.0.0
30102026-08-13T22:42:09.111Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30112026-08-13T22:42:09.201Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30122026-08-13T22:42:09.253Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30132026-08-13T22:42:09.545Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30142026-08-13T22:42:09.750Z[ host-package] Compiling itertools v0.10.5
30152026-08-13T22:42:09.790Z[ host-package] Compiling ena v0.14.4
30162026-08-13T22:42:09.869Z[ host-package] Compiling libloading v0.8.9
30172026-08-13T22:42:09.994Z[ host-package] Compiling regex-syntax v0.6.29
30182026-08-13T22:42:10.065Z[ host-package] Compiling unicase v2.9.0
30192026-08-13T22:42:10.189Z[ host-package] Compiling bindgen v0.71.1
30202026-08-13T22:42:10.214Z[ helios-setup] Aug 13 22:42:08.793 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')"
30212026-08-13T22:42:10.215Z[ helios-setup] Aug 13 22:42:08.793 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30222026-08-13T22:42:10.222Z[ helios-setup] Aug 13 22:42:08.803 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
30232026-08-13T22:42:10.222Z[ helios-setup] Aug 13 22:42:08.803 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30242026-08-13T22:42:10.222Z[ helios-setup] Aug 13 22:42:08.803 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30252026-08-13T22:42:10.404Z[ helios-setup] Aug 13 22:42:08.984 INFO E| Downloading crates ...
30262026-08-13T22:42:10.439Z[ host-package] Compiling xshell-macros v0.2.7
30272026-08-13T22:42:10.448Z[ helios-setup] Aug 13 22:42:09.029 INFO E| Downloaded adler2 v2.0.0
30282026-08-13T22:42:10.457Z[ helios-setup] Aug 13 22:42:09.038 INFO E| Downloaded miniz_oxide v0.8.8
30292026-08-13T22:42:10.503Z[ helios-setup] Aug 13 22:42:09.084 INFO E| Compiling adler2 v2.0.0
30302026-08-13T22:42:10.508Z[ host-package] Compiling diff v0.1.13
30312026-08-13T22:42:10.593Z[ helios-setup] Aug 13 22:42:09.173 INFO E| Compiling miniz_oxide v0.8.8
30322026-08-13T22:42:10.700Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30332026-08-13T22:42:10.926Z[ host-package] Compiling xshell v0.2.7
30342026-08-13T22:42:11.198Z[ host-package] Compiling diesel v2.3.7
30352026-08-13T22:42:11.260Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30362026-08-13T22:42:11.750Z[ host-package] Compiling lalrpop v0.19.12
30372026-08-13T22:42:11.809Z[ helios-setup] Aug 13 22:42:10.390 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30382026-08-13T22:42:12.001Z[ host-package] Compiling cexpr v0.6.0
30392026-08-13T22:42:12.288Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30402026-08-13T22:42:12.363Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30412026-08-13T22:42:12.400Z[ helios-setup] Aug 13 22:42:10.981 INFO E| Finished `release` profile [optimized] target(s) in 2.16s
30422026-08-13T22:42:12.411Z[ helios-setup] Aug 13 22:42:10.992 INFO building project "pinprick" ok (2 seconds)
30432026-08-13T22:42:12.411Z[ helios-setup] Aug 13 22:42:10.993 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30442026-08-13T22:42:12.422Z[ helios-setup] Aug 13 22:42:11.002 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30452026-08-13T22:42:12.422Z[ helios-setup] Aug 13 22:42:11.002 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30462026-08-13T22:42:12.426Z[ helios-setup] Aug 13 22:42:11.002 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30472026-08-13T22:42:12.544Z[ helios-setup] Aug 13 22:42:11.107 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30482026-08-13T22:42:12.575Z[ host-package] Compiling crc8 v0.1.1
30492026-08-13T22:42:12.667Z[ host-package] Compiling rustc-hash v2.1.1
30502026-08-13T22:42:12.832Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30512026-08-13T22:42:12.853Z[ helios-setup] Aug 13 22:42:11.434 INFO E| From https://github.com/jclulow/rust-jmclib
30522026-08-13T22:42:12.853Z[ helios-setup] Aug 13 22:42:11.434 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30532026-08-13T22:42:12.866Z[ helios-setup] Aug 13 22:42:11.446 INFO E| Updating crates.io index
30542026-08-13T22:42:12.925Z[ helios-setup] Aug 13 22:42:11.505 INFO E| Downloading crates ...
30552026-08-13T22:42:12.983Z[ helios-setup] Aug 13 22:42:11.564 INFO E| Downloaded fastrand v2.0.0
30562026-08-13T22:42:12.987Z[ helios-setup] Aug 13 22:42:11.568 INFO E| Downloaded walkdir v2.3.3
30572026-08-13T22:42:12.993Z[ helios-setup] Aug 13 22:42:11.574 INFO E| Downloaded getrandom v0.2.10
30582026-08-13T22:42:12.998Z[ helios-setup] Aug 13 22:42:11.580 INFO E| Downloaded md-5 v0.9.1
30592026-08-13T22:42:13.002Z[ helios-setup] Aug 13 22:42:11.581 INFO E| Downloaded errno v0.3.1
30602026-08-13T22:42:13.003Z[ helios-setup] Aug 13 22:42:11.583 INFO E| Downloaded itoa v1.0.9
30612026-08-13T22:42:13.009Z[ helios-setup] Aug 13 22:42:11.590 INFO E| Downloaded block-buffer v0.9.0
30622026-08-13T22:42:13.014Z[ helios-setup] Aug 13 22:42:11.591 INFO E| Downloaded sha-1 v0.9.8
30632026-08-13T22:42:13.017Z[ helios-setup] Aug 13 22:42:11.596 INFO E| Downloaded digest v0.9.0
30642026-08-13T22:42:13.018Z[ helios-setup] Aug 13 22:42:11.598 INFO E| Downloaded libdevinfo-sys v1.0.0
30652026-08-13T22:42:13.021Z[ helios-setup] Aug 13 22:42:11.599 INFO E| Downloaded opaque-debug v0.3.0
30662026-08-13T22:42:13.021Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30672026-08-13T22:42:13.024Z[ helios-setup] Aug 13 22:42:11.604 INFO E| Downloaded cpufeatures v0.2.9
30682026-08-13T22:42:13.028Z[ helios-setup] Aug 13 22:42:11.607 INFO E| Downloaded glob v0.3.1
30692026-08-13T22:42:13.034Z[ helios-setup] Aug 13 22:42:11.615 INFO E| Downloaded tempfile v3.7.0
30702026-08-13T22:42:13.044Z[ helios-setup] Aug 13 22:42:11.626 INFO E| Downloaded once_cell v1.18.0
30712026-08-13T22:42:13.047Z[ helios-setup] Aug 13 22:42:11.627 INFO E| Downloaded proc-macro2 v1.0.66
30722026-08-13T22:42:13.050Z[ helios-setup] Aug 13 22:42:11.629 INFO E| Downloaded quote v1.0.31
30732026-08-13T22:42:13.050Z[ helios-setup] Aug 13 22:42:11.631 INFO E| Downloaded anyhow v1.0.72
30742026-08-13T22:42:13.054Z[ helios-setup] Aug 13 22:42:11.634 INFO E| Downloaded typenum v1.16.0
30752026-08-13T22:42:13.059Z[ helios-setup] Aug 13 22:42:11.637 INFO E| Downloaded bitflags v2.3.3
30762026-08-13T22:42:13.062Z[ helios-setup] Aug 13 22:42:11.639 INFO E| Downloaded ryu v1.0.15
30772026-08-13T22:42:13.062Z[ helios-setup] Aug 13 22:42:11.641 INFO E| Downloaded unicode-ident v1.0.11
30782026-08-13T22:42:13.062Z[ helios-setup] Aug 13 22:42:11.643 INFO E| Downloaded serde_derive v1.0.193
30792026-08-13T22:42:13.065Z[ helios-setup] Aug 13 22:42:11.646 INFO E| Downloaded uuid v0.8.2
30802026-08-13T22:42:13.068Z[ helios-setup] Aug 13 22:42:11.648 INFO E| Downloaded toml v0.5.11
30812026-08-13T22:42:13.071Z[ helios-setup] Aug 13 22:42:11.650 INFO E| Downloaded serde v1.0.193
30822026-08-13T22:42:13.083Z[ helios-setup] Aug 13 22:42:11.664 INFO E| Downloaded serde_json v1.0.103
30832026-08-13T22:42:13.108Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30842026-08-13T22:42:13.128Z[ helios-setup] Aug 13 22:42:11.709 INFO E| Downloaded syn v2.0.32
30852026-08-13T22:42:13.137Z[ helios-setup] Aug 13 22:42:11.716 INFO E| Downloaded rustix v0.38.4
30862026-08-13T22:42:13.174Z[ helios-setup] Aug 13 22:42:11.756 INFO E| Downloaded libc v0.2.147
30872026-08-13T22:42:13.271Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling libc v0.2.147
30882026-08-13T22:42:13.271Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling proc-macro2 v1.0.66
30892026-08-13T22:42:13.271Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling cfg-if v1.0.0
30902026-08-13T22:42:13.274Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling unicode-ident v1.0.11
30912026-08-13T22:42:13.274Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling typenum v1.16.0
30922026-08-13T22:42:13.274Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling version_check v0.9.4
30932026-08-13T22:42:13.274Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling serde v1.0.193
30942026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling slog v2.7.0
30952026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling rustix v0.38.4
30962026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling time-core v0.1.2
30972026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling itoa v1.0.9
30982026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling num-conv v0.1.0
30992026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling powerfmt v0.2.0
31002026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling num_threads v0.1.6
31012026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling once_cell v1.18.0
31022026-08-13T22:42:13.275Z[ helios-setup] Aug 13 22:42:11.852 INFO E| Compiling bitflags v2.3.3
31032026-08-13T22:42:13.544Z[ host-package] Compiling headers-core v0.3.0
31042026-08-13T22:42:13.576Z[ helios-setup] Aug 13 22:42:12.157 INFO E| Compiling fastrand v2.0.0
31052026-08-13T22:42:13.685Z[ helios-setup] Aug 13 22:42:12.266 INFO E| Compiling opaque-debug v0.3.0
31062026-08-13T22:42:13.690Z[ host-package] Compiling libxml v0.3.3
31072026-08-13T22:42:13.765Z[ helios-setup] Aug 13 22:42:12.346 INFO E| Compiling deranged v0.3.11
31082026-08-13T22:42:13.815Z[ helios-setup] Aug 13 22:42:12.393 INFO E| Compiling anyhow v1.0.72
31092026-08-13T22:42:13.852Z[ helios-setup] Aug 13 22:42:12.428 INFO E| Compiling serde_json v1.0.103
31102026-08-13T22:42:13.981Z[ helios-setup] Aug 13 22:42:12.562 INFO E| Compiling thread_local v1.1.7
31112026-08-13T22:42:14.024Z[ helios-setup] Aug 13 22:42:12.604 INFO E| Compiling generic-array v0.14.7
31122026-08-13T22:42:14.024Z[ helios-setup] Aug 13 22:42:12.604 INFO E| Compiling same-file v1.0.6
31132026-08-13T22:42:14.211Z[ host-package] Compiling headers v0.4.1
31142026-08-13T22:42:14.232Z[ helios-setup] Aug 13 22:42:12.813 INFO E| Compiling time-macros v0.2.18
31152026-08-13T22:42:14.316Z[ helios-setup] Aug 13 22:42:12.895 INFO E| Compiling cpufeatures v0.2.9
31162026-08-13T22:42:14.321Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31172026-08-13T22:42:14.385Z[ helios-setup] Aug 13 22:42:12.965 INFO E| Compiling unicode-width v0.1.10
31182026-08-13T22:42:14.457Z[ host-package] Compiling strum_macros v0.24.3
31192026-08-13T22:42:14.461Z[ helios-setup] Aug 13 22:42:13.039 INFO E| Compiling ryu v1.0.15
31202026-08-13T22:42:14.486Z[ helios-setup] Aug 13 22:42:13.067 INFO E| Compiling walkdir v2.3.3
31212026-08-13T22:42:14.497Z[ helios-setup] Aug 13 22:42:13.078 INFO E| Compiling getopts v0.2.21
31222026-08-13T22:42:14.501Z[ helios-setup] Aug 13 22:42:13.083 INFO E| Compiling glob v0.3.1
31232026-08-13T22:42:14.533Z[ helios-setup] Aug 13 22:42:13.113 INFO E| Compiling libdevinfo-sys v1.0.0
31242026-08-13T22:42:14.567Z[ host-package] Compiling indoc v1.0.9
31252026-08-13T22:42:14.730Z[ helios-setup] Aug 13 22:42:13.311 INFO E| Compiling quote v1.0.31
31262026-08-13T22:42:14.897Z[ helios-setup] Aug 13 22:42:13.478 INFO E| Compiling dirs-sys-next v0.1.2
31272026-08-13T22:42:14.898Z[ helios-setup] Aug 13 22:42:13.478 INFO E| Compiling errno v0.3.1
31282026-08-13T22:42:14.898Z[ helios-setup] Aug 13 22:42:13.478 INFO E| Compiling atty v0.2.14
31292026-08-13T22:42:14.904Z[ helios-setup] Aug 13 22:42:13.478 INFO E| Compiling getrandom v0.2.10
31302026-08-13T22:42:15.144Z[ helios-setup] Aug 13 22:42:13.725 INFO E| Compiling syn v2.0.32
31312026-08-13T22:42:15.171Z[ helios-setup] Aug 13 22:42:13.752 INFO E| Compiling dirs-next v2.0.0
31322026-08-13T22:42:15.248Z[ helios-setup] Aug 13 22:42:13.829 INFO E| Compiling term v0.7.0
31332026-08-13T22:42:15.433Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31342026-08-13T22:42:15.548Z[ host-package] Compiling derive_builder v0.20.2
31352026-08-13T22:42:15.849Z[ helios-setup] Aug 13 22:42:14.429 INFO E| Compiling block-buffer v0.9.0
31362026-08-13T22:42:15.849Z[ helios-setup] Aug 13 22:42:14.429 INFO E| Compiling digest v0.9.0
31372026-08-13T22:42:15.896Z[ helios-setup] Aug 13 22:42:14.477 INFO E| Compiling tempfile v3.7.0
31382026-08-13T22:42:15.907Z[ helios-setup] Aug 13 22:42:14.486 INFO E| Compiling time v0.3.36
31392026-08-13T22:42:15.952Z[ helios-setup] Aug 13 22:42:14.529 INFO E| Compiling sha-1 v0.9.8
31402026-08-13T22:42:15.952Z[ helios-setup] Aug 13 22:42:14.529 INFO E| Compiling md-5 v0.9.1
31412026-08-13T22:42:15.987Z[ host-package] Compiling oso-derive v0.27.3
31422026-08-13T22:42:16.102Z[ host-package] Compiling quick-xml v0.37.5
31432026-08-13T22:42:16.144Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31442026-08-13T22:42:16.422Z[ host-package] Compiling openssl-probe v0.1.6
31452026-08-13T22:42:16.577Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31462026-08-13T22:42:16.788Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31472026-08-13T22:42:16.829Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31482026-08-13T22:42:16.833Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31492026-08-13T22:42:16.848Z[ helios-setup] Aug 13 22:42:15.429 INFO E| Compiling slog-term v2.9.0
31502026-08-13T22:42:17.137Z[ host-package] Compiling bb8 v0.8.6
31512026-08-13T22:42:17.532Z[ host-package] Compiling trait-variant v0.1.2
31522026-08-13T22:42:17.536Z[ helios-setup] Aug 13 22:42:16.096 INFO E| Compiling serde_derive v1.0.193
31532026-08-13T22:42:17.620Z[ host-package] Compiling half v1.8.3
31542026-08-13T22:42:17.720Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31552026-08-13T22:42:17.957Z[ host-package] Compiling serde_cbor v0.11.2
31562026-08-13T22:42:18.131Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31572026-08-13T22:42:18.179Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31582026-08-13T22:42:18.318Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31592026-08-13T22:42:18.437Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31602026-08-13T22:42:18.857Z[ host-package] Compiling progenitor-impl v0.13.0
31612026-08-13T22:42:18.947Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31622026-08-13T22:42:18.993Z[ host-package] Compiling nonempty v0.12.0
31632026-08-13T22:42:19.095Z[ host-package] Compiling samael v0.0.19
31642026-08-13T22:42:19.202Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31652026-08-13T22:42:19.357Z[ host-package] Compiling progenitor-client v0.13.0
31662026-08-13T22:42:20.093Z[ host-package] Compiling fxhash v0.2.1
31672026-08-13T22:42:20.320Z[ host-package] Compiling libz-sys v1.1.24
31682026-08-13T22:42:20.628Z[ host-package] Compiling salty v0.3.0
31692026-08-13T22:42:20.790Z[ host-package] Compiling polar-core v0.27.3
31702026-08-13T22:42:20.867Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31712026-08-13T22:42:20.941Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31722026-08-13T22:42:21.086Z[ host-package] Compiling progenitor-macro v0.13.0
31732026-08-13T22:42:21.232Z[ host-package] Compiling kstat-rs v0.2.5
31742026-08-13T22:42:22.006Z[ host-package] Compiling mime_guess v2.0.5
31752026-08-13T22:42:22.200Z[ helios-setup] Aug 13 22:42:20.781 INFO E| Compiling toml v0.5.11
31762026-08-13T22:42:22.200Z[ helios-setup] Aug 13 22:42:20.781 INFO E| Compiling uuid v0.8.2
31772026-08-13T22:42:22.744Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31782026-08-13T22:42:22.986Z[ helios-setup] Aug 13 22:42:21.565 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31792026-08-13T22:42:23.068Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31802026-08-13T22:42:23.735Z[ helios-setup] Aug 13 22:42:22.316 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31812026-08-13T22:42:24.295Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31822026-08-13T22:42:24.643Z[ host-package] Compiling rfc6979 v0.4.0
31832026-08-13T22:42:24.802Z[ host-package] Compiling nanorand v0.7.0
31842026-08-13T22:42:24.860Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31852026-08-13T22:42:24.947Z[ host-package] Compiling parking_lot_core v0.8.6
31862026-08-13T22:42:25.219Z[ host-package] Compiling flume v0.11.1
31872026-08-13T22:42:25.404Z[ host-package] Compiling ecdsa v0.16.9
31882026-08-13T22:42:25.448Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31892026-08-13T22:42:25.874Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31902026-08-13T22:42:25.931Z[ host-package] Compiling progenitor v0.13.0
31912026-08-13T22:42:26.123Z[ host-package] Compiling primeorder v0.13.6
31922026-08-13T22:42:26.176Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
31932026-08-13T22:42:26.528Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31942026-08-13T22:42:26.671Z[ host-package] Compiling git-stub v1.0.0
31952026-08-13T22:42:27.110Z[ host-package] Compiling instability v0.3.11
31962026-08-13T22:42:27.259Z[ host-package] Compiling http-range v0.1.5
31972026-08-13T22:42:27.454Z[ host-package] Compiling strsim v0.10.0
31982026-08-13T22:42:27.592Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31992026-08-13T22:42:27.765Z[ host-package] Compiling darling_core v0.13.4
32002026-08-13T22:42:27.987Z[ host-package] Compiling git-stub-vcs v0.1.0
32012026-08-13T22:42:28.046Z[ helios-setup] Aug 13 22:42:26.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
32022026-08-13T22:42:28.070Z[ helios-setup] Aug 13 22:42:26.651 INFO building project "image-builder" ok (15 seconds)
32032026-08-13T22:42:28.070Z[ helios-setup] Aug 13 22:42:26.651 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32042026-08-13T22:42:28.105Z[ helios-setup] Aug 13 22:42:26.687 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32052026-08-13T22:42:28.105Z[ helios-setup] Aug 13 22:42:26.687 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32062026-08-13T22:42:28.106Z[ helios-setup] Aug 13 22:42:26.687 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32072026-08-13T22:42:28.278Z[ helios-setup] Aug 13 22:42:26.860 INFO E| Updating crates.io index
32082026-08-13T22:42:28.282Z[ helios-setup] Aug 13 22:42:26.860 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32092026-08-13T22:42:28.352Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
32102026-08-13T22:42:28.828Z[ helios-setup] Aug 13 22:42:27.406 INFO E| From https://github.com/oxidecomputer/amd-apcb
32112026-08-13T22:42:28.828Z[ helios-setup] Aug 13 22:42:27.406 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32122026-08-13T22:42:28.840Z[ helios-setup] Aug 13 22:42:27.420 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32132026-08-13T22:42:29.187Z[ host-package] Compiling p384 v0.13.1
32142026-08-13T22:42:29.190Z[ helios-setup] Aug 13 22:42:27.770 INFO E| From https://github.com/oxidecomputer/amd-efs
32152026-08-13T22:42:29.191Z[ helios-setup] Aug 13 22:42:27.770 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32162026-08-13T22:42:29.308Z[ helios-setup] Aug 13 22:42:27.889 INFO E| Downloading crates ...
32172026-08-13T22:42:29.371Z[ helios-setup] Aug 13 22:42:27.936 INFO E| Downloaded heck v0.3.3
32182026-08-13T22:42:29.378Z[ helios-setup] Aug 13 22:42:27.942 INFO E| Downloaded ansi_term v0.12.1
32192026-08-13T22:42:29.378Z[ helios-setup] Aug 13 22:42:27.947 INFO E| Downloaded rustversion v1.0.20
32202026-08-13T22:42:29.378Z[ helios-setup] Aug 13 22:42:27.950 INFO E| Downloaded modular-bitfield v0.13.1
32212026-08-13T22:42:29.379Z[ helios-setup] Aug 13 22:42:27.956 INFO E| Downloaded unic-ucd-version v0.9.0
32222026-08-13T22:42:29.379Z[ helios-setup] Aug 13 22:42:27.957 INFO E| Downloaded strsim v0.8.0
32232026-08-13T22:42:29.386Z[ helios-setup] Aug 13 22:42:27.958 INFO E| Downloaded unic-ucd-ident v0.9.0
32242026-08-13T22:42:29.386Z[ helios-setup] Aug 13 22:42:27.959 INFO E| Downloaded unic-char-property v0.9.0
32252026-08-13T22:42:29.386Z[ helios-setup] Aug 13 22:42:27.960 INFO E| Downloaded unic-char-range v0.9.0
32262026-08-13T22:42:29.386Z[ helios-setup] Aug 13 22:42:27.961 INFO E| Downloaded strum v0.27.1
32272026-08-13T22:42:29.386Z[ helios-setup] Aug 13 22:42:27.962 INFO E| Downloaded four-cc v0.4.0
32282026-08-13T22:42:29.391Z[ helios-setup] Aug 13 22:42:27.966 INFO E| Downloaded vec_map v0.8.2
32292026-08-13T22:42:29.391Z[ helios-setup] Aug 13 22:42:27.966 INFO E| Downloaded fletcher v1.0.0
32302026-08-13T22:42:29.391Z[ helios-setup] Aug 13 22:42:27.967 INFO E| Downloaded parse_int v0.9.0
32312026-08-13T22:42:29.395Z[ helios-setup] Aug 13 22:42:27.976 INFO E| Downloaded dyn-clone v1.0.19
32322026-08-13T22:42:29.423Z[ helios-setup] Aug 13 22:42:27.985 INFO E| Downloaded modular-bitfield-impl v0.11.2
32332026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.986 INFO E| Downloaded modular-bitfield-impl v0.13.1
32342026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.987 INFO E| Downloaded pest_generator v2.8.0
32352026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.988 INFO E| Downloaded bytesize v2.0.1
32362026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.989 INFO E| Downloaded strum_macros v0.27.1
32372026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.990 INFO E| Downloaded textwrap v0.11.0
32382026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.992 INFO E| Downloaded unic-common v0.9.0
32392026-08-13T22:42:29.430Z[ helios-setup] Aug 13 22:42:27.992 INFO E| Downloaded structopt-derive v0.4.18
32402026-08-13T22:42:29.435Z[ helios-setup] Aug 13 22:42:28.011 INFO E| Downloaded pest_meta v2.8.0
32412026-08-13T22:42:29.435Z[ helios-setup] Aug 13 22:42:28.013 INFO E| Downloaded modular-bitfield v0.11.2
32422026-08-13T22:42:29.441Z[ helios-setup] Aug 13 22:42:28.019 INFO E| Downloaded log v0.4.27
32432026-08-13T22:42:29.459Z[ helios-setup] Aug 13 22:42:28.021 INFO E| Downloaded pest_derive v2.8.0
32442026-08-13T22:42:29.459Z[ helios-setup] Aug 13 22:42:28.023 INFO E| Downloaded structopt v0.3.26
32452026-08-13T22:42:29.464Z[ helios-setup] Aug 13 22:42:28.027 INFO E| Downloaded typenum v1.18.0
32462026-08-13T22:42:29.464Z[ helios-setup] Aug 13 22:42:28.029 INFO E| Downloaded zerocopy-derive v0.8.25
32472026-08-13T22:42:29.464Z[ helios-setup] Aug 13 22:42:28.033 INFO E| Downloaded pest v2.8.0
32482026-08-13T22:42:29.464Z[ helios-setup] Aug 13 22:42:28.038 INFO E| Downloaded goblin v0.9.3
32492026-08-13T22:42:29.477Z[ helios-setup] Aug 13 22:42:28.052 INFO E| Downloaded clap v2.34.0
32502026-08-13T22:42:29.477Z[ helios-setup] Aug 13 22:42:28.056 INFO E| Downloaded zerocopy v0.8.25
32512026-08-13T22:42:29.543Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling proc-macro2 v1.0.95
32522026-08-13T22:42:29.543Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling unicode-ident v1.0.18
32532026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling memchr v2.7.4
32542026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling autocfg v1.4.0
32552026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling thiserror v2.0.12
32562026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling syn v1.0.109
32572026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.124 INFO E| Compiling serde v1.0.219
32582026-08-13T22:42:29.547Z[ helios-setup] Aug 13 22:42:28.125 INFO E| Compiling version_check v0.9.5
32592026-08-13T22:42:29.581Z[ helios-setup] Aug 13 22:42:28.152 INFO E| Compiling serde_json v1.0.140
32602026-08-13T22:42:29.581Z[ helios-setup] Aug 13 22:42:28.152 INFO E| Compiling itoa v1.0.15
32612026-08-13T22:42:29.587Z[ helios-setup] Aug 13 22:42:28.152 INFO E| Compiling schemars v0.8.22
32622026-08-13T22:42:29.587Z[ helios-setup] Aug 13 22:42:28.152 INFO E| Compiling ryu v1.0.20
32632026-08-13T22:42:29.587Z[ helios-setup] Aug 13 22:42:28.152 INFO E| Compiling zerocopy v0.8.25
32642026-08-13T22:42:29.598Z[ helios-setup] Aug 13 22:42:28.178 INFO E| Compiling static_assertions v1.1.0
32652026-08-13T22:42:29.635Z[ helios-setup] Aug 13 22:42:28.216 INFO E| Compiling libc v0.2.172
32662026-08-13T22:42:29.656Z[ helios-setup] Aug 13 22:42:28.236 INFO E| Compiling dyn-clone v1.0.19
32672026-08-13T22:42:29.841Z[ helios-setup] Aug 13 22:42:28.422 INFO E| Compiling rustversion v1.0.20
32682026-08-13T22:42:30.025Z[ helios-setup] Aug 13 22:42:28.607 INFO E| Compiling paste v1.0.15
32692026-08-13T22:42:30.092Z[ helios-setup] Aug 13 22:42:28.673 INFO E| Compiling ucd-trie v0.1.7
32702026-08-13T22:42:30.103Z[ helios-setup] Aug 13 22:42:28.685 INFO E| Compiling once_cell v1.21.3
32712026-08-13T22:42:30.328Z[ helios-setup] Aug 13 22:42:28.909 INFO E| Compiling unicode-width v0.1.14
32722026-08-13T22:42:30.446Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32732026-08-13T22:42:30.467Z[ helios-setup] Aug 13 22:42:29.048 INFO E| Compiling unicode-segmentation v1.12.0
32742026-08-13T22:42:30.521Z[ helios-setup] Aug 13 22:42:29.102 INFO E| Compiling proc-macro-error-attr v1.0.4
32752026-08-13T22:42:30.549Z[ helios-setup] Aug 13 22:42:29.130 INFO E| Compiling proc-macro-error v1.0.4
32762026-08-13T22:42:30.560Z[ helios-setup] Aug 13 22:42:29.142 INFO E| Compiling heck v0.5.0
32772026-08-13T22:42:30.593Z[ helios-setup] Aug 13 22:42:29.174 INFO E| Compiling strsim v0.8.0
32782026-08-13T22:42:30.806Z[ helios-setup] Aug 13 22:42:29.315 INFO E| Compiling num-traits v0.2.19
32792026-08-13T22:42:30.811Z[ helios-setup] Aug 13 22:42:29.340 INFO E| Compiling memoffset v0.9.1
32802026-08-13T22:42:30.811Z[ helios-setup] Aug 13 22:42:29.359 INFO E| Compiling textwrap v0.11.0
32812026-08-13T22:42:30.811Z[ host-package] Compiling ignore v0.4.25
32822026-08-13T22:42:30.907Z[ helios-setup] Aug 13 22:42:29.488 INFO E| Compiling ansi_term v0.12.1
32832026-08-13T22:42:30.917Z[ helios-setup] Aug 13 22:42:29.498 INFO E| Compiling byteorder v1.5.0
32842026-08-13T22:42:30.957Z[ helios-setup] Aug 13 22:42:29.537 INFO E| Compiling atty v0.2.14
32852026-08-13T22:42:30.961Z[ helios-setup] Aug 13 22:42:29.537 INFO E| Compiling unic-common v0.9.0
32862026-08-13T22:42:30.965Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32872026-08-13T22:42:31.079Z[ helios-setup] Aug 13 22:42:29.660 INFO E| Compiling bitflags v1.3.2
32882026-08-13T22:42:31.144Z[ helios-setup] Aug 13 22:42:29.725 INFO E| Compiling vec_map v0.8.2
32892026-08-13T22:42:31.162Z[ helios-setup] Aug 13 22:42:29.743 INFO E| Compiling strum v0.27.1
32902026-08-13T22:42:31.162Z[ helios-setup] Aug 13 22:42:29.743 INFO E| Compiling unic-char-range v0.9.0
32912026-08-13T22:42:31.259Z[ helios-setup] Aug 13 22:42:29.839 INFO E| Compiling fletcher v1.0.0
32922026-08-13T22:42:31.283Z[ helios-setup] Aug 13 22:42:29.864 INFO E| Compiling unic-ucd-version v0.9.0
32932026-08-13T22:42:31.349Z[ helios-setup] Aug 13 22:42:29.931 INFO E| Compiling unic-char-property v0.9.0
32942026-08-13T22:42:31.376Z[ helios-setup] Aug 13 22:42:29.957 INFO E| Compiling plain v0.2.3
32952026-08-13T22:42:31.396Z[ helios-setup] Aug 13 22:42:29.977 INFO E| Compiling log v0.4.27
32962026-08-13T22:42:31.404Z[ helios-setup] Aug 13 22:42:29.986 INFO E| Compiling lazy_static v1.5.0
32972026-08-13T22:42:31.470Z[ helios-setup] Aug 13 22:42:30.051 INFO E| Compiling heck v0.3.3
32982026-08-13T22:42:31.483Z[ helios-setup] Aug 13 22:42:30.064 INFO E| Compiling unic-ucd-ident v0.9.0
32992026-08-13T22:42:31.524Z[ helios-setup] Aug 13 22:42:30.105 INFO E| Compiling clap v2.34.0
33002026-08-13T22:42:31.524Z[ helios-setup] Aug 13 22:42:30.105 INFO E| Compiling bytesize v2.0.1
33012026-08-13T22:42:31.595Z[ helios-setup] Aug 13 22:42:30.176 INFO E| Compiling quote v1.0.40
33022026-08-13T22:42:31.897Z[ helios-setup] Aug 13 22:42:30.479 INFO E| Compiling syn v2.0.101
33032026-08-13T22:42:32.561Z[ helios-setup] Aug 13 22:42:31.142 INFO E| Compiling parse_int v0.9.0
33042026-08-13T22:42:33.266Z[ host-package] Compiling oso v0.27.3
33052026-08-13T22:42:34.938Z[ helios-setup] Aug 13 22:42:33.518 INFO E| Compiling serde_derive_internals v0.29.1
33062026-08-13T22:42:35.030Z[ helios-setup] Aug 13 22:42:33.611 INFO E| Compiling modular-bitfield-impl v0.11.2
33072026-08-13T22:42:35.030Z[ helios-setup] Aug 13 22:42:33.612 INFO E| Compiling structopt-derive v0.4.18
33082026-08-13T22:42:35.181Z[ host-package] Compiling diesel-dtrace v0.5.0
33092026-08-13T22:42:35.489Z[ host-package] Compiling async-bb8-diesel v0.2.1
33102026-08-13T22:42:35.698Z[ host-package] Compiling vergen-git2 v9.1.0
33112026-08-13T22:42:36.106Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling thiserror-impl v2.0.12
33122026-08-13T22:42:36.106Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling serde_derive v1.0.219
33132026-08-13T22:42:36.110Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling schemars_derive v0.8.22
33142026-08-13T22:42:36.110Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling zerocopy-derive v0.8.25
33152026-08-13T22:42:36.110Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling modular-bitfield-impl v0.13.1
33162026-08-13T22:42:36.118Z[ helios-setup] Aug 13 22:42:34.687 INFO E| Compiling num-derive v0.4.2
33172026-08-13T22:42:36.118Z[ helios-setup] Aug 13 22:42:34.688 INFO E| Compiling scroll_derive v0.12.1
33182026-08-13T22:42:36.118Z[ helios-setup] Aug 13 22:42:34.688 INFO E| Compiling strum_macros v0.27.1
33192026-08-13T22:42:36.202Z[ host-package] Compiling castaway v0.2.4
33202026-08-13T22:42:36.323Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33212026-08-13T22:42:36.639Z[ host-package] Compiling indoc v2.0.7
33222026-08-13T22:42:36.718Z[ helios-setup] Aug 13 22:42:35.299 INFO E| Compiling structopt v0.3.26
33232026-08-13T22:42:36.777Z[ host-package] Compiling compact_str v0.8.1
33242026-08-13T22:42:36.790Z[ helios-setup] Aug 13 22:42:35.371 INFO E| Compiling modular-bitfield v0.11.2
33252026-08-13T22:42:37.282Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33262026-08-13T22:42:37.317Z[ host-package] Compiling globwalk v0.9.1
33272026-08-13T22:42:37.374Z[ helios-setup] Aug 13 22:42:35.955 INFO E| Compiling scroll v0.12.0
33282026-08-13T22:42:37.696Z[ host-package] Compiling parking_lot v0.11.2
33292026-08-13T22:42:37.786Z[ helios-setup] Aug 13 22:42:36.324 INFO E| Compiling goblin v0.9.3
33302026-08-13T22:42:38.181Z[ helios-setup] Aug 13 22:42:36.761 INFO E| Compiling modular-bitfield v0.13.1
33312026-08-13T22:42:38.243Z[ host-package] Compiling hyper-staticfile v0.10.1
33322026-08-13T22:42:38.341Z[ host-package] Compiling darling_macro v0.13.4
33332026-08-13T22:42:38.512Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33342026-08-13T22:42:38.600Z[ helios-setup] Aug 13 22:42:37.181 INFO E| Compiling pest v2.8.0
33352026-08-13T22:42:38.732Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-08-13T22:42:39.097Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33372026-08-13T22:42:39.378Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33382026-08-13T22:42:39.499Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-08-13T22:42:39.538Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33402026-08-13T22:42:39.870Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33412026-08-13T22:42:39.929Z[ host-package] Compiling predicates-tree v1.0.13
33422026-08-13T22:42:39.944Z[ helios-setup] Aug 13 22:42:38.525 INFO E| Compiling pest_meta v2.8.0
33432026-08-13T22:42:40.577Z[ host-package] Compiling unicode-truncate v1.1.0
33442026-08-13T22:42:40.635Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33452026-08-13T22:42:40.723Z[ helios-setup] Aug 13 22:42:39.302 INFO E| Compiling pest_generator v2.8.0
33462026-08-13T22:42:40.885Z[ host-package] Compiling lru v0.12.5
33472026-08-13T22:42:41.057Z[ host-package] Compiling prefix-trie v0.7.0
33482026-08-13T22:42:41.185Z[ host-package] Compiling rand_seeder v0.4.0
33492026-08-13T22:42:41.264Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-08-13T22:42:41.411Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33512026-08-13T22:42:41.624Z[ host-package] Compiling cassowary v0.3.0
33522026-08-13T22:42:41.694Z[ helios-setup] Aug 13 22:42:40.267 INFO E| Compiling pest_derive v2.8.0
33532026-08-13T22:42:41.705Z[ host-package] Compiling corncobs v0.1.4
33542026-08-13T22:42:41.781Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33552026-08-13T22:42:41.948Z[ host-package] Compiling hickory-server v0.25.2
33562026-08-13T22:42:42.151Z[ host-package] Compiling ratatui v0.29.0
33572026-08-13T22:42:42.166Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-08-13T22:42:42.200Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33592026-08-13T22:42:42.314Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33602026-08-13T22:42:42.336Z[ helios-setup] Aug 13 22:42:40.917 INFO E| Compiling json5 v0.4.1
33612026-08-13T22:42:42.378Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-08-13T22:42:42.584Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-08-13T22:42:42.924Z[ host-package] Compiling darling v0.13.4
33642026-08-13T22:42:43.073Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33652026-08-13T22:42:43.111Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33662026-08-13T22:42:43.161Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33672026-08-13T22:42:43.411Z[ helios-setup] Aug 13 22:42:41.937 INFO E| Compiling four-cc v0.4.0
33682026-08-13T22:42:43.414Z[ helios-setup] Aug 13 22:42:41.937 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33692026-08-13T22:42:43.425Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33702026-08-13T22:42:43.438Z[ host-package] Compiling sled v0.34.7
33712026-08-13T22:42:43.502Z[ helios-setup] Aug 13 22:42:42.083 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33722026-08-13T22:42:45.367Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33732026-08-13T22:42:47.750Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742026-08-13T22:42:47.950Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33752026-08-13T22:42:48.116Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33762026-08-13T22:42:48.219Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33772026-08-13T22:42:48.279Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33782026-08-13T22:42:48.491Z[ host-package] Compiling secrecy v0.8.0
33792026-08-13T22:42:48.604Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33802026-08-13T22:42:50.144Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33812026-08-13T22:42:50.675Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33822026-08-13T22:42:51.211Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33832026-08-13T22:42:51.444Z[ host-package] Compiling serde_with_macros v1.5.2
33842026-08-13T22:42:51.536Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33852026-08-13T22:42:51.754Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33862026-08-13T22:42:52.346Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33872026-08-13T22:42:52.444Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33882026-08-13T22:42:52.553Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33892026-08-13T22:42:52.639Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33902026-08-13T22:42:52.693Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33912026-08-13T22:42:52.778Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33922026-08-13T22:42:52.925Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33932026-08-13T22:42:52.970Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33942026-08-13T22:42:53.067Z[ host-package] Compiling arc-swap v1.8.2
33952026-08-13T22:42:53.188Z[ host-package] Compiling git2 v0.20.4
33962026-08-13T22:42:53.249Z[ host-package] Compiling void v1.0.2
33972026-08-13T22:42:53.423Z[ host-package] Compiling lzss v0.8.2
33982026-08-13T22:42:53.490Z[ host-package] Compiling slog-scope v4.4.1
33992026-08-13T22:42:53.749Z[ host-package] Compiling illumos-nvpair v0.3.0
34002026-08-13T22:42:53.821Z[ host-package] Compiling serde_with v1.14.0
34012026-08-13T22:42:53.974Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34022026-08-13T22:42:54.307Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34032026-08-13T22:42:54.552Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34042026-08-13T22:42:55.061Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34052026-08-13T22:42:56.743Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-08-13T22:42:57.115Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34072026-08-13T22:42:57.423Z[ helios-setup] Aug 13 22:42:56.004 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34082026-08-13T22:42:58.310Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34092026-08-13T22:42:58.362Z[ host-package] Compiling scuffle v0.1.0
34102026-08-13T22:42:59.543Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34112026-08-13T22:43:00.675Z[ host-package] Compiling tungstenite v0.23.0
34122026-08-13T22:43:00.711Z[ helios-setup] Aug 13 22:42:59.290 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34132026-08-13T22:43:01.401Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34142026-08-13T22:43:01.672Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34152026-08-13T22:43:02.860Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34162026-08-13T22:43:03.000Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34172026-08-13T22:43:03.106Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34182026-08-13T22:43:03.231Z[ host-package] Compiling nix v0.27.1
34192026-08-13T22:43:03.362Z[ host-package] Compiling twox-hash v2.1.2
34202026-08-13T22:43:03.523Z[ host-package] Compiling libsw-core v0.3.2
34212026-08-13T22:43:03.743Z[ host-package] Compiling atty v0.2.14
34222026-08-13T22:43:03.775Z[ host-package] Compiling serde_bytes v0.11.19
34232026-08-13T22:43:03.924Z[ host-package] Compiling libsw v3.5.0
34242026-08-13T22:43:04.062Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34252026-08-13T22:43:04.122Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34262026-08-13T22:43:04.212Z[ host-package] Compiling tokio-tungstenite v0.23.1
34272026-08-13T22:43:04.514Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-08-13T22:43:04.655Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34292026-08-13T22:43:04.742Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34302026-08-13T22:43:06.477Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-08-13T22:43:06.985Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34322026-08-13T22:43:07.254Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34332026-08-13T22:43:07.329Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34342026-08-13T22:43:08.196Z[ host-package] Compiling slog-stdlog v4.1.1
34352026-08-13T22:43:08.677Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34362026-08-13T22:43:08.966Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-13T22:43:09.074Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34382026-08-13T22:43:09.551Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34392026-08-13T22:43:09.896Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34402026-08-13T22:43:12.437Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-08-13T22:43:13.316Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34422026-08-13T22:43:14.060Z[ helios-setup] Aug 13 22:43:12.641 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.91s
34432026-08-13T22:43:14.096Z[ helios-setup] Aug 13 22:43:12.677 INFO building project "amd-host-image-builder" ok (45 seconds)
34442026-08-13T22:43:14.096Z[ helios-setup] Aug 13 22:43:12.677 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34452026-08-13T22:43:14.108Z[ helios-setup] Aug 13 22:43:12.687 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34462026-08-13T22:43:14.108Z[ helios-setup] Aug 13 22:43:12.687 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34472026-08-13T22:43:14.113Z[ helios-setup] Aug 13 22:43:12.687 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34482026-08-13T22:43:14.138Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34492026-08-13T22:43:14.223Z[ helios-setup] Aug 13 22:43:12.803 INFO E| Blocking waiting for file lock on package cache
34502026-08-13T22:43:14.447Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34512026-08-13T22:43:14.757Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34522026-08-13T22:43:15.014Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-08-13T22:43:16.063Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34542026-08-13T22:43:16.164Z[ helios-setup] Aug 13 22:43:14.746 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34552026-08-13T22:43:16.790Z[ helios-setup] Aug 13 22:43:15.371 INFO E| From https://github.com/jclulow/hiercmd
34562026-08-13T22:43:16.790Z[ helios-setup] Aug 13 22:43:15.371 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34572026-08-13T22:43:16.803Z[ helios-setup] Aug 13 22:43:15.384 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34582026-08-13T22:43:17.100Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34592026-08-13T22:43:17.138Z[ helios-setup] Aug 13 22:43:15.719 INFO E| From https://github.com/oxidecomputer/network-interface
34602026-08-13T22:43:17.141Z[ helios-setup] Aug 13 22:43:15.719 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34612026-08-13T22:43:17.145Z[ helios-setup] Aug 13 22:43:15.727 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34622026-08-13T22:43:17.500Z[ helios-setup] Aug 13 22:43:16.080 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34632026-08-13T22:43:17.500Z[ helios-setup] Aug 13 22:43:16.080 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34642026-08-13T22:43:17.517Z[ helios-setup] Aug 13 22:43:16.098 INFO E| Updating crates.io index
34652026-08-13T22:43:17.583Z[ helios-setup] Aug 13 22:43:16.164 INFO E| Downloading crates ...
34662026-08-13T22:43:17.632Z[ helios-setup] Aug 13 22:43:16.213 INFO E| Downloaded anstyle v1.0.13
34672026-08-13T22:43:17.635Z[ helios-setup] Aug 13 22:43:16.214 INFO E| Downloaded anstyle-query v1.1.4
34682026-08-13T22:43:17.640Z[ helios-setup] Aug 13 22:43:16.221 INFO E| Downloaded getrandom v0.2.16
34692026-08-13T22:43:17.643Z[ helios-setup] Aug 13 22:43:16.223 INFO E| Downloaded clap v4.5.51
34702026-08-13T22:43:17.649Z[ helios-setup] Aug 13 22:43:16.229 INFO E| Downloaded futures-macro v0.3.31
34712026-08-13T22:43:17.653Z[ helios-setup] Aug 13 22:43:16.235 INFO E| Downloaded devinfo v0.1.0
34722026-08-13T22:43:17.661Z[ helios-setup] Aug 13 22:43:16.242 INFO E| Downloaded env_filter v0.1.4
34732026-08-13T22:43:17.693Z[ helios-setup] Aug 13 22:43:16.274 INFO E| Downloaded num_enum v0.7.5
34742026-08-13T22:43:17.696Z[ helios-setup] Aug 13 22:43:16.277 INFO E| Downloaded thiserror-impl v2.0.17
34752026-08-13T22:43:17.699Z[ helios-setup] Aug 13 22:43:16.278 INFO E| Downloaded futures-channel v0.3.31
34762026-08-13T22:43:17.699Z[ helios-setup] Aug 13 22:43:16.279 INFO E| Downloaded quote v1.0.41
34772026-08-13T22:43:17.703Z[ helios-setup] Aug 13 22:43:16.281 INFO E| Downloaded futures-executor v0.3.31
34782026-08-13T22:43:17.703Z[ helios-setup] Aug 13 22:43:16.282 INFO E| Downloaded pin-utils v0.1.0
34792026-08-13T22:43:17.703Z[ helios-setup] Aug 13 22:43:16.282 INFO E| Downloaded zeroize_derive v1.4.2
34802026-08-13T22:43:17.703Z[ helios-setup] Aug 13 22:43:16.283 INFO E| Downloaded clap_lex v0.7.6
34812026-08-13T22:43:17.706Z[ helios-setup] Aug 13 22:43:16.284 INFO E| Downloaded serde_spanned v1.0.3
34822026-08-13T22:43:17.706Z[ helios-setup] Aug 13 22:43:16.285 INFO E| Downloaded futures-core v0.3.31
34832026-08-13T22:43:17.706Z[ helios-setup] Aug 13 22:43:16.286 INFO E| Downloaded bitfield-macros v0.19.3
34842026-08-13T22:43:17.706Z[ helios-setup] Aug 13 22:43:16.286 INFO E| Downloaded futures-io v0.3.31
34852026-08-13T22:43:17.706Z[ helios-setup] Aug 13 22:43:16.286 INFO E| Downloaded toml v0.9.8
34862026-08-13T22:43:17.709Z[ helios-setup] Aug 13 22:43:16.289 INFO E| Downloaded thiserror v2.0.17
34872026-08-13T22:43:17.712Z[ helios-setup] Aug 13 22:43:16.293 INFO E| Downloaded simd-adler32 v0.3.7
34882026-08-13T22:43:17.715Z[ helios-setup] Aug 13 22:43:16.294 INFO E| Downloaded libdevinfo-sys v1.1.0
34892026-08-13T22:43:17.746Z[ helios-setup] Aug 13 22:43:16.327 INFO E| Downloaded time-core v0.1.6
34902026-08-13T22:43:17.749Z[ helios-setup] Aug 13 22:43:16.328 INFO E| Downloaded crc v3.3.0
34912026-08-13T22:43:17.749Z[ helios-setup] Aug 13 22:43:16.329 INFO E| Downloaded futures-sink v0.3.31
34922026-08-13T22:43:17.749Z[ helios-setup] Aug 13 22:43:16.330 INFO E| Downloaded num_enum_derive v0.7.5
34932026-08-13T22:43:17.749Z[ helios-setup] Aug 13 22:43:16.330 INFO E| Downloaded bitfield v0.19.3
34942026-08-13T22:43:17.754Z[ helios-setup] Aug 13 22:43:16.333 INFO E| Downloaded generic-array v0.14.9
34952026-08-13T22:43:17.758Z[ helios-setup] Aug 13 22:43:16.334 INFO E| Downloaded deranged v0.5.5
34962026-08-13T22:43:17.758Z[ helios-setup] Aug 13 22:43:16.335 INFO E| Downloaded base64ct v1.8.0
34972026-08-13T22:43:17.758Z[ helios-setup] Aug 13 22:43:16.337 INFO E| Downloaded bitflags v2.10.0
34982026-08-13T22:43:17.761Z[ helios-setup] Aug 13 22:43:16.339 INFO E| Downloaded clap_derive v4.5.49
34992026-08-13T22:43:17.761Z[ helios-setup] Aug 13 22:43:16.341 INFO E| Downloaded toml_datetime v0.7.3
35002026-08-13T22:43:17.761Z[ helios-setup] Aug 13 22:43:16.342 INFO E| Downloaded pin-project-lite v0.2.16
35012026-08-13T22:43:17.765Z[ helios-setup] Aug 13 22:43:16.345 INFO E| Downloaded futures-task v0.3.31
35022026-08-13T22:43:17.765Z[ helios-setup] Aug 13 22:43:16.346 INFO E| Downloaded getopts v0.2.24
35032026-08-13T22:43:17.768Z[ helios-setup] Aug 13 22:43:16.347 INFO E| Downloaded signal-hook-registry v1.4.6
35042026-08-13T22:43:17.768Z[ helios-setup] Aug 13 22:43:16.348 INFO E| Downloaded slab v0.4.11
35052026-08-13T22:43:17.768Z[ helios-setup] Aug 13 22:43:16.348 INFO E| Downloaded time-macros v0.2.24
35062026-08-13T22:43:17.771Z[ helios-setup] Aug 13 22:43:16.350 INFO E| Downloaded tokio-macros v2.6.0
35072026-08-13T22:43:17.771Z[ helios-setup] Aug 13 22:43:16.351 INFO E| Downloaded toml_writer v1.0.4
35082026-08-13T22:43:17.771Z[ helios-setup] Aug 13 22:43:16.352 INFO E| Downloaded futures v0.3.31
35092026-08-13T22:43:17.776Z[ helios-setup] Aug 13 22:43:16.355 INFO E| Downloaded env_logger v0.11.8
35102026-08-13T22:43:17.807Z[ helios-setup] Aug 13 22:43:16.389 INFO E| Downloaded unicode-ident v1.0.22
35112026-08-13T22:43:17.811Z[ helios-setup] Aug 13 22:43:16.391 INFO E| Downloaded find-msvc-tools v0.1.4
35122026-08-13T22:43:17.811Z[ helios-setup] Aug 13 22:43:16.392 INFO E| Downloaded socket2 v0.6.1
35132026-08-13T22:43:17.814Z[ helios-setup] Aug 13 22:43:16.393 INFO E| Downloaded proc-macro2 v1.0.103
35142026-08-13T22:43:17.814Z[ helios-setup] Aug 13 22:43:16.395 INFO E| Downloaded log v0.4.28
35152026-08-13T22:43:17.819Z[ helios-setup] Aug 13 22:43:16.396 INFO E| Downloaded toml_parser v1.0.4
35162026-08-13T22:43:17.819Z[ helios-setup] Aug 13 22:43:16.398 INFO E| Downloaded indexmap v2.12.0
35172026-08-13T22:43:17.823Z[ helios-setup] Aug 13 22:43:16.401 INFO E| Downloaded anyhow v1.0.100
35182026-08-13T22:43:17.827Z[ helios-setup] Aug 13 22:43:16.404 INFO E| Downloaded cc v1.2.44
35192026-08-13T22:43:17.827Z[ helios-setup] Aug 13 22:43:16.406 INFO E| Downloaded bytes v1.10.1
35202026-08-13T22:43:17.830Z[ helios-setup] Aug 13 22:43:16.408 INFO E| Downloaded uuid v1.18.1
35212026-08-13T22:43:17.830Z[ helios-setup] Aug 13 22:43:16.411 INFO E| Downloaded rand v0.8.5
35222026-08-13T22:43:17.833Z[ helios-setup] Aug 13 22:43:16.413 INFO E| Downloaded flate2 v1.1.5
35232026-08-13T22:43:17.837Z[ helios-setup] Aug 13 22:43:16.416 INFO E| Downloaded toml_edit v0.23.7
35242026-08-13T22:43:17.840Z[ helios-setup] Aug 13 22:43:16.418 INFO E| Downloaded typenum v1.19.0
35252026-08-13T22:43:17.840Z[ helios-setup] Aug 13 22:43:16.420 INFO E| Downloaded rsa v0.9.8
35262026-08-13T22:43:17.844Z[ helios-setup] Aug 13 22:43:16.423 INFO E| Downloaded iddqd v0.3.14
35272026-08-13T22:43:17.912Z[ helios-setup] Aug 13 22:43:16.493 INFO E| Downloaded mio v1.1.0
35282026-08-13T22:43:17.915Z[ helios-setup] Aug 13 22:43:16.497 INFO E| Downloaded memchr v2.7.6
35292026-08-13T22:43:17.919Z[ helios-setup] Aug 13 22:43:16.500 INFO E| Downloaded serde_json v1.0.145
35302026-08-13T22:43:17.923Z[ helios-setup] Aug 13 22:43:16.505 INFO E| Downloaded num-bigint-dig v0.8.4
35312026-08-13T22:43:17.926Z[ helios-setup] Aug 13 22:43:16.508 INFO E| Downloaded futures-util v0.3.31
35322026-08-13T22:43:17.933Z[ helios-setup] Aug 13 22:43:16.515 INFO E| Downloaded libm v0.2.15
35332026-08-13T22:43:17.941Z[ helios-setup] Aug 13 22:43:16.522 INFO E| Downloaded time v0.3.44
35342026-08-13T22:43:17.946Z[ helios-setup] Aug 13 22:43:16.527 INFO E| Downloaded hashbrown v0.16.0
35352026-08-13T22:43:17.949Z[ helios-setup] Aug 13 22:43:16.531 INFO E| Downloaded clap_builder v4.5.51
35362026-08-13T22:43:17.954Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35372026-08-13T22:43:17.957Z[ helios-setup] Aug 13 22:43:16.536 INFO E| Downloaded chrono v0.4.42
35382026-08-13T22:43:17.981Z[ helios-setup] Aug 13 22:43:16.563 INFO E| Downloaded unicode-width v0.2.2
35392026-08-13T22:43:17.985Z[ helios-setup] Aug 13 22:43:16.566 INFO E| Downloaded syn v2.0.108
35402026-08-13T22:43:17.991Z[ helios-setup] Aug 13 22:43:16.573 INFO E| Downloaded rustix v1.1.2
35412026-08-13T22:43:18.031Z[ helios-setup] Aug 13 22:43:16.613 INFO E| Downloaded libc v0.2.177
35422026-08-13T22:43:18.048Z[ helios-setup] Aug 13 22:43:16.628 INFO E| Downloaded tokio v1.48.0
35432026-08-13T22:43:18.236Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling proc-macro2 v1.0.103
35442026-08-13T22:43:18.236Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling unicode-ident v1.0.22
35452026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling quote v1.0.41
35462026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling libc v0.2.177
35472026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling serde_core v1.0.228
35482026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling cfg-if v1.0.4
35492026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling serde v1.0.228
35502026-08-13T22:43:18.239Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling version_check v0.9.5
35512026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling autocfg v1.5.0
35522026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling const-oid v0.9.6
35532026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling typenum v1.19.0
35542026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling libm v0.2.15
35552026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling zerocopy v0.8.27
35562026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling rustversion v1.0.22
35572026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling smallvec v1.15.1
35582026-08-13T22:43:18.240Z[ helios-setup] Aug 13 22:43:16.818 INFO E| Compiling base64ct v1.8.0
35592026-08-13T22:43:18.291Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35602026-08-13T22:43:18.569Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35612026-08-13T22:43:18.755Z[ helios-setup] Aug 13 22:43:17.337 INFO E| Compiling zeroize v1.8.2
35622026-08-13T22:43:18.811Z[ helios-setup] Aug 13 22:43:17.392 INFO E| Compiling utf8parse v0.2.2
35632026-08-13T22:43:19.189Z[ helios-setup] Aug 13 22:43:17.769 INFO E| Compiling pem-rfc7468 v0.7.0
35642026-08-13T22:43:19.298Z[ helios-setup] Aug 13 22:43:17.879 INFO E| Compiling winnow v0.7.13
35652026-08-13T22:43:19.355Z[ helios-setup] Aug 13 22:43:17.935 INFO E| Compiling equivalent v1.0.2
35662026-08-13T22:43:19.379Z[ helios-setup] Aug 13 22:43:17.960 INFO E| Compiling generic-array v0.14.9
35672026-08-13T22:43:19.410Z[ helios-setup] Aug 13 22:43:17.991 INFO E| Compiling flagset v0.4.7
35682026-08-13T22:43:19.434Z[ host-package] Compiling signal-hook-tokio v0.3.1
35692026-08-13T22:43:19.439Z[ helios-setup] Aug 13 22:43:18.021 INFO E| Compiling rustix v1.1.2
35702026-08-13T22:43:19.478Z[ helios-setup] Aug 13 22:43:18.059 INFO E| Compiling hashbrown v0.16.0
35712026-08-13T22:43:19.524Z[ helios-setup] Aug 13 22:43:18.105 INFO E| Compiling anyhow v1.0.100
35722026-08-13T22:43:19.537Z[ helios-setup] Aug 13 22:43:18.119 INFO E| Compiling num-traits v0.2.19
35732026-08-13T22:43:19.599Z[ helios-setup] Aug 13 22:43:18.180 INFO E| Compiling crc32fast v1.5.0
35742026-08-13T22:43:19.693Z[ helios-setup] Aug 13 22:43:18.274 INFO E| Compiling memchr v2.7.6
35752026-08-13T22:43:20.040Z[ helios-setup] Aug 13 22:43:18.621 INFO E| Compiling byteorder v1.5.0
35762026-08-13T22:43:20.119Z[ helios-setup] Aug 13 22:43:18.700 INFO E| Compiling getrandom v0.2.16
35772026-08-13T22:43:20.206Z[ helios-setup] Aug 13 22:43:18.786 INFO E| Compiling errno v0.3.14
35782026-08-13T22:43:20.376Z[ helios-setup] Aug 13 22:43:18.956 INFO E| Compiling anstyle-parse v0.2.7
35792026-08-13T22:43:20.393Z[ helios-setup] Aug 13 22:43:18.974 INFO E| Compiling anstyle-query v1.1.4
35802026-08-13T22:43:20.424Z[ helios-setup] Aug 13 22:43:19.003 INFO E| Compiling rand_core v0.6.4
35812026-08-13T22:43:20.477Z[ host-package] Compiling fatfs v0.3.6
35822026-08-13T22:43:20.531Z[ helios-setup] Aug 13 22:43:19.112 INFO E| Compiling allocator-api2 v0.2.21
35832026-08-13T22:43:20.561Z[ helios-setup] Aug 13 22:43:19.142 INFO E| Compiling syn v1.0.109
35842026-08-13T22:43:20.593Z[ helios-setup] Aug 13 22:43:19.174 INFO E| Compiling toml_datetime v0.7.3
35852026-08-13T22:43:20.649Z[ helios-setup] Aug 13 22:43:19.230 INFO E| Compiling is_terminal_polyfill v1.70.2
35862026-08-13T22:43:20.690Z[ helios-setup] Aug 13 22:43:19.271 INFO E| Compiling radium v0.7.0
35872026-08-13T22:43:20.796Z[ helios-setup] Aug 13 22:43:19.378 INFO E| Compiling indexmap v2.12.0
35882026-08-13T22:43:20.819Z[ host-package] Compiling yasna v0.5.2
35892026-08-13T22:43:20.836Z[ helios-setup] Aug 13 22:43:19.418 INFO E| Compiling colorchoice v1.0.4
35902026-08-13T22:43:20.862Z[ helios-setup] Aug 13 22:43:19.443 INFO E| Compiling cpufeatures v0.2.17
35912026-08-13T22:43:21.050Z[ helios-setup] Aug 13 22:43:19.631 INFO E| Compiling find-msvc-tools v0.1.4
35922026-08-13T22:43:21.173Z[ helios-setup] Aug 13 22:43:19.754 INFO E| Compiling shlex v1.3.0
35932026-08-13T22:43:21.259Z[ helios-setup] Aug 13 22:43:19.840 INFO E| Compiling anstyle v1.0.13
35942026-08-13T22:43:21.285Z[ helios-setup] Aug 13 22:43:19.866 INFO E| Compiling syn v2.0.108
35952026-08-13T22:43:21.436Z[ helios-setup] Aug 13 22:43:20.017 INFO E| Compiling slog v2.8.2
35962026-08-13T22:43:21.599Z[ helios-setup] Aug 13 22:43:20.177 INFO E| Compiling block-buffer v0.10.4
35972026-08-13T22:43:21.616Z[ helios-setup] Aug 13 22:43:20.197 INFO E| Compiling crypto-common v0.1.6
35982026-08-13T22:43:21.661Z[ helios-setup] Aug 13 22:43:20.243 INFO E| Compiling cc v1.2.44
35992026-08-13T22:43:21.670Z[ helios-setup] Aug 13 22:43:20.251 INFO E| Compiling anstream v0.6.21
36002026-08-13T22:43:21.820Z[ helios-setup] Aug 13 22:43:20.401 INFO E| Compiling digest v0.10.7
36012026-08-13T22:43:21.827Z[ helios-setup] Aug 13 22:43:20.408 INFO E| Compiling pkg-config v0.3.32
36022026-08-13T22:43:21.975Z[ helios-setup] Aug 13 22:43:20.556 INFO E| Compiling unicode-width v0.2.2
36032026-08-13T22:43:22.037Z[ helios-setup] Aug 13 22:43:20.618 INFO E| Compiling parking_lot_core v0.9.12
36042026-08-13T22:43:22.303Z[ helios-setup] Aug 13 22:43:20.884 INFO E| Compiling sha2 v0.10.9
36052026-08-13T22:43:22.342Z[ helios-setup] Aug 13 22:43:20.923 INFO E| Compiling futures-sink v0.3.31
36062026-08-13T22:43:22.409Z[ helios-setup] Aug 13 22:43:20.990 INFO E| Compiling futures-core v0.3.31
36072026-08-13T22:43:22.488Z[ helios-setup] Aug 13 22:43:21.070 INFO E| Compiling pin-project-lite v0.2.16
36082026-08-13T22:43:22.519Z[ helios-setup] Aug 13 22:43:21.101 INFO E| Compiling tap v1.0.1
36092026-08-13T22:43:22.526Z[ helios-setup] Aug 13 22:43:21.108 INFO E| Compiling maybe-uninit v2.0.0
36102026-08-13T22:43:22.545Z[ helios-setup] Aug 13 22:43:21.126 INFO E| Compiling getopts v0.2.24
36112026-08-13T22:43:22.676Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36122026-08-13T22:43:22.698Z[ helios-setup] Aug 13 22:43:21.280 INFO E| Compiling toml_parser v1.0.4
36132026-08-13T22:43:22.728Z[ helios-setup] Aug 13 22:43:21.309 INFO E| Compiling wyz v0.5.1
36142026-08-13T22:43:22.750Z[ helios-setup] Aug 13 22:43:21.331 INFO E| Compiling futures-channel v0.3.31
36152026-08-13T22:43:23.028Z[ helios-setup] Aug 13 22:43:21.609 INFO E| Compiling num-integer v0.1.46
36162026-08-13T22:43:23.102Z[ helios-setup] Aug 13 22:43:21.684 INFO E| Compiling ahash v0.8.12
36172026-08-13T22:43:23.133Z[ helios-setup] Aug 13 22:43:21.714 INFO E| Compiling funty v2.0.0
36182026-08-13T22:43:23.172Z[ helios-setup] Aug 13 22:43:21.754 INFO E| Compiling heck v0.5.0
36192026-08-13T22:43:23.196Z[ helios-setup] Aug 13 22:43:21.777 INFO E| Compiling toml_edit v0.23.7
36202026-08-13T22:43:23.272Z[ helios-setup] Aug 13 22:43:21.854 INFO E| Compiling num-conv v0.1.0
36212026-08-13T22:43:23.289Z[ helios-setup] Aug 13 22:43:21.870 INFO E| Compiling itoa v1.0.15
36222026-08-13T22:43:23.338Z[ host-package] Compiling seq-macro v0.3.6
36232026-08-13T22:43:23.387Z[ helios-setup] Aug 13 22:43:21.968 INFO E| Compiling getrandom v0.3.4
36242026-08-13T22:43:23.408Z[ host-package] Compiling assert_matches v1.5.0
36252026-08-13T22:43:23.426Z[ helios-setup] Aug 13 22:43:22.008 INFO E| Compiling powerfmt v0.2.0
36262026-08-13T22:43:23.535Z[ helios-setup] Aug 13 22:43:22.116 INFO E| Compiling slab v0.4.11
36272026-08-13T22:43:23.538Z[ host-package] Compiling is_ci v1.2.0
36282026-08-13T22:43:23.550Z[ helios-setup] Aug 13 22:43:22.128 INFO E| Compiling bitflags v2.10.0
36292026-08-13T22:43:23.558Z[ helios-setup] Aug 13 22:43:22.140 INFO E| Compiling futures-io v0.3.31
36302026-08-13T22:43:23.570Z[ helios-setup] Aug 13 22:43:22.152 INFO E| Compiling scopeguard v1.2.0
36312026-08-13T22:43:23.660Z[ helios-setup] Aug 13 22:43:22.242 INFO E| Compiling strsim v0.11.1
36322026-08-13T22:43:23.803Z[ helios-setup] Aug 13 22:43:22.384 INFO E| Compiling spin v0.9.8
36332026-08-13T22:43:23.925Z[ host-package] Compiling rcgen v0.12.1
36342026-08-13T22:43:23.928Z[ helios-setup] Aug 13 22:43:22.509 INFO E| Compiling bytes v1.10.1
36352026-08-13T22:43:24.023Z[ helios-setup] Aug 13 22:43:22.604 INFO E| Compiling clap_lex v0.7.6
36362026-08-13T22:43:24.044Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36372026-08-13T22:43:24.060Z[ helios-setup] Aug 13 22:43:22.641 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36382026-08-13T22:43:24.067Z[ helios-setup] Aug 13 22:43:22.648 INFO E| Compiling num-bigint-dig v0.8.4
36392026-08-13T22:43:24.082Z[ helios-setup] Aug 13 22:43:22.663 INFO E| Compiling packed_struct v0.10.1
36402026-08-13T22:43:24.145Z[ helios-setup] Aug 13 22:43:22.726 INFO E| Compiling proc-macro-crate v3.4.0
36412026-08-13T22:43:24.310Z[ host-package] Compiling supports-color v3.0.2
36422026-08-13T22:43:24.310Z[ helios-setup] Aug 13 22:43:22.891 INFO E| Compiling futures-task v0.3.31
36432026-08-13T22:43:24.508Z[ helios-setup] Aug 13 22:43:23.089 INFO E| Compiling time-core v0.1.6
36442026-08-13T22:43:24.633Z[ helios-setup] Aug 13 22:43:23.214 INFO E| Compiling thiserror v1.0.69
36452026-08-13T22:43:24.658Z[ helios-setup] Aug 13 22:43:23.240 INFO E| Compiling pin-utils v0.1.0
36462026-08-13T22:43:24.703Z[ helios-setup] Aug 13 22:43:23.284 INFO E| Compiling bitvec v1.0.1
36472026-08-13T22:43:24.715Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36482026-08-13T22:43:24.748Z[ helios-setup] Aug 13 22:43:23.329 INFO E| Compiling lazy_static v1.5.0
36492026-08-13T22:43:24.758Z[ helios-setup] Aug 13 22:43:23.339 INFO E| Compiling deranged v0.5.5
36502026-08-13T22:43:24.824Z[ helios-setup] Aug 13 22:43:23.405 INFO E| Compiling lock_api v0.4.14
36512026-08-13T22:43:24.872Z[ helios-setup] Aug 13 22:43:23.454 INFO E| Compiling num-iter v0.1.45
36522026-08-13T22:43:24.918Z[ helios-setup] Aug 13 22:43:23.499 INFO E| Compiling terminal_size v0.4.3
36532026-08-13T22:43:24.971Z[ helios-setup] Aug 13 22:43:23.552 INFO E| Compiling time-macros v0.2.24
36542026-08-13T22:43:25.011Z[ helios-setup] Aug 13 22:43:23.592 INFO E| Compiling indexmap v1.9.3
36552026-08-13T22:43:25.059Z[ helios-setup] Aug 13 22:43:23.636 INFO E| Compiling clap_builder v4.5.51
36562026-08-13T22:43:25.077Z[ helios-setup] Aug 13 22:43:23.658 INFO E| Compiling serde_json v1.0.145
36572026-08-13T22:43:25.171Z[ helios-setup] Aug 13 22:43:23.752 INFO E| Compiling log v0.4.28
36582026-08-13T22:43:25.358Z[ host-package] Compiling slog-envlogger v2.2.0
36592026-08-13T22:43:25.515Z[ helios-setup] Aug 13 22:43:24.096 INFO E| Compiling adler2 v2.0.1
36602026-08-13T22:43:25.564Z[ helios-setup] Aug 13 22:43:24.145 INFO E| Compiling thiserror v2.0.17
36612026-08-13T22:43:25.746Z[ helios-setup] Aug 13 22:43:24.327 INFO E| Compiling crc-catalog v2.4.0
36622026-08-13T22:43:25.809Z[ helios-setup] Aug 13 22:43:24.389 INFO E| Compiling simd-adler32 v0.3.7
36632026-08-13T22:43:25.923Z[ helios-setup] Aug 13 22:43:24.504 INFO E| Compiling iana-time-zone v0.1.64
36642026-08-13T22:43:26.008Z[ helios-setup] Aug 13 22:43:24.589 INFO E| Compiling nodrop v0.1.14
36652026-08-13T22:43:26.032Z[ helios-setup] Aug 13 22:43:24.614 INFO E| Compiling once_cell v1.21.3
36662026-08-13T22:43:26.032Z[ helios-setup] Aug 13 22:43:24.614 INFO E| Compiling crc v3.3.0
36672026-08-13T22:43:26.073Z[ helios-setup] Aug 13 22:43:24.655 INFO E| Compiling miniz_oxide v0.8.9
36682026-08-13T22:43:26.153Z[ helios-setup] Aug 13 22:43:24.734 INFO E| Compiling chrono v0.4.42
36692026-08-13T22:43:26.272Z[ helios-setup] Aug 13 22:43:24.853 INFO E| Compiling array-init v0.0.4
36702026-08-13T22:43:26.341Z[ helios-setup] Aug 13 22:43:24.923 INFO E| Compiling parking_lot v0.12.5
36712026-08-13T22:43:26.621Z[ helios-setup] Aug 13 22:43:25.202 INFO E| Compiling env_filter v0.1.4
36722026-08-13T22:43:26.644Z[ helios-setup] Aug 13 22:43:25.225 INFO E| Compiling smallvec v0.6.14
36732026-08-13T22:43:27.020Z[ helios-setup] Aug 13 22:43:25.601 INFO E| Compiling serde_spanned v1.0.3
36742026-08-13T22:43:27.295Z[ helios-setup] Aug 13 22:43:25.863 INFO E| Compiling time v0.3.44
36752026-08-13T22:43:27.338Z[ helios-setup] Aug 13 22:43:25.919 INFO E| Compiling signature v2.2.0
36762026-08-13T22:43:27.507Z[ helios-setup] Aug 13 22:43:26.088 INFO E| Compiling socket2 v0.6.1
36772026-08-13T22:43:27.579Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36782026-08-13T22:43:27.585Z[ helios-setup] Aug 13 22:43:26.166 INFO E| Compiling mio v1.1.0
36792026-08-13T22:43:27.640Z[ helios-setup] Aug 13 22:43:26.211 INFO E| Compiling signal-hook-registry v1.4.6
36802026-08-13T22:43:27.777Z[ helios-setup] Aug 13 22:43:26.357 INFO E| Compiling is-terminal v0.4.17
36812026-08-13T22:43:27.959Z[ helios-setup] Aug 13 22:43:26.540 INFO E| Compiling thread_local v1.1.9
36822026-08-13T22:43:27.986Z[ helios-setup] Aug 13 22:43:26.566 INFO E| Compiling serde_derive v1.0.228
36832026-08-13T22:43:28.117Z[ helios-setup] Aug 13 22:43:26.698 INFO E| Compiling zerocopy-derive v0.8.27
36842026-08-13T22:43:28.313Z[ helios-setup] Aug 13 22:43:26.889 INFO E| Compiling der_derive v0.7.3
36852026-08-13T22:43:28.611Z[ helios-setup] Aug 13 22:43:27.191 INFO E| Compiling futures-macro v0.3.31
36862026-08-13T22:43:28.798Z[ helios-setup] Aug 13 22:43:27.373 INFO E| Compiling zerocopy-derive v0.6.6
36872026-08-13T22:43:28.819Z[ helios-setup] Aug 13 22:43:27.399 INFO E| Compiling clap_derive v4.5.49
36882026-08-13T22:43:28.849Z[ helios-setup] Aug 13 22:43:27.429 INFO E| Compiling num_enum_derive v0.7.5
36892026-08-13T22:43:28.868Z[ helios-setup] Aug 13 22:43:27.448 INFO E| Compiling packed_struct_codegen v0.10.1
36902026-08-13T22:43:28.933Z[ helios-setup] Aug 13 22:43:27.508 INFO E| Compiling bitfield-macros v0.19.3
36912026-08-13T22:43:29.066Z[ helios-setup] Aug 13 22:43:27.645 INFO E| Compiling thiserror-impl v1.0.69
36922026-08-13T22:43:29.352Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36932026-08-13T22:43:29.429Z[ helios-setup] Aug 13 22:43:28.009 INFO E| Compiling tokio-macros v2.6.0
36942026-08-13T22:43:29.488Z[ helios-setup] Aug 13 22:43:28.069 INFO E| Compiling thiserror-impl v2.0.17
36952026-08-13T22:43:29.534Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36962026-08-13T22:43:30.212Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36972026-08-13T22:43:30.418Z[ helios-setup] Aug 13 22:43:28.983 INFO E| Compiling futures-util v0.3.31
36982026-08-13T22:43:30.592Z[ helios-setup] Aug 13 22:43:29.167 INFO E| Compiling bitfield v0.19.3
36992026-08-13T22:43:30.732Z[ helios-setup] Aug 13 22:43:29.294 INFO E| Compiling der v0.7.10
37002026-08-13T22:43:30.782Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37012026-08-13T22:43:31.015Z[ helios-setup] Aug 13 22:43:29.596 INFO E| Compiling zerocopy v0.6.6
37022026-08-13T22:43:31.203Z[ helios-setup] Aug 13 22:43:29.689 INFO E| Compiling ryu v1.0.20
37032026-08-13T22:43:31.211Z[ host-package] Compiling port-file v0.1.0
37042026-08-13T22:43:31.357Z[ helios-setup] Aug 13 22:43:29.932 INFO E| Compiling subtle v2.6.1
37052026-08-13T22:43:31.468Z[ helios-setup] Aug 13 22:43:30.041 INFO E| Compiling num_enum v0.7.5
37062026-08-13T22:43:31.529Z[ host-package] Compiling rtoolbox v0.0.3
37072026-08-13T22:43:31.541Z[ helios-setup] Aug 13 22:43:30.121 INFO E| Compiling term v1.2.0
37082026-08-13T22:43:31.627Z[ helios-setup] Aug 13 22:43:30.208 INFO E| Compiling winnow v0.5.40
37092026-08-13T22:43:31.730Z[ helios-setup] Aug 13 22:43:30.271 INFO E| Compiling toml_writer v1.0.4
37102026-08-13T22:43:31.749Z[ helios-setup] Aug 13 22:43:30.326 INFO E| Compiling hashbrown v0.12.3
37112026-08-13T22:43:31.768Z[ helios-setup] Aug 13 22:43:30.349 INFO E| Compiling base64 v0.21.7
37122026-08-13T22:43:31.809Z[ helios-setup] Aug 13 22:43:30.390 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37132026-08-13T22:43:31.847Z[ helios-setup] Aug 13 22:43:30.422 INFO E| Compiling libdevinfo-sys v1.1.0
37142026-08-13T22:43:31.898Z[ helios-setup] Aug 13 22:43:30.477 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37152026-08-13T22:43:31.980Z[ helios-setup] Aug 13 22:43:30.553 INFO E| Compiling devinfo v0.1.0
37162026-08-13T22:43:32.008Z[ helios-setup] Aug 13 22:43:30.588 INFO E| Compiling tokio v1.48.0
37172026-08-13T22:43:32.103Z[ helios-setup] Aug 13 22:43:30.682 INFO E| Compiling clap v4.5.51
37182026-08-13T22:43:32.110Z[ host-package] Compiling subprocess v0.2.15
37192026-08-13T22:43:32.253Z[ host-package] Compiling rpassword v7.5.4
37202026-08-13T22:43:32.260Z[ helios-setup] Aug 13 22:43:30.789 INFO E| Compiling toml v0.9.8
37212026-08-13T22:43:32.319Z[ helios-setup] Aug 13 22:43:30.898 INFO E| Compiling bzip2 v0.4.4
37222026-08-13T22:43:32.391Z[ helios-setup] Aug 13 22:43:30.972 INFO E| Compiling uuid v1.18.1
37232026-08-13T22:43:32.520Z[ helios-setup] Aug 13 22:43:31.100 INFO E| Compiling env_logger v0.11.8
37242026-08-13T22:43:32.669Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37252026-08-13T22:43:32.964Z[ helios-setup] Aug 13 22:43:31.538 INFO E| Compiling flate2 v1.1.5
37262026-08-13T22:43:33.271Z[ helios-setup] Aug 13 22:43:31.849 INFO E| Compiling spki v0.7.3
37272026-08-13T22:43:33.479Z[ helios-setup] Aug 13 22:43:32.051 INFO E| Compiling foldhash v0.2.0
37282026-08-13T22:43:33.685Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37292026-08-13T22:43:33.801Z[ helios-setup] Aug 13 22:43:32.382 INFO E| Compiling pkcs8 v0.10.2
37302026-08-13T22:43:34.020Z[ helios-setup] Aug 13 22:43:32.600 INFO E| Compiling ppv-lite86 v0.2.21
37312026-08-13T22:43:34.065Z[ helios-setup] Aug 13 22:43:32.640 INFO E| Compiling pkcs1 v0.7.5
37322026-08-13T22:43:34.273Z[ helios-setup] Aug 13 22:43:32.854 INFO E| Compiling x509-cert v0.2.5
37332026-08-13T22:43:34.335Z[ helios-setup] Aug 13 22:43:32.909 INFO E| Compiling crc-any v2.5.0
37342026-08-13T22:43:34.511Z[ helios-setup] Aug 13 22:43:33.082 INFO E| Compiling hashbrown v0.13.2
37352026-08-13T22:43:34.542Z[ helios-setup] Aug 13 22:43:33.114 INFO E| Compiling erased-serde v0.3.31
37362026-08-13T22:43:34.713Z[ helios-setup] Aug 13 22:43:33.294 INFO E| Compiling rand_chacha v0.3.1
37372026-08-13T22:43:34.741Z[ helios-setup] Aug 13 22:43:33.319 INFO E| Compiling serde_spanned v0.6.9
37382026-08-13T22:43:35.165Z[ helios-setup] Aug 13 22:43:33.745 INFO E| Compiling rand v0.8.5
37392026-08-13T22:43:35.351Z[ helios-setup] Aug 13 22:43:33.931 INFO E| Compiling toml_datetime v0.6.11
37402026-08-13T22:43:35.355Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37412026-08-13T22:43:35.470Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37422026-08-13T22:43:35.661Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37432026-08-13T22:43:35.699Z[ helios-setup] Aug 13 22:43:34.280 INFO E| Compiling serde-hex v0.1.0
37442026-08-13T22:43:35.776Z[ helios-setup] Aug 13 22:43:34.351 INFO E| Compiling toml_edit v0.19.15
37452026-08-13T22:43:35.786Z[ helios-setup] Aug 13 22:43:34.366 INFO E| Compiling ron v0.8.1
37462026-08-13T22:43:35.936Z[ helios-setup] Aug 13 22:43:34.516 INFO E| Compiling futures-executor v0.3.31
37472026-08-13T22:43:36.535Z[ helios-setup] Aug 13 22:43:35.103 INFO E| Compiling futures v0.3.31
37482026-08-13T22:43:36.649Z[ helios-setup] Aug 13 22:43:35.203 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37492026-08-13T22:43:36.662Z[ helios-setup] Aug 13 22:43:35.210 INFO E| Compiling slog-term v2.9.2
37502026-08-13T22:43:36.662Z[ helios-setup] Aug 13 22:43:35.226 INFO E| Compiling hex v0.4.3
37512026-08-13T22:43:36.875Z[ helios-setup] Aug 13 22:43:35.454 INFO E| Compiling rustc-hash v2.1.1
37522026-08-13T22:43:36.993Z[ helios-setup] Aug 13 22:43:35.573 INFO E| Compiling bitflags v1.3.2
37532026-08-13T22:43:37.036Z[ helios-setup] Aug 13 22:43:35.611 INFO E| Compiling iddqd v0.3.14
37542026-08-13T22:43:37.119Z[ helios-setup] Aug 13 22:43:35.685 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37552026-08-13T22:43:37.207Z[ helios-setup] Aug 13 22:43:35.783 INFO E| Compiling object v0.30.4
37562026-08-13T22:43:37.338Z[ helios-setup] Aug 13 22:43:35.919 INFO E| Compiling zip v0.6.6
37572026-08-13T22:43:37.460Z[ helios-setup] Aug 13 22:43:36.040 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37582026-08-13T22:43:38.279Z[ helios-setup] Aug 13 22:43:36.854 INFO E| Compiling rsa v0.9.8
37592026-08-13T22:43:38.362Z[ helios-setup] Aug 13 22:43:36.942 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37602026-08-13T22:43:39.047Z[ helios-setup] Aug 13 22:43:37.627 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37612026-08-13T22:43:39.509Z[ host-package] Compiling tui-tree-widget v0.23.1
37622026-08-13T22:43:39.581Z[ helios-setup] Aug 13 22:43:38.162 INFO E| Compiling toml v0.7.8
37632026-08-13T22:43:39.724Z[ helios-setup] Aug 13 22:43:38.304 INFO E| Compiling path-slash v0.1.5
37642026-08-13T22:43:40.295Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37652026-08-13T22:43:41.601Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37662026-08-13T22:43:41.918Z[ helios-setup] Aug 13 22:43:40.497 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37672026-08-13T22:43:42.101Z[ helios-setup] Aug 13 22:43:40.679 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37682026-08-13T22:43:42.911Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37692026-08-13T22:43:44.050Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37702026-08-13T22:43:47.075Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37712026-08-13T22:43:47.300Z[ helios-setup] Aug 13 22:43:45.864 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37722026-08-13T22:43:47.476Z[ host-package] Compiling uzers v0.12.2
37732026-08-13T22:43:47.551Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37742026-08-13T22:43:48.718Z[ helios-setup] Aug 13 22:43:47.298 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37752026-08-13T22:43:48.726Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37762026-08-13T22:43:49.417Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37772026-08-13T22:43:50.149Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37782026-08-13T22:43:51.556Z[ host-package] Compiling support-bundle-viewer v0.1.2
37792026-08-13T22:43:52.463Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37802026-08-13T22:43:53.253Z[ helios-setup] Aug 13 22:43:51.820 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37812026-08-13T22:43:53.540Z[ host-package] Compiling multimap v0.10.1
37822026-08-13T22:44:02.246Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37832026-08-13T22:44:06.074Z[ helios-setup] Aug 13 22:44:04.131 INFO E| Finished `release` profile [optimized] target(s) in 51.43s
37842026-08-13T22:44:06.124Z[ helios-setup] Aug 13 22:44:04.134 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37852026-08-13T22:44:06.124Z[ helios-setup] Aug 13 22:44:04.134 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37862026-08-13T22:44:06.124Z[ helios-setup] Aug 13 22:44:04.191 INFO building project "pilot" ok (51 seconds)
37872026-08-13T22:44:06.124Z[ helios-setup] rm -f helios-build
37882026-08-13T22:44:06.125Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37892026-08-13T22:44:06.125Z[ helios-setup]
37902026-08-13T22:44:06.125Z[ helios-setup] Setup complete! ./helios-build is now available.
37912026-08-13T22:44:06.125Z[ helios-setup]
37922026-08-13T22:44:06.125Z[ helios-setup]
37932026-08-13T22:44:06.132Z[ helios-setup] real 3:06.001154729
37942026-08-13T22:44:06.132Z[ helios-setup] user 7:06.071541403
37952026-08-13T22:44:06.132Z[ helios-setup] sys 1:19.739664608
37962026-08-13T22:44:06.132Z[ helios-setup] trap 0.508916735
37972026-08-13T22:44:06.132Z[ helios-setup] tflt 3.467349111
37982026-08-13T22:44:06.132Z[ helios-setup] dflt 9.147563791
37992026-08-13T22:44:06.132Z[ helios-setup] kflt 0.002800111
38002026-08-13T22:44:06.132Z[ helios-setup] lock 1:00:04.303089207
38012026-08-13T22:44:06.132Z[ helios-setup] slp 38:24.389443412
38022026-08-13T22:44:06.132Z[ helios-setup] lat 7:18.084393151
38032026-08-13T22:44:06.132Z[ helios-setup] stop 1:33.965531177
38042026-08-13T22:44:06.132ZAug 13 22:44:04.201 INFO [helios-setup] process exited with exit status: 0 (186.004127582s)
38052026-08-13T22:44:06.132ZAug 13 22:44:04.201 INFO [helios-record] running task
38062026-08-13T22:44:06.132ZAug 13 22:44:04.202 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38072026-08-13T22:44:06.133ZAug 13 22:44:04.205 DEBG process exited with exit status: 0 (4.070243ms)
38082026-08-13T22:44:06.133ZAug 13 22:44:04.205 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38092026-08-13T22:44:06.133ZAug 13 22:44:04.211 DEBG process exited with exit status: 0 (5.114024ms)
38102026-08-13T22:44:06.133ZAug 13 22:44:04.211 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38112026-08-13T22:44:06.133ZAug 13 22:44:04.215 DEBG process exited with exit status: 0 (4.046943ms)
38122026-08-13T22:44:06.133ZAug 13 22:44:04.215 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38132026-08-13T22:44:06.133ZAug 13 22:44:04.219 DEBG process exited with exit status: 0 (3.994493ms)
38142026-08-13T22:44:06.133ZAug 13 22:44:04.219 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38152026-08-13T22:44:06.133ZAug 13 22:44:04.223 DEBG process exited with exit status: 0 (4.034723ms)
38162026-08-13T22:44:06.133ZAug 13 22:44:04.223 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38172026-08-13T22:44:06.133ZAug 13 22:44:04.227 DEBG process exited with exit status: 0 (3.879253ms)
38182026-08-13T22:44:06.133ZAug 13 22:44:04.227 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38192026-08-13T22:44:06.133ZAug 13 22:44:04.232 DEBG process exited with exit status: 0 (5.180244ms)
38202026-08-13T22:44:06.133ZAug 13 22:44:04.232 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38212026-08-13T22:44:06.133ZAug 13 22:44:04.236 DEBG process exited with exit status: 0 (3.833313ms)
38222026-08-13T22:44:06.133ZAug 13 22:44:04.236 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38232026-08-13T22:44:06.133ZAug 13 22:44:04.239 DEBG process exited with exit status: 0 (3.776502ms)
38242026-08-13T22:44:06.133ZAug 13 22:44:04.240 INFO [helios-record] task succeeded (38.477399ms)
38252026-08-13T22:44:08.804Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38262026-08-13T22:44:09.164Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38272026-08-13T22:44:18.955Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38282026-08-13T22:44:19.104Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38292026-08-13T22:56:55.387Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 17s
38302026-08-13T22:57:46.560ZAug 13 22:57:45.140 INFO [host-package] process exited with exit status: 0 (968.644866682s)
38312026-08-13T22:57:46.561ZAug 13 22:57:45.140 INFO [host-libraries] running task
38322026-08-13T22:57:46.561ZAug 13 22:57:45.140 INFO [host-stamp] running task
38332026-08-13T22:57:46.564ZAug 13 22:57:45.142 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+git66ec4031ab5
38342026-08-13T22:57:46.564ZAug 13 22:57:45.142 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+git66ec4031ab5
38352026-08-13T22:57:46.564ZAug 13 22:57:45.143 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+git66ec4031ab5
38362026-08-13T22:57:46.564ZAug 13 22:57:45.143 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+git66ec4031ab5
38372026-08-13T22:57:46.564ZAug 13 22:57:45.144 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+git66ec4031ab5
38382026-08-13T22:57:46.564ZAug 13 22:57:45.144 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+git66ec4031ab5
38392026-08-13T22:57:46.564ZAug 13 22:57:45.144 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+git66ec4031ab5
38402026-08-13T22:57:46.564ZAug 13 22:57:45.144 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+git66ec4031ab5
38412026-08-13T22:57:46.572Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-08-13T22:57:46.572Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-08-13T22:57:46.572Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-08-13T22:57:46.577Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-08-13T22:57:46.577Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-08-13T22:57:46.577Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-08-13T22:57:46.577Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-13T22:57:46.577Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-13T22:57:46.577Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38502026-08-13T22:57:46.577ZAug 13 22:57:45.156 INFO [stamp-overlay] process exited with exit status: 0 (12.62959ms)
38512026-08-13T22:57:46.586Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38522026-08-13T22:57:46.589ZAug 13 22:57:45.166 INFO [stamp-oxlog] process exited with exit status: 0 (23.728128ms)
38532026-08-13T22:57:46.617Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38542026-08-13T22:57:46.621ZAug 13 22:57:45.200 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.747483ms)
38552026-08-13T22:57:46.630Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38562026-08-13T22:57:46.634ZAug 13 22:57:45.213 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (69.226223ms)
38572026-08-13T22:57:46.728Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38582026-08-13T22:57:46.731ZAug 13 22:57:45.311 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (169.205878ms)
38592026-08-13T22:57:47.129Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38602026-08-13T22:57:47.134ZAug 13 22:57:45.712 INFO [stamp-propolis-server] process exited with exit status: 0 (568.492078ms)
38612026-08-13T22:57:47.188Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38622026-08-13T22:57:47.192ZAug 13 22:57:45.771 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (628.834424ms)
38632026-08-13T22:57:48.274ZAug 13 22:57:46.854 INFO [host-libraries] task succeeded (1.713754991s)
38642026-08-13T22:57:48.277ZAug 13 22:57:46.854 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38652026-08-13T22:57:48.281Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38662026-08-13T22:57:49.230Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38672026-08-13T22:57:50.069Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38682026-08-13T22:57:53.652Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38692026-08-13T22:57:53.656ZAug 13 22:57:52.236 INFO [stamp-switch-asic] process exited with exit status: 0 (7.092673114s)
38702026-08-13T22:57:53.657ZAug 13 22:57:52.236 INFO [host-stamp] task succeeded (7.095555656s)
38712026-08-13T22:57:53.657ZAug 13 22:57:52.236 INFO [host-proto] running task
38722026-08-13T22:57:54.181ZAug 13 22:57:52.761 INFO [host-proto] task succeeded (524.911295ms)
38732026-08-13T22:57:54.181ZAug 13 22:57:52.761 INFO [host-profile] running task
38742026-08-13T22:57:54.184ZAug 13 22:57:52.761 INFO [host-profile] task succeeded (304.311µs)
38752026-08-13T22:57:54.185ZAug 13 22:57:52.761 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.504' -P /tmp/.tmpy1QRLV/proto/host/root -N 'ci 66ec403/${os_short_commit} 2026-08-13 22:40' -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/'
38762026-08-13T22:57:54.187Z[ host-image] Aug 13 22:57:52.767 INFO Checking files for board 'cosmo-mbist'
38772026-08-13T22:57:54.187Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38782026-08-13T22:57:54.190Z[ host-image] Aug 13 22:57:52.768 INFO Checking files for board 'gimlet'
38792026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38802026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38812026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO Checking files for board 'cosmo'
38822026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38832026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38842026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO Checking files for board 'cosmo-mbist-noaggr'
38852026-08-13T22:57:54.191Z[ host-image] Aug 13 22:57:52.768 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38862026-08-13T22:57:54.197Z[ host-image] Aug 13 22:57:52.777 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpy1QRLV/proto/host/root"
38872026-08-13T22:57:54.200Z[ host-image] Aug 13 22:57:52.777 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38882026-08-13T22:57:54.200Z[ host-image] Aug 13 22:57:52.777 INFO image builder template: ramdisk-01-os...
38892026-08-13T22:57:54.200Z[ host-image] Aug 13 22:57:52.777 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/.tmpy1QRLV/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.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38902026-08-13T22:57:54.210Z[ host-image] Aug 13 22:57:52.790 INFO O| Aug 13 22:57:52.790 INFO CREATE DATASET: rpool/images/build/host/output
38912026-08-13T22:57:55.654Z[ host-image] Aug 13 22:57:54.233 INFO O| Aug 13 22:57:54.233 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38922026-08-13T22:57:55.657Z[ host-image] Aug 13 22:57:54.236 INFO O| Aug 13 22:57:54.236 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38932026-08-13T22:57:55.918Z[ host-image] Aug 13 22:57:54.497 INFO O| Aug 13 22:57:54.497 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38942026-08-13T22:57:55.955Z[ host-image] Aug 13 22:57:54.534 INFO O| Aug 13 22:57:54.534 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-08-13T22:57:55.955Z[ host-image] Aug 13 22:57:54.534 INFO O| Aug 13 22:57:54.534 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38962026-08-13T22:57:55.959Z[ host-image] Aug 13 22:57:54.535 INFO O| Aug 13 22:57:54.535 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38972026-08-13T22:57:55.959Z[ host-image] Aug 13 22:57:54.535 INFO O| Aug 13 22:57:54.535 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38982026-08-13T22:57:55.962Z[ host-image] Aug 13 22:57:54.539 INFO O| Aug 13 22:57:54.539 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38992026-08-13T22:57:56.165Z[ host-image] Aug 13 22:57:54.745 INFO O| Aug 13 22:57:54.745 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39002026-08-13T22:57:56.172Z[ host-image] Aug 13 22:57:54.752 INFO O| Aug 13 22:57:54.752 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39012026-08-13T22:57:56.448Z[ host-image] Aug 13 22:57:55.027 INFO O| Aug 13 22:57:55.027 INFO O| Caching catalogs ... Done
39022026-08-13T22:57:56.521Z[ host-image] Aug 13 22:57:55.100 INFO O| Aug 13 22:57:55.100 INFO STEP 0 (pkg_image_create) COMPLETE
39032026-08-13T22:57:56.521Z[ host-image] Aug 13 22:57:55.101 INFO O| Aug 13 22:57:55.100 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-08-13T22:57:56.529Z[ host-image] Aug 13 22:57:55.109 INFO O| Aug 13 22:57:55.108 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"]
39052026-08-13T22:57:56.783Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO STEP 1 (pkg_set_publisher) COMPLETE
39062026-08-13T22:57:56.783Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-08-13T22:57:56.783Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO skip step because feature "publisher_1_name" is not enabled
39082026-08-13T22:57:56.783Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-08-13T22:57:56.787Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO skip step because feature "publisher_2_name" is not enabled
39102026-08-13T22:57:56.787Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-08-13T22:57:56.787Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO skip step because feature "publisher_3_name" is not enabled
39122026-08-13T22:57:56.787Z[ host-image] Aug 13 22:57:55.362 INFO O| Aug 13 22:57:55.362 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-13T22:57:57.028Z[ host-image] Aug 13 22:57:55.607 INFO O| Aug 13 22:57:55.607 INFO variant opensolaris.zone is already global
39142026-08-13T22:57:57.028Z[ host-image] Aug 13 22:57:55.607 INFO O| Aug 13 22:57:55.607 INFO STEP 5 (pkg_change_variant) COMPLETE
39152026-08-13T22:57:57.028Z[ host-image] Aug 13 22:57:55.607 INFO O| Aug 13 22:57:55.607 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-08-13T22:57:57.366Z[ host-image] Aug 13 22:57:55.945 INFO O| Aug 13 22:57:55.945 INFO variant opensolaris.imagetype is full; changing to partial
39172026-08-13T22:57:57.366Z[ host-image] Aug 13 22:57:55.945 INFO O| Aug 13 22:57:55.945 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39182026-08-13T22:57:58.819Z[ host-image] Aug 13 22:57:57.399 INFO O| Aug 13 22:57:57.399 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-08-13T22:57:59.170Z[ host-image] Aug 13 22:57:57.750 INFO O| Aug 13 22:57:57.749 INFO O| Startup: Caching catalogs ... Done
39202026-08-13T22:57:59.182Z[ host-image] Aug 13 22:57:57.762 INFO O| Aug 13 22:57:57.762 INFO O| Planning: Planning completed in 0.00 seconds
39212026-08-13T22:57:59.185Z[ host-image] Aug 13 22:57:57.762 INFO O| Aug 13 22:57:57.762 INFO O| Planning: Consolidating action changes ... Done
39222026-08-13T22:57:59.185Z[ host-image] Aug 13 22:57:57.762 INFO O| Aug 13 22:57:57.762 INFO O| Planning: Evaluating mediators ... Done
39232026-08-13T22:57:59.185Z[ host-image] Aug 13 22:57:57.762 INFO O| Aug 13 22:57:57.762 INFO O| Planning: Planning completed in 0.00 seconds
39242026-08-13T22:57:59.185Z[ host-image] Aug 13 22:57:57.762 INFO O| Aug 13 22:57:57.762 INFO O| Variants/Facets to change: 1
39252026-08-13T22:57:59.192Z[ host-image] Aug 13 22:57:57.771 INFO O| Aug 13 22:57:57.771 INFO O| Finalize: Updating package state database ... Done
39262026-08-13T22:57:59.192Z[ host-image] Aug 13 22:57:57.771 INFO O| Aug 13 22:57:57.771 INFO O| Finalize: Updating package cache ... Done
39272026-08-13T22:57:59.244Z[ host-image] Aug 13 22:57:57.824 INFO O| Aug 13 22:57:57.824 INFO O| Finalize: Updating image state ... Done
39282026-08-13T22:57:59.253Z[ host-image] Aug 13 22:57:57.832 INFO O| Aug 13 22:57:57.832 INFO O| Finalize: Creating fast lookup database ... Done
39292026-08-13T22:57:59.257Z[ host-image] Aug 13 22:57:57.833 INFO O| Aug 13 22:57:57.833 INFO O| Finalize: Reading search index ... Done
39302026-08-13T22:57:59.257Z[ host-image] Aug 13 22:57:57.833 INFO O| Aug 13 22:57:57.833 INFO O| Finalize: Updating search index ... Done
39312026-08-13T22:57:59.257Z[ host-image] Aug 13 22:57:57.834 INFO O| Aug 13 22:57:57.834 INFO O| Finalize: Updating package cache ... Done
39322026-08-13T22:57:59.409Z[ host-image] Aug 13 22:57:57.989 INFO O| Aug 13 22:57:57.989 INFO STEP 6 (pkg_change_variant) COMPLETE
39332026-08-13T22:57:59.409Z[ host-image] Aug 13 22:57:57.989 INFO O| Aug 13 22:57:57.989 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-08-13T22:57:59.409Z[ host-image] Aug 13 22:57:57.989 INFO O| Aug 13 22:57:57.989 INFO skip step because feature "debug_variant" is not enabled
39352026-08-13T22:57:59.412Z[ host-image] Aug 13 22:57:57.989 INFO O| Aug 13 22:57:57.989 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-08-13T22:57:59.653Z[ host-image] Aug 13 22:57:58.233 INFO O| Aug 13 22:57:58.233 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39372026-08-13T22:58:01.048Z[ host-image] Aug 13 22:57:59.627 INFO O| Aug 13 22:57:59.627 INFO O| Startup: Refreshing catalog 'helios' ... Done
39382026-08-13T22:58:01.273Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.87s
39392026-08-13T22:58:01.413Z[ host-image] Aug 13 22:57:59.993 INFO O| Aug 13 22:57:59.993 INFO O| Startup: Caching catalogs ... Done
39402026-08-13T22:58:01.425Z[ host-image] Aug 13 22:58:00.005 INFO O| Aug 13 22:58:00.005 INFO O| Planning: Planning completed in 0.00 seconds
39412026-08-13T22:58:01.428Z[ host-image] Aug 13 22:58:00.005 INFO O| Aug 13 22:58:00.005 INFO O| Planning: Consolidating action changes ... Done
39422026-08-13T22:58:01.428Z[ host-image] Aug 13 22:58:00.005 INFO O| Aug 13 22:58:00.005 INFO O| Planning: Evaluating mediators ... Done
39432026-08-13T22:58:01.428Z[ host-image] Aug 13 22:58:00.005 INFO O| Aug 13 22:58:00.005 INFO O| Planning: Planning completed in 0.00 seconds
39442026-08-13T22:58:01.428Z[ host-image] Aug 13 22:58:00.006 INFO O| Aug 13 22:58:00.006 INFO O| Variants/Facets to change: 1
39452026-08-13T22:58:01.434Z[ host-image] Aug 13 22:58:00.014 INFO O| Aug 13 22:58:00.014 INFO O| Finalize: Updating package state database ... Done
39462026-08-13T22:58:01.434Z[ host-image] Aug 13 22:58:00.014 INFO O| Aug 13 22:58:00.014 INFO O| Finalize: Updating package cache ... Done
39472026-08-13T22:58:01.489Z[ host-image] Aug 13 22:58:00.069 INFO O| Aug 13 22:58:00.069 INFO O| Finalize: Updating image state ... Done
39482026-08-13T22:58:01.497Z[ host-image] Aug 13 22:58:00.077 INFO O| Aug 13 22:58:00.077 INFO O| Finalize: Creating fast lookup database ... Done
39492026-08-13T22:58:01.500Z[ host-image] Aug 13 22:58:00.078 INFO O| Aug 13 22:58:00.078 INFO O| Finalize: Reading search index ... Done
39502026-08-13T22:58:01.500Z[ host-image] Aug 13 22:58:00.078 INFO O| Aug 13 22:58:00.078 INFO O| Finalize: Updating search index ... Done
39512026-08-13T22:58:01.500Z[ host-image] Aug 13 22:58:00.078 INFO O| Aug 13 22:58:00.078 INFO O| Finalize: Updating package cache ... Done
39522026-08-13T22:58:01.660Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO STEP 8 (pkg_change_facet) COMPLETE
39532026-08-13T22:58:01.660Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-13T22:58:01.663Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO skip step because feature "recovery" is not enabled
39552026-08-13T22:58:01.663Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-13T22:58:01.664Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO skip step because feature "recovery" is not enabled
39572026-08-13T22:58:01.664Z[ host-image] Aug 13 22:58:00.240 INFO O| Aug 13 22:58:00.240 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-13T22:58:01.668Z[ host-image] Aug 13 22:58:00.248 INFO O| Aug 13 22:58:00.248 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"]
39592026-08-13T22:58:03.071Z[ host-image] Aug 13 22:58:01.644 INFO O| Aug 13 22:58:01.643 INFO O| Startup: Refreshing catalog 'helios' ... Done
39602026-08-13T22:58:03.358ZAug 13 22:58:01.938 INFO [recovery-package] process exited with exit status: 0 (15.084012141s)
39612026-08-13T22:58:03.359ZAug 13 22:58:01.938 INFO [recovery-libraries] running task
39622026-08-13T22:58:03.359ZAug 13 22:58:01.938 INFO [recovery-stamp] running task
39632026-08-13T22:58:03.362ZAug 13 22:58:01.938 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git66ec4031ab5
39642026-08-13T22:58:03.362ZAug 13 22:58:01.939 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+git66ec4031ab5
39652026-08-13T22:58:03.365Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39662026-08-13T22:58:03.368Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39672026-08-13T22:58:03.411ZAug 13 22:58:01.991 INFO [recovery-libraries] task succeeded (52.88099ms)
39682026-08-13T22:58:03.414ZAug 13 22:58:01.991 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39692026-08-13T22:58:03.433Z[ host-image] Aug 13 22:58:02.013 INFO O| Aug 13 22:58:02.013 INFO O| Startup: Caching catalogs ... Done
39702026-08-13T22:58:03.468Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39712026-08-13T22:58:03.471ZAug 13 22:58:02.051 INFO [stamp-installinator] process exited with exit status: 0 (112.599864ms)
39722026-08-13T22:58:03.543Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39732026-08-13T22:58:03.547ZAug 13 22:58:02.126 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.170411ms)
39742026-08-13T22:58:03.547ZAug 13 22:58:02.126 INFO [recovery-stamp] task succeeded (187.937142ms)
39752026-08-13T22:58:03.547ZAug 13 22:58:02.126 INFO [recovery-proto] running task
39762026-08-13T22:58:03.547ZAug 13 22:58:02.126 INFO [tuf-stamp] running task
39772026-08-13T22:58:03.547ZAug 13 22:58:02.126 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+git66ec4031ab5
39782026-08-13T22:58:03.551ZAug 13 22:58:02.127 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+git66ec4031ab5
39792026-08-13T22:58:03.551ZAug 13 22:58:02.127 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+git66ec4031ab5
39802026-08-13T22:58:03.551ZAug 13 22:58:02.127 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+git66ec4031ab5
39812026-08-13T22:58:03.551ZAug 13 22:58:02.128 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+git66ec4031ab5
39822026-08-13T22:58:03.551ZAug 13 22:58:02.128 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+git66ec4031ab5
39832026-08-13T22:58:03.551ZAug 13 22:58:02.129 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+git66ec4031ab5
39842026-08-13T22:58:03.551ZAug 13 22:58:02.129 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+git66ec4031ab5
39852026-08-13T22:58:03.551ZAug 13 22:58:02.129 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+git66ec4031ab5
39862026-08-13T22:58:03.551ZAug 13 22:58:02.129 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+git66ec4031ab5
39872026-08-13T22:58:03.551ZAug 13 22:58:02.129 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+git66ec4031ab5
39882026-08-13T22:58:03.551ZAug 13 22:58:02.130 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+git66ec4031ab5
39892026-08-13T22:58:03.554Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-08-13T22:58:03.557Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-08-13T22:58:03.558Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-08-13T22:58:03.558Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-13T22:58:03.558Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-13T22:58:03.558Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-13T22:58:03.558Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-13T22:58:03.558Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-13T22:58:03.558Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-13T22:58:03.561Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-13T22:58:03.562Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-13T22:58:03.562Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-13T22:58:03.606Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40022026-08-13T22:58:03.609ZAug 13 22:58:02.189 INFO [stamp-probe] process exited with exit status: 0 (60.613396ms)
40032026-08-13T22:58:03.680ZAug 13 22:58:02.260 INFO [recovery-proto] task succeeded (134.066191ms)
40042026-08-13T22:58:03.684ZAug 13 22:58:02.261 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.504' -P /tmp/.tmpy1QRLV/proto/recovery/root -N 'recovery 66ec403/${os_short_commit} 2026-08-13 22:40' -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/'
40052026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO Checking files for board 'cosmo'
40062026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40072026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40082026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO Checking files for board 'cosmo-mbist'
40092026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40102026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO Checking files for board 'cosmo-mbist-noaggr'
40112026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40122026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO Checking files for board 'gimlet'
40132026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40142026-08-13T22:58:03.688Z[ recovery-image] Aug 13 22:58:02.267 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40152026-08-13T22:58:03.695Z[ recovery-image] Aug 13 22:58:02.275 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpy1QRLV/proto/recovery/root"
40162026-08-13T22:58:03.698Z[ recovery-image] Aug 13 22:58:02.275 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40172026-08-13T22:58:03.698Z[ recovery-image] Aug 13 22:58:02.275 INFO image builder template: ramdisk-01-os...
40182026-08-13T22:58:03.698Z[ recovery-image] Aug 13 22:58:02.275 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/.tmpy1QRLV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40192026-08-13T22:58:03.712Z[ recovery-image] Aug 13 22:58:02.291 INFO O| Aug 13 22:58:02.291 INFO CREATE DATASET: rpool/images/build/recovery/output
40202026-08-13T22:58:04.005Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40212026-08-13T22:58:04.038Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40222026-08-13T22:58:04.079Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40232026-08-13T22:58:04.083ZAug 13 22:58:02.663 INFO [stamp-ntp] process exited with exit status: 0 (536.285725ms)
40242026-08-13T22:58:04.113Z[ recovery-image] Aug 13 22:58:02.693 INFO O| Aug 13 22:58:02.693 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40252026-08-13T22:58:04.116Z[ recovery-image] Aug 13 22:58:02.696 INFO O| Aug 13 22:58:02.696 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40262026-08-13T22:58:04.152Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40272026-08-13T22:58:04.155ZAug 13 22:58:02.736 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (608.815559ms)
40282026-08-13T22:58:04.316Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40292026-08-13T22:58:04.320Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40302026-08-13T22:58:04.321ZAug 13 22:58:02.899 INFO [stamp-external-dns] process exited with exit status: 0 (769.88579ms)
40312026-08-13T22:58:04.324ZAug 13 22:58:02.901 INFO [stamp-internal-dns] process exited with exit status: 0 (771.16162ms)
40322026-08-13T22:58:04.363Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40332026-08-13T22:58:04.368ZAug 13 22:58:02.945 INFO [stamp-crucible-zone] process exited with exit status: 0 (817.786065ms)
40342026-08-13T22:58:04.609Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40352026-08-13T22:58:04.613ZAug 13 22:58:03.193 INFO [stamp-oximeter] process exited with exit status: 0 (1.064688761s)
40362026-08-13T22:58:05.046Z[ recovery-image] Aug 13 22:58:03.626 INFO O| Aug 13 22:58:03.626 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40372026-08-13T22:58:05.283Z[ host-image] Aug 13 22:58:03.862 INFO O| Aug 13 22:58:03.862 INFO O| Planning: Solver setup ... Done
40382026-08-13T22:58:05.428Z[ host-image] Aug 13 22:58:04.007 INFO O| Aug 13 22:58:04.007 INFO O| Planning: Running solver ... Done
40392026-08-13T22:58:05.465Z[ host-image] Aug 13 22:58:04.044 INFO O| Aug 13 22:58:04.044 INFO O| Planning: Finding local manifests ... Done
40402026-08-13T22:58:05.483Z[ host-image] Aug 13 22:58:04.063 INFO O| Aug 13 22:58:04.063 INFO O| Planning: Fetching manifests: 0/130 0% complete
40412026-08-13T22:58:05.670Z[ recovery-image] Aug 13 22:58:04.250 INFO O| Aug 13 22:58:04.250 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40422026-08-13T22:58:05.670Z[ recovery-image] Aug 13 22:58:04.250 INFO O| Aug 13 22:58:04.250 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40432026-08-13T22:58:05.670Z[ recovery-image] Aug 13 22:58:04.250 INFO O| Aug 13 22:58:04.250 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40442026-08-13T22:58:05.675Z[ recovery-image] Aug 13 22:58:04.250 INFO O| Aug 13 22:58:04.250 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40452026-08-13T22:58:05.675Z[ recovery-image] Aug 13 22:58:04.255 INFO O| Aug 13 22:58:04.255 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40462026-08-13T22:58:06.137Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40472026-08-13T22:58:06.140ZAug 13 22:58:04.720 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.591521342s)
40482026-08-13T22:58:07.202Z[ host-image] Aug 13 22:58:05.782 INFO O| Aug 13 22:58:05.782 INFO O| Planning: Fetching manifests: 130/130 100% complete
40492026-08-13T22:58:07.573Z[ host-image] Aug 13 22:58:06.150 INFO O| Aug 13 22:58:06.150 INFO O| Planning: Package planning ... Done
40502026-08-13T22:58:08.023Z[ host-image] Aug 13 22:58:06.601 INFO O| Aug 13 22:58:06.601 INFO O| Planning: Merging actions ... Done
40512026-08-13T22:58:08.129Z[ host-image] Aug 13 22:58:06.708 INFO O| Aug 13 22:58:06.708 INFO O| Planning: Checking for conflicting actions ... Done
40522026-08-13T22:58:08.159Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40532026-08-13T22:58:08.162ZAug 13 22:58:06.742 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.614186825s)
40542026-08-13T22:58:08.234Z[ host-image] Aug 13 22:58:06.813 INFO O| Aug 13 22:58:06.813 INFO O| Planning: Consolidating action changes ... Done
40552026-08-13T22:58:08.407Z[ host-image] Aug 13 22:58:06.986 INFO O| Aug 13 22:58:06.986 INFO O| Planning: Evaluating mediators ... Done
40562026-08-13T22:58:08.535Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40572026-08-13T22:58:08.538ZAug 13 22:58:07.118 INFO [stamp-clickhouse] process exited with exit status: 0 (4.990201658s)
40582026-08-13T22:58:08.538Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40592026-08-13T22:58:08.542ZAug 13 22:58:07.121 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.991528629s)
40602026-08-13T22:58:08.741Z[verify-libraries] Compiling match_cfg v0.1.0
40612026-08-13T22:58:08.744Z[verify-libraries] Compiling slog-json v2.6.1
40622026-08-13T22:58:08.745Z[verify-libraries] Compiling debug-ignore v1.0.5
40632026-08-13T22:58:08.745Z[verify-libraries] Compiling progenitor-client v0.14.0
40642026-08-13T22:58:08.745Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40652026-08-13T22:58:08.745Z[verify-libraries] Compiling sha1 v0.11.0
40662026-08-13T22:58:08.813Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40672026-08-13T22:58:08.816ZAug 13 22:58:07.396 INFO [stamp-nexus] process exited with exit status: 0 (5.266661756s)
40682026-08-13T22:58:08.816ZAug 13 22:58:07.396 INFO [tuf-stamp] task succeeded (5.270123459s)
40692026-08-13T22:58:08.816ZAug 13 22:58:07.396 INFO [tuf-v2-zones] running task
40702026-08-13T22:58:08.964ZAug 13 22:58:07.544 INFO [tuf-v2-zones] task succeeded (147.782211ms)
40712026-08-13T22:58:09.020Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40722026-08-13T22:58:09.039Z[verify-libraries] Compiling multer v3.1.0
40732026-08-13T22:58:09.043Z[verify-libraries] Compiling compression-core v0.4.31
40742026-08-13T22:58:09.043Z[verify-libraries] Compiling async-stream-impl v0.3.6
40752026-08-13T22:58:09.043Z[verify-libraries] Compiling serde_spanned v1.1.1
40762026-08-13T22:58:09.043Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40772026-08-13T22:58:09.043Z[verify-libraries] Compiling dropshot v0.17.1
40782026-08-13T22:58:09.186Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40792026-08-13T22:58:09.207Z[verify-libraries] Compiling hostname v0.3.1
40802026-08-13T22:58:09.210Z[verify-libraries] Compiling waitgroup v0.1.2
40812026-08-13T22:58:09.210Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40822026-08-13T22:58:09.272Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40832026-08-13T22:58:09.272Z[verify-libraries] Compiling hostname v0.4.2
40842026-08-13T22:58:09.326Z[verify-libraries] Compiling compression-codecs v0.4.37
40852026-08-13T22:58:09.351Z[verify-libraries] Compiling slog-bunyan v2.5.0
40862026-08-13T22:58:09.394Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40872026-08-13T22:58:09.394Z[verify-libraries] Compiling atomicwrites v0.4.4
40882026-08-13T22:58:09.398Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40892026-08-13T22:58:09.461Z[verify-libraries] Compiling macaddr v1.0.1
40902026-08-13T22:58:09.480Z[verify-libraries] Compiling regress v0.10.5
40912026-08-13T22:58:09.526Z[verify-libraries] Compiling instant v0.1.13
40922026-08-13T22:58:09.529Z[verify-libraries] Compiling parse-display-derive v0.10.0
40932026-08-13T22:58:09.529Z[verify-libraries] Compiling itertools v0.14.0
40942026-08-13T22:58:09.529Z[verify-libraries] Compiling backon v1.6.0
40952026-08-13T22:58:09.529Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40962026-08-13T22:58:09.529Z[verify-libraries] Compiling async-compression v0.4.41
40972026-08-13T22:58:09.634Z[verify-libraries] Compiling humantime v2.3.0
40982026-08-13T22:58:09.658Z[verify-libraries] Compiling backoff v0.4.0
40992026-08-13T22:58:09.726Z[verify-libraries] Compiling async-stream v0.3.6
41002026-08-13T22:58:09.726Z[verify-libraries] Compiling convert_case v0.4.0
41012026-08-13T22:58:09.784Z[verify-libraries] Compiling half v2.7.1
41022026-08-13T22:58:09.796Z[ host-image] Aug 13 22:58:08.375 INFO O| Aug 13 22:58:08.375 INFO O| Planning: Planning completed in 6.35 seconds
41032026-08-13T22:58:09.800Z[ host-image] Aug 13 22:58:08.378 INFO O| Aug 13 22:58:08.378 INFO O| Packages to install: 130
41042026-08-13T22:58:09.800Z[ host-image] Aug 13 22:58:08.378 INFO O| Aug 13 22:58:08.378 INFO O| Mediators to change: 5
41052026-08-13T22:58:09.800Z[ host-image] Aug 13 22:58:08.378 INFO O| Aug 13 22:58:08.378 INFO O| Services to change: 6
41062026-08-13T22:58:09.837Z[ host-image] Aug 13 22:58:08.414 INFO O| Aug 13 22:58:08.414 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41072026-08-13T22:58:09.860Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41082026-08-13T22:58:09.891Z[verify-libraries] Compiling progenitor-extras v0.2.0
41092026-08-13T22:58:09.921Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-08-13T22:58:09.968Z[verify-libraries] Compiling ciborium-io v0.2.2
41112026-08-13T22:58:09.994Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41122026-08-13T22:58:09.997Z[verify-libraries] Compiling indent_write v2.2.0
41132026-08-13T22:58:10.049Z[verify-libraries] Compiling regress v0.11.1
41142026-08-13T22:58:10.134Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41152026-08-13T22:58:10.172Z[verify-libraries] Compiling secrecy v0.10.3
41162026-08-13T22:58:10.220Z[verify-libraries] Compiling ciborium-ll v0.2.2
41172026-08-13T22:58:10.220Z[verify-libraries] Compiling derive_more v0.99.20
41182026-08-13T22:58:10.281Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41192026-08-13T22:58:10.285Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41202026-08-13T22:58:10.285Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41212026-08-13T22:58:10.285Z[verify-libraries] Compiling inout v0.1.4
41222026-08-13T22:58:10.421Z[verify-libraries] Compiling universal-hash v0.5.1
41232026-08-13T22:58:10.518Z[verify-libraries] Compiling ciborium v0.2.2
41242026-08-13T22:58:10.545Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41252026-08-13T22:58:10.566Z[verify-libraries] Compiling cipher v0.4.4
41262026-08-13T22:58:10.597Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41272026-08-13T22:58:10.653Z[verify-libraries] Compiling opaque-debug v0.3.1
41282026-08-13T22:58:10.745Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41292026-08-13T22:58:10.773Z[verify-libraries] Compiling poly1305 v0.8.0
41302026-08-13T22:58:10.801Z[verify-libraries] Compiling blake2 v0.10.6
41312026-08-13T22:58:10.804Z[verify-libraries] Compiling aead v0.5.2
41322026-08-13T22:58:10.902Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41332026-08-13T22:58:10.927Z[verify-libraries] Compiling chacha20 v0.9.1
41342026-08-13T22:58:10.981Z[verify-libraries] Compiling password-hash v0.5.0
41352026-08-13T22:58:11.137Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41362026-08-13T22:58:11.162Z[verify-libraries] Compiling num-derive v0.4.2
41372026-08-13T22:58:11.221Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41382026-08-13T22:58:11.328Z[verify-libraries] Compiling argon2 v0.5.3
41392026-08-13T22:58:11.367Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41402026-08-13T22:58:11.477Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41412026-08-13T22:58:11.502Z[verify-libraries] Compiling rayon-core v1.13.0
41422026-08-13T22:58:11.502Z[verify-libraries] Compiling glob v0.3.3
41432026-08-13T22:58:11.553Z[verify-libraries] Compiling parse-display v0.10.0
41442026-08-13T22:58:11.592Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41452026-08-13T22:58:11.636Z[verify-libraries] Compiling usdt-macro v0.5.0
41462026-08-13T22:58:11.772Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41472026-08-13T22:58:11.798Z[ recovery-image] Aug 13 22:58:10.378 INFO O| Aug 13 22:58:10.377 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41482026-08-13T22:58:11.808Z[ recovery-image] Aug 13 22:58:10.388 INFO O| Aug 13 22:58:10.388 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41492026-08-13T22:58:11.952Z[verify-libraries] Compiling typify-impl v0.6.2
41502026-08-13T22:58:12.005Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41512026-08-13T22:58:12.140Z[ recovery-image] Aug 13 22:58:10.719 INFO O| Aug 13 22:58:10.719 INFO O| Caching catalogs ... Done
41522026-08-13T22:58:12.202Z[verify-libraries] Compiling num_enum_derive v0.7.6
41532026-08-13T22:58:12.234Z[ recovery-image] Aug 13 22:58:10.810 INFO O| Aug 13 22:58:10.810 INFO STEP 0 (pkg_image_create) COMPLETE
41542026-08-13T22:58:12.234Z[ recovery-image] Aug 13 22:58:10.810 INFO O| Aug 13 22:58:10.810 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-08-13T22:58:12.238Z[verify-libraries] Compiling vsss-rs v3.3.4
41562026-08-13T22:58:12.243Z[ recovery-image] Aug 13 22:58:10.823 INFO O| Aug 13 22:58:10.822 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"]
41572026-08-13T22:58:12.278Z[verify-libraries] Compiling memmap v0.7.0
41582026-08-13T22:58:12.351Z[verify-libraries] Compiling heapless v0.8.0
41592026-08-13T22:58:12.523Z[verify-libraries] Compiling proc-macro-error v1.0.4
41602026-08-13T22:58:12.564Z[verify-libraries] Compiling tabwriter v1.4.1
41612026-08-13T22:58:12.564Z[verify-libraries] Compiling ingot-macros v0.2.0
41622026-08-13T22:58:12.578Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO STEP 1 (pkg_set_publisher) COMPLETE
41632026-08-13T22:58:12.578Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-08-13T22:58:12.578Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO skip step because feature "publisher_1_name" is not enabled
41652026-08-13T22:58:12.579Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-13T22:58:12.584Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO skip step because feature "publisher_2_name" is not enabled
41672026-08-13T22:58:12.584Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41682026-08-13T22:58:12.584Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO skip step because feature "publisher_3_name" is not enabled
41692026-08-13T22:58:12.584Z[ recovery-image] Aug 13 22:58:11.158 INFO O| Aug 13 22:58:11.158 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-08-13T22:58:12.656Z[verify-libraries] Compiling usdt v0.5.0
41712026-08-13T22:58:12.703Z[verify-libraries] Compiling hash32 v0.3.1
41722026-08-13T22:58:12.907Z[ recovery-image] Aug 13 22:58:11.485 INFO O| Aug 13 22:58:11.485 INFO variant opensolaris.zone is already global
41732026-08-13T22:58:12.907Z[ recovery-image] Aug 13 22:58:11.485 INFO O| Aug 13 22:58:11.485 INFO STEP 5 (pkg_change_variant) COMPLETE
41742026-08-13T22:58:12.907Z[ recovery-image] Aug 13 22:58:11.485 INFO O| Aug 13 22:58:11.485 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-08-13T22:58:12.915Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41762026-08-13T22:58:12.942Z[verify-libraries] Compiling smoltcp v0.11.0
41772026-08-13T22:58:12.942Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41782026-08-13T22:58:12.964Z[verify-libraries] Compiling cobs v0.3.0
41792026-08-13T22:58:13.009Z[verify-libraries] Compiling colored v3.1.1
41802026-08-13T22:58:13.013Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41812026-08-13T22:58:13.141Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41822026-08-13T22:58:13.141Z[verify-libraries] Compiling rayon v1.11.0
41832026-08-13T22:58:13.233Z[verify-libraries] Compiling postcard v1.1.3
41842026-08-13T22:58:13.236Z[ recovery-image] Aug 13 22:58:11.814 INFO O| Aug 13 22:58:11.814 INFO variant opensolaris.imagetype is full; changing to partial
41852026-08-13T22:58:13.236Z[ recovery-image] Aug 13 22:58:11.814 INFO O| Aug 13 22:58:11.814 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41862026-08-13T22:58:13.299Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41872026-08-13T22:58:13.368Z[verify-libraries] Compiling rand v0.10.1
41882026-08-13T22:58:13.418Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41892026-08-13T22:58:13.456Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41902026-08-13T22:58:13.475Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41912026-08-13T22:58:13.506Z[verify-libraries] Compiling num_enum v0.7.6
41922026-08-13T22:58:13.506Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41932026-08-13T22:58:13.660Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41942026-08-13T22:58:13.747Z[verify-libraries] Compiling num_enum_derive v0.5.11
41952026-08-13T22:58:13.851Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41962026-08-13T22:58:13.883Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41972026-08-13T22:58:13.909Z[verify-libraries] Compiling cstr-argument v0.1.2
41982026-08-13T22:58:13.938Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
41992026-08-13T22:58:13.938Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42002026-08-13T22:58:14.225Z[verify-libraries] Compiling foreign-types v0.5.0
42012026-08-13T22:58:14.272Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42022026-08-13T22:58:14.417Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42032026-08-13T22:58:14.420Z[verify-libraries] Compiling sigpipe v0.1.3
42042026-08-13T22:58:14.464Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42052026-08-13T22:58:14.468Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42062026-08-13T22:58:14.489Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42072026-08-13T22:58:14.489Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42082026-08-13T22:58:14.570Z[verify-libraries] Compiling itertools v0.12.1
42092026-08-13T22:58:14.601Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42102026-08-13T22:58:14.692Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42112026-08-13T22:58:14.788Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42122026-08-13T22:58:14.792Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42132026-08-13T22:58:14.836Z[ host-image] Aug 13 22:58:13.415 INFO O| Aug 13 22:58:13.415 INFO O| Download: 12106/23887 items 103.9/222.8MB 46% complete (20.8M/s)
42142026-08-13T22:58:14.854Z[verify-libraries] Compiling toml v0.8.23
42152026-08-13T22:58:14.952Z[verify-libraries] Compiling smf v0.2.3
42162026-08-13T22:58:15.086Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42172026-08-13T22:58:15.146Z[ recovery-image] Aug 13 22:58:13.726 INFO O| Aug 13 22:58:13.726 INFO O| Startup: Refreshing catalog 'helios' ... Done
42182026-08-13T22:58:15.165Z[verify-libraries] Compiling num_enum v0.5.11
42192026-08-13T22:58:15.200Z[verify-libraries] Compiling whoami v1.6.1
42202026-08-13T22:58:15.274Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42212026-08-13T22:58:15.318Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42222026-08-13T22:58:15.358Z[verify-libraries] Compiling derive-where v1.6.0
42232026-08-13T22:58:15.362Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42242026-08-13T22:58:15.563Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42252026-08-13T22:58:15.601Z[ recovery-image] Aug 13 22:58:14.178 INFO O| Aug 13 22:58:14.177 INFO O| Startup: Caching catalogs ... Done
42262026-08-13T22:58:15.622Z[ recovery-image] Aug 13 22:58:14.201 INFO O| Aug 13 22:58:14.201 INFO O| Planning: Planning completed in 0.00 seconds
42272026-08-13T22:58:15.625Z[ recovery-image] Aug 13 22:58:14.202 INFO O| Aug 13 22:58:14.202 INFO O| Planning: Consolidating action changes ... Done
42282026-08-13T22:58:15.625Z[ recovery-image] Aug 13 22:58:14.202 INFO O| Aug 13 22:58:14.202 INFO O| Planning: Evaluating mediators ... Done
42292026-08-13T22:58:15.625Z[ recovery-image] Aug 13 22:58:14.202 INFO O| Aug 13 22:58:14.202 INFO O| Planning: Planning completed in 0.00 seconds
42302026-08-13T22:58:15.625Z[ recovery-image] Aug 13 22:58:14.202 INFO O| Aug 13 22:58:14.202 INFO O| Variants/Facets to change: 1
42312026-08-13T22:58:15.634Z[verify-libraries] Compiling gethostname v0.5.0
42322026-08-13T22:58:15.658Z[ recovery-image] Aug 13 22:58:14.237 INFO O| Aug 13 22:58:14.237 INFO O| Finalize: Updating package state database ... Done
42332026-08-13T22:58:15.658Z[ recovery-image] Aug 13 22:58:14.237 INFO O| Aug 13 22:58:14.237 INFO O| Finalize: Updating package cache ... Done
42342026-08-13T22:58:15.662Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42352026-08-13T22:58:15.684Z[verify-libraries] Compiling console v0.15.11
42362026-08-13T22:58:15.729Z[ recovery-image] Aug 13 22:58:14.308 INFO O| Aug 13 22:58:14.308 INFO O| Finalize: Updating image state ... Done
42372026-08-13T22:58:15.740Z[verify-libraries] Compiling newline-converter v0.3.0
42382026-08-13T22:58:15.747Z[ recovery-image] Aug 13 22:58:14.327 INFO O| Aug 13 22:58:14.327 INFO O| Finalize: Creating fast lookup database ... Done
42392026-08-13T22:58:15.750Z[ recovery-image] Aug 13 22:58:14.327 INFO O| Aug 13 22:58:14.327 INFO O| Finalize: Reading search index ... Done
42402026-08-13T22:58:15.750Z[ recovery-image] Aug 13 22:58:14.327 INFO O| Aug 13 22:58:14.327 INFO O| Finalize: Updating search index ... Done
42412026-08-13T22:58:15.750Z[ recovery-image] Aug 13 22:58:14.328 INFO O| Aug 13 22:58:14.328 INFO O| Finalize: Updating package cache ... Done
42422026-08-13T22:58:15.840Z[verify-libraries] Compiling ingot-types v0.2.0
42432026-08-13T22:58:15.878Z[verify-libraries] Compiling zone v0.3.1
42442026-08-13T22:58:15.923Z[verify-libraries] Compiling resolv-conf v0.7.6
42452026-08-13T22:58:15.951Z[verify-libraries] Compiling num-rational v0.4.2
42462026-08-13T22:58:15.981Z[verify-libraries] Compiling num-complex v0.4.6
42472026-08-13T22:58:15.981Z[verify-libraries] Compiling slog-dtrace v0.3.0
42482026-08-13T22:58:16.003Z[ recovery-image] Aug 13 22:58:14.582 INFO O| Aug 13 22:58:14.582 INFO STEP 6 (pkg_change_variant) COMPLETE
42492026-08-13T22:58:16.003Z[ recovery-image] Aug 13 22:58:14.583 INFO O| Aug 13 22:58:14.582 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-13T22:58:16.003Z[ recovery-image] Aug 13 22:58:14.583 INFO O| Aug 13 22:58:14.582 INFO skip step because feature "debug_variant" is not enabled
42512026-08-13T22:58:16.006Z[ recovery-image] Aug 13 22:58:14.583 INFO O| Aug 13 22:58:14.582 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522026-08-13T22:58:16.131Z[verify-libraries] Compiling expectorate v1.2.0
42532026-08-13T22:58:16.266Z[verify-libraries] Compiling linear-map v1.2.0
42542026-08-13T22:58:16.371Z[ recovery-image] Aug 13 22:58:14.950 INFO O| Aug 13 22:58:14.950 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42552026-08-13T22:58:16.411Z[verify-libraries] Compiling ingot v0.2.1
42562026-08-13T22:58:16.433Z[verify-libraries] Compiling prettyplease v0.2.37
42572026-08-13T22:58:16.436Z[verify-libraries] Compiling num v0.4.3
42582026-08-13T22:58:16.475Z[verify-libraries] Compiling float-ord v0.3.2
42592026-08-13T22:58:16.508Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42602026-08-13T22:58:16.508Z[verify-libraries] Compiling linked-hash-map v0.5.6
42612026-08-13T22:58:16.566Z[verify-libraries] Compiling hickory-proto v0.24.4
42622026-08-13T22:58:16.578Z[verify-libraries] Compiling convert_case v0.10.0
42632026-08-13T22:58:16.662Z[verify-libraries] Compiling minimal-lexical v0.2.1
42642026-08-13T22:58:16.687Z[verify-libraries] Compiling owo-colors v4.3.0
42652026-08-13T22:58:16.692Z[verify-libraries] Compiling unicode-xid v0.2.6
42662026-08-13T22:58:16.841Z[verify-libraries] Compiling lru-cache v0.1.2
42672026-08-13T22:58:16.882Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42682026-08-13T22:58:16.908Z[verify-libraries] Compiling typify-macro v0.6.2
42692026-08-13T22:58:16.977Z[verify-libraries] Compiling nom v7.1.3
42702026-08-13T22:58:17.040Z[verify-libraries] Compiling tabled_derive v0.7.0
42712026-08-13T22:58:17.094Z[verify-libraries] Compiling derive_more-impl v2.1.1
42722026-08-13T22:58:17.132Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42732026-08-13T22:58:17.161Z[verify-libraries] Compiling fd-lock v4.0.4
42742026-08-13T22:58:17.426Z[verify-libraries] Compiling vte v0.14.1
42752026-08-13T22:58:17.430Z[verify-libraries] Compiling display-error-chain v0.2.2
42762026-08-13T22:58:17.545Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42772026-08-13T22:58:17.672Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42782026-08-13T22:58:17.709Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42792026-08-13T22:58:17.924Z[verify-libraries] Compiling reedline v0.40.0
42802026-08-13T22:58:18.007Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42812026-08-13T22:58:18.058Z[verify-libraries] Compiling stacker v0.1.23
42822026-08-13T22:58:18.084Z[verify-libraries] Compiling derive_more v2.1.1
42832026-08-13T22:58:18.087Z[verify-libraries] Compiling cfg_aliases v0.1.1
42842026-08-13T22:58:18.112Z[verify-libraries] Compiling psm v0.1.30
42852026-08-13T22:58:18.117Z[ recovery-image] Aug 13 22:58:16.697 INFO O| Aug 13 22:58:16.697 INFO O| Startup: Refreshing catalog 'helios' ... Done
42862026-08-13T22:58:18.187Z[verify-libraries] Compiling tabled v0.15.0
42872026-08-13T22:58:18.226Z[verify-libraries] Compiling crossterm v0.29.0
42882026-08-13T22:58:18.250Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42892026-08-13T22:58:18.253Z[verify-libraries] Compiling nix v0.28.0
42902026-08-13T22:58:18.254Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42912026-08-13T22:58:18.511Z[verify-libraries] Compiling semver v0.1.20
42922026-08-13T22:58:18.537Z[verify-libraries] Compiling termtree v0.5.1
42932026-08-13T22:58:18.543Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42942026-08-13T22:58:18.563Z[verify-libraries] Compiling phf_shared v0.12.1
42952026-08-13T22:58:18.572Z[ recovery-image] Aug 13 22:58:17.147 INFO O| Aug 13 22:58:17.147 INFO O| Startup: Caching catalogs ... Done
42962026-08-13T22:58:18.583Z[ recovery-image] Aug 13 22:58:17.162 INFO O| Aug 13 22:58:17.162 INFO O| Planning: Planning completed in 0.00 seconds
42972026-08-13T22:58:18.588Z[ recovery-image] Aug 13 22:58:17.162 INFO O| Aug 13 22:58:17.162 INFO O| Planning: Consolidating action changes ... Done
42982026-08-13T22:58:18.588Z[ recovery-image] Aug 13 22:58:17.162 INFO O| Aug 13 22:58:17.162 INFO O| Planning: Evaluating mediators ... Done
42992026-08-13T22:58:18.588Z[ recovery-image] Aug 13 22:58:17.163 INFO O| Aug 13 22:58:17.163 INFO O| Planning: Planning completed in 0.00 seconds
43002026-08-13T22:58:18.588Z[ recovery-image] Aug 13 22:58:17.163 INFO O| Aug 13 22:58:17.163 INFO O| Variants/Facets to change: 1
43012026-08-13T22:58:18.592Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43022026-08-13T22:58:18.595Z[ recovery-image] Aug 13 22:58:17.175 INFO O| Aug 13 22:58:17.175 INFO O| Finalize: Updating package state database ... Done
43032026-08-13T22:58:18.595Z[ recovery-image] Aug 13 22:58:17.175 INFO O| Aug 13 22:58:17.175 INFO O| Finalize: Updating package cache ... Done
43042026-08-13T22:58:18.651Z[verify-libraries] Compiling nibble_vec v0.1.0
43052026-08-13T22:58:18.672Z[ recovery-image] Aug 13 22:58:17.246 INFO O| Aug 13 22:58:17.246 INFO O| Finalize: Updating image state ... Done
43062026-08-13T22:58:18.692Z[ recovery-image] Aug 13 22:58:17.261 INFO O| Aug 13 22:58:17.261 INFO O| Finalize: Creating fast lookup database ... Done
43072026-08-13T22:58:18.710Z[ recovery-image] Aug 13 22:58:17.261 INFO O| Aug 13 22:58:17.261 INFO O| Finalize: Reading search index ... Done
43082026-08-13T22:58:18.710Z[ recovery-image] Aug 13 22:58:17.261 INFO O| Aug 13 22:58:17.261 INFO O| Finalize: Updating search index ... Done
43092026-08-13T22:58:18.710Z[ recovery-image] Aug 13 22:58:17.262 INFO O| Aug 13 22:58:17.262 INFO O| Finalize: Updating package cache ... Done
43102026-08-13T22:58:18.772Z[verify-libraries] Compiling highway v1.3.0
43112026-08-13T22:58:18.823Z[verify-libraries] Compiling rustc_version v0.1.7
43122026-08-13T22:58:18.848Z[verify-libraries] Compiling chrono-tz v0.10.4
43132026-08-13T22:58:18.904Z[verify-libraries] Compiling typify v0.6.2
43142026-08-13T22:58:18.904Z[verify-libraries] Compiling endian-type v0.1.2
43152026-08-13T22:58:18.980Z[ recovery-image] Aug 13 22:58:17.547 INFO O| Aug 13 22:58:17.547 INFO STEP 8 (pkg_change_facet) COMPLETE
43162026-08-13T22:58:18.980Z[ recovery-image] Aug 13 22:58:17.547 INFO O| Aug 13 22:58:17.547 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43172026-08-13T22:58:19.003Z[verify-libraries] Compiling hickory-resolver v0.24.4
43182026-08-13T22:58:19.167Z[verify-libraries] Compiling progenitor-impl v0.14.0
43192026-08-13T22:58:19.178Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43202026-08-13T22:58:19.184Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43212026-08-13T22:58:19.277Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43222026-08-13T22:58:19.287Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43232026-08-13T22:58:19.392Z[ recovery-image] Aug 13 22:58:17.969 INFO O| Aug 13 22:58:17.969 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43242026-08-13T22:58:19.657Z[verify-libraries] Compiling newtype_derive v0.1.6
43252026-08-13T22:58:19.775Z[verify-libraries] Compiling radix_trie v0.2.1
43262026-08-13T22:58:19.839Z[ host-image] Aug 13 22:58:18.418 INFO O| Aug 13 22:58:18.418 INFO O| Download: 23153/23887 items 219.5/222.8MB 98% complete (21.9M/s)
43272026-08-13T22:58:19.924Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43282026-08-13T22:58:20.029Z[verify-libraries] Compiling recursive v0.1.1
43292026-08-13T22:58:20.102Z[verify-libraries] Compiling phf v0.12.1
43302026-08-13T22:58:20.172Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43312026-08-13T22:58:20.189Z[ host-image] Aug 13 22:58:18.754 INFO O| Aug 13 22:58:18.754 INFO O| Download: Completed 222.83 MB in 10.34 seconds (21.5M/s)
43322026-08-13T22:58:20.199Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43332026-08-13T22:58:20.315Z[verify-libraries] Compiling qorb v0.4.1
43342026-08-13T22:58:20.323Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43352026-08-13T22:58:20.644Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43362026-08-13T22:58:20.767Z[ host-image] Aug 13 22:58:19.343 INFO O| Aug 13 22:58:19.343 INFO O| Actions: 1/54180 actions (Installing new actions)
43372026-08-13T22:58:20.778Z[verify-libraries] Compiling peg-macros v0.8.5
43382026-08-13T22:58:20.960Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43392026-08-13T22:58:21.071Z[verify-libraries] Compiling winnow v0.6.26
43402026-08-13T22:58:21.158Z[verify-libraries] Compiling csv-core v0.1.13
43412026-08-13T22:58:21.359Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43422026-08-13T22:58:21.447Z[verify-libraries] Compiling home v0.5.12
43432026-08-13T22:58:21.473Z[ recovery-image] Aug 13 22:58:20.051 INFO O| Aug 13 22:58:20.051 INFO O| Startup: Refreshing catalog 'helios' ... Done
43442026-08-13T22:58:21.485Z[verify-libraries] Compiling unicode_categories v0.1.1
43452026-08-13T22:58:21.625Z[verify-libraries] Compiling rustyline v14.0.0
43462026-08-13T22:58:21.661Z[verify-libraries] Compiling textwrap v0.16.2
43472026-08-13T22:58:21.798Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43482026-08-13T22:58:21.849Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43492026-08-13T22:58:21.894Z[verify-libraries] Compiling sqlparser v0.61.0
43502026-08-13T22:58:21.912Z[ recovery-image] Aug 13 22:58:20.482 INFO O| Aug 13 22:58:20.481 INFO O| Startup: Caching catalogs ... Done
43512026-08-13T22:58:21.932Z[ recovery-image] Aug 13 22:58:20.496 INFO O| Aug 13 22:58:20.495 INFO O| Planning: Planning completed in 0.00 seconds
43522026-08-13T22:58:21.932Z[ recovery-image] Aug 13 22:58:20.496 INFO O| Aug 13 22:58:20.496 INFO O| Planning: Consolidating action changes ... Done
43532026-08-13T22:58:21.933Z[ recovery-image] Aug 13 22:58:20.496 INFO O| Aug 13 22:58:20.496 INFO O| Planning: Evaluating mediators ... Done
43542026-08-13T22:58:21.933Z[ recovery-image] Aug 13 22:58:20.496 INFO O| Aug 13 22:58:20.496 INFO O| Planning: Planning completed in 0.00 seconds
43552026-08-13T22:58:21.933Z[ recovery-image] Aug 13 22:58:20.497 INFO O| Aug 13 22:58:20.497 INFO O| Variants/Facets to change: 1
43562026-08-13T22:58:21.958Z[ recovery-image] Aug 13 22:58:20.506 INFO O| Aug 13 22:58:20.506 INFO O| Finalize: Updating package state database ... Done
43572026-08-13T22:58:21.958Z[ recovery-image] Aug 13 22:58:20.507 INFO O| Aug 13 22:58:20.506 INFO O| Finalize: Updating package cache ... Done
43582026-08-13T22:58:21.974Z[verify-libraries] Compiling const_format v0.2.35
43592026-08-13T22:58:22.006Z[ recovery-image] Aug 13 22:58:20.574 INFO O| Aug 13 22:58:20.574 INFO O| Finalize: Updating image state ... Done
43602026-08-13T22:58:22.029Z[ recovery-image] Aug 13 22:58:20.588 INFO O| Aug 13 22:58:20.588 INFO O| Finalize: Creating fast lookup database ... Done
43612026-08-13T22:58:22.029Z[ recovery-image] Aug 13 22:58:20.589 INFO O| Aug 13 22:58:20.589 INFO O| Finalize: Reading search index ... Done
43622026-08-13T22:58:22.030Z[ recovery-image] Aug 13 22:58:20.589 INFO O| Aug 13 22:58:20.589 INFO O| Finalize: Updating search index ... Done
43632026-08-13T22:58:22.030Z[ recovery-image] Aug 13 22:58:20.590 INFO O| Aug 13 22:58:20.590 INFO O| Finalize: Updating package cache ... Done
43642026-08-13T22:58:22.253Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43652026-08-13T22:58:22.324Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43662026-08-13T22:58:22.335Z[ recovery-image] Aug 13 22:58:20.869 INFO O| Aug 13 22:58:20.869 INFO STEP 9 (pkg_change_facet) COMPLETE
43672026-08-13T22:58:22.335Z[ recovery-image] Aug 13 22:58:20.869 INFO O| Aug 13 22:58:20.869 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43682026-08-13T22:58:22.335Z[verify-libraries] Compiling progenitor-macro v0.14.0
43692026-08-13T22:58:22.368Z[verify-libraries] Compiling peg v0.8.5
43702026-08-13T22:58:22.369Z[verify-libraries] Compiling csv v1.4.0
43712026-08-13T22:58:22.499Z[verify-libraries] Compiling bcs v0.1.6
43722026-08-13T22:58:22.594Z[verify-libraries] Compiling sqlformat v0.3.5
43732026-08-13T22:58:22.647Z[verify-libraries] Compiling nom v8.0.0
43742026-08-13T22:58:22.656Z[ recovery-image] Aug 13 22:58:21.220 INFO O| Aug 13 22:58:21.220 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43752026-08-13T22:58:22.740Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
43762026-08-13T22:58:22.785Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-08-13T22:58:22.867Z[verify-libraries] Compiling steno v0.4.1
43782026-08-13T22:58:22.928Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43792026-08-13T22:58:22.966Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43802026-08-13T22:58:23.078Z[verify-libraries] Compiling sha1 v0.10.6
43812026-08-13T22:58:23.458Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43822026-08-13T22:58:23.506Z[verify-libraries] Compiling tagptr v0.2.0
43832026-08-13T22:58:23.544Z[verify-libraries] Compiling utf-8 v0.7.6
43842026-08-13T22:58:23.649Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43852026-08-13T22:58:23.783Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43862026-08-13T22:58:23.877Z[verify-libraries] Compiling moka v0.12.13
43872026-08-13T22:58:23.911Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43882026-08-13T22:58:24.003Z[verify-libraries] Compiling tungstenite v0.21.0
43892026-08-13T22:58:24.003Z[verify-libraries] Compiling libefi-sys v0.1.0
43902026-08-13T22:58:24.155Z[verify-libraries] Compiling bitfield-struct v0.6.2
43912026-08-13T22:58:24.189Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43922026-08-13T22:58:24.377Z[verify-libraries] Compiling libscf-sys v1.2.0
43932026-08-13T22:58:24.520Z[verify-libraries] Compiling xshell-macros v0.2.7
43942026-08-13T22:58:24.575Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
43952026-08-13T22:58:24.621Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43962026-08-13T22:58:24.661Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43972026-08-13T22:58:24.680Z[ recovery-image] Aug 13 22:58:23.257 INFO O| Aug 13 22:58:23.257 INFO O| Startup: Refreshing catalog 'helios' ... Done
43982026-08-13T22:58:24.751Z[verify-libraries] Compiling hickory-resolver v0.25.2
43992026-08-13T22:58:24.847Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44002026-08-13T22:58:24.924Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44012026-08-13T22:58:24.924Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44022026-08-13T22:58:25.000Z[verify-libraries] Compiling papergrid v0.18.0
44032026-08-13T22:58:25.062Z[verify-libraries] Compiling sha2 v0.11.0
44042026-08-13T22:58:25.088Z[ recovery-image] Aug 13 22:58:23.665 INFO O| Aug 13 22:58:23.665 INFO O| Startup: Caching catalogs ... Done
44052026-08-13T22:58:25.103Z[ recovery-image] Aug 13 22:58:23.679 INFO O| Aug 13 22:58:23.679 INFO O| Planning: Planning completed in 0.00 seconds
44062026-08-13T22:58:25.114Z[ recovery-image] Aug 13 22:58:23.680 INFO O| Aug 13 22:58:23.680 INFO O| Planning: Consolidating action changes ... Done
44072026-08-13T22:58:25.115Z[ recovery-image] Aug 13 22:58:23.680 INFO O| Aug 13 22:58:23.680 INFO O| Planning: Evaluating mediators ... Done
44082026-08-13T22:58:25.115Z[ recovery-image] Aug 13 22:58:23.680 INFO O| Aug 13 22:58:23.680 INFO O| Planning: Planning completed in 0.00 seconds
44092026-08-13T22:58:25.115Z[ recovery-image] Aug 13 22:58:23.680 INFO O| Aug 13 22:58:23.680 INFO O| Variants/Facets to change: 1
44102026-08-13T22:58:25.123Z[ recovery-image] Aug 13 22:58:23.698 INFO O| Aug 13 22:58:23.698 INFO O| Finalize: Updating package state database ... Done
44112026-08-13T22:58:25.124Z[ recovery-image] Aug 13 22:58:23.698 INFO O| Aug 13 22:58:23.698 INFO O| Finalize: Updating package cache ... Done
44122026-08-13T22:58:25.133Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
44132026-08-13T22:58:25.186Z[ recovery-image] Aug 13 22:58:23.764 INFO O| Aug 13 22:58:23.764 INFO O| Finalize: Updating image state ... Done
44142026-08-13T22:58:25.200Z[ recovery-image] Aug 13 22:58:23.779 INFO O| Aug 13 22:58:23.779 INFO O| Finalize: Creating fast lookup database ... Done
44152026-08-13T22:58:25.218Z[ recovery-image] Aug 13 22:58:23.779 INFO O| Aug 13 22:58:23.779 INFO O| Finalize: Reading search index ... Done
44162026-08-13T22:58:25.218Z[ recovery-image] Aug 13 22:58:23.779 INFO O| Aug 13 22:58:23.779 INFO O| Finalize: Updating search index ... Done
44172026-08-13T22:58:25.218Z[ recovery-image] Aug 13 22:58:23.780 INFO O| Aug 13 22:58:23.780 INFO O| Finalize: Updating package cache ... Done
44182026-08-13T22:58:25.260Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44192026-08-13T22:58:25.345Z[verify-libraries] Compiling xshell v0.2.7
44202026-08-13T22:58:25.353Z[verify-libraries] Compiling subprocess v0.2.15
44212026-08-13T22:58:25.387Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44222026-08-13T22:58:25.481Z[ recovery-image] Aug 13 22:58:24.047 INFO O| Aug 13 22:58:24.046 INFO STEP 10 (pkg_change_facet) COMPLETE
44232026-08-13T22:58:25.481Z[ recovery-image] Aug 13 22:58:24.047 INFO O| Aug 13 22:58:24.047 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44242026-08-13T22:58:25.494Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44252026-08-13T22:58:25.494Z[ recovery-image] Aug 13 22:58:24.056 INFO O| Aug 13 22:58:24.056 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"]
44262026-08-13T22:58:25.775Z[ host-image] Aug 13 22:58:24.343 INFO O| Aug 13 22:58:24.343 INFO O| Actions: 25327/54180 actions (Installing new actions)
44272026-08-13T22:58:25.782Z[verify-libraries] Compiling headers-core v0.3.0
44282026-08-13T22:58:25.946Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44292026-08-13T22:58:25.996Z[verify-libraries] Compiling unicase v2.9.0
44302026-08-13T22:58:25.996Z[verify-libraries] Compiling headers v0.4.1
44312026-08-13T22:58:26.043Z[verify-libraries] Compiling darling_core v0.21.3
44322026-08-13T22:58:26.285Z[verify-libraries] Compiling tabled v0.21.0
44332026-08-13T22:58:26.344Z[verify-libraries] Compiling maplit v1.0.2
44342026-08-13T22:58:26.794Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44352026-08-13T22:58:26.999Z[verify-libraries] Compiling crc8 v0.1.1
44362026-08-13T22:58:27.082Z[verify-libraries] Compiling yasna v0.5.2
44372026-08-13T22:58:27.149Z[verify-libraries] Compiling vergen-lib v0.1.6
44382026-08-13T22:58:27.197Z[verify-libraries] Compiling diesel_derives v2.3.7
44392026-08-13T22:58:27.206Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44402026-08-13T22:58:27.315Z[verify-libraries] Compiling port-file v0.1.0
44412026-08-13T22:58:27.557Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44422026-08-13T22:58:27.598Z[verify-libraries] Compiling rcgen v0.12.1
44432026-08-13T22:58:27.680Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44442026-08-13T22:58:27.815Z[ recovery-image] Aug 13 22:58:26.320 INFO O| Aug 13 22:58:26.319 INFO O| Startup: Refreshing catalog 'helios' ... Done
44452026-08-13T22:58:27.842Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44462026-08-13T22:58:27.852Z[verify-libraries] Compiling half v1.8.3
44472026-08-13T22:58:27.909Z[verify-libraries] Compiling r2d2 v0.8.10
44482026-08-13T22:58:28.051Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44492026-08-13T22:58:28.130Z[verify-libraries] Compiling progenitor v0.14.0
44502026-08-13T22:58:28.155Z[ recovery-image] Aug 13 22:58:26.733 INFO O| Aug 13 22:58:26.733 INFO O| Startup: Caching catalogs ... Done
44512026-08-13T22:58:28.221Z[verify-libraries] Compiling serde_cbor v0.11.2
44522026-08-13T22:58:28.276Z[ host-image] Aug 13 22:58:26.846 INFO O| Aug 13 22:58:26.845 INFO O| Actions: Completed 54180 actions in 7.50 seconds.
44532026-08-13T22:58:28.315Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44542026-08-13T22:58:28.362Z[ host-image] Aug 13 22:58:26.935 INFO O| Aug 13 22:58:26.934 INFO O| Finalize: Updating package state database ... Done
44552026-08-13T22:58:28.362Z[ host-image] Aug 13 22:58:26.935 INFO O| Aug 13 22:58:26.935 INFO O| Finalize: Updating package cache ... Done
44562026-08-13T22:58:28.402Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44572026-08-13T22:58:28.465Z[ host-image] Aug 13 22:58:27.043 INFO O| Aug 13 22:58:27.043 INFO O| Finalize: Updating image state ... Done
44582026-08-13T22:58:28.474Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44592026-08-13T22:58:28.569Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44602026-08-13T22:58:28.590Z[verify-libraries] Compiling cpubits v0.1.1
44612026-08-13T22:58:28.720Z[verify-libraries] Compiling crunchy v0.2.4
44622026-08-13T22:58:28.767Z[verify-libraries] Compiling downcast-rs v2.0.2
44632026-08-13T22:58:29.027Z[verify-libraries] Compiling dirs-next v2.0.0
44642026-08-13T22:58:29.083Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44652026-08-13T22:58:29.118Z[verify-libraries] Compiling darling_macro v0.21.3
44662026-08-13T22:58:29.250Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44672026-08-13T22:58:29.298Z[verify-libraries] Compiling clang-sys v1.8.1
44682026-08-13T22:58:29.325Z[verify-libraries] Compiling tiny-keccak v2.0.2
44692026-08-13T22:58:29.488Z[ host-image] Aug 13 22:58:28.058 INFO O| Aug 13 22:58:28.058 INFO O| Finalize: Creating fast lookup database ... Done
44702026-08-13T22:58:29.545Z[ host-image] Aug 13 22:58:28.086 INFO O| Aug 13 22:58:28.086 INFO O| Finalize: Reading search index ... Done
44712026-08-13T22:58:29.583Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44722026-08-13T22:58:29.665Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44732026-08-13T22:58:29.699Z[verify-libraries] Compiling term v0.7.0
44742026-08-13T22:58:29.733Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44752026-08-13T22:58:29.779Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44762026-08-13T22:58:29.808Z[verify-libraries] Compiling darling v0.21.3
44772026-08-13T22:58:29.817Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44782026-08-13T22:58:29.817Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44792026-08-13T22:58:29.957Z[verify-libraries] Compiling bit-vec v0.6.3
44802026-08-13T22:58:30.006Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44812026-08-13T22:58:30.041Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44822026-08-13T22:58:30.127Z[verify-libraries] Compiling diff v0.1.13
44832026-08-13T22:58:30.148Z[ recovery-image] Aug 13 22:58:28.708 INFO O| Aug 13 22:58:28.708 INFO O| Planning: Solver setup ... Done
44842026-08-13T22:58:30.268Z[verify-libraries] Compiling bit-set v0.5.3
44852026-08-13T22:58:30.284Z[ recovery-image] Aug 13 22:58:28.863 INFO O| Aug 13 22:58:28.863 INFO O| Planning: Running solver ... Done
44862026-08-13T22:58:30.305Z[verify-libraries] Compiling ascii-canvas v3.0.0
44872026-08-13T22:58:30.416Z[ recovery-image] Aug 13 22:58:28.984 INFO O| Aug 13 22:58:28.983 INFO O| Planning: Finding local manifests ... Done
44882026-08-13T22:58:30.442Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44892026-08-13T22:58:30.451Z[ recovery-image] Aug 13 22:58:29.021 INFO O| Aug 13 22:58:29.021 INFO O| Planning: Fetching manifests: 0/130 0% complete
44902026-08-13T22:58:30.466Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44912026-08-13T22:58:30.547Z[verify-libraries] Compiling itertools v0.10.5
44922026-08-13T22:58:30.597Z[verify-libraries] Compiling ena v0.14.4
44932026-08-13T22:58:30.631Z[verify-libraries] Compiling libloading v0.8.9
44942026-08-13T22:58:30.757Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
44952026-08-13T22:58:30.808Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
44962026-08-13T22:58:30.877Z[verify-libraries] Compiling bindgen v0.71.1
44972026-08-13T22:58:30.946Z[verify-libraries] Compiling regex-syntax v0.6.29
44982026-08-13T22:58:31.147Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44992026-08-13T22:58:31.155Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45002026-08-13T22:58:31.245Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45012026-08-13T22:58:31.341Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45022026-08-13T22:58:31.410Z[verify-libraries] Compiling cexpr v0.6.0
45032026-08-13T22:58:31.519Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45042026-08-13T22:58:31.833Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45052026-08-13T22:58:31.874Z[verify-libraries] Compiling rustc-hash v2.1.1
45062026-08-13T22:58:31.955Z[verify-libraries] Compiling libxml v0.3.3
45072026-08-13T22:58:31.999Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45082026-08-13T22:58:32.097Z[verify-libraries] Compiling strum_macros v0.24.3
45092026-08-13T22:58:32.266Z[verify-libraries] Compiling hmac v0.13.0
45102026-08-13T22:58:32.325Z[ host-image] Aug 13 22:58:30.899 INFO O| Aug 13 22:58:30.899 INFO O| Finalize: Building new search index ... Done
45112026-08-13T22:58:32.342Z[verify-libraries] Compiling lalrpop v0.19.12
45122026-08-13T22:58:32.401Z[verify-libraries] Compiling universal-hash v0.6.1
45132026-08-13T22:58:32.527Z[verify-libraries] Compiling fxhash v0.2.1
45142026-08-13T22:58:32.544Z[verify-libraries] Compiling indoc v1.0.9
45152026-08-13T22:58:32.825Z[ host-image] Aug 13 22:58:31.392 INFO O| Aug 13 22:58:31.392 INFO O| Finalize: Updating package cache ... Done
45162026-08-13T22:58:33.150Z[ host-image] Aug 13 22:58:31.713 INFO O| Aug 13 22:58:31.713 INFO STEP 11 (pkg_install) COMPLETE
45172026-08-13T22:58:33.150Z[ host-image] Aug 13 22:58:31.713 INFO O| Aug 13 22:58:31.713 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182026-08-13T22:58:33.158Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45192026-08-13T22:58:33.158Z[ host-image] Aug 13 22:58:31.724 INFO O| Aug 13 22:58:31.724 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"]
45202026-08-13T22:58:33.238Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45212026-08-13T22:58:33.642Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45222026-08-13T22:58:33.773Z[verify-libraries] Compiling progenitor-impl v0.13.0
45232026-08-13T22:58:33.903Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45242026-08-13T22:58:34.250Z[verify-libraries] Compiling oso-derive v0.27.3
45252026-08-13T22:58:34.268Z[ recovery-image] Aug 13 22:58:32.826 INFO O| Aug 13 22:58:32.826 INFO O| Planning: Fetching manifests: 130/130 100% complete
45262026-08-13T22:58:34.711Z[ recovery-image] Aug 13 22:58:33.289 INFO O| Aug 13 22:58:33.288 INFO O| Planning: Package planning ... Done
45272026-08-13T22:58:34.785Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45282026-08-13T22:58:34.857Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45292026-08-13T22:58:34.873Z[ recovery-image] Aug 13 22:58:33.446 INFO O| Aug 13 22:58:33.446 INFO O| Planning: Merging actions ... Done
45302026-08-13T22:58:34.910Z[verify-libraries] Compiling quick-xml v0.37.5
45312026-08-13T22:58:34.937Z[ recovery-image] Aug 13 22:58:33.515 INFO O| Aug 13 22:58:33.515 INFO O| Planning: Checking for conflicting actions ... Done
45322026-08-13T22:58:34.993Z[ recovery-image] Aug 13 22:58:33.571 INFO O| Aug 13 22:58:33.571 INFO O| Planning: Consolidating action changes ... Done
45332026-08-13T22:58:35.036Z[ host-image] Aug 13 22:58:33.608 INFO O| Aug 13 22:58:33.608 INFO O| Startup: Refreshing catalog 'helios' ... Done
45342026-08-13T22:58:35.130Z[ recovery-image] Aug 13 22:58:33.707 INFO O| Aug 13 22:58:33.707 INFO O| Planning: Evaluating mediators ... Done
45352026-08-13T22:58:35.196Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45362026-08-13T22:58:35.584Z[ host-image] Aug 13 22:58:34.155 INFO O| Aug 13 22:58:34.155 INFO O| Startup: Caching catalogs ... Done
45372026-08-13T22:58:35.643Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45382026-08-13T22:58:36.056Z[ host-image] Aug 13 22:58:34.616 INFO O| Aug 13 22:58:34.616 INFO O| Planning: Solver setup ... Done
45392026-08-13T22:58:36.083Z[ host-image] Aug 13 22:58:34.622 INFO O| Aug 13 22:58:34.622 INFO O| Planning: Running solver ... Done
45402026-08-13T22:58:36.083Z[ host-image] Aug 13 22:58:34.635 INFO O| Aug 13 22:58:34.635 INFO O| Planning: Finding local manifests ... Done
45412026-08-13T22:58:36.097Z[ host-image] Aug 13 22:58:34.671 INFO O| Aug 13 22:58:34.671 INFO O| Planning: Fetching manifests: 0/6 0% complete
45422026-08-13T22:58:36.192Z[ host-image] Aug 13 22:58:34.734 INFO O| Aug 13 22:58:34.734 INFO O| Planning: Fetching manifests: 6/6 100% complete
45432026-08-13T22:58:36.329Z[ host-image] Aug 13 22:58:34.759 INFO O| Aug 13 22:58:34.759 INFO O| Planning: Package planning ... Done
45442026-08-13T22:58:36.330Z[ host-image] Aug 13 22:58:34.761 INFO O| Aug 13 22:58:34.761 INFO O| Planning: Merging actions ... Done
45452026-08-13T22:58:36.346Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45462026-08-13T22:58:36.368Z[ host-image] Aug 13 22:58:34.934 INFO O| Aug 13 22:58:34.934 INFO O| Planning: Checking for conflicting actions ... Done
45472026-08-13T22:58:36.376Z[ host-image] Aug 13 22:58:34.936 INFO O| Aug 13 22:58:34.936 INFO O| Planning: Consolidating action changes ... Done
45482026-08-13T22:58:36.547Z[ host-image] Aug 13 22:58:35.110 INFO O| Aug 13 22:58:35.110 INFO O| Planning: Evaluating mediators ... Done
45492026-08-13T22:58:36.558Z[ host-image] Aug 13 22:58:35.111 INFO O| Aug 13 22:58:35.111 INFO O| Planning: Planning completed in 0.94 seconds
45502026-08-13T22:58:36.558Z[ host-image] Aug 13 22:58:35.111 INFO O| Aug 13 22:58:35.111 INFO O| Packages to install: 6
45512026-08-13T22:58:36.558Z[ host-image] Aug 13 22:58:35.111 INFO O| Aug 13 22:58:35.111 INFO O| Services to change: 2
45522026-08-13T22:58:36.558Z[ host-image] Aug 13 22:58:35.123 INFO O| Aug 13 22:58:35.123 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45532026-08-13T22:58:36.601Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45542026-08-13T22:58:36.880Z[ host-image] Aug 13 22:58:35.457 INFO O| Aug 13 22:58:35.457 INFO O| Download: Completed 1.75 MB in 0.33 seconds (5.2M/s)
45552026-08-13T22:58:36.908Z[ recovery-image] Aug 13 22:58:35.484 INFO O| Aug 13 22:58:35.484 INFO O| Planning: Planning completed in 8.74 seconds
45562026-08-13T22:58:36.912Z[ recovery-image] Aug 13 22:58:35.486 INFO O| Aug 13 22:58:35.486 INFO O| Packages to install: 130
45572026-08-13T22:58:36.912Z[ recovery-image] Aug 13 22:58:35.487 INFO O| Aug 13 22:58:35.486 INFO O| Mediators to change: 5
45582026-08-13T22:58:36.912Z[ recovery-image] Aug 13 22:58:35.487 INFO O| Aug 13 22:58:35.486 INFO O| Services to change: 5
45592026-08-13T22:58:36.928Z[verify-libraries] Compiling diesel v2.3.7
45602026-08-13T22:58:36.941Z[ recovery-image] Aug 13 22:58:35.518 INFO O| Aug 13 22:58:35.518 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45612026-08-13T22:58:36.977Z[ host-image] Aug 13 22:58:35.524 INFO O| Aug 13 22:58:35.524 INFO O| Actions: 1/390 actions (Installing new actions)
45622026-08-13T22:58:36.993Z[verify-libraries] Compiling openssl-probe v0.1.6
45632026-08-13T22:58:37.185Z[ host-image] Aug 13 22:58:35.755 INFO O| Aug 13 22:58:35.755 INFO O| Actions: Completed 390 actions in 0.23 seconds.
45642026-08-13T22:58:37.236Z[ host-image] Aug 13 22:58:35.807 INFO O| Aug 13 22:58:35.807 INFO O| Finalize: Updating package state database ... Done
45652026-08-13T22:58:37.236Z[ host-image] Aug 13 22:58:35.807 INFO O| Aug 13 22:58:35.807 INFO O| Finalize: Updating package cache ... Done
45662026-08-13T22:58:37.248Z[verify-libraries] Compiling progenitor-macro v0.13.0
45672026-08-13T22:58:37.331Z[ host-image] Aug 13 22:58:35.896 INFO O| Aug 13 22:58:35.896 INFO O| Finalize: Updating image state ... Done
45682026-08-13T22:58:37.387Z[verify-libraries] Compiling polyval v0.7.1
45692026-08-13T22:58:37.432Z[verify-libraries] Compiling der v0.8.0
45702026-08-13T22:58:37.555Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45712026-08-13T22:58:37.792Z[verify-libraries] Compiling progenitor-client v0.13.0
45722026-08-13T22:58:38.255Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45732026-08-13T22:58:38.279Z[verify-libraries] Compiling git-stub v1.0.0
45742026-08-13T22:58:38.363Z[ host-image] Aug 13 22:58:36.942 INFO O| Aug 13 22:58:36.941 INFO O| Finalize: Creating fast lookup database ... Done
45752026-08-13T22:58:38.406Z[ host-image] Aug 13 22:58:36.972 INFO O| Aug 13 22:58:36.972 INFO O| Finalize: Reading search index ... Done
45762026-08-13T22:58:38.406Z[ host-image] Aug 13 22:58:36.972 INFO O| Aug 13 22:58:36.972 INFO O| Finalize: Updating search index ... Done
45772026-08-13T22:58:38.417Z[verify-libraries] Compiling kstat-rs v0.2.5
45782026-08-13T22:58:38.417Z[ host-image] Aug 13 22:58:36.988 INFO O| Aug 13 22:58:36.988 INFO O| Finalize: Updating package cache ... Done
45792026-08-13T22:58:38.599Z[verify-libraries] Compiling trait-variant v0.1.2
45802026-08-13T22:58:38.710Z[ host-image] Aug 13 22:58:37.267 INFO O| Aug 13 22:58:37.267 INFO STEP 12 (pkg_install) COMPLETE
45812026-08-13T22:58:38.710Z[ host-image] Aug 13 22:58:37.267 INFO O| Aug 13 22:58:37.267 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-08-13T22:58:38.728Z[ host-image] Aug 13 22:58:37.278 INFO O| Aug 13 22:58:37.278 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45832026-08-13T22:58:38.771Z[verify-libraries] Compiling salty v0.3.0
45842026-08-13T22:58:38.822Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45852026-08-13T22:58:39.061Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45862026-08-13T22:58:39.153Z[verify-libraries] Compiling ghash v0.6.0
45872026-08-13T22:58:39.204Z[verify-libraries] Compiling pbkdf2 v0.13.0
45882026-08-13T22:58:39.328Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45892026-08-13T22:58:39.371Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45902026-08-13T22:58:39.405Z[verify-libraries] Compiling crypto-bigint v0.7.5
45912026-08-13T22:58:39.440Z[verify-libraries] Compiling aes v0.9.1
45922026-08-13T22:58:39.554Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45932026-08-13T22:58:39.623Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-13T22:58:39.653Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
45952026-08-13T22:58:40.131Z[verify-libraries] Compiling ctr v0.10.1
45962026-08-13T22:58:40.433Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45972026-08-13T22:58:40.470Z[verify-libraries] Compiling aead v0.6.1
45982026-08-13T22:58:40.574Z[ host-image] Aug 13 22:58:39.152 INFO O| Aug 13 22:58:39.152 INFO O| Startup: Refreshing catalog 'helios' ... Done
45992026-08-13T22:58:40.595Z[verify-libraries] Compiling bb8 v0.8.6
46002026-08-13T22:58:40.706Z[verify-libraries] Compiling parking_lot_core v0.8.6
46012026-08-13T22:58:40.737Z[verify-libraries] Compiling aes-gcm v0.11.0
46022026-08-13T22:58:40.817Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
46032026-08-13T22:58:41.023Z[ host-image] Aug 13 22:58:39.591 INFO O| Aug 13 22:58:39.591 INFO O| Startup: Caching catalogs ... Done
46042026-08-13T22:58:41.060Z[verify-libraries] Compiling spki v0.8.0
46052026-08-13T22:58:41.248Z[verify-libraries] Compiling mime_guess v2.0.5
46062026-08-13T22:58:41.289Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46072026-08-13T22:58:41.372Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46082026-08-13T22:58:41.399Z[ host-image] Aug 13 22:58:39.977 INFO O| Aug 13 22:58:39.977 INFO O| Planning: Solver setup ... Done
46092026-08-13T22:58:41.409Z[ host-image] Aug 13 22:58:39.982 INFO O| Aug 13 22:58:39.982 INFO O| Planning: Running solver ... Done
46102026-08-13T22:58:41.418Z[verify-libraries] Compiling rfc6979 v0.4.0
46112026-08-13T22:58:41.426Z[ host-image] Aug 13 22:58:39.994 INFO O| Aug 13 22:58:39.994 INFO O| Planning: Finding local manifests ... Done
46122026-08-13T22:58:41.437Z[ host-image] Aug 13 22:58:40.014 INFO O| Aug 13 22:58:40.014 INFO O| Planning: Fetching manifests: 0/6 0% complete
46132026-08-13T22:58:41.480Z[verify-libraries] Compiling salsa20 v0.11.0
46142026-08-13T22:58:41.581Z[ host-image] Aug 13 22:58:40.088 INFO O| Aug 13 22:58:40.088 INFO O| Planning: Fetching manifests: 6/6 100% complete
46152026-08-13T22:58:41.596Z[verify-libraries] Compiling nanorand v0.7.0
46162026-08-13T22:58:41.596Z[ host-image] Aug 13 22:58:40.118 INFO O| Aug 13 22:58:40.118 INFO O| Planning: Package planning ... Done
46172026-08-13T22:58:41.596Z[ host-image] Aug 13 22:58:40.129 INFO O| Aug 13 22:58:40.129 INFO O| Planning: Merging actions ... Done
46182026-08-13T22:58:41.639Z[verify-libraries] Compiling ecdsa v0.16.9
46192026-08-13T22:58:41.700Z[ host-image] Aug 13 22:58:40.269 INFO O| Aug 13 22:58:40.269 INFO O| Planning: Checking for conflicting actions ... Done
46202026-08-13T22:58:41.707Z[ host-image] Aug 13 22:58:40.272 INFO O| Aug 13 22:58:40.272 INFO O| Planning: Consolidating action changes ... Done
46212026-08-13T22:58:41.733Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46222026-08-13T22:58:41.769Z[verify-libraries] Compiling scrypt v0.12.0
46232026-08-13T22:58:41.832Z[ host-image] Aug 13 22:58:40.409 INFO O| Aug 13 22:58:40.409 INFO O| Planning: Evaluating mediators ... Done
46242026-08-13T22:58:41.847Z[ host-image] Aug 13 22:58:40.412 INFO O| Aug 13 22:58:40.412 INFO O| Planning: Planning completed in 0.81 seconds
46252026-08-13T22:58:41.847Z[ host-image] Aug 13 22:58:40.413 INFO O| Aug 13 22:58:40.413 INFO O| Packages to install: 6
46262026-08-13T22:58:41.855Z[ host-image] Aug 13 22:58:40.413 INFO O| Aug 13 22:58:40.413 INFO O| Mediators to change: 1
46272026-08-13T22:58:41.855Z[ host-image] Aug 13 22:58:40.413 INFO O| Aug 13 22:58:40.413 INFO O| Services to change: 1
46282026-08-13T22:58:41.855Z[ host-image] Aug 13 22:58:40.424 INFO O| Aug 13 22:58:40.424 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46292026-08-13T22:58:41.922Z[verify-libraries] Compiling flume v0.11.1
46302026-08-13T22:58:41.947Z[ recovery-image] Aug 13 22:58:40.519 INFO O| Aug 13 22:58:40.519 INFO O| Download: 7477/16682 items 77.1/200.0MB 38% complete (16.0M/s)
46312026-08-13T22:58:42.160Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
46322026-08-13T22:58:42.229Z[verify-libraries] Compiling primeorder v0.13.6
46332026-08-13T22:58:42.345Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46342026-08-13T22:58:42.379Z[verify-libraries] Compiling cbc v0.2.1
46352026-08-13T22:58:42.552Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46362026-08-13T22:58:42.558Z[ host-image] Aug 13 22:58:41.132 INFO O| Aug 13 22:58:41.131 INFO O| Download: Completed 7.84 MB in 0.71 seconds (11.1M/s)
46372026-08-13T22:58:42.593Z[ host-image] Aug 13 22:58:41.171 INFO O| Aug 13 22:58:41.171 INFO O| Actions: 1/1366 actions (Installing new actions)
46382026-08-13T22:58:42.631Z[verify-libraries] Compiling nonempty v0.12.0
46392026-08-13T22:58:42.691Z[verify-libraries] Compiling http-range v0.1.5
46402026-08-13T22:58:42.742Z[verify-libraries] Compiling pkcs5 v0.8.1
46412026-08-13T22:58:42.875Z[ host-image] Aug 13 22:58:41.454 INFO O| Aug 13 22:58:41.454 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
46422026-08-13T22:58:42.908Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46432026-08-13T22:58:42.923Z[ host-image] Aug 13 22:58:41.491 INFO O| Aug 13 22:58:41.491 INFO O| Finalize: Updating package state database ... Done
46442026-08-13T22:58:42.923Z[ host-image] Aug 13 22:58:41.491 INFO O| Aug 13 22:58:41.491 INFO O| Finalize: Updating package cache ... Done
46452026-08-13T22:58:42.952Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46462026-08-13T22:58:42.982Z[verify-libraries] Compiling p384 v0.13.1
46472026-08-13T22:58:43.017Z[verify-libraries] Compiling progenitor v0.13.0
46482026-08-13T22:58:43.039Z[ host-image] Aug 13 22:58:41.617 INFO O| Aug 13 22:58:41.617 INFO O| Finalize: Updating image state ... Done
46492026-08-13T22:58:43.081Z[verify-libraries] Compiling parking_lot v0.11.2
46502026-08-13T22:58:43.375Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46512026-08-13T22:58:43.446Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46522026-08-13T22:58:43.554Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46532026-08-13T22:58:43.656Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46542026-08-13T22:58:43.814Z[verify-libraries] Compiling prefix-trie v0.7.0
46552026-08-13T22:58:43.835Z[verify-libraries] Compiling digest-io v0.1.0
46562026-08-13T22:58:44.040Z[ host-image] Aug 13 22:58:42.605 INFO O| Aug 13 22:58:42.605 INFO O| Finalize: Creating fast lookup database ... Done
46572026-08-13T22:58:44.047Z[verify-libraries] Compiling rawzip v0.4.4
46582026-08-13T22:58:44.069Z[ host-image] Aug 13 22:58:42.648 INFO O| Aug 13 22:58:42.647 INFO O| Finalize: Reading search index ... Done
46592026-08-13T22:58:44.069Z[ host-image] Aug 13 22:58:42.648 INFO O| Aug 13 22:58:42.648 INFO O| Finalize: Updating search index ... Done
46602026-08-13T22:58:44.106Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46612026-08-13T22:58:44.113Z[ host-image] Aug 13 22:58:42.691 INFO O| Aug 13 22:58:42.691 INFO O| Finalize: Updating package cache ... Done
46622026-08-13T22:58:44.121Z[verify-libraries] Compiling sled v0.34.7
46632026-08-13T22:58:44.288Z[verify-libraries] Compiling hickory-server v0.25.2
46642026-08-13T22:58:44.341Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46652026-08-13T22:58:44.378Z[ host-image] Aug 13 22:58:42.948 INFO O| Aug 13 22:58:42.948 INFO STEP 13 (pkg_install) COMPLETE
46662026-08-13T22:58:44.378Z[ host-image] Aug 13 22:58:42.948 INFO O| Aug 13 22:58:42.948 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46672026-08-13T22:58:44.389Z[ host-image] Aug 13 22:58:42.958 INFO O| Aug 13 22:58:42.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46682026-08-13T22:58:44.717Z[verify-libraries] Compiling pkcs8 v0.11.0
46692026-08-13T22:58:44.912Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46702026-08-13T22:58:44.948Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46712026-08-13T22:58:45.076Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46722026-08-13T22:58:45.264Z[verify-libraries] Compiling ignore v0.4.25
46732026-08-13T22:58:45.637Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46742026-08-13T22:58:45.761Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46752026-08-13T22:58:45.865Z[verify-libraries] Compiling ff v0.14.0
46762026-08-13T22:58:45.934Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46772026-08-13T22:58:45.983Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46782026-08-13T22:58:46.113Z[verify-libraries] Compiling corncobs v0.1.4
46792026-08-13T22:58:46.239Z[verify-libraries] Compiling globwalk v0.9.1
46802026-08-13T22:58:46.343Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46812026-08-13T22:58:46.416Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46822026-08-13T22:58:46.599Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46832026-08-13T22:58:46.645Z[verify-libraries] Compiling predicates-tree v1.0.13
46842026-08-13T22:58:46.658Z[ host-image] Aug 13 22:58:45.233 INFO O| Aug 13 22:58:45.233 INFO O| Startup: Refreshing catalog 'helios' ... Done
46852026-08-13T22:58:46.745Z[verify-libraries] Compiling libz-sys v1.1.24
46862026-08-13T22:58:46.946Z[ recovery-image] Aug 13 22:58:45.525 INFO O| Aug 13 22:58:45.525 INFO O| Download: 16436/16682 items 194.3/200.0MB 97% complete (19.9M/s)
46872026-08-13T22:58:47.007Z[verify-libraries] Compiling rand_seeder v0.4.0
46882026-08-13T22:58:47.082Z[ host-image] Aug 13 22:58:45.653 INFO O| Aug 13 22:58:45.653 INFO O| Startup: Caching catalogs ... Done
46892026-08-13T22:58:47.101Z[verify-libraries] Compiling secrecy v0.8.0
46902026-08-13T22:58:47.245Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46912026-08-13T22:58:47.441Z[ recovery-image] Aug 13 22:58:46.013 INFO O| Aug 13 22:58:46.013 INFO O| Download: Completed 200.00 MB in 10.49 seconds (19.0M/s)
46922026-08-13T22:58:47.521Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46932026-08-13T22:58:47.527Z[ host-image] Aug 13 22:58:46.095 INFO O| Aug 13 22:58:46.091 INFO O| Planning: Solver setup ... Done
46942026-08-13T22:58:47.527Z[ host-image] Aug 13 22:58:46.095 INFO O| Aug 13 22:58:46.094 INFO O| Planning: Running solver ... Done
46952026-08-13T22:58:47.532Z[ host-image] Aug 13 22:58:46.106 INFO O| Aug 13 22:58:46.106 INFO O| Planning: Finding local manifests ... Done
46962026-08-13T22:58:47.532Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46972026-08-13T22:58:47.581Z[ host-image] Aug 13 22:58:46.134 INFO O| Aug 13 22:58:46.134 INFO O| Planning: Fetching manifests: 0/1 0% complete
46982026-08-13T22:58:47.689Z[ host-image] Aug 13 22:58:46.141 INFO O| Aug 13 22:58:46.141 INFO O| Planning: Fetching manifests: 1/1 100% complete
46992026-08-13T22:58:47.690Z[ host-image] Aug 13 22:58:46.190 INFO O| Aug 13 22:58:46.189 INFO O| Planning: Package planning ... Done
47002026-08-13T22:58:47.690Z[ host-image] Aug 13 22:58:46.190 INFO O| Aug 13 22:58:46.190 INFO O| Planning: Merging actions ... Done
47012026-08-13T22:58:47.690Z[verify-libraries] Compiling group v0.14.0
47022026-08-13T22:58:47.726Z[ recovery-image] Aug 13 22:58:46.300 INFO O| Aug 13 22:58:46.300 INFO O| Actions: 1/27580 actions (Installing new actions)
47032026-08-13T22:58:47.749Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47042026-08-13T22:58:47.760Z[ host-image] Aug 13 22:58:46.328 INFO O| Aug 13 22:58:46.328 INFO O| Planning: Checking for conflicting actions ... Done
47052026-08-13T22:58:47.760Z[ host-image] Aug 13 22:58:46.328 INFO O| Aug 13 22:58:46.328 INFO O| Planning: Consolidating action changes ... Done
47062026-08-13T22:58:47.799Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47072026-08-13T22:58:47.891Z[ host-image] Aug 13 22:58:46.461 INFO O| Aug 13 22:58:46.461 INFO O| Planning: Evaluating mediators ... Done
47082026-08-13T22:58:47.897Z[ host-image] Aug 13 22:58:46.461 INFO O| Aug 13 22:58:46.461 INFO O| Planning: Planning completed in 0.79 seconds
47092026-08-13T22:58:47.897Z[ host-image] Aug 13 22:58:46.462 INFO O| Aug 13 22:58:46.462 INFO O| Packages to install: 1
47102026-08-13T22:58:47.897Z[ host-image] Aug 13 22:58:46.472 INFO O| Aug 13 22:58:46.472 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47112026-08-13T22:58:47.920Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47122026-08-13T22:58:47.966Z[verify-libraries] Compiling signature v3.0.0
47132026-08-13T22:58:48.129Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47142026-08-13T22:58:48.225Z[verify-libraries] Compiling base16ct v1.0.0
47152026-08-13T22:58:48.254Z[ host-image] Aug 13 22:58:46.826 INFO O| Aug 13 22:58:46.826 INFO O| Download: Completed 13.17 MB in 0.35 seconds (37.2M/s)
47162026-08-13T22:58:48.282Z[ host-image] Aug 13 22:58:46.861 INFO O| Aug 13 22:58:46.861 INFO O| Actions: 1/22 actions (Installing new actions)
47172026-08-13T22:58:48.379Z[verify-libraries] Compiling instability v0.3.11
47182026-08-13T22:58:48.491Z[verify-libraries] Compiling sec1 v0.8.1
47192026-08-13T22:58:48.548Z[ host-image] Aug 13 22:58:47.124 INFO O| Aug 13 22:58:47.123 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47202026-08-13T22:58:48.595Z[ host-image] Aug 13 22:58:47.173 INFO O| Aug 13 22:58:47.173 INFO O| Finalize: Updating package state database ... Done
47212026-08-13T22:58:48.595Z[ host-image] Aug 13 22:58:47.173 INFO O| Aug 13 22:58:47.173 INFO O| Finalize: Updating package cache ... Done
47222026-08-13T22:58:48.617Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47232026-08-13T22:58:48.650Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47242026-08-13T22:58:48.686Z[ host-image] Aug 13 22:58:47.264 INFO O| Aug 13 22:58:47.264 INFO O| Finalize: Updating image state ... Done
47252026-08-13T22:58:48.729Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47262026-08-13T22:58:48.925Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47272026-08-13T22:58:49.043Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47282026-08-13T22:58:49.111Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47292026-08-13T22:58:49.128Z[verify-libraries] Compiling hkdf v0.13.0
47302026-08-13T22:58:49.181Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47312026-08-13T22:58:49.278Z[verify-libraries] Compiling scuffle v0.1.0
47322026-08-13T22:58:49.482Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47332026-08-13T22:58:49.555Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47342026-08-13T22:58:49.592Z[verify-libraries] Compiling castaway v0.2.4
47352026-08-13T22:58:49.791Z[ host-image] Aug 13 22:58:48.368 INFO O| Aug 13 22:58:48.368 INFO O| Finalize: Creating fast lookup database ... Done
47362026-08-13T22:58:49.829Z[ host-image] Aug 13 22:58:48.406 INFO O| Aug 13 22:58:48.406 INFO O| Finalize: Reading search index ... Done
47372026-08-13T22:58:49.829Z[ host-image] Aug 13 22:58:48.406 INFO O| Aug 13 22:58:48.406 INFO O| Finalize: Updating search index ... Done
47382026-08-13T22:58:49.842Z[verify-libraries] Compiling indoc v2.0.7
47392026-08-13T22:58:49.862Z[ host-image] Aug 13 22:58:48.420 INFO O| Aug 13 22:58:48.420 INFO O| Finalize: Updating package cache ... Done
47402026-08-13T22:58:49.876Z[verify-libraries] Compiling compact_str v0.8.1
47412026-08-13T22:58:49.942Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47422026-08-13T22:58:50.120Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 14 (pkg_install) COMPLETE
47432026-08-13T22:58:50.120Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47442026-08-13T22:58:50.120Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "mbist" is not enabled
47452026-08-13T22:58:50.128Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47462026-08-13T22:58:50.128Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "mfg" is not enabled
47472026-08-13T22:58:50.128Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47482026-08-13T22:58:50.128Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "compliance" is not enabled
47492026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47502026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "stress" is not enabled
47512026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47522026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "compliance" is not enabled
47532026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47542026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO skip step because feature "nfs" is not enabled
47552026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47562026-08-13T22:58:50.129Z[ host-image] Aug 13 22:58:48.699 INFO O| Aug 13 22:58:48.699 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47572026-08-13T22:58:50.330Z[ host-image] Aug 13 22:58:48.905 INFO O| Aug 13 22:58:48.905 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47582026-08-13T22:58:50.485Z[ host-image] Aug 13 22:58:49.049 INFO O| Aug 13 22:58:49.049 INFO completed processing sled/ramdisk-01-os
47592026-08-13T22:58:50.494Z[ host-image] Aug 13 22:58:49.051 INFO omicron1 baseline generation...
47602026-08-13T22:58:50.494Z[ host-image] Aug 13 22:58:49.051 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47612026-08-13T22:58:50.560Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47622026-08-13T22:58:50.623Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47632026-08-13T22:58:50.644Z[verify-libraries] Compiling elliptic-curve v0.14.1
47642026-08-13T22:58:50.850Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47652026-08-13T22:58:50.887Z[ host-image] Aug 13 22:58:49.429 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47662026-08-13T22:58:50.914Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47672026-08-13T22:58:51.309Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47682026-08-13T22:58:51.401Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47692026-08-13T22:58:51.614Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47702026-08-13T22:58:51.713Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47712026-08-13T22:58:51.749Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47722026-08-13T22:58:51.761Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47732026-08-13T22:58:51.809Z[verify-libraries] Compiling unicode-truncate v1.1.0
47742026-08-13T22:58:51.978Z[verify-libraries] Compiling lru v0.12.5
47752026-08-13T22:58:52.065Z[verify-libraries] Compiling arc-swap v1.8.2
47762026-08-13T22:58:52.242Z[verify-libraries] Compiling cassowary v0.3.0
47772026-08-13T22:58:52.471Z[verify-libraries] Compiling slog-scope v4.4.1
47782026-08-13T22:58:52.583Z[verify-libraries] Compiling ratatui v0.29.0
47792026-08-13T22:58:52.617Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47802026-08-13T22:58:52.802Z[ recovery-image] Aug 13 22:58:51.375 INFO O| Aug 13 22:58:51.375 INFO O| Actions: 21846/27580 actions (Installing new actions)
47812026-08-13T22:58:52.824Z[verify-libraries] Compiling wnaf v0.14.0
47822026-08-13T22:58:52.911Z[verify-libraries] Compiling primefield v0.14.0
47832026-08-13T22:58:52.941Z[verify-libraries] Compiling rfc6979 v0.6.0
47842026-08-13T22:58:53.060Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47852026-08-13T22:58:53.518Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47862026-08-13T22:58:53.560Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47872026-08-13T22:58:53.560Z[verify-libraries] Compiling vergen-git2 v9.1.0
47882026-08-13T22:58:53.560Z[verify-libraries] Compiling strsim v0.10.0
47892026-08-13T22:58:53.560Z[ recovery-image] Aug 13 22:58:52.097 INFO O| Aug 13 22:58:52.097 INFO O| Actions: Completed 27580 actions in 5.79 seconds.
47902026-08-13T22:58:53.580Z[verify-libraries] Compiling is_ci v1.2.0
47912026-08-13T22:58:53.613Z[ recovery-image] Aug 13 22:58:52.187 INFO O| Aug 13 22:58:52.187 INFO O| Finalize: Updating package state database ... Done
47922026-08-13T22:58:53.613Z[ recovery-image] Aug 13 22:58:52.187 INFO O| Aug 13 22:58:52.187 INFO O| Finalize: Updating package cache ... Done
47932026-08-13T22:58:53.684Z[verify-libraries] Compiling ecdsa v0.17.0
47942026-08-13T22:58:53.721Z[ recovery-image] Aug 13 22:58:52.300 INFO O| Aug 13 22:58:52.300 INFO O| Finalize: Updating image state ... Done
47952026-08-13T22:58:53.933Z[verify-libraries] Compiling supports-color v3.0.2
47962026-08-13T22:58:54.067Z[verify-libraries] Compiling darling_core v0.13.4
47972026-08-13T22:58:54.255Z[verify-libraries] Compiling primeorder v0.14.0
47982026-08-13T22:58:54.403Z[verify-libraries] Compiling slog-stdlog v4.1.1
47992026-08-13T22:58:54.599Z[ recovery-image] Aug 13 22:58:53.178 INFO O| Aug 13 22:58:53.178 INFO O| Finalize: Creating fast lookup database ... Done
48002026-08-13T22:58:54.616Z[ recovery-image] Aug 13 22:58:53.196 INFO O| Aug 13 22:58:53.195 INFO O| Finalize: Reading search index ... Done
48012026-08-13T22:58:54.794Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48022026-08-13T22:58:54.821Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48032026-08-13T22:58:55.272Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48042026-08-13T22:58:55.342Z[verify-libraries] Compiling tungstenite v0.23.0
48052026-08-13T22:58:55.543Z[verify-libraries] Compiling console v0.16.2
48062026-08-13T22:58:55.634Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48072026-08-13T22:58:56.134Z[verify-libraries] Compiling libsw-core v0.3.2
48082026-08-13T22:58:56.199Z[verify-libraries] Compiling assert_matches v1.5.0
48092026-08-13T22:58:56.236Z[verify-libraries] Compiling unit-prefix v0.5.2
48102026-08-13T22:58:56.266Z[verify-libraries] Compiling void v1.0.2
48112026-08-13T22:58:56.346Z[verify-libraries] Compiling libsw v3.5.0
48122026-08-13T22:58:56.389Z[verify-libraries] Compiling indicatif v0.18.4
48132026-08-13T22:58:56.396Z[ recovery-image] Aug 13 22:58:54.975 INFO O| Aug 13 22:58:54.975 INFO O| Finalize: Building new search index ... Done
48142026-08-13T22:58:56.445Z[verify-libraries] Compiling lzss v0.8.2
48152026-08-13T22:58:56.530Z[verify-libraries] Compiling darling_macro v0.13.4
48162026-08-13T22:58:56.536Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48172026-08-13T22:58:56.643Z[verify-libraries] Compiling slog-envlogger v2.2.0
48182026-08-13T22:58:56.651Z[verify-libraries] Compiling ssh-encoding v0.3.0
48192026-08-13T22:58:56.702Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48202026-08-13T22:58:56.710Z[ recovery-image] Aug 13 22:58:55.282 INFO O| Aug 13 22:58:55.282 INFO O| Finalize: Updating package cache ... Done
48212026-08-13T22:58:56.753Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48222026-08-13T22:58:56.999Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48232026-08-13T22:58:57.026Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO STEP 11 (pkg_install) COMPLETE
48242026-08-13T22:58:57.026Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-13T22:58:57.026Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO skip step because feature "recovery" is enabled
48262026-08-13T22:58:57.032Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-13T22:58:57.032Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO skip step because feature "omicron1" is not enabled
48282026-08-13T22:58:57.032Z[ recovery-image] Aug 13 22:58:55.605 INFO O| Aug 13 22:58:55.605 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-13T22:58:57.045Z[ recovery-image] Aug 13 22:58:55.615 INFO O| Aug 13 22:58:55.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48302026-08-13T22:58:57.134Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-13T22:58:57.221Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48322026-08-13T22:58:57.247Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48332026-08-13T22:58:57.336Z[verify-libraries] Compiling nix v0.27.1
48342026-08-13T22:58:57.368Z[verify-libraries] Compiling colored v2.2.0
48352026-08-13T22:58:57.416Z[verify-libraries] Compiling blake3 v1.8.5
48362026-08-13T22:58:57.535Z[verify-libraries] Compiling serde_bytes v0.11.19
48372026-08-13T22:58:57.574Z[verify-libraries] Compiling keccak v0.2.0
48382026-08-13T22:58:57.832Z[verify-libraries] Compiling shell-words v1.1.1
48392026-08-13T22:58:57.983Z[verify-libraries] Compiling darling v0.13.4
48402026-08-13T22:58:58.025Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48412026-08-13T22:58:58.106Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48422026-08-13T22:58:58.274Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48432026-08-13T22:58:58.543Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48442026-08-13T22:58:58.614Z[verify-libraries] Compiling ed25519 v3.0.0
48452026-08-13T22:58:58.665Z[ recovery-image] Aug 13 22:58:57.242 INFO O| Aug 13 22:58:57.242 INFO O| Startup: Refreshing catalog 'helios' ... Done
48462026-08-13T22:58:58.839Z[verify-libraries] Compiling crypto-primes v0.7.2
48472026-08-13T22:58:59.129Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48482026-08-13T22:58:59.185Z[ recovery-image] Aug 13 22:58:57.759 INFO O| Aug 13 22:58:57.759 INFO O| Startup: Caching catalogs ... Done
48492026-08-13T22:58:59.580Z[ recovery-image] Aug 13 22:58:58.158 INFO O| Aug 13 22:58:58.158 INFO O| Planning: Solver setup ... Done
48502026-08-13T22:58:59.612Z[ recovery-image] Aug 13 22:58:58.163 INFO O| Aug 13 22:58:58.163 INFO O| Planning: Running solver ... Done
48512026-08-13T22:58:59.612Z[ recovery-image] Aug 13 22:58:58.176 INFO O| Aug 13 22:58:58.176 INFO O| Planning: Finding local manifests ... Done
48522026-08-13T22:58:59.630Z[ recovery-image] Aug 13 22:58:58.209 INFO O| Aug 13 22:58:58.209 INFO O| Planning: Fetching manifests: 0/1 0% complete
48532026-08-13T22:58:59.648Z[ recovery-image] Aug 13 22:58:58.216 INFO O| Aug 13 22:58:58.216 INFO O| Planning: Fetching manifests: 1/1 100% complete
48542026-08-13T22:58:59.658Z[verify-libraries] Compiling poly1305 v0.9.0
48552026-08-13T22:58:59.670Z[ recovery-image] Aug 13 22:58:58.250 INFO O| Aug 13 22:58:58.249 INFO O| Planning: Package planning ... Done
48562026-08-13T22:58:59.670Z[ recovery-image] Aug 13 22:58:58.250 INFO O| Aug 13 22:58:58.249 INFO O| Planning: Merging actions ... Done
48572026-08-13T22:58:59.701Z[ recovery-image] Aug 13 22:58:58.280 INFO O| Aug 13 22:58:58.280 INFO O| Planning: Checking for conflicting actions ... Done
48582026-08-13T22:58:59.718Z[ recovery-image] Aug 13 22:58:58.280 INFO O| Aug 13 22:58:58.280 INFO O| Planning: Consolidating action changes ... Done
48592026-08-13T22:58:59.810Z[ recovery-image] Aug 13 22:58:58.389 INFO O| Aug 13 22:58:58.389 INFO O| Planning: Evaluating mediators ... Done
48602026-08-13T22:58:59.823Z[ recovery-image] Aug 13 22:58:58.390 INFO O| Aug 13 22:58:58.390 INFO O| Planning: Planning completed in 0.62 seconds
48612026-08-13T22:58:59.823Z[ recovery-image] Aug 13 22:58:58.390 INFO O| Aug 13 22:58:58.390 INFO O| Packages to install: 1
48622026-08-13T22:58:59.840Z[ recovery-image] Aug 13 22:58:58.402 INFO O| Aug 13 22:58:58.402 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48632026-08-13T22:58:59.877Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48642026-08-13T22:58:59.957Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48652026-08-13T22:59:00.176Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48662026-08-13T22:59:00.217Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48672026-08-13T22:59:00.242Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48682026-08-13T22:59:00.276Z[ recovery-image] Aug 13 22:58:58.849 INFO O| Aug 13 22:58:58.849 INFO O| Download: Completed 13.17 MB in 0.45 seconds (29.5M/s)
48692026-08-13T22:59:00.315Z[ recovery-image] Aug 13 22:58:58.894 INFO O| Aug 13 22:58:58.894 INFO O| Actions: 1/22 actions (Installing new actions)
48702026-08-13T22:59:00.518Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48712026-08-13T22:59:00.540Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48722026-08-13T22:59:00.540Z[verify-libraries] Compiling blowfish v0.10.0
48732026-08-13T22:59:00.592Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48742026-08-13T22:59:00.609Z[verify-libraries] Compiling petname v2.0.2
48752026-08-13T22:59:00.663Z[ recovery-image] Aug 13 22:58:59.243 INFO O| Aug 13 22:58:59.243 INFO O| Actions: Completed 22 actions in 0.35 seconds.
48762026-08-13T22:59:00.698Z[ recovery-image] Aug 13 22:58:59.277 INFO O| Aug 13 22:58:59.277 INFO O| Finalize: Updating package state database ... Done
48772026-08-13T22:59:00.698Z[ recovery-image] Aug 13 22:58:59.277 INFO O| Aug 13 22:58:59.277 INFO O| Finalize: Updating package cache ... Done
48782026-08-13T22:59:00.776Z[ recovery-image] Aug 13 22:58:59.356 INFO O| Aug 13 22:58:59.356 INFO O| Finalize: Updating image state ... Done
48792026-08-13T22:59:00.785Z[verify-libraries] Compiling arrayvec v0.7.6
48802026-08-13T22:59:00.989Z[verify-libraries] Compiling arrayref v0.3.9
48812026-08-13T22:59:01.030Z[verify-libraries] Compiling constant_time_eq v0.4.2
48822026-08-13T22:59:01.160Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48832026-08-13T22:59:01.312Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48842026-08-13T22:59:01.413Z[ recovery-image] Aug 13 22:58:59.974 INFO O| Aug 13 22:58:59.973 INFO O| Finalize: Creating fast lookup database ... Done
48852026-08-13T22:59:01.421Z[ recovery-image] Aug 13 22:58:59.990 INFO O| Aug 13 22:58:59.990 INFO O| Finalize: Reading search index ... Done
48862026-08-13T22:59:01.422Z[ recovery-image] Aug 13 22:58:59.990 INFO O| Aug 13 22:58:59.990 INFO O| Finalize: Updating search index ... Done
48872026-08-13T22:59:01.427Z[ recovery-image] Aug 13 22:59:00.000 INFO O| Aug 13 22:59:00.000 INFO O| Finalize: Updating package cache ... Done
48882026-08-13T22:59:01.582Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48892026-08-13T22:59:01.606Z[verify-libraries] Compiling ssh-cipher v0.3.0
48902026-08-13T22:59:01.638Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48912026-08-13T22:59:01.661Z[verify-libraries] Compiling serde_with_macros v1.5.2
48922026-08-13T22:59:01.687Z[ recovery-image] Aug 13 22:59:00.263 INFO O| Aug 13 22:59:00.263 INFO STEP 14 (pkg_install) COMPLETE
48932026-08-13T22:59:01.687Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48942026-08-13T22:59:01.687Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "mbist" is not enabled
48952026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48962026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "mfg" is not enabled
48972026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48982026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "compliance" is not enabled
48992026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49002026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "stress" is not enabled
49012026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "compliance" is not enabled
49032026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO skip step because feature "nfs" is not enabled
49052026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49062026-08-13T22:59:01.698Z[ recovery-image] Aug 13 22:59:00.264 INFO O| Aug 13 22:59:00.263 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49072026-08-13T22:59:01.818Z[verify-libraries] Compiling sha3 v0.11.0
49082026-08-13T22:59:01.868Z[verify-libraries] Compiling p256 v0.14.0
49092026-08-13T22:59:01.939Z[verify-libraries] Compiling p384 v0.14.0
49102026-08-13T22:59:01.954Z[ recovery-image] Aug 13 22:59:00.529 INFO O| Aug 13 22:59:00.529 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49112026-08-13T22:59:02.094Z[ recovery-image] Aug 13 22:59:00.666 INFO O| Aug 13 22:59:00.666 INFO completed processing sled/ramdisk-01-os
49122026-08-13T22:59:02.104Z[ recovery-image] Aug 13 22:59:00.669 INFO image builder template: ramdisk-02-trim...
49132026-08-13T22:59:02.104Z[ recovery-image] Aug 13 22:59:00.669 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/.tmpy1QRLV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49142026-08-13T22:59:02.126Z[ recovery-image] Aug 13 22:59:00.689 INFO O| Aug 13 22:59:00.688 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49152026-08-13T22:59:02.126Z[ recovery-image] Aug 13 22:59:00.692 INFO O| Aug 13 22:59:00.692 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49162026-08-13T22:59:02.218Z[ recovery-image] Aug 13 22:59:00.787 INFO O| Aug 13 22:59:00.786 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49172026-08-13T22:59:02.268Z[verify-libraries] Compiling p521 v0.14.0
49182026-08-13T22:59:02.346Z[ recovery-image] Aug 13 22:59:00.918 INFO O| Aug 13 22:59:00.918 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49192026-08-13T22:59:02.346Z[ recovery-image] Aug 13 22:59:00.918 INFO O| Aug 13 22:59:00.918 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49202026-08-13T22:59:02.359Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49212026-08-13T22:59:02.359Z[ recovery-image] Aug 13 22:59:00.923 INFO O| Aug 13 22:59:00.923 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49222026-08-13T22:59:02.359Z[ recovery-image] Aug 13 22:59:00.927 INFO O| Aug 13 22:59:00.927 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49232026-08-13T22:59:02.359Z[ recovery-image] Aug 13 22:59:00.931 INFO O| Aug 13 22:59:00.931 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49242026-08-13T22:59:02.383Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49252026-08-13T22:59:02.422Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49262026-08-13T22:59:02.714Z[verify-libraries] Compiling twox-hash v2.1.2
49272026-08-13T22:59:02.745Z[verify-libraries] Compiling kem v0.3.0
49282026-08-13T22:59:02.930Z[verify-libraries] Compiling module-lattice v0.2.3
49292026-08-13T22:59:03.467Z[verify-libraries] Compiling atty v0.2.14
49302026-08-13T22:59:03.522Z[verify-libraries] Compiling rtoolbox v0.0.3
49312026-08-13T22:59:03.523Z[verify-libraries] Compiling topological-sort v0.2.2
49322026-08-13T22:59:03.523Z[verify-libraries] Compiling sponge-cursor v0.1.0
49332026-08-13T22:59:03.523Z[verify-libraries] Compiling ml-kem v0.3.2
49342026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:01.958 INFO O| Aug 13 22:59:01.958 INFO rolled back to input snapshot; work may begin
49352026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:01.958 INFO O| Aug 13 22:59:01.958 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49362026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:01.963 INFO O| Aug 13 22:59:01.963 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49372026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:01.973 INFO O| Aug 13 22:59:01.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49382026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.014 INFO O| Aug 13 22:59:02.014 INFO STEP 0 (remove_files) COMPLETE
49392026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.014 INFO O| Aug 13 22:59:02.014 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-08-13T22:59:03.523Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49412026-08-13T22:59:03.523Z[verify-libraries] Compiling sha3 v0.12.0
49422026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.024 INFO O| Aug 13 22:59:02.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49432026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.026 INFO O| Aug 13 22:59:02.026 INFO STEP 1 (remove_files) COMPLETE
49442026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.026 INFO O| Aug 13 22:59:02.026 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49452026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.039 INFO O| Aug 13 22:59:02.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49462026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.048 INFO O| Aug 13 22:59:02.048 INFO STEP 2 (remove_files) COMPLETE
49472026-08-13T22:59:03.523Z[ recovery-image] Aug 13 22:59:02.048 INFO O| Aug 13 22:59:02.048 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49482026-08-13T22:59:03.524Z[ recovery-image] Aug 13 22:59:02.057 INFO O| Aug 13 22:59:02.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49492026-08-13T22:59:03.524Z[ recovery-image] Aug 13 22:59:02.059 INFO O| Aug 13 22:59:02.059 INFO STEP 3 (remove_files) COMPLETE
49502026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.059 INFO O| Aug 13 22:59:02.059 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.068 INFO O| Aug 13 22:59:02.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49522026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.071 INFO O| Aug 13 22:59:02.071 INFO STEP 4 (remove_files) COMPLETE
49532026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.071 INFO O| Aug 13 22:59:02.071 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49542026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.080 INFO O| Aug 13 22:59:02.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49552026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.080 INFO O| Aug 13 22:59:02.080 INFO STEP 5 (remove_files) COMPLETE
49562026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.080 INFO O| Aug 13 22:59:02.080 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-08-13T22:59:03.567Z[verify-libraries] Compiling rpassword v7.5.4
49582026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.087 INFO O| Aug 13 22:59:02.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49592026-08-13T22:59:03.567Z[ recovery-image] Aug 13 22:59:02.097 INFO O| Aug 13 22:59:02.097 INFO STEP 6 (remove_files) COMPLETE
49602026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO skip step because feature "heliosv2" is not enabled
49622026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO skip step because feature "recovery" is enabled
49642026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO skip step because feature "recovery" is enabled
49662026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO skip step because feature "recovery" is enabled
49682026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.098 INFO O| Aug 13 22:59:02.097 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.107 INFO O| Aug 13 22:59:02.107 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49702026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.111 INFO O| Aug 13 22:59:02.110 INFO STEP 11 (remove_files) COMPLETE
49712026-08-13T22:59:03.568Z[ recovery-image] Aug 13 22:59:02.111 INFO O| Aug 13 22:59:02.110 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.120 INFO O| Aug 13 22:59:02.120 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49732026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.120 INFO O| Aug 13 22:59:02.120 INFO STEP 12 (remove_files) COMPLETE
49742026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.120 INFO O| Aug 13 22:59:02.120 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.132 INFO O| Aug 13 22:59:02.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49762026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.133 INFO O| Aug 13 22:59:02.133 INFO STEP 13 (remove_files) COMPLETE
49772026-08-13T22:59:03.607Z[ recovery-image] Aug 13 22:59:02.133 INFO O| Aug 13 22:59:02.133 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-13T22:59:03.693Z[ recovery-image] Aug 13 22:59:02.272 INFO O| Aug 13 22:59:02.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49792026-08-13T22:59:03.711Z[ recovery-image] Aug 13 22:59:02.279 INFO O| Aug 13 22:59:02.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49802026-08-13T22:59:03.741Z[verify-libraries] Compiling serde_with v1.14.0
49812026-08-13T22:59:03.791Z[ recovery-image] Aug 13 22:59:02.367 INFO O| Aug 13 22:59:02.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49822026-08-13T22:59:03.791Z[ recovery-image] Aug 13 22:59:02.367 INFO O| Aug 13 22:59:02.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49832026-08-13T22:59:03.808Z[ recovery-image] Aug 13 22:59:02.371 INFO O| Aug 13 22:59:02.371 INFO STEP 14 (remove_files) COMPLETE
49842026-08-13T22:59:03.809Z[ recovery-image] Aug 13 22:59:02.371 INFO O| Aug 13 22:59:02.371 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-13T22:59:03.809Z[ recovery-image] Aug 13 22:59:02.381 INFO O| Aug 13 22:59:02.381 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49862026-08-13T22:59:03.809Z[ recovery-image] Aug 13 22:59:02.382 INFO O| Aug 13 22:59:02.382 INFO STEP 15 (remove_files) COMPLETE
49872026-08-13T22:59:03.809Z[ recovery-image] Aug 13 22:59:02.382 INFO O| Aug 13 22:59:02.382 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-13T22:59:03.817Z[ recovery-image] Aug 13 22:59:02.390 INFO O| Aug 13 22:59:02.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49892026-08-13T22:59:03.817Z[ recovery-image] Aug 13 22:59:02.396 INFO O| Aug 13 22:59:02.396 INFO STEP 16 (remove_files) COMPLETE
49902026-08-13T22:59:03.817Z[ recovery-image] Aug 13 22:59:02.396 INFO O| Aug 13 22:59:02.396 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-13T22:59:03.836Z[ recovery-image] Aug 13 22:59:02.404 INFO O| Aug 13 22:59:02.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49922026-08-13T22:59:03.836Z[ recovery-image] Aug 13 22:59:02.405 INFO O| Aug 13 22:59:02.405 INFO STEP 17 (remove_files) COMPLETE
49932026-08-13T22:59:03.836Z[ recovery-image] Aug 13 22:59:02.405 INFO O| Aug 13 22:59:02.405 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.412 INFO O| Aug 13 22:59:02.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49952026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.413 INFO O| Aug 13 22:59:02.413 INFO STEP 18 (remove_files) COMPLETE
49962026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.413 INFO O| Aug 13 22:59:02.413 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.422 INFO O| Aug 13 22:59:02.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49982026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.422 INFO O| Aug 13 22:59:02.422 INFO STEP 19 (remove_files) COMPLETE
49992026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.422 INFO O| Aug 13 22:59:02.422 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.430 INFO O| Aug 13 22:59:02.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50012026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.430 INFO O| Aug 13 22:59:02.430 INFO STEP 20 (remove_files) COMPLETE
50022026-08-13T22:59:03.870Z[ recovery-image] Aug 13 22:59:02.430 INFO O| Aug 13 22:59:02.430 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.444 INFO O| Aug 13 22:59:02.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50042026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.444 INFO O| Aug 13 22:59:02.444 INFO STEP 21 (remove_files) COMPLETE
50052026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.444 INFO O| Aug 13 22:59:02.444 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.454 INFO O| Aug 13 22:59:02.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50072026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.454 INFO O| Aug 13 22:59:02.454 INFO STEP 22 (remove_files) COMPLETE
50082026-08-13T22:59:03.883Z[ recovery-image] Aug 13 22:59:02.454 INFO O| Aug 13 22:59:02.454 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-13T22:59:03.890Z[ recovery-image] Aug 13 22:59:02.467 INFO O| Aug 13 22:59:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50102026-08-13T22:59:03.890Z[ recovery-image] Aug 13 22:59:02.467 INFO O| Aug 13 22:59:02.467 INFO STEP 23 (remove_files) COMPLETE
50112026-08-13T22:59:03.890Z[ recovery-image] Aug 13 22:59:02.467 INFO O| Aug 13 22:59:02.467 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-13T22:59:03.902Z[ recovery-image] Aug 13 22:59:02.477 INFO O| Aug 13 22:59:02.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50132026-08-13T22:59:03.902Z[ recovery-image] Aug 13 22:59:02.477 INFO O| Aug 13 22:59:02.477 INFO STEP 24 (remove_files) COMPLETE
50142026-08-13T22:59:03.914Z[ recovery-image] Aug 13 22:59:02.477 INFO O| Aug 13 22:59:02.477 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-13T22:59:03.914Z[ recovery-image] Aug 13 22:59:02.486 INFO O| Aug 13 22:59:02.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50162026-08-13T22:59:03.914Z[ recovery-image] Aug 13 22:59:02.486 INFO O| Aug 13 22:59:02.486 INFO STEP 25 (remove_files) COMPLETE
50172026-08-13T22:59:03.914Z[ recovery-image] Aug 13 22:59:02.486 INFO O| Aug 13 22:59:02.486 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-13T22:59:03.919Z[ recovery-image] Aug 13 22:59:02.495 INFO O| Aug 13 22:59:02.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50192026-08-13T22:59:03.919Z[ recovery-image] Aug 13 22:59:02.495 INFO O| Aug 13 22:59:02.495 INFO STEP 26 (remove_files) COMPLETE
50202026-08-13T22:59:03.919Z[ recovery-image] Aug 13 22:59:02.495 INFO O| Aug 13 22:59:02.495 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-13T22:59:03.930Z[ recovery-image] Aug 13 22:59:02.504 INFO O| Aug 13 22:59:02.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50222026-08-13T22:59:03.930Z[ recovery-image] Aug 13 22:59:02.504 INFO O| Aug 13 22:59:02.504 INFO STEP 27 (remove_files) COMPLETE
50232026-08-13T22:59:03.931Z[ recovery-image] Aug 13 22:59:02.504 INFO O| Aug 13 22:59:02.504 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-13T22:59:03.940Z[ recovery-image] Aug 13 22:59:02.512 INFO O| Aug 13 22:59:02.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50252026-08-13T22:59:03.940Z[ recovery-image] Aug 13 22:59:02.512 INFO O| Aug 13 22:59:02.512 INFO STEP 28 (remove_files) COMPLETE
50262026-08-13T22:59:03.940Z[ recovery-image] Aug 13 22:59:02.512 INFO O| Aug 13 22:59:02.512 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-13T22:59:03.948Z[ recovery-image] Aug 13 22:59:02.521 INFO O| Aug 13 22:59:02.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50282026-08-13T22:59:03.948Z[ recovery-image] Aug 13 22:59:02.521 INFO O| Aug 13 22:59:02.521 INFO STEP 29 (remove_files) COMPLETE
50292026-08-13T22:59:03.948Z[ recovery-image] Aug 13 22:59:02.521 INFO O| Aug 13 22:59:02.521 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-13T22:59:03.956Z[ recovery-image] Aug 13 22:59:02.529 INFO O| Aug 13 22:59:02.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50312026-08-13T22:59:03.956Z[ recovery-image] Aug 13 22:59:02.530 INFO O| Aug 13 22:59:02.529 INFO STEP 30 (remove_files) COMPLETE
50322026-08-13T22:59:03.956Z[ recovery-image] Aug 13 22:59:02.530 INFO O| Aug 13 22:59:02.529 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-13T22:59:03.990Z[ recovery-image] Aug 13 22:59:02.568 INFO O| Aug 13 22:59:02.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50342026-08-13T22:59:03.991Z[ recovery-image] Aug 13 22:59:02.568 INFO O| Aug 13 22:59:02.568 INFO STEP 31 (remove_files) COMPLETE
50352026-08-13T22:59:04.013Z[ recovery-image] Aug 13 22:59:02.568 INFO O| Aug 13 22:59:02.568 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-13T22:59:04.047Z[ recovery-image] Aug 13 22:59:02.618 INFO O| Aug 13 22:59:02.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50372026-08-13T22:59:04.061Z[ recovery-image] Aug 13 22:59:02.618 INFO O| Aug 13 22:59:02.618 INFO STEP 32 (remove_files) COMPLETE
50382026-08-13T22:59:04.234Z[ recovery-image] Aug 13 22:59:02.618 INFO O| Aug 13 22:59:02.618 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.628 INFO O| Aug 13 22:59:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50402026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.628 INFO O| Aug 13 22:59:02.628 INFO STEP 33 (remove_files) COMPLETE
50412026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.628 INFO O| Aug 13 22:59:02.628 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.637 INFO O| Aug 13 22:59:02.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50432026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.637 INFO O| Aug 13 22:59:02.637 INFO STEP 34 (remove_files) COMPLETE
50442026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.637 INFO O| Aug 13 22:59:02.637 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-13T22:59:04.235Z[ recovery-image] Aug 13 22:59:02.646 INFO O| Aug 13 22:59:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50462026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.646 INFO O| Aug 13 22:59:02.646 INFO STEP 35 (remove_files) COMPLETE
50472026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.646 INFO O| Aug 13 22:59:02.646 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.654 INFO O| Aug 13 22:59:02.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50492026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.654 INFO O| Aug 13 22:59:02.654 INFO STEP 36 (remove_files) COMPLETE
50502026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.654 INFO O| Aug 13 22:59:02.654 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.662 INFO O| Aug 13 22:59:02.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50522026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.663 INFO O| Aug 13 22:59:02.663 INFO STEP 37 (remove_files) COMPLETE
50532026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.663 INFO O| Aug 13 22:59:02.663 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.671 INFO O| Aug 13 22:59:02.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50552026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.672 INFO O| Aug 13 22:59:02.671 INFO STEP 38 (remove_files) COMPLETE
50562026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.672 INFO O| Aug 13 22:59:02.672 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.681 INFO O| Aug 13 22:59:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50582026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.681 INFO O| Aug 13 22:59:02.681 INFO STEP 39 (remove_files) COMPLETE
50592026-08-13T22:59:04.236Z[ recovery-image] Aug 13 22:59:02.681 INFO O| Aug 13 22:59:02.681 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.690 INFO O| Aug 13 22:59:02.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50612026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.690 INFO O| Aug 13 22:59:02.690 INFO STEP 40 (remove_files) COMPLETE
50622026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.690 INFO O| Aug 13 22:59:02.690 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.699 INFO O| Aug 13 22:59:02.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50642026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.699 INFO O| Aug 13 22:59:02.699 INFO STEP 41 (remove_files) COMPLETE
50652026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.699 INFO O| Aug 13 22:59:02.699 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.708 INFO O| Aug 13 22:59:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50672026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.708 INFO O| Aug 13 22:59:02.708 INFO STEP 42 (remove_files) COMPLETE
50682026-08-13T22:59:04.237Z[ recovery-image] Aug 13 22:59:02.708 INFO O| Aug 13 22:59:02.708 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.718 INFO O| Aug 13 22:59:02.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50702026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.718 INFO O| Aug 13 22:59:02.718 INFO STEP 43 (remove_files) COMPLETE
50712026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.718 INFO O| Aug 13 22:59:02.718 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.727 INFO O| Aug 13 22:59:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50732026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.728 INFO O| Aug 13 22:59:02.728 INFO STEP 44 (remove_files) COMPLETE
50742026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.728 INFO O| Aug 13 22:59:02.728 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.737 INFO O| Aug 13 22:59:02.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50762026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.737 INFO O| Aug 13 22:59:02.737 INFO STEP 45 (remove_files) COMPLETE
50772026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.737 INFO O| Aug 13 22:59:02.737 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.747 INFO O| Aug 13 22:59:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50792026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.747 INFO O| Aug 13 22:59:02.747 INFO STEP 46 (remove_files) COMPLETE
50802026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.747 INFO O| Aug 13 22:59:02.747 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.756 INFO O| Aug 13 22:59:02.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50822026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.756 INFO O| Aug 13 22:59:02.756 INFO STEP 47 (remove_files) COMPLETE
50832026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.756 INFO O| Aug 13 22:59:02.756 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.765 INFO O| Aug 13 22:59:02.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50852026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.765 INFO O| Aug 13 22:59:02.765 INFO STEP 48 (remove_files) COMPLETE
50862026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.765 INFO O| Aug 13 22:59:02.765 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-13T22:59:04.268Z[ recovery-image] Aug 13 22:59:02.774 INFO O| Aug 13 22:59:02.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50882026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.774 INFO O| Aug 13 22:59:02.774 INFO STEP 49 (remove_files) COMPLETE
50892026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.774 INFO O| Aug 13 22:59:02.774 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.782 INFO O| Aug 13 22:59:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50912026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.783 INFO O| Aug 13 22:59:02.783 INFO STEP 50 (remove_files) COMPLETE
50922026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.783 INFO O| Aug 13 22:59:02.783 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.792 INFO O| Aug 13 22:59:02.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50942026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.792 INFO O| Aug 13 22:59:02.792 INFO STEP 51 (remove_files) COMPLETE
50952026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.792 INFO O| Aug 13 22:59:02.792 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.801 INFO O| Aug 13 22:59:02.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50972026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.801 INFO O| Aug 13 22:59:02.801 INFO STEP 52 (remove_files) COMPLETE
50982026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.802 INFO O| Aug 13 22:59:02.802 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.812 INFO O| Aug 13 22:59:02.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51002026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.812 INFO O| Aug 13 22:59:02.812 INFO STEP 53 (remove_files) COMPLETE
51012026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.812 INFO O| Aug 13 22:59:02.812 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.822 INFO O| Aug 13 22:59:02.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51032026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.822 INFO O| Aug 13 22:59:02.822 INFO STEP 54 (remove_files) COMPLETE
51042026-08-13T22:59:04.269Z[ recovery-image] Aug 13 22:59:02.822 INFO O| Aug 13 22:59:02.822 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.832 INFO O| Aug 13 22:59:02.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51062026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.832 INFO O| Aug 13 22:59:02.832 INFO STEP 55 (remove_files) COMPLETE
51072026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.832 INFO O| Aug 13 22:59:02.832 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.842 INFO O| Aug 13 22:59:02.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51092026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.842 INFO O| Aug 13 22:59:02.842 INFO STEP 56 (remove_files) COMPLETE
51102026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.842 INFO O| Aug 13 22:59:02.842 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.852 INFO O| Aug 13 22:59:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51122026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.852 INFO O| Aug 13 22:59:02.852 INFO STEP 57 (remove_files) COMPLETE
51132026-08-13T22:59:04.293Z[ recovery-image] Aug 13 22:59:02.853 INFO O| Aug 13 22:59:02.852 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.863 INFO O| Aug 13 22:59:02.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51152026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.863 INFO O| Aug 13 22:59:02.863 INFO STEP 58 (remove_files) COMPLETE
51162026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.863 INFO O| Aug 13 22:59:02.863 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51182026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51192026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51202026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51212026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51222026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51232026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO ok!
51242026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO STEP 59 (ensure_file) COMPLETE
51252026-08-13T22:59:04.317Z[ recovery-image] Aug 13 22:59:02.874 INFO O| Aug 13 22:59:02.874 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-13T22:59:04.337Z[ recovery-image] Aug 13 22:59:02.891 INFO O| Aug 13 22:59:02.891 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51272026-08-13T22:59:04.337Z[ recovery-image] Aug 13 22:59:02.891 INFO O| Aug 13 22:59:02.891 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51282026-08-13T22:59:04.350Z[ recovery-image] Aug 13 22:59:02.891 INFO O| Aug 13 22:59:02.891 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51292026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.891 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51302026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51312026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.892 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51322026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.892 INFO ok!
51332026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.892 INFO STEP 60 (ensure_file) COMPLETE
51342026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.892 INFO O| Aug 13 22:59:02.892 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-13T22:59:04.351Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.900 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51362026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.900 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51372026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51382026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.901 INFO ok!
51392026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.901 INFO STEP 61 (ensure_file) COMPLETE
51402026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.901 INFO O| Aug 13 22:59:02.901 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51422026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51432026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51442026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 INFO ok!
51452026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 INFO STEP 62 (ensure_file) COMPLETE
51462026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.909 INFO O| Aug 13 22:59:02.909 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-13T22:59:04.365Z[verify-libraries] Compiling russh-cryptovec v0.62.0
51482026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51492026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51502026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51512026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51522026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO ok!
51532026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO STEP 63 (ensure_file) COMPLETE
51542026-08-13T22:59:04.365Z[ recovery-image] Aug 13 22:59:02.921 INFO O| Aug 13 22:59:02.921 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-13T22:59:04.382Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51562026-08-13T22:59:04.382Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51572026-08-13T22:59:04.382Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51582026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51592026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO ok!
51602026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO STEP 64 (ensure_file) COMPLETE
51612026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.938 INFO O| Aug 13 22:59:02.938 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51632026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51642026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51652026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO ok!
51662026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO STEP 65 (assemble_files) COMPLETE
51672026-08-13T22:59:04.383Z[ recovery-image] Aug 13 22:59:02.948 INFO O| Aug 13 22:59:02.948 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.958 INFO O| Aug 13 22:59:02.958 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51692026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.958 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51702026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51712026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51722026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO ok!
51732026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO STEP 66 (ensure_file) COMPLETE
51742026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO skip step because feature "omicron1" is not enabled
51762026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO skip step because feature "omicron1" is not enabled
51782026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO skip step because feature "omicron1" is not enabled
51802026-08-13T22:59:04.395Z[ recovery-image] Aug 13 22:59:02.959 INFO O| Aug 13 22:59:02.959 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-13T22:59:04.395Z[verify-libraries] Compiling tui-tree-widget v0.23.1
51822026-08-13T22:59:04.406Z[ recovery-image] Aug 13 22:59:02.973 INFO O| Aug 13 22:59:02.973 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51832026-08-13T22:59:04.406Z[ recovery-image] Aug 13 22:59:02.973 INFO O| Aug 13 22:59:02.973 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51842026-08-13T22:59:04.529Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51852026-08-13T22:59:04.653Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51862026-08-13T22:59:04.789Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51872026-08-13T22:59:05.067Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51882026-08-13T22:59:05.105Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51892026-08-13T22:59:05.254Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
51902026-08-13T22:59:05.770Z[ recovery-image] Aug 13 22:59:04.348 INFO O| Aug 13 22:59:04.348 INFO STEP 70 (pack_tar) COMPLETE
51912026-08-13T22:59:05.770Z[ recovery-image] Aug 13 22:59:04.348 INFO O| Aug 13 22:59:04.348 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51922026-08-13T22:59:05.770Z[ recovery-image] Aug 13 22:59:04.348 INFO O| Aug 13 22:59:04.348 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51932026-08-13T22:59:05.785Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
51942026-08-13T22:59:06.094Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
51952026-08-13T22:59:06.188Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51962026-08-13T22:59:06.284Z[ recovery-image] Aug 13 22:59:04.860 INFO O| Aug 13 22:59:04.860 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51972026-08-13T22:59:06.335Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51982026-08-13T22:59:06.370Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51992026-08-13T22:59:06.390Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52002026-08-13T22:59:06.419Z[ recovery-image] Aug 13 22:59:04.997 INFO O| Aug 13 22:59:04.997 INFO completed processing sled/ramdisk-02-trim
52012026-08-13T22:59:06.431Z[ recovery-image] Aug 13 22:59:04.999 INFO image builder template: ramdisk-03-recovery-trim...
52022026-08-13T22:59:06.431Z[ recovery-image] Aug 13 22:59:04.999 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/.tmpy1QRLV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52032026-08-13T22:59:06.431Z[ recovery-image] Aug 13 22:59:05.004 INFO O| Aug 13 22:59:05.004 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52042026-08-13T22:59:06.503Z[ recovery-image] Aug 13 22:59:05.079 INFO O| Aug 13 22:59:05.079 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52052026-08-13T22:59:06.515Z[ recovery-image] Aug 13 22:59:05.084 INFO O| Aug 13 22:59:05.084 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52062026-08-13T22:59:06.600Z[ recovery-image] Aug 13 22:59:05.179 INFO O| Aug 13 22:59:05.179 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52072026-08-13T22:59:06.645Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52082026-08-13T22:59:06.694Z[ recovery-image] Aug 13 22:59:05.271 INFO O| Aug 13 22:59:05.271 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52092026-08-13T22:59:06.694Z[ recovery-image] Aug 13 22:59:05.271 INFO O| Aug 13 22:59:05.271 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52102026-08-13T22:59:06.704Z[ recovery-image] Aug 13 22:59:05.277 INFO O| Aug 13 22:59:05.277 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52112026-08-13T22:59:06.724Z[ recovery-image] Aug 13 22:59:05.281 INFO O| Aug 13 22:59:05.281 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52122026-08-13T22:59:06.724Z[ recovery-image] Aug 13 22:59:05.285 INFO O| Aug 13 22:59:05.285 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52132026-08-13T22:59:06.810Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52142026-08-13T22:59:06.935Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52152026-08-13T22:59:07.450Z[ recovery-image] Aug 13 22:59:06.027 INFO O| Aug 13 22:59:06.027 INFO rolled back to input snapshot; work may begin
52162026-08-13T22:59:07.450Z[ recovery-image] Aug 13 22:59:06.027 INFO O| Aug 13 22:59:06.027 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52172026-08-13T22:59:07.501Z[ recovery-image] Aug 13 22:59:06.033 INFO O| Aug 13 22:59:06.032 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-08-13T22:59:07.501Z[ recovery-image] Aug 13 22:59:06.042 INFO O| Aug 13 22:59:06.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52192026-08-13T22:59:07.501Z[ recovery-image] Aug 13 22:59:06.045 INFO O| Aug 13 22:59:06.045 INFO STEP 0 (remove_files) COMPLETE
52202026-08-13T22:59:07.502Z[ recovery-image] Aug 13 22:59:06.045 INFO O| Aug 13 22:59:06.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-08-13T22:59:07.502Z[ recovery-image] Aug 13 22:59:06.055 INFO O| Aug 13 22:59:06.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52222026-08-13T22:59:07.502Z[ recovery-image] Aug 13 22:59:06.056 INFO O| Aug 13 22:59:06.056 INFO STEP 1 (remove_files) COMPLETE
52232026-08-13T22:59:07.502Z[ recovery-image] Aug 13 22:59:06.056 INFO O| Aug 13 22:59:06.056 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-08-13T22:59:07.524Z[ recovery-image] Aug 13 22:59:06.068 INFO O| Aug 13 22:59:06.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52252026-08-13T22:59:07.524Z[ recovery-image] Aug 13 22:59:06.071 INFO O| Aug 13 22:59:06.071 INFO STEP 2 (remove_files) COMPLETE
52262026-08-13T22:59:07.524Z[ recovery-image] Aug 13 22:59:06.071 INFO O| Aug 13 22:59:06.071 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-08-13T22:59:07.524Z[ recovery-image] Aug 13 22:59:06.082 INFO O| Aug 13 22:59:06.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52282026-08-13T22:59:07.557Z[ recovery-image] Aug 13 22:59:06.129 INFO O| Aug 13 22:59:06.128 INFO STEP 3 (remove_files) COMPLETE
52292026-08-13T22:59:07.557Z[ recovery-image] Aug 13 22:59:06.129 INFO O| Aug 13 22:59:06.128 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-08-13T22:59:07.586Z[ recovery-image] Aug 13 22:59:06.140 INFO O| Aug 13 22:59:06.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52312026-08-13T22:59:07.586Z[ recovery-image] Aug 13 22:59:06.141 INFO O| Aug 13 22:59:06.141 INFO STEP 4 (remove_files) COMPLETE
52322026-08-13T22:59:07.586Z[ recovery-image] Aug 13 22:59:06.141 INFO O| Aug 13 22:59:06.141 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-08-13T22:59:07.586Z[ recovery-image] Aug 13 22:59:06.151 INFO O| Aug 13 22:59:06.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52342026-08-13T22:59:07.633Z[ recovery-image] Aug 13 22:59:06.186 INFO O| Aug 13 22:59:06.186 INFO STEP 5 (remove_files) COMPLETE
52352026-08-13T22:59:07.633Z[ recovery-image] Aug 13 22:59:06.186 INFO O| Aug 13 22:59:06.186 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.197 INFO O| Aug 13 22:59:06.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52372026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.209 INFO O| Aug 13 22:59:06.209 INFO STEP 6 (remove_files) COMPLETE
52382026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.209 INFO O| Aug 13 22:59:06.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.219 INFO O| Aug 13 22:59:06.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52402026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.222 INFO O| Aug 13 22:59:06.222 INFO STEP 7 (remove_files) COMPLETE
52412026-08-13T22:59:07.704Z[ recovery-image] Aug 13 22:59:06.222 INFO O| Aug 13 22:59:06.222 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-13T22:59:07.722Z[ recovery-image] Aug 13 22:59:06.233 INFO O| Aug 13 22:59:06.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52432026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.234 INFO O| Aug 13 22:59:06.234 INFO STEP 8 (remove_files) COMPLETE
52442026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.234 INFO O| Aug 13 22:59:06.234 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.245 INFO O| Aug 13 22:59:06.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52462026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.250 INFO O| Aug 13 22:59:06.250 INFO STEP 9 (remove_files) COMPLETE
52472026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.250 INFO O| Aug 13 22:59:06.250 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.262 INFO O| Aug 13 22:59:06.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52492026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.263 INFO O| Aug 13 22:59:06.263 INFO STEP 10 (remove_files) COMPLETE
52502026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.263 INFO O| Aug 13 22:59:06.263 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.283 INFO O| Aug 13 22:59:06.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52522026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.285 INFO O| Aug 13 22:59:06.284 INFO STEP 11 (remove_files) COMPLETE
52532026-08-13T22:59:07.723Z[ recovery-image] Aug 13 22:59:06.285 INFO O| Aug 13 22:59:06.284 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-13T22:59:07.746Z[ recovery-image] Aug 13 22:59:06.296 INFO O| Aug 13 22:59:06.295 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52552026-08-13T22:59:07.834Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52562026-08-13T22:59:07.861Z[ recovery-image] Aug 13 22:59:06.430 INFO O| Aug 13 22:59:06.429 INFO STEP 12 (remove_files) COMPLETE
52572026-08-13T22:59:07.861Z[ recovery-image] Aug 13 22:59:06.430 INFO O| Aug 13 22:59:06.429 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-13T22:59:07.872Z[ recovery-image] Aug 13 22:59:06.439 INFO O| Aug 13 22:59:06.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52592026-08-13T22:59:07.893Z[ recovery-image] Aug 13 22:59:06.470 INFO O| Aug 13 22:59:06.469 INFO STEP 13 (remove_files) COMPLETE
52602026-08-13T22:59:07.893Z[ recovery-image] Aug 13 22:59:06.470 INFO O| Aug 13 22:59:06.470 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-13T22:59:07.915Z[ recovery-image] Aug 13 22:59:06.479 INFO O| Aug 13 22:59:06.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52622026-08-13T22:59:07.953Z[ recovery-image] Aug 13 22:59:06.509 INFO O| Aug 13 22:59:06.509 INFO STEP 14 (remove_files) COMPLETE
52632026-08-13T22:59:07.953Z[ recovery-image] Aug 13 22:59:06.509 INFO O| Aug 13 22:59:06.509 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-13T22:59:07.974Z[ recovery-image] Aug 13 22:59:06.519 INFO O| Aug 13 22:59:06.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52652026-08-13T22:59:07.974Z[ recovery-image] Aug 13 22:59:06.519 INFO O| Aug 13 22:59:06.519 INFO STEP 15 (remove_files) COMPLETE
52662026-08-13T22:59:07.974Z[ recovery-image] Aug 13 22:59:06.519 INFO O| Aug 13 22:59:06.519 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-13T22:59:07.974Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52682026-08-13T22:59:07.974Z[ recovery-image] Aug 13 22:59:06.528 INFO O| Aug 13 22:59:06.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52692026-08-13T22:59:07.985Z[ recovery-image] Aug 13 22:59:06.548 INFO O| Aug 13 22:59:06.547 INFO STEP 16 (remove_files) COMPLETE
52702026-08-13T22:59:07.985Z[ recovery-image] Aug 13 22:59:06.548 INFO O| Aug 13 22:59:06.547 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-08-13T22:59:07.985Z[ recovery-image] Aug 13 22:59:06.557 INFO O| Aug 13 22:59:06.557 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52722026-08-13T22:59:08.026Z[ recovery-image] Aug 13 22:59:06.606 INFO O| Aug 13 22:59:06.605 INFO STEP 17 (remove_files) COMPLETE
52732026-08-13T22:59:08.026Z[ recovery-image] Aug 13 22:59:06.606 INFO O| Aug 13 22:59:06.606 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-08-13T22:59:08.073Z[ recovery-image] Aug 13 22:59:06.617 INFO O| Aug 13 22:59:06.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52752026-08-13T22:59:08.073Z[ recovery-image] Aug 13 22:59:06.617 INFO O| Aug 13 22:59:06.617 INFO STEP 18 (remove_files) COMPLETE
52762026-08-13T22:59:08.073Z[ recovery-image] Aug 13 22:59:06.617 INFO O| Aug 13 22:59:06.617 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-13T22:59:08.084Z[ recovery-image] Aug 13 22:59:06.646 INFO O| Aug 13 22:59:06.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52782026-08-13T22:59:08.084Z[ recovery-image] Aug 13 22:59:06.646 INFO O| Aug 13 22:59:06.646 INFO STEP 19 (remove_files) COMPLETE
52792026-08-13T22:59:08.084Z[ recovery-image] Aug 13 22:59:06.646 INFO O| Aug 13 22:59:06.646 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-13T22:59:08.084Z[ recovery-image] Aug 13 22:59:06.657 INFO O| Aug 13 22:59:06.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52812026-08-13T22:59:08.314Z[ recovery-image] Aug 13 22:59:06.893 INFO O| Aug 13 22:59:06.893 INFO STEP 20 (remove_files) COMPLETE
52822026-08-13T22:59:08.314Z[ recovery-image] Aug 13 22:59:06.893 INFO O| Aug 13 22:59:06.893 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-13T22:59:08.333Z[ recovery-image] Aug 13 22:59:06.910 INFO O| Aug 13 22:59:06.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52842026-08-13T22:59:08.354Z[ recovery-image] Aug 13 22:59:06.933 INFO O| Aug 13 22:59:06.933 INFO STEP 21 (remove_files) COMPLETE
52852026-08-13T22:59:08.354Z[ recovery-image] Aug 13 22:59:06.933 INFO O| Aug 13 22:59:06.933 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-13T22:59:08.373Z[ recovery-image] Aug 13 22:59:06.944 INFO O| Aug 13 22:59:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52872026-08-13T22:59:08.373Z[ recovery-image] Aug 13 22:59:06.944 INFO O| Aug 13 22:59:06.944 INFO STEP 22 (remove_files) COMPLETE
52882026-08-13T22:59:08.373Z[ recovery-image] Aug 13 22:59:06.944 INFO O| Aug 13 22:59:06.944 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-13T22:59:08.392Z[ recovery-image] Aug 13 22:59:06.962 INFO O| Aug 13 22:59:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52902026-08-13T22:59:08.403Z[ recovery-image] Aug 13 22:59:06.972 INFO O| Aug 13 22:59:06.972 INFO STEP 23 (remove_files) COMPLETE
52912026-08-13T22:59:08.403Z[ recovery-image] Aug 13 22:59:06.972 INFO O| Aug 13 22:59:06.972 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-13T22:59:08.403Z[ recovery-image] Aug 13 22:59:06.981 INFO O| Aug 13 22:59:06.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52932026-08-13T22:59:08.418Z[ recovery-image] Aug 13 22:59:06.996 INFO O| Aug 13 22:59:06.996 INFO STEP 24 (remove_files) COMPLETE
52942026-08-13T22:59:08.418Z[ recovery-image] Aug 13 22:59:06.996 INFO O| Aug 13 22:59:06.996 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-13T22:59:08.434Z[ recovery-image] Aug 13 22:59:07.006 INFO O| Aug 13 22:59:07.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52962026-08-13T22:59:08.434Z[ recovery-image] Aug 13 22:59:07.006 INFO O| Aug 13 22:59:07.006 INFO STEP 25 (remove_files) COMPLETE
52972026-08-13T22:59:08.434Z[ recovery-image] Aug 13 22:59:07.006 INFO O| Aug 13 22:59:07.006 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.014 INFO O| Aug 13 22:59:07.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
52992026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.014 INFO O| Aug 13 22:59:07.014 INFO STEP 26 (remove_files) COMPLETE
53002026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.014 INFO O| Aug 13 22:59:07.014 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.023 INFO O| Aug 13 22:59:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53022026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.023 INFO O| Aug 13 22:59:07.023 INFO STEP 27 (remove_files) COMPLETE
53032026-08-13T22:59:08.467Z[ recovery-image] Aug 13 22:59:07.023 INFO O| Aug 13 22:59:07.023 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-13T22:59:08.494Z[ recovery-image] Aug 13 22:59:07.053 INFO O| Aug 13 22:59:07.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53052026-08-13T22:59:08.494Z[ recovery-image] Aug 13 22:59:07.053 INFO O| Aug 13 22:59:07.053 INFO STEP 28 (remove_files) COMPLETE
53062026-08-13T22:59:08.494Z[ recovery-image] Aug 13 22:59:07.053 INFO O| Aug 13 22:59:07.053 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-13T22:59:08.516Z[ recovery-image] Aug 13 22:59:07.063 INFO O| Aug 13 22:59:07.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53082026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.063 INFO O| Aug 13 22:59:07.063 INFO STEP 29 (remove_files) COMPLETE
53092026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.063 INFO O| Aug 13 22:59:07.063 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.073 INFO O| Aug 13 22:59:07.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53112026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.074 INFO O| Aug 13 22:59:07.074 INFO STEP 30 (remove_files) COMPLETE
53122026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.074 INFO O| Aug 13 22:59:07.074 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.083 INFO O| Aug 13 22:59:07.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53142026-08-13T22:59:08.517Z[ recovery-image] Aug 13 22:59:07.083 INFO O| Aug 13 22:59:07.083 INFO STEP 31 (remove_files) COMPLETE
53152026-08-13T22:59:08.522Z[ recovery-image] Aug 13 22:59:07.083 INFO O| Aug 13 22:59:07.083 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-13T22:59:08.551Z[ recovery-image] Aug 13 22:59:07.094 INFO O| Aug 13 22:59:07.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53172026-08-13T22:59:08.551Z[ recovery-image] Aug 13 22:59:07.094 INFO O| Aug 13 22:59:07.094 INFO STEP 32 (remove_files) COMPLETE
53182026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.094 INFO O| Aug 13 22:59:07.094 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.105 INFO O| Aug 13 22:59:07.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53202026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.105 INFO O| Aug 13 22:59:07.105 INFO STEP 33 (remove_files) COMPLETE
53212026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.105 INFO O| Aug 13 22:59:07.105 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.114 INFO O| Aug 13 22:59:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53232026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.114 INFO O| Aug 13 22:59:07.114 INFO STEP 34 (remove_files) COMPLETE
53242026-08-13T22:59:08.552Z[ recovery-image] Aug 13 22:59:07.114 INFO O| Aug 13 22:59:07.114 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-13T22:59:08.573Z[ recovery-image] Aug 13 22:59:07.125 INFO O| Aug 13 22:59:07.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53262026-08-13T22:59:08.573Z[ recovery-image] Aug 13 22:59:07.125 INFO O| Aug 13 22:59:07.125 INFO STEP 35 (remove_files) COMPLETE
53272026-08-13T22:59:08.573Z[ recovery-image] Aug 13 22:59:07.125 INFO O| Aug 13 22:59:07.125 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-13T22:59:08.573Z[ recovery-image] Aug 13 22:59:07.136 INFO O| Aug 13 22:59:07.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53292026-08-13T22:59:08.574Z[ recovery-image] Aug 13 22:59:07.136 INFO O| Aug 13 22:59:07.136 INFO STEP 36 (remove_files) COMPLETE
53302026-08-13T22:59:08.574Z[ recovery-image] Aug 13 22:59:07.136 INFO O| Aug 13 22:59:07.136 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-13T22:59:08.585Z[ recovery-image] Aug 13 22:59:07.146 INFO O| Aug 13 22:59:07.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53322026-08-13T22:59:08.585Z[ recovery-image] Aug 13 22:59:07.146 INFO O| Aug 13 22:59:07.146 INFO STEP 37 (remove_files) COMPLETE
53332026-08-13T22:59:08.585Z[ recovery-image] Aug 13 22:59:07.146 INFO O| Aug 13 22:59:07.146 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-13T22:59:08.586Z[ recovery-image] Aug 13 22:59:07.156 INFO O| Aug 13 22:59:07.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53352026-08-13T22:59:08.586Z[ recovery-image] Aug 13 22:59:07.156 INFO O| Aug 13 22:59:07.156 INFO STEP 38 (remove_files) COMPLETE
53362026-08-13T22:59:08.586Z[ recovery-image] Aug 13 22:59:07.156 INFO O| Aug 13 22:59:07.156 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-13T22:59:08.605Z[ recovery-image] Aug 13 22:59:07.166 INFO O| Aug 13 22:59:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53382026-08-13T22:59:08.605Z[ recovery-image] Aug 13 22:59:07.166 INFO O| Aug 13 22:59:07.166 INFO STEP 39 (remove_files) COMPLETE
53392026-08-13T22:59:08.605Z[ recovery-image] Aug 13 22:59:07.166 INFO O| Aug 13 22:59:07.166 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-13T22:59:08.605Z[ recovery-image] Aug 13 22:59:07.177 INFO O| Aug 13 22:59:07.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53412026-08-13T22:59:08.605Z[ recovery-image] Aug 13 22:59:07.177 INFO O| Aug 13 22:59:07.177 INFO STEP 40 (remove_files) COMPLETE
53422026-08-13T22:59:08.606Z[ recovery-image] Aug 13 22:59:07.177 INFO O| Aug 13 22:59:07.177 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-13T22:59:08.628Z[ recovery-image] Aug 13 22:59:07.187 INFO O| Aug 13 22:59:07.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53442026-08-13T22:59:08.628Z[ recovery-image] Aug 13 22:59:07.187 INFO O| Aug 13 22:59:07.187 INFO STEP 41 (remove_files) COMPLETE
53452026-08-13T22:59:08.628Z[ recovery-image] Aug 13 22:59:07.187 INFO O| Aug 13 22:59:07.187 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-13T22:59:08.628Z[ recovery-image] Aug 13 22:59:07.198 INFO O| Aug 13 22:59:07.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53472026-08-13T22:59:08.628Z[ recovery-image] Aug 13 22:59:07.198 INFO O| Aug 13 22:59:07.198 INFO STEP 42 (remove_files) COMPLETE
53482026-08-13T22:59:08.629Z[ recovery-image] Aug 13 22:59:07.198 INFO O| Aug 13 22:59:07.198 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.209 INFO O| Aug 13 22:59:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53502026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.209 INFO O| Aug 13 22:59:07.209 INFO STEP 43 (remove_files) COMPLETE
53512026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.209 INFO O| Aug 13 22:59:07.209 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.220 INFO O| Aug 13 22:59:07.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53532026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.220 INFO O| Aug 13 22:59:07.220 INFO STEP 44 (remove_files) COMPLETE
53542026-08-13T22:59:08.645Z[ recovery-image] Aug 13 22:59:07.220 INFO O| Aug 13 22:59:07.220 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-13T22:59:08.663Z[ recovery-image] Aug 13 22:59:07.229 INFO O| Aug 13 22:59:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53562026-08-13T22:59:08.663Z[ recovery-image] Aug 13 22:59:07.230 INFO O| Aug 13 22:59:07.230 INFO STEP 45 (remove_files) COMPLETE
53572026-08-13T22:59:08.663Z[ recovery-image] Aug 13 22:59:07.230 INFO O| Aug 13 22:59:07.230 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.240 INFO O| Aug 13 22:59:07.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53592026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.240 INFO O| Aug 13 22:59:07.240 INFO STEP 46 (remove_files) COMPLETE
53602026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.240 INFO O| Aug 13 22:59:07.240 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.250 INFO O| Aug 13 22:59:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53622026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.250 INFO O| Aug 13 22:59:07.250 INFO STEP 47 (remove_files) COMPLETE
53632026-08-13T22:59:08.674Z[ recovery-image] Aug 13 22:59:07.250 INFO O| Aug 13 22:59:07.250 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.258 INFO O| Aug 13 22:59:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53652026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.258 INFO O| Aug 13 22:59:07.258 INFO STEP 48 (remove_files) COMPLETE
53662026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.258 INFO O| Aug 13 22:59:07.258 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.267 INFO O| Aug 13 22:59:07.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53682026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.267 INFO O| Aug 13 22:59:07.267 INFO STEP 49 (remove_files) COMPLETE
53692026-08-13T22:59:08.692Z[ recovery-image] Aug 13 22:59:07.267 INFO O| Aug 13 22:59:07.267 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-13T22:59:08.704Z[ recovery-image] Aug 13 22:59:07.275 INFO O| Aug 13 22:59:07.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53712026-08-13T22:59:08.705Z[ recovery-image] Aug 13 22:59:07.275 INFO O| Aug 13 22:59:07.275 INFO STEP 50 (remove_files) COMPLETE
53722026-08-13T22:59:08.705Z[ recovery-image] Aug 13 22:59:07.275 INFO O| Aug 13 22:59:07.275 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.285 INFO O| Aug 13 22:59:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53742026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.286 INFO O| Aug 13 22:59:07.286 INFO STEP 51 (remove_files) COMPLETE
53752026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.286 INFO O| Aug 13 22:59:07.286 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.295 INFO O| Aug 13 22:59:07.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53772026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.296 INFO O| Aug 13 22:59:07.296 INFO STEP 52 (remove_files) COMPLETE
53782026-08-13T22:59:08.726Z[ recovery-image] Aug 13 22:59:07.296 INFO O| Aug 13 22:59:07.296 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.305 INFO O| Aug 13 22:59:07.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53802026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.305 INFO O| Aug 13 22:59:07.305 INFO STEP 53 (remove_files) COMPLETE
53812026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.305 INFO O| Aug 13 22:59:07.305 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.313 INFO O| Aug 13 22:59:07.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53832026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.313 INFO O| Aug 13 22:59:07.313 INFO STEP 54 (remove_files) COMPLETE
53842026-08-13T22:59:08.739Z[ recovery-image] Aug 13 22:59:07.313 INFO O| Aug 13 22:59:07.313 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.324 INFO O| Aug 13 22:59:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53862026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.324 INFO O| Aug 13 22:59:07.324 INFO STEP 55 (remove_files) COMPLETE
53872026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.324 INFO O| Aug 13 22:59:07.324 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.333 INFO O| Aug 13 22:59:07.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53892026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.333 INFO O| Aug 13 22:59:07.333 INFO STEP 56 (remove_files) COMPLETE
53902026-08-13T22:59:08.760Z[ recovery-image] Aug 13 22:59:07.333 INFO O| Aug 13 22:59:07.333 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.341 INFO O| Aug 13 22:59:07.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53922026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.341 INFO O| Aug 13 22:59:07.341 INFO STEP 57 (remove_files) COMPLETE
53932026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.341 INFO O| Aug 13 22:59:07.341 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.351 INFO O| Aug 13 22:59:07.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53952026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.351 INFO O| Aug 13 22:59:07.351 INFO STEP 58 (remove_files) COMPLETE
53962026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.351 INFO O| Aug 13 22:59:07.351 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.361 INFO O| Aug 13 22:59:07.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
53982026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.361 INFO O| Aug 13 22:59:07.361 INFO STEP 59 (remove_files) COMPLETE
53992026-08-13T22:59:08.788Z[ recovery-image] Aug 13 22:59:07.361 INFO O| Aug 13 22:59:07.361 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-13T22:59:08.818Z[ recovery-image] Aug 13 22:59:07.370 INFO O| Aug 13 22:59:07.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54012026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.370 INFO O| Aug 13 22:59:07.370 INFO STEP 60 (remove_files) COMPLETE
54022026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.370 INFO O| Aug 13 22:59:07.370 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.380 INFO O| Aug 13 22:59:07.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54042026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.380 INFO O| Aug 13 22:59:07.380 INFO STEP 61 (remove_files) COMPLETE
54052026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.380 INFO O| Aug 13 22:59:07.380 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.390 INFO O| Aug 13 22:59:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54072026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.390 INFO O| Aug 13 22:59:07.390 INFO STEP 62 (remove_files) COMPLETE
54082026-08-13T22:59:08.819Z[ recovery-image] Aug 13 22:59:07.390 INFO O| Aug 13 22:59:07.390 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-13T22:59:08.837Z[ recovery-image] Aug 13 22:59:07.399 INFO O| Aug 13 22:59:07.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54102026-08-13T22:59:08.838Z[ recovery-image] Aug 13 22:59:07.400 INFO O| Aug 13 22:59:07.400 INFO STEP 63 (remove_files) COMPLETE
54112026-08-13T22:59:08.838Z[ recovery-image] Aug 13 22:59:07.400 INFO O| Aug 13 22:59:07.400 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-13T22:59:08.838Z[ recovery-image] Aug 13 22:59:07.409 INFO O| Aug 13 22:59:07.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54132026-08-13T22:59:08.838Z[ recovery-image] Aug 13 22:59:07.410 INFO O| Aug 13 22:59:07.410 INFO STEP 64 (remove_files) COMPLETE
54142026-08-13T22:59:08.838Z[ recovery-image] Aug 13 22:59:07.410 INFO O| Aug 13 22:59:07.410 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-13T22:59:08.854Z[ recovery-image] Aug 13 22:59:07.420 INFO O| Aug 13 22:59:07.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54162026-08-13T22:59:08.854Z[ recovery-image] Aug 13 22:59:07.420 INFO O| Aug 13 22:59:07.420 INFO STEP 65 (remove_files) COMPLETE
54172026-08-13T22:59:08.854Z[ recovery-image] Aug 13 22:59:07.420 INFO O| Aug 13 22:59:07.420 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-13T22:59:08.880Z[ recovery-image] Aug 13 22:59:07.429 INFO O| Aug 13 22:59:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54192026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.429 INFO O| Aug 13 22:59:07.429 INFO STEP 66 (remove_files) COMPLETE
54202026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.429 INFO O| Aug 13 22:59:07.429 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.438 INFO O| Aug 13 22:59:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54222026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.438 INFO O| Aug 13 22:59:07.438 INFO STEP 67 (remove_files) COMPLETE
54232026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.438 INFO O| Aug 13 22:59:07.438 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.447 INFO O| Aug 13 22:59:07.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54252026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.447 INFO O| Aug 13 22:59:07.447 INFO STEP 68 (remove_files) COMPLETE
54262026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.447 INFO O| Aug 13 22:59:07.447 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.457 INFO O| Aug 13 22:59:07.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54282026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.457 INFO O| Aug 13 22:59:07.457 INFO STEP 69 (remove_files) COMPLETE
54292026-08-13T22:59:08.882Z[ recovery-image] Aug 13 22:59:07.457 INFO O| Aug 13 22:59:07.457 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-13T22:59:08.900Z[ recovery-image] Aug 13 22:59:07.467 INFO O| Aug 13 22:59:07.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54312026-08-13T22:59:08.900Z[ recovery-image] Aug 13 22:59:07.467 INFO O| Aug 13 22:59:07.467 INFO STEP 70 (remove_files) COMPLETE
54322026-08-13T22:59:08.900Z[ recovery-image] Aug 13 22:59:07.467 INFO O| Aug 13 22:59:07.467 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-13T22:59:08.915Z[ recovery-image] Aug 13 22:59:07.478 INFO O| Aug 13 22:59:07.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54342026-08-13T22:59:08.915Z[ recovery-image] Aug 13 22:59:07.478 INFO O| Aug 13 22:59:07.478 INFO STEP 71 (remove_files) COMPLETE
54352026-08-13T22:59:08.915Z[ recovery-image] Aug 13 22:59:07.478 INFO O| Aug 13 22:59:07.478 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-13T22:59:08.950Z[ recovery-image] Aug 13 22:59:07.521 INFO O| Aug 13 22:59:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54372026-08-13T22:59:08.950Z[ recovery-image] Aug 13 22:59:07.521 INFO O| Aug 13 22:59:07.521 INFO STEP 72 (remove_files) COMPLETE
54382026-08-13T22:59:08.950Z[ recovery-image] Aug 13 22:59:07.521 INFO O| Aug 13 22:59:07.521 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.531 INFO O| Aug 13 22:59:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54402026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.531 INFO O| Aug 13 22:59:07.531 INFO STEP 73 (remove_files) COMPLETE
54412026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.531 INFO O| Aug 13 22:59:07.531 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.539 INFO O| Aug 13 22:59:07.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54432026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.539 INFO O| Aug 13 22:59:07.539 INFO STEP 74 (remove_files) COMPLETE
54442026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.539 INFO O| Aug 13 22:59:07.539 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.550 INFO O| Aug 13 22:59:07.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54462026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.559 INFO O| Aug 13 22:59:07.559 INFO STEP 75 (remove_files) COMPLETE
54472026-08-13T22:59:08.996Z[ recovery-image] Aug 13 22:59:07.559 INFO O| Aug 13 22:59:07.559 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.570 INFO O| Aug 13 22:59:07.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54492026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.570 INFO O| Aug 13 22:59:07.570 INFO STEP 76 (remove_files) COMPLETE
54502026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.570 INFO O| Aug 13 22:59:07.570 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.581 INFO O| Aug 13 22:59:07.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54522026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.581 INFO O| Aug 13 22:59:07.581 INFO STEP 77 (remove_files) COMPLETE
54532026-08-13T22:59:09.008Z[ recovery-image] Aug 13 22:59:07.581 INFO O| Aug 13 22:59:07.581 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.589 INFO O| Aug 13 22:59:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54552026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.589 INFO O| Aug 13 22:59:07.589 INFO STEP 78 (remove_files) COMPLETE
54562026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.589 INFO O| Aug 13 22:59:07.589 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.597 INFO O| Aug 13 22:59:07.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54582026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.598 INFO O| Aug 13 22:59:07.598 INFO STEP 79 (remove_files) COMPLETE
54592026-08-13T22:59:09.022Z[ recovery-image] Aug 13 22:59:07.598 INFO O| Aug 13 22:59:07.598 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-13T22:59:09.045Z[ recovery-image] Aug 13 22:59:07.606 INFO O| Aug 13 22:59:07.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54612026-08-13T22:59:09.046Z[ recovery-image] Aug 13 22:59:07.606 INFO O| Aug 13 22:59:07.606 INFO STEP 80 (remove_files) COMPLETE
54622026-08-13T22:59:09.046Z[ recovery-image] Aug 13 22:59:07.606 INFO O| Aug 13 22:59:07.606 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-13T22:59:09.046Z[ recovery-image] Aug 13 22:59:07.615 INFO O| Aug 13 22:59:07.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54642026-08-13T22:59:09.046Z[ recovery-image] Aug 13 22:59:07.615 INFO O| Aug 13 22:59:07.615 INFO STEP 81 (remove_files) COMPLETE
54652026-08-13T22:59:09.046Z[ recovery-image] Aug 13 22:59:07.615 INFO O| Aug 13 22:59:07.615 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.624 INFO O| Aug 13 22:59:07.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54672026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.624 INFO O| Aug 13 22:59:07.624 INFO STEP 82 (remove_files) COMPLETE
54682026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.624 INFO O| Aug 13 22:59:07.624 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.635 INFO O| Aug 13 22:59:07.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54702026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.635 INFO O| Aug 13 22:59:07.635 INFO STEP 83 (remove_files) COMPLETE
54712026-08-13T22:59:09.057Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54722026-08-13T22:59:09.057Z[ recovery-image] Aug 13 22:59:07.635 INFO O| Aug 13 22:59:07.635 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-13T22:59:09.083Z[ recovery-image] Aug 13 22:59:07.653 INFO O| Aug 13 22:59:07.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54742026-08-13T22:59:09.083Z[ recovery-image] Aug 13 22:59:07.653 INFO O| Aug 13 22:59:07.650 INFO STEP 84 (remove_files) COMPLETE
54752026-08-13T22:59:09.084Z[ recovery-image] Aug 13 22:59:07.653 INFO O| Aug 13 22:59:07.650 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-13T22:59:09.096Z[ recovery-image] Aug 13 22:59:07.665 INFO O| Aug 13 22:59:07.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54772026-08-13T22:59:09.096Z[ recovery-image] Aug 13 22:59:07.666 INFO O| Aug 13 22:59:07.666 INFO STEP 85 (remove_files) COMPLETE
54782026-08-13T22:59:09.096Z[ recovery-image] Aug 13 22:59:07.666 INFO O| Aug 13 22:59:07.666 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-13T22:59:09.120Z[ recovery-image] Aug 13 22:59:07.676 INFO O| Aug 13 22:59:07.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54802026-08-13T22:59:09.120Z[ recovery-image] Aug 13 22:59:07.677 INFO O| Aug 13 22:59:07.676 INFO STEP 86 (remove_files) COMPLETE
54812026-08-13T22:59:09.120Z[ recovery-image] Aug 13 22:59:07.677 INFO O| Aug 13 22:59:07.677 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.702 INFO O| Aug 13 22:59:07.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54832026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.702 INFO O| Aug 13 22:59:07.702 INFO STEP 87 (remove_files) COMPLETE
54842026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.702 INFO O| Aug 13 22:59:07.702 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.712 INFO O| Aug 13 22:59:07.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54862026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.712 INFO O| Aug 13 22:59:07.712 INFO STEP 88 (remove_files) COMPLETE
54872026-08-13T22:59:09.142Z[ recovery-image] Aug 13 22:59:07.712 INFO O| Aug 13 22:59:07.712 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-13T22:59:09.161Z[ recovery-image] Aug 13 22:59:07.728 INFO O| Aug 13 22:59:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54892026-08-13T22:59:09.162Z[ recovery-image] Aug 13 22:59:07.729 INFO O| Aug 13 22:59:07.729 INFO STEP 89 (remove_files) COMPLETE
54902026-08-13T22:59:09.162Z[ recovery-image] Aug 13 22:59:07.729 INFO O| Aug 13 22:59:07.729 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-13T22:59:09.173Z[ recovery-image] Aug 13 22:59:07.747 INFO O| Aug 13 22:59:07.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54922026-08-13T22:59:09.173Z[ recovery-image] Aug 13 22:59:07.747 INFO O| Aug 13 22:59:07.747 INFO STEP 90 (remove_files) COMPLETE
54932026-08-13T22:59:09.173Z[ recovery-image] Aug 13 22:59:07.747 INFO O| Aug 13 22:59:07.747 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-13T22:59:09.187Z[ recovery-image] Aug 13 22:59:07.758 INFO O| Aug 13 22:59:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54952026-08-13T22:59:09.187Z[ recovery-image] Aug 13 22:59:07.758 INFO O| Aug 13 22:59:07.758 INFO STEP 91 (remove_files) COMPLETE
54962026-08-13T22:59:09.187Z[ recovery-image] Aug 13 22:59:07.758 INFO O| Aug 13 22:59:07.758 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-13T22:59:09.209Z[ recovery-image] Aug 13 22:59:07.768 INFO O| Aug 13 22:59:07.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
54982026-08-13T22:59:09.209Z[ recovery-image] Aug 13 22:59:07.768 INFO O| Aug 13 22:59:07.768 INFO STEP 92 (remove_files) COMPLETE
54992026-08-13T22:59:09.209Z[ recovery-image] Aug 13 22:59:07.768 INFO O| Aug 13 22:59:07.768 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-13T22:59:09.209Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55012026-08-13T22:59:09.209Z[ recovery-image] Aug 13 22:59:07.778 INFO O| Aug 13 22:59:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55022026-08-13T22:59:09.224Z[ recovery-image] Aug 13 22:59:07.780 INFO O| Aug 13 22:59:07.780 INFO STEP 93 (remove_files) COMPLETE
55032026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.780 INFO O| Aug 13 22:59:07.780 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.790 INFO O| Aug 13 22:59:07.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55052026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.790 INFO O| Aug 13 22:59:07.790 INFO STEP 94 (remove_files) COMPLETE
55062026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.790 INFO O| Aug 13 22:59:07.790 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.799 INFO O| Aug 13 22:59:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55082026-08-13T22:59:09.225Z[ recovery-image] Aug 13 22:59:07.799 INFO O| Aug 13 22:59:07.799 INFO STEP 95 (remove_files) COMPLETE
55092026-08-13T22:59:09.226Z[ recovery-image] Aug 13 22:59:07.799 INFO O| Aug 13 22:59:07.799 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.814 INFO O| Aug 13 22:59:07.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55112026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.814 INFO O| Aug 13 22:59:07.814 INFO STEP 96 (remove_files) COMPLETE
55122026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.814 INFO O| Aug 13 22:59:07.814 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.824 INFO O| Aug 13 22:59:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55142026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.824 INFO O| Aug 13 22:59:07.824 INFO STEP 97 (remove_files) COMPLETE
55152026-08-13T22:59:09.248Z[ recovery-image] Aug 13 22:59:07.824 INFO O| Aug 13 22:59:07.824 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-13T22:59:09.292Z[ recovery-image] Aug 13 22:59:07.833 INFO O| Aug 13 22:59:07.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55172026-08-13T22:59:09.292Z[ recovery-image] Aug 13 22:59:07.833 INFO O| Aug 13 22:59:07.833 INFO STEP 98 (remove_files) COMPLETE
55182026-08-13T22:59:09.292Z[ recovery-image] Aug 13 22:59:07.833 INFO O| Aug 13 22:59:07.833 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-13T22:59:09.292Z[ recovery-image] Aug 13 22:59:07.843 INFO O| Aug 13 22:59:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55202026-08-13T22:59:09.292Z[ recovery-image] Aug 13 22:59:07.843 INFO O| Aug 13 22:59:07.843 INFO STEP 99 (remove_files) COMPLETE
55212026-08-13T22:59:09.293Z[ recovery-image] Aug 13 22:59:07.843 INFO O| Aug 13 22:59:07.843 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-13T22:59:09.335Z[ recovery-image] Aug 13 22:59:07.854 INFO O| Aug 13 22:59:07.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55232026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.854 INFO O| Aug 13 22:59:07.854 INFO STEP 100 (remove_files) COMPLETE
55242026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.854 INFO O| Aug 13 22:59:07.854 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.866 INFO O| Aug 13 22:59:07.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55262026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.866 INFO O| Aug 13 22:59:07.866 INFO STEP 101 (remove_files) COMPLETE
55272026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.866 INFO O| Aug 13 22:59:07.866 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.876 INFO O| Aug 13 22:59:07.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55292026-08-13T22:59:09.336Z[ recovery-image] Aug 13 22:59:07.878 INFO O| Aug 13 22:59:07.877 INFO STEP 102 (remove_files) COMPLETE
55302026-08-13T22:59:09.337Z[ recovery-image] Aug 13 22:59:07.878 INFO O| Aug 13 22:59:07.877 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-13T22:59:09.337Z[ recovery-image] Aug 13 22:59:07.889 INFO O| Aug 13 22:59:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55322026-08-13T22:59:09.337Z[ recovery-image] Aug 13 22:59:07.889 INFO O| Aug 13 22:59:07.889 INFO STEP 103 (remove_files) COMPLETE
55332026-08-13T22:59:09.337Z[ recovery-image] Aug 13 22:59:07.889 INFO O| Aug 13 22:59:07.889 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-13T22:59:09.361Z[ recovery-image] Aug 13 22:59:07.940 INFO O| Aug 13 22:59:07.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55352026-08-13T22:59:09.361Z[ recovery-image] Aug 13 22:59:07.940 INFO O| Aug 13 22:59:07.940 INFO STEP 104 (remove_files) COMPLETE
55362026-08-13T22:59:09.372Z[ recovery-image] Aug 13 22:59:07.940 INFO O| Aug 13 22:59:07.940 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-13T22:59:09.400Z[ recovery-image] Aug 13 22:59:07.953 INFO O| Aug 13 22:59:07.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55382026-08-13T22:59:09.400Z[ recovery-image] Aug 13 22:59:07.953 INFO O| Aug 13 22:59:07.953 INFO STEP 105 (remove_files) COMPLETE
55392026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.953 INFO O| Aug 13 22:59:07.953 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.964 INFO O| Aug 13 22:59:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55412026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.964 INFO O| Aug 13 22:59:07.964 INFO STEP 106 (remove_files) COMPLETE
55422026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.964 INFO O| Aug 13 22:59:07.964 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.973 INFO O| Aug 13 22:59:07.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55442026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.973 INFO O| Aug 13 22:59:07.973 INFO STEP 107 (remove_files) COMPLETE
55452026-08-13T22:59:09.401Z[ recovery-image] Aug 13 22:59:07.973 INFO O| Aug 13 22:59:07.973 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.981 INFO O| Aug 13 22:59:07.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55472026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.981 INFO O| Aug 13 22:59:07.981 INFO STEP 108 (remove_files) COMPLETE
55482026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.981 INFO O| Aug 13 22:59:07.981 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.989 INFO O| Aug 13 22:59:07.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55502026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.990 INFO O| Aug 13 22:59:07.990 INFO STEP 109 (remove_files) COMPLETE
55512026-08-13T22:59:09.413Z[ recovery-image] Aug 13 22:59:07.990 INFO O| Aug 13 22:59:07.990 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-13T22:59:09.430Z[ recovery-image] Aug 13 22:59:07.998 INFO O| Aug 13 22:59:07.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55532026-08-13T22:59:09.430Z[ recovery-image] Aug 13 22:59:07.998 INFO O| Aug 13 22:59:07.998 INFO STEP 110 (remove_files) COMPLETE
55542026-08-13T22:59:09.430Z[ recovery-image] Aug 13 22:59:07.998 INFO O| Aug 13 22:59:07.998 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-13T22:59:09.446Z[ recovery-image] Aug 13 22:59:08.008 INFO O| Aug 13 22:59:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55562026-08-13T22:59:09.446Z[ recovery-image] Aug 13 22:59:08.008 INFO O| Aug 13 22:59:08.008 INFO STEP 111 (remove_files) COMPLETE
55572026-08-13T22:59:09.446Z[ recovery-image] Aug 13 22:59:08.008 INFO O| Aug 13 22:59:08.008 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-13T22:59:09.458Z[ recovery-image] Aug 13 22:59:08.034 INFO O| Aug 13 22:59:08.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55592026-08-13T22:59:09.458Z[ recovery-image] Aug 13 22:59:08.036 INFO O| Aug 13 22:59:08.036 INFO STEP 112 (remove_files) COMPLETE
55602026-08-13T22:59:09.458Z[ recovery-image] Aug 13 22:59:08.036 INFO O| Aug 13 22:59:08.036 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-13T22:59:09.474Z[ recovery-image] Aug 13 22:59:08.053 INFO O| Aug 13 22:59:08.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55622026-08-13T22:59:09.474Z[ recovery-image] Aug 13 22:59:08.053 INFO O| Aug 13 22:59:08.053 INFO STEP 113 (remove_files) COMPLETE
55632026-08-13T22:59:09.485Z[ recovery-image] Aug 13 22:59:08.053 INFO O| Aug 13 22:59:08.053 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-13T22:59:09.486Z[ recovery-image] Aug 13 22:59:08.061 INFO O| Aug 13 22:59:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55652026-08-13T22:59:09.486Z[ recovery-image] Aug 13 22:59:08.061 INFO O| Aug 13 22:59:08.061 INFO STEP 114 (remove_files) COMPLETE
55662026-08-13T22:59:09.486Z[ recovery-image] Aug 13 22:59:08.061 INFO O| Aug 13 22:59:08.061 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.069 INFO O| Aug 13 22:59:08.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55682026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.069 INFO O| Aug 13 22:59:08.069 INFO STEP 115 (remove_files) COMPLETE
55692026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.069 INFO O| Aug 13 22:59:08.069 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.081 INFO O| Aug 13 22:59:08.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55712026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.081 INFO O| Aug 13 22:59:08.081 INFO STEP 116 (remove_files) COMPLETE
55722026-08-13T22:59:09.507Z[ recovery-image] Aug 13 22:59:08.081 INFO O| Aug 13 22:59:08.081 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-13T22:59:09.524Z[ recovery-image] Aug 13 22:59:08.091 INFO O| Aug 13 22:59:08.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55742026-08-13T22:59:09.524Z[ recovery-image] Aug 13 22:59:08.092 INFO O| Aug 13 22:59:08.092 INFO STEP 117 (remove_files) COMPLETE
55752026-08-13T22:59:09.524Z[ recovery-image] Aug 13 22:59:08.092 INFO O| Aug 13 22:59:08.092 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.103 INFO O| Aug 13 22:59:08.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55772026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.103 INFO O| Aug 13 22:59:08.103 INFO STEP 118 (remove_files) COMPLETE
55782026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.103 INFO O| Aug 13 22:59:08.103 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.113 INFO O| Aug 13 22:59:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55802026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.113 INFO O| Aug 13 22:59:08.113 INFO STEP 119 (remove_files) COMPLETE
55812026-08-13T22:59:09.535Z[ recovery-image] Aug 13 22:59:08.113 INFO O| Aug 13 22:59:08.113 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-13T22:59:09.553Z[ recovery-image] Aug 13 22:59:08.124 INFO O| Aug 13 22:59:08.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55832026-08-13T22:59:09.553Z[ recovery-image] Aug 13 22:59:08.124 INFO O| Aug 13 22:59:08.124 INFO STEP 120 (remove_files) COMPLETE
55842026-08-13T22:59:09.554Z[ recovery-image] Aug 13 22:59:08.124 INFO O| Aug 13 22:59:08.124 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.133 INFO O| Aug 13 22:59:08.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55862026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.133 INFO O| Aug 13 22:59:08.133 INFO STEP 121 (remove_files) COMPLETE
55872026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.133 INFO O| Aug 13 22:59:08.133 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.142 INFO O| Aug 13 22:59:08.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55892026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.143 INFO O| Aug 13 22:59:08.142 INFO STEP 122 (remove_files) COMPLETE
55902026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.143 INFO O| Aug 13 22:59:08.142 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-13T22:59:09.582Z[ recovery-image] Aug 13 22:59:08.152 INFO O| Aug 13 22:59:08.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55922026-08-13T22:59:09.583Z[ recovery-image] Aug 13 22:59:08.152 INFO O| Aug 13 22:59:08.152 INFO STEP 123 (remove_files) COMPLETE
55932026-08-13T22:59:09.583Z[ recovery-image] Aug 13 22:59:08.152 INFO O| Aug 13 22:59:08.152 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.160 INFO O| Aug 13 22:59:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
55952026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.160 INFO O| Aug 13 22:59:08.160 INFO STEP 124 (remove_files) COMPLETE
55962026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.160 INFO O| Aug 13 22:59:08.160 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-13T22:59:09.595Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55982026-08-13T22:59:09.595Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55992026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.169 INFO O| Aug 13 22:59:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56002026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.169 INFO O| Aug 13 22:59:08.169 INFO STEP 125 (remove_files) COMPLETE
56012026-08-13T22:59:09.595Z[ recovery-image] Aug 13 22:59:08.169 INFO O| Aug 13 22:59:08.169 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-13T22:59:09.607Z[ recovery-image] Aug 13 22:59:08.179 INFO O| Aug 13 22:59:08.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56032026-08-13T22:59:09.608Z[ recovery-image] Aug 13 22:59:08.179 INFO O| Aug 13 22:59:08.179 INFO STEP 126 (remove_files) COMPLETE
56042026-08-13T22:59:09.608Z[ recovery-image] Aug 13 22:59:08.179 INFO O| Aug 13 22:59:08.179 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.188 INFO O| Aug 13 22:59:08.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56062026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.189 INFO O| Aug 13 22:59:08.188 INFO STEP 127 (remove_files) COMPLETE
56072026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.189 INFO O| Aug 13 22:59:08.189 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.199 INFO O| Aug 13 22:59:08.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56092026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.199 INFO O| Aug 13 22:59:08.199 INFO STEP 128 (remove_files) COMPLETE
56102026-08-13T22:59:09.627Z[ recovery-image] Aug 13 22:59:08.199 INFO O| Aug 13 22:59:08.199 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-13T22:59:09.637Z[ recovery-image] Aug 13 22:59:08.208 INFO O| Aug 13 22:59:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56122026-08-13T22:59:09.637Z[ recovery-image] Aug 13 22:59:08.208 INFO O| Aug 13 22:59:08.208 INFO STEP 129 (remove_files) COMPLETE
56132026-08-13T22:59:09.637Z[ recovery-image] Aug 13 22:59:08.208 INFO O| Aug 13 22:59:08.208 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-13T22:59:09.649Z[ recovery-image] Aug 13 22:59:08.219 INFO O| Aug 13 22:59:08.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56152026-08-13T22:59:09.649Z[ recovery-image] Aug 13 22:59:08.220 INFO O| Aug 13 22:59:08.220 INFO STEP 130 (remove_files) COMPLETE
56162026-08-13T22:59:09.649Z[ recovery-image] Aug 13 22:59:08.220 INFO O| Aug 13 22:59:08.220 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-13T22:59:09.663Z[ recovery-image] Aug 13 22:59:08.229 INFO O| Aug 13 22:59:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56182026-08-13T22:59:09.663Z[ recovery-image] Aug 13 22:59:08.229 INFO O| Aug 13 22:59:08.229 INFO STEP 131 (remove_files) COMPLETE
56192026-08-13T22:59:09.663Z[ recovery-image] Aug 13 22:59:08.229 INFO O| Aug 13 22:59:08.229 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.239 INFO O| Aug 13 22:59:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56212026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.239 INFO O| Aug 13 22:59:08.239 INFO STEP 132 (remove_files) COMPLETE
56222026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.239 INFO O| Aug 13 22:59:08.239 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.248 INFO O| Aug 13 22:59:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56242026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.248 INFO O| Aug 13 22:59:08.248 INFO STEP 133 (remove_files) COMPLETE
56252026-08-13T22:59:09.678Z[ recovery-image] Aug 13 22:59:08.248 INFO O| Aug 13 22:59:08.248 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-13T22:59:09.685Z[ recovery-image] Aug 13 22:59:08.257 INFO O| Aug 13 22:59:08.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56272026-08-13T22:59:09.686Z[ recovery-image] Aug 13 22:59:08.257 INFO O| Aug 13 22:59:08.257 INFO STEP 134 (remove_files) COMPLETE
56282026-08-13T22:59:09.686Z[ recovery-image] Aug 13 22:59:08.257 INFO O| Aug 13 22:59:08.257 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-13T22:59:09.695Z[ recovery-image] Aug 13 22:59:08.269 INFO O| Aug 13 22:59:08.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56302026-08-13T22:59:09.695Z[ recovery-image] Aug 13 22:59:08.269 INFO O| Aug 13 22:59:08.269 INFO STEP 135 (remove_files) COMPLETE
56312026-08-13T22:59:09.696Z[ recovery-image] Aug 13 22:59:08.269 INFO O| Aug 13 22:59:08.269 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-13T22:59:09.703Z[ recovery-image] Aug 13 22:59:08.279 INFO O| Aug 13 22:59:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56332026-08-13T22:59:09.703Z[ recovery-image] Aug 13 22:59:08.279 INFO O| Aug 13 22:59:08.279 INFO STEP 136 (remove_files) COMPLETE
56342026-08-13T22:59:09.703Z[ recovery-image] Aug 13 22:59:08.279 INFO O| Aug 13 22:59:08.279 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-13T22:59:09.710Z[ recovery-image] Aug 13 22:59:08.289 INFO O| Aug 13 22:59:08.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56362026-08-13T22:59:09.710Z[ recovery-image] Aug 13 22:59:08.289 INFO O| Aug 13 22:59:08.289 INFO STEP 137 (remove_files) COMPLETE
56372026-08-13T22:59:09.710Z[ recovery-image] Aug 13 22:59:08.289 INFO O| Aug 13 22:59:08.289 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-13T22:59:09.723Z[ recovery-image] Aug 13 22:59:08.299 INFO O| Aug 13 22:59:08.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56392026-08-13T22:59:09.725Z[ recovery-image] Aug 13 22:59:08.299 INFO O| Aug 13 22:59:08.299 INFO STEP 138 (remove_files) COMPLETE
56402026-08-13T22:59:09.733Z[ recovery-image] Aug 13 22:59:08.299 INFO O| Aug 13 22:59:08.299 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-13T22:59:09.733Z[ recovery-image] Aug 13 22:59:08.309 INFO O| Aug 13 22:59:08.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56422026-08-13T22:59:09.733Z[ recovery-image] Aug 13 22:59:08.310 INFO O| Aug 13 22:59:08.310 INFO STEP 139 (remove_files) COMPLETE
56432026-08-13T22:59:09.733Z[ recovery-image] Aug 13 22:59:08.311 INFO O| Aug 13 22:59:08.310 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-13T22:59:09.745Z[ recovery-image] Aug 13 22:59:08.322 INFO O| Aug 13 22:59:08.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56452026-08-13T22:59:09.745Z[ recovery-image] Aug 13 22:59:08.322 INFO O| Aug 13 22:59:08.322 INFO STEP 140 (remove_files) COMPLETE
56462026-08-13T22:59:09.745Z[ recovery-image] Aug 13 22:59:08.322 INFO O| Aug 13 22:59:08.322 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-13T22:59:09.753Z[ recovery-image] Aug 13 22:59:08.331 INFO O| Aug 13 22:59:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56482026-08-13T22:59:09.753Z[ recovery-image] Aug 13 22:59:08.332 INFO O| Aug 13 22:59:08.331 INFO STEP 141 (remove_files) COMPLETE
56492026-08-13T22:59:09.753Z[ recovery-image] Aug 13 22:59:08.332 INFO O| Aug 13 22:59:08.332 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-13T22:59:09.767Z[ recovery-image] Aug 13 22:59:08.342 INFO O| Aug 13 22:59:08.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56512026-08-13T22:59:09.767Z[ recovery-image] Aug 13 22:59:08.342 INFO O| Aug 13 22:59:08.342 INFO STEP 142 (remove_files) COMPLETE
56522026-08-13T22:59:09.767Z[ recovery-image] Aug 13 22:59:08.342 INFO O| Aug 13 22:59:08.342 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-13T22:59:09.778Z[ recovery-image] Aug 13 22:59:08.352 INFO O| Aug 13 22:59:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56542026-08-13T22:59:09.778Z[ recovery-image] Aug 13 22:59:08.352 INFO O| Aug 13 22:59:08.352 INFO STEP 143 (remove_files) COMPLETE
56552026-08-13T22:59:09.778Z[ recovery-image] Aug 13 22:59:08.352 INFO O| Aug 13 22:59:08.352 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-13T22:59:09.844Z[ recovery-image] Aug 13 22:59:08.360 INFO O| Aug 13 22:59:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56572026-08-13T22:59:09.845Z[ recovery-image] Aug 13 22:59:08.360 INFO O| Aug 13 22:59:08.360 INFO STEP 144 (remove_files) COMPLETE
56582026-08-13T22:59:09.845Z[ recovery-image] Aug 13 22:59:08.360 INFO O| Aug 13 22:59:08.360 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-13T22:59:09.845Z[ recovery-image] Aug 13 22:59:08.369 INFO O| Aug 13 22:59:08.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56602026-08-13T22:59:09.877Z[ recovery-image] Aug 13 22:59:08.369 INFO O| Aug 13 22:59:08.369 INFO STEP 145 (remove_files) COMPLETE
56612026-08-13T22:59:09.878Z[ recovery-image] Aug 13 22:59:08.369 INFO O| Aug 13 22:59:08.369 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-13T22:59:09.925Z[ recovery-image] Aug 13 22:59:08.378 INFO O| Aug 13 22:59:08.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56632026-08-13T22:59:09.925Z[ recovery-image] Aug 13 22:59:08.379 INFO O| Aug 13 22:59:08.379 INFO STEP 146 (remove_files) COMPLETE
56642026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.379 INFO O| Aug 13 22:59:08.379 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.390 INFO O| Aug 13 22:59:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56662026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.390 INFO O| Aug 13 22:59:08.390 INFO STEP 147 (remove_files) COMPLETE
56672026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.390 INFO O| Aug 13 22:59:08.390 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.398 INFO O| Aug 13 22:59:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56692026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.398 INFO O| Aug 13 22:59:08.398 INFO STEP 148 (remove_files) COMPLETE
56702026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.398 INFO O| Aug 13 22:59:08.398 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.406 INFO O| Aug 13 22:59:08.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56722026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.406 INFO O| Aug 13 22:59:08.406 INFO STEP 149 (remove_files) COMPLETE
56732026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.406 INFO O| Aug 13 22:59:08.406 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.415 INFO O| Aug 13 22:59:08.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56752026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.415 INFO O| Aug 13 22:59:08.415 INFO STEP 150 (remove_files) COMPLETE
56762026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.415 INFO O| Aug 13 22:59:08.415 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.424 INFO O| Aug 13 22:59:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56782026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.424 INFO O| Aug 13 22:59:08.424 INFO STEP 151 (remove_files) COMPLETE
56792026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.424 INFO O| Aug 13 22:59:08.424 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.434 INFO O| Aug 13 22:59:08.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56812026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.434 INFO O| Aug 13 22:59:08.434 INFO STEP 152 (remove_files) COMPLETE
56822026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.434 INFO O| Aug 13 22:59:08.434 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.444 INFO O| Aug 13 22:59:08.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56842026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.444 INFO O| Aug 13 22:59:08.444 INFO STEP 153 (remove_files) COMPLETE
56852026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.444 INFO O| Aug 13 22:59:08.444 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.454 INFO O| Aug 13 22:59:08.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56872026-08-13T22:59:09.926Z[ recovery-image] Aug 13 22:59:08.454 INFO O| Aug 13 22:59:08.454 INFO STEP 154 (remove_files) COMPLETE
56882026-08-13T22:59:09.927Z[ recovery-image] Aug 13 22:59:08.454 INFO O| Aug 13 22:59:08.454 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-13T22:59:09.927Z[ recovery-image] Aug 13 22:59:08.463 INFO O| Aug 13 22:59:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56902026-08-13T22:59:09.927Z[ recovery-image] Aug 13 22:59:08.463 INFO O| Aug 13 22:59:08.463 INFO STEP 155 (remove_files) COMPLETE
56912026-08-13T22:59:09.927Z[ recovery-image] Aug 13 22:59:08.463 INFO O| Aug 13 22:59:08.463 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-13T22:59:09.953Z[ recovery-image] Aug 13 22:59:08.473 INFO O| Aug 13 22:59:08.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56932026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.473 INFO O| Aug 13 22:59:08.473 INFO STEP 156 (remove_files) COMPLETE
56942026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.473 INFO O| Aug 13 22:59:08.473 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.483 INFO O| Aug 13 22:59:08.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
56962026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.483 INFO O| Aug 13 22:59:08.483 INFO STEP 157 (remove_files) COMPLETE
56972026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.483 INFO O| Aug 13 22:59:08.483 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.493 INFO O| Aug 13 22:59:08.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
56992026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.493 INFO O| Aug 13 22:59:08.493 INFO STEP 158 (remove_files) COMPLETE
57002026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.493 INFO O| Aug 13 22:59:08.493 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.503 INFO O| Aug 13 22:59:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57022026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.504 INFO O| Aug 13 22:59:08.504 INFO STEP 159 (remove_files) COMPLETE
57032026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.504 INFO O| Aug 13 22:59:08.504 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.515 INFO O| Aug 13 22:59:08.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57052026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.515 INFO O| Aug 13 22:59:08.515 INFO STEP 160 (remove_files) COMPLETE
57062026-08-13T22:59:09.954Z[ recovery-image] Aug 13 22:59:08.515 INFO O| Aug 13 22:59:08.515 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.526 INFO O| Aug 13 22:59:08.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57082026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.526 INFO O| Aug 13 22:59:08.526 INFO STEP 161 (remove_files) COMPLETE
57092026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.526 INFO O| Aug 13 22:59:08.526 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.536 INFO O| Aug 13 22:59:08.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57112026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.536 INFO O| Aug 13 22:59:08.536 INFO STEP 162 (remove_files) COMPLETE
57122026-08-13T22:59:10.574Z[ recovery-image] Aug 13 22:59:08.536 INFO O| Aug 13 22:59:08.536 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-13T22:59:10.693Z[ recovery-image] Aug 13 22:59:08.547 INFO O| Aug 13 22:59:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57142026-08-13T22:59:10.693Z[ recovery-image] Aug 13 22:59:08.547 INFO O| Aug 13 22:59:08.547 INFO STEP 163 (remove_files) COMPLETE
57152026-08-13T22:59:10.693Z[ recovery-image] Aug 13 22:59:08.547 INFO O| Aug 13 22:59:08.547 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-13T22:59:10.693Z[ recovery-image] Aug 13 22:59:08.557 INFO O| Aug 13 22:59:08.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57172026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.557 INFO O| Aug 13 22:59:08.557 INFO STEP 164 (remove_files) COMPLETE
57182026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.557 INFO O| Aug 13 22:59:08.557 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.566 INFO O| Aug 13 22:59:08.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57202026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.567 INFO O| Aug 13 22:59:08.566 INFO STEP 165 (remove_files) COMPLETE
57212026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.567 INFO O| Aug 13 22:59:08.566 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.576 INFO O| Aug 13 22:59:08.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57232026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.576 INFO O| Aug 13 22:59:08.576 INFO STEP 166 (remove_files) COMPLETE
57242026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.576 INFO O| Aug 13 22:59:08.576 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.586 INFO O| Aug 13 22:59:08.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57262026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.587 INFO O| Aug 13 22:59:08.587 INFO STEP 167 (remove_files) COMPLETE
57272026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.587 INFO O| Aug 13 22:59:08.587 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.597 INFO O| Aug 13 22:59:08.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57292026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.597 INFO O| Aug 13 22:59:08.597 INFO STEP 168 (remove_files) COMPLETE
57302026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.597 INFO O| Aug 13 22:59:08.597 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.606 INFO O| Aug 13 22:59:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57322026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.606 INFO O| Aug 13 22:59:08.606 INFO STEP 169 (remove_files) COMPLETE
57332026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.606 INFO O| Aug 13 22:59:08.606 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.616 INFO O| Aug 13 22:59:08.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57352026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.616 INFO O| Aug 13 22:59:08.616 INFO STEP 170 (remove_files) COMPLETE
57362026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.616 INFO O| Aug 13 22:59:08.616 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.625 INFO O| Aug 13 22:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57382026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.625 INFO O| Aug 13 22:59:08.625 INFO STEP 171 (remove_files) COMPLETE
57392026-08-13T22:59:10.694Z[ recovery-image] Aug 13 22:59:08.625 INFO O| Aug 13 22:59:08.625 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-13T22:59:10.694Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
57412026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.635 INFO O| Aug 13 22:59:08.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57422026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.635 INFO O| Aug 13 22:59:08.635 INFO STEP 172 (remove_files) COMPLETE
57432026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.635 INFO O| Aug 13 22:59:08.635 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.644 INFO O| Aug 13 22:59:08.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57452026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.644 INFO O| Aug 13 22:59:08.644 INFO STEP 173 (remove_files) COMPLETE
57462026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.644 INFO O| Aug 13 22:59:08.644 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.654 INFO O| Aug 13 22:59:08.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57482026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.654 INFO O| Aug 13 22:59:08.654 INFO STEP 174 (remove_files) COMPLETE
57492026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.654 INFO O| Aug 13 22:59:08.654 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-13T22:59:10.695Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57512026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.663 INFO O| Aug 13 22:59:08.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57522026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.663 INFO O| Aug 13 22:59:08.663 INFO STEP 175 (remove_files) COMPLETE
57532026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.663 INFO O| Aug 13 22:59:08.663 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.674 INFO O| Aug 13 22:59:08.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57552026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.676 INFO O| Aug 13 22:59:08.676 INFO STEP 176 (remove_files) COMPLETE
57562026-08-13T22:59:10.695Z[ recovery-image] Aug 13 22:59:08.676 INFO O| Aug 13 22:59:08.676 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.686 INFO O| Aug 13 22:59:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57582026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.687 INFO O| Aug 13 22:59:08.687 INFO STEP 177 (remove_files) COMPLETE
57592026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.687 INFO O| Aug 13 22:59:08.687 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.698 INFO O| Aug 13 22:59:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57612026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.698 INFO O| Aug 13 22:59:08.698 INFO STEP 178 (remove_files) COMPLETE
57622026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.698 INFO O| Aug 13 22:59:08.698 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.707 INFO O| Aug 13 22:59:08.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57642026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.707 INFO O| Aug 13 22:59:08.707 INFO STEP 179 (remove_files) COMPLETE
57652026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.707 INFO O| Aug 13 22:59:08.707 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.717 INFO O| Aug 13 22:59:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57672026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.717 INFO O| Aug 13 22:59:08.717 INFO STEP 180 (remove_files) COMPLETE
57682026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.717 INFO O| Aug 13 22:59:08.717 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.726 INFO O| Aug 13 22:59:08.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57702026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.726 INFO O| Aug 13 22:59:08.726 INFO STEP 181 (remove_files) COMPLETE
57712026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.726 INFO O| Aug 13 22:59:08.726 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-13T22:59:10.696Z[ recovery-image] Aug 13 22:59:08.737 INFO O| Aug 13 22:59:08.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57732026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.737 INFO O| Aug 13 22:59:08.737 INFO STEP 182 (remove_files) COMPLETE
57742026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.737 INFO O| Aug 13 22:59:08.737 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.747 INFO O| Aug 13 22:59:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57762026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.747 INFO O| Aug 13 22:59:08.747 INFO STEP 183 (remove_files) COMPLETE
57772026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.747 INFO O| Aug 13 22:59:08.747 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.757 INFO O| Aug 13 22:59:08.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57792026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.757 INFO O| Aug 13 22:59:08.757 INFO STEP 184 (remove_files) COMPLETE
57802026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.757 INFO O| Aug 13 22:59:08.757 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.766 INFO O| Aug 13 22:59:08.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57822026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.766 INFO O| Aug 13 22:59:08.766 INFO STEP 185 (remove_files) COMPLETE
57832026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.766 INFO O| Aug 13 22:59:08.766 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.777 INFO O| Aug 13 22:59:08.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57852026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.777 INFO O| Aug 13 22:59:08.777 INFO STEP 186 (remove_files) COMPLETE
57862026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.777 INFO O| Aug 13 22:59:08.777 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.787 INFO O| Aug 13 22:59:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57882026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.787 INFO O| Aug 13 22:59:08.787 INFO STEP 187 (remove_files) COMPLETE
57892026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.787 INFO O| Aug 13 22:59:08.787 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.796 INFO O| Aug 13 22:59:08.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57912026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.797 INFO O| Aug 13 22:59:08.796 INFO STEP 188 (remove_files) COMPLETE
57922026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.797 INFO O| Aug 13 22:59:08.796 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.805 INFO O| Aug 13 22:59:08.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57942026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.805 INFO O| Aug 13 22:59:08.805 INFO STEP 189 (remove_files) COMPLETE
57952026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.805 INFO O| Aug 13 22:59:08.805 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.813 INFO O| Aug 13 22:59:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57972026-08-13T22:59:10.697Z[ recovery-image] Aug 13 22:59:08.814 INFO O| Aug 13 22:59:08.814 INFO STEP 190 (remove_files) COMPLETE
57982026-08-13T22:59:10.698Z[ recovery-image] Aug 13 22:59:08.814 INFO O| Aug 13 22:59:08.814 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.821 INFO O| Aug 13 22:59:08.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58002026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.821 INFO O| Aug 13 22:59:08.821 INFO STEP 191 (remove_files) COMPLETE
58012026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.821 INFO O| Aug 13 22:59:08.821 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.829 INFO O| Aug 13 22:59:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58032026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.829 INFO O| Aug 13 22:59:08.829 INFO STEP 192 (remove_files) COMPLETE
58042026-08-13T22:59:10.704Z[ recovery-image] Aug 13 22:59:08.829 INFO O| Aug 13 22:59:08.829 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-13T22:59:10.705Z[ recovery-image] Aug 13 22:59:08.837 INFO O| Aug 13 22:59:08.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58062026-08-13T22:59:10.705Z[ recovery-image] Aug 13 22:59:08.837 INFO O| Aug 13 22:59:08.837 INFO STEP 193 (remove_files) COMPLETE
58072026-08-13T22:59:10.705Z[ recovery-image] Aug 13 22:59:08.837 INFO O| Aug 13 22:59:08.837 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-13T22:59:10.705Z[ recovery-image] Aug 13 22:59:08.844 INFO O| Aug 13 22:59:08.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58092026-08-13T22:59:10.705Z[ recovery-image] Aug 13 22:59:08.844 INFO O| Aug 13 22:59:08.844 INFO STEP 194 (remove_files) COMPLETE
58102026-08-13T22:59:10.706Z[ recovery-image] Aug 13 22:59:08.844 INFO O| Aug 13 22:59:08.844 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-13T22:59:10.706Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58122026-08-13T22:59:10.706Z[ recovery-image] Aug 13 22:59:08.856 INFO O| Aug 13 22:59:08.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58132026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.856 INFO O| Aug 13 22:59:08.856 INFO STEP 195 (remove_files) COMPLETE
58142026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.856 INFO O| Aug 13 22:59:08.856 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.865 INFO O| Aug 13 22:59:08.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58162026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.865 INFO O| Aug 13 22:59:08.865 INFO STEP 196 (remove_files) COMPLETE
58172026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.865 INFO O| Aug 13 22:59:08.865 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.873 INFO O| Aug 13 22:59:08.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58192026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.873 INFO O| Aug 13 22:59:08.873 INFO STEP 197 (remove_files) COMPLETE
58202026-08-13T22:59:10.738Z[ recovery-image] Aug 13 22:59:08.873 INFO O| Aug 13 22:59:08.873 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.880 INFO O| Aug 13 22:59:08.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58222026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.881 INFO O| Aug 13 22:59:08.881 INFO STEP 198 (remove_files) COMPLETE
58232026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.881 INFO O| Aug 13 22:59:08.881 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.888 INFO O| Aug 13 22:59:08.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58252026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.888 INFO O| Aug 13 22:59:08.888 INFO STEP 199 (remove_files) COMPLETE
58262026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.888 INFO O| Aug 13 22:59:08.888 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.896 INFO O| Aug 13 22:59:08.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58282026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.896 INFO O| Aug 13 22:59:08.896 INFO STEP 200 (remove_files) COMPLETE
58292026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.896 INFO O| Aug 13 22:59:08.896 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.904 INFO O| Aug 13 22:59:08.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58312026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.904 INFO O| Aug 13 22:59:08.904 INFO STEP 201 (remove_files) COMPLETE
58322026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.904 INFO O| Aug 13 22:59:08.904 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.912 INFO O| Aug 13 22:59:08.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58342026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.912 INFO O| Aug 13 22:59:08.912 INFO STEP 202 (remove_files) COMPLETE
58352026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.912 INFO O| Aug 13 22:59:08.912 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.920 INFO O| Aug 13 22:59:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58372026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.920 INFO O| Aug 13 22:59:08.920 INFO STEP 203 (remove_files) COMPLETE
58382026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.920 INFO O| Aug 13 22:59:08.920 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.928 INFO O| Aug 13 22:59:08.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58402026-08-13T22:59:10.739Z[ recovery-image] Aug 13 22:59:08.928 INFO O| Aug 13 22:59:08.928 INFO STEP 204 (remove_files) COMPLETE
58412026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.928 INFO O| Aug 13 22:59:08.928 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.936 INFO O| Aug 13 22:59:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58432026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.936 INFO O| Aug 13 22:59:08.936 INFO STEP 205 (remove_files) COMPLETE
58442026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.936 INFO O| Aug 13 22:59:08.936 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.945 INFO O| Aug 13 22:59:08.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58462026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.945 INFO O| Aug 13 22:59:08.945 INFO STEP 206 (remove_files) COMPLETE
58472026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.945 INFO O| Aug 13 22:59:08.945 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.956 INFO O| Aug 13 22:59:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58492026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.956 INFO O| Aug 13 22:59:08.956 INFO STEP 207 (remove_files) COMPLETE
58502026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.956 INFO O| Aug 13 22:59:08.956 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.967 INFO O| Aug 13 22:59:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58522026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.967 INFO O| Aug 13 22:59:08.967 INFO STEP 208 (remove_files) COMPLETE
58532026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.967 INFO O| Aug 13 22:59:08.967 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.977 INFO O| Aug 13 22:59:08.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58552026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.977 INFO O| Aug 13 22:59:08.977 INFO STEP 209 (remove_files) COMPLETE
58562026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.977 INFO O| Aug 13 22:59:08.977 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.986 INFO O| Aug 13 22:59:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58582026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.987 INFO O| Aug 13 22:59:08.987 INFO STEP 210 (remove_files) COMPLETE
58592026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.987 INFO O| Aug 13 22:59:08.987 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.996 INFO O| Aug 13 22:59:08.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58612026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.996 INFO O| Aug 13 22:59:08.996 INFO STEP 211 (remove_files) COMPLETE
58622026-08-13T22:59:10.740Z[ recovery-image] Aug 13 22:59:08.996 INFO O| Aug 13 22:59:08.996 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.005 INFO O| Aug 13 22:59:09.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58642026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.006 INFO O| Aug 13 22:59:09.006 INFO STEP 212 (remove_files) COMPLETE
58652026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.006 INFO O| Aug 13 22:59:09.006 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.014 INFO O| Aug 13 22:59:09.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58672026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.014 INFO O| Aug 13 22:59:09.014 INFO STEP 213 (remove_files) COMPLETE
58682026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.014 INFO O| Aug 13 22:59:09.014 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.023 INFO O| Aug 13 22:59:09.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58702026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.023 INFO O| Aug 13 22:59:09.023 INFO STEP 214 (remove_files) COMPLETE
58712026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.023 INFO O| Aug 13 22:59:09.023 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.032 INFO O| Aug 13 22:59:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58732026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.041 INFO O| Aug 13 22:59:09.041 INFO STEP 215 (remove_files) COMPLETE
58742026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.041 INFO O| Aug 13 22:59:09.041 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.051 INFO O| Aug 13 22:59:09.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58762026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.051 INFO O| Aug 13 22:59:09.051 INFO STEP 216 (remove_files) COMPLETE
58772026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.051 INFO O| Aug 13 22:59:09.051 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.061 INFO O| Aug 13 22:59:09.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58792026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.061 INFO O| Aug 13 22:59:09.061 INFO STEP 217 (remove_files) COMPLETE
58802026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.061 INFO O| Aug 13 22:59:09.061 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.078 INFO O| Aug 13 22:59:09.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58822026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.078 INFO O| Aug 13 22:59:09.077 INFO STEP 218 (remove_files) COMPLETE
58832026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.078 INFO O| Aug 13 22:59:09.077 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.087 INFO O| Aug 13 22:59:09.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58852026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.087 INFO O| Aug 13 22:59:09.087 INFO STEP 219 (remove_files) COMPLETE
58862026-08-13T22:59:10.741Z[ recovery-image] Aug 13 22:59:09.087 INFO O| Aug 13 22:59:09.087 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.101 INFO O| Aug 13 22:59:09.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58882026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.101 INFO O| Aug 13 22:59:09.101 INFO STEP 220 (remove_files) COMPLETE
58892026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.101 INFO O| Aug 13 22:59:09.101 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.111 INFO O| Aug 13 22:59:09.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58912026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.111 INFO O| Aug 13 22:59:09.111 INFO STEP 221 (remove_files) COMPLETE
58922026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.111 INFO O| Aug 13 22:59:09.111 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.122 INFO O| Aug 13 22:59:09.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58942026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.122 INFO O| Aug 13 22:59:09.122 INFO STEP 222 (remove_files) COMPLETE
58952026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.122 INFO O| Aug 13 22:59:09.122 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.133 INFO O| Aug 13 22:59:09.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58972026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.133 INFO O| Aug 13 22:59:09.133 INFO STEP 223 (remove_files) COMPLETE
58982026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.133 INFO O| Aug 13 22:59:09.133 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-13T22:59:10.742Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
59002026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.143 INFO O| Aug 13 22:59:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59012026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.143 INFO O| Aug 13 22:59:09.143 INFO STEP 224 (remove_files) COMPLETE
59022026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.143 INFO O| Aug 13 22:59:09.143 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.151 INFO O| Aug 13 22:59:09.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59042026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.152 INFO O| Aug 13 22:59:09.152 INFO STEP 225 (remove_files) COMPLETE
59052026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.152 INFO O| Aug 13 22:59:09.152 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.161 INFO O| Aug 13 22:59:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59072026-08-13T22:59:10.742Z[ recovery-image] Aug 13 22:59:09.161 INFO O| Aug 13 22:59:09.161 INFO STEP 226 (remove_files) COMPLETE
59082026-08-13T22:59:10.743Z[ recovery-image] Aug 13 22:59:09.161 INFO O| Aug 13 22:59:09.161 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-13T22:59:10.743Z[ recovery-image] Aug 13 22:59:09.170 INFO O| Aug 13 22:59:09.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59102026-08-13T22:59:10.743Z[ recovery-image] Aug 13 22:59:09.170 INFO O| Aug 13 22:59:09.170 INFO STEP 227 (remove_files) COMPLETE
59112026-08-13T22:59:10.743Z[ recovery-image] Aug 13 22:59:09.170 INFO O| Aug 13 22:59:09.170 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-13T22:59:10.743Z[ recovery-image] Aug 13 22:59:09.180 INFO O| Aug 13 22:59:09.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59132026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.180 INFO O| Aug 13 22:59:09.180 INFO STEP 228 (remove_files) COMPLETE
59142026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.180 INFO O| Aug 13 22:59:09.180 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.189 INFO O| Aug 13 22:59:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59162026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.189 INFO O| Aug 13 22:59:09.189 INFO STEP 229 (remove_files) COMPLETE
59172026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.189 INFO O| Aug 13 22:59:09.189 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.199 INFO O| Aug 13 22:59:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59192026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.199 INFO O| Aug 13 22:59:09.199 INFO STEP 230 (remove_files) COMPLETE
59202026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.199 INFO O| Aug 13 22:59:09.199 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-13T22:59:10.764Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
59222026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.208 INFO O| Aug 13 22:59:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59232026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.208 INFO O| Aug 13 22:59:09.208 INFO STEP 231 (remove_files) COMPLETE
59242026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.208 INFO O| Aug 13 22:59:09.208 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.217 INFO O| Aug 13 22:59:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59262026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.217 INFO O| Aug 13 22:59:09.217 INFO STEP 232 (remove_files) COMPLETE
59272026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.217 INFO O| Aug 13 22:59:09.217 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-13T22:59:10.764Z[ recovery-image] Aug 13 22:59:09.227 INFO O| Aug 13 22:59:09.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59292026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.227 INFO O| Aug 13 22:59:09.227 INFO STEP 233 (remove_files) COMPLETE
59302026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.227 INFO O| Aug 13 22:59:09.227 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.236 INFO O| Aug 13 22:59:09.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59322026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.236 INFO O| Aug 13 22:59:09.236 INFO STEP 234 (remove_files) COMPLETE
59332026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.236 INFO O| Aug 13 22:59:09.236 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.245 INFO O| Aug 13 22:59:09.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59352026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.245 INFO O| Aug 13 22:59:09.245 INFO STEP 235 (remove_files) COMPLETE
59362026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.245 INFO O| Aug 13 22:59:09.245 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.255 INFO O| Aug 13 22:59:09.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59382026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.255 INFO O| Aug 13 22:59:09.255 INFO STEP 236 (remove_files) COMPLETE
59392026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.255 INFO O| Aug 13 22:59:09.255 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.265 INFO O| Aug 13 22:59:09.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59412026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.266 INFO O| Aug 13 22:59:09.265 INFO STEP 237 (remove_files) COMPLETE
59422026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.266 INFO O| Aug 13 22:59:09.265 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.275 INFO O| Aug 13 22:59:09.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59442026-08-13T22:59:10.765Z[ recovery-image] Aug 13 22:59:09.275 INFO O| Aug 13 22:59:09.275 INFO STEP 238 (remove_files) COMPLETE
59452026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.275 INFO O| Aug 13 22:59:09.275 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.285 INFO O| Aug 13 22:59:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59472026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.285 INFO O| Aug 13 22:59:09.285 INFO STEP 239 (remove_files) COMPLETE
59482026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.285 INFO O| Aug 13 22:59:09.285 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.296 INFO O| Aug 13 22:59:09.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59502026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.296 INFO O| Aug 13 22:59:09.296 INFO STEP 240 (remove_files) COMPLETE
59512026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.296 INFO O| Aug 13 22:59:09.296 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.306 INFO O| Aug 13 22:59:09.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59532026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.306 INFO O| Aug 13 22:59:09.306 INFO STEP 241 (remove_files) COMPLETE
59542026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.306 INFO O| Aug 13 22:59:09.306 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-13T22:59:10.766Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59562026-08-13T22:59:10.766Z[ recovery-image] Aug 13 22:59:09.317 INFO O| Aug 13 22:59:09.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59572026-08-13T22:59:10.767Z[ recovery-image] Aug 13 22:59:09.317 INFO O| Aug 13 22:59:09.317 INFO STEP 242 (remove_files) COMPLETE
59582026-08-13T22:59:10.767Z[ recovery-image] Aug 13 22:59:09.317 INFO O| Aug 13 22:59:09.317 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-13T22:59:10.767Z[ recovery-image] Aug 13 22:59:09.326 INFO O| Aug 13 22:59:09.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59602026-08-13T22:59:10.767Z[ recovery-image] Aug 13 22:59:09.326 INFO O| Aug 13 22:59:09.326 INFO STEP 243 (remove_files) COMPLETE
59612026-08-13T22:59:10.767Z[ recovery-image] Aug 13 22:59:09.326 INFO O| Aug 13 22:59:09.326 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.337 INFO O| Aug 13 22:59:09.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59632026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.338 INFO O| Aug 13 22:59:09.337 INFO STEP 244 (remove_files) COMPLETE
59642026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.338 INFO O| Aug 13 22:59:09.338 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.348 INFO O| Aug 13 22:59:09.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59662026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.348 INFO O| Aug 13 22:59:09.348 INFO STEP 245 (remove_files) COMPLETE
59672026-08-13T22:59:10.779Z[ recovery-image] Aug 13 22:59:09.348 INFO O| Aug 13 22:59:09.348 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.358 INFO O| Aug 13 22:59:09.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59692026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.358 INFO O| Aug 13 22:59:09.358 INFO STEP 246 (remove_files) COMPLETE
59702026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.358 INFO O| Aug 13 22:59:09.358 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.367 INFO O| Aug 13 22:59:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59722026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.367 INFO O| Aug 13 22:59:09.367 INFO STEP 247 (remove_files) COMPLETE
59732026-08-13T22:59:10.790Z[ recovery-image] Aug 13 22:59:09.367 INFO O| Aug 13 22:59:09.367 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-13T22:59:10.805Z[ recovery-image] Aug 13 22:59:09.376 INFO O| Aug 13 22:59:09.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59752026-08-13T22:59:10.805Z[ recovery-image] Aug 13 22:59:09.376 INFO O| Aug 13 22:59:09.376 INFO STEP 248 (remove_files) COMPLETE
59762026-08-13T22:59:10.805Z[ recovery-image] Aug 13 22:59:09.376 INFO O| Aug 13 22:59:09.376 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-13T22:59:10.816Z[ recovery-image] Aug 13 22:59:09.385 INFO O| Aug 13 22:59:09.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59782026-08-13T22:59:10.816Z[ recovery-image] Aug 13 22:59:09.385 INFO O| Aug 13 22:59:09.385 INFO STEP 249 (remove_files) COMPLETE
59792026-08-13T22:59:10.816Z[ recovery-image] Aug 13 22:59:09.385 INFO O| Aug 13 22:59:09.385 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.397 INFO O| Aug 13 22:59:09.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59812026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.397 INFO O| Aug 13 22:59:09.397 INFO STEP 250 (remove_files) COMPLETE
59822026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.397 INFO O| Aug 13 22:59:09.397 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.407 INFO O| Aug 13 22:59:09.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59842026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.407 INFO O| Aug 13 22:59:09.407 INFO STEP 251 (remove_files) COMPLETE
59852026-08-13T22:59:10.834Z[ recovery-image] Aug 13 22:59:09.407 INFO O| Aug 13 22:59:09.407 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-13T22:59:10.880Z[ recovery-image] Aug 13 22:59:09.417 INFO O| Aug 13 22:59:09.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59872026-08-13T22:59:10.880Z[ recovery-image] Aug 13 22:59:09.417 INFO O| Aug 13 22:59:09.417 INFO STEP 252 (remove_files) COMPLETE
59882026-08-13T22:59:10.880Z[ recovery-image] Aug 13 22:59:09.417 INFO O| Aug 13 22:59:09.417 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.426 INFO O| Aug 13 22:59:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59902026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.426 INFO O| Aug 13 22:59:09.426 INFO STEP 253 (remove_files) COMPLETE
59912026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.426 INFO O| Aug 13 22:59:09.426 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.437 INFO O| Aug 13 22:59:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59932026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.437 INFO O| Aug 13 22:59:09.437 INFO STEP 254 (remove_files) COMPLETE
59942026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.437 INFO O| Aug 13 22:59:09.437 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.448 INFO O| Aug 13 22:59:09.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59962026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.448 INFO O| Aug 13 22:59:09.448 INFO STEP 255 (remove_files) COMPLETE
59972026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.448 INFO O| Aug 13 22:59:09.448 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.459 INFO O| Aug 13 22:59:09.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59992026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.459 INFO O| Aug 13 22:59:09.459 INFO STEP 256 (remove_files) COMPLETE
60002026-08-13T22:59:10.894Z[ recovery-image] Aug 13 22:59:09.459 INFO O| Aug 13 22:59:09.459 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-13T22:59:10.912Z[ recovery-image] Aug 13 22:59:09.469 INFO O| Aug 13 22:59:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60022026-08-13T22:59:10.913Z[ recovery-image] Aug 13 22:59:09.469 INFO O| Aug 13 22:59:09.469 INFO STEP 257 (remove_files) COMPLETE
60032026-08-13T22:59:10.913Z[ recovery-image] Aug 13 22:59:09.469 INFO O| Aug 13 22:59:09.469 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-13T22:59:10.913Z[ recovery-image] Aug 13 22:59:09.479 INFO O| Aug 13 22:59:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60052026-08-13T22:59:10.913Z[ recovery-image] Aug 13 22:59:09.479 INFO O| Aug 13 22:59:09.479 INFO STEP 258 (remove_files) COMPLETE
60062026-08-13T22:59:10.913Z[ recovery-image] Aug 13 22:59:09.479 INFO O| Aug 13 22:59:09.479 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-13T22:59:10.928Z[ recovery-image] Aug 13 22:59:09.489 INFO O| Aug 13 22:59:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60082026-08-13T22:59:10.928Z[verify-libraries] Compiling fatfs v0.3.6
60092026-08-13T22:59:10.928Z[ recovery-image] Aug 13 22:59:09.490 INFO O| Aug 13 22:59:09.490 INFO STEP 259 (remove_files) COMPLETE
60102026-08-13T22:59:10.928Z[ recovery-image] Aug 13 22:59:09.490 INFO O| Aug 13 22:59:09.490 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-13T22:59:10.929Z[ recovery-image] Aug 13 22:59:09.501 INFO O| Aug 13 22:59:09.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60122026-08-13T22:59:10.929Z[ recovery-image] Aug 13 22:59:09.501 INFO O| Aug 13 22:59:09.501 INFO STEP 260 (remove_files) COMPLETE
60132026-08-13T22:59:10.929Z[ recovery-image] Aug 13 22:59:09.501 INFO O| Aug 13 22:59:09.501 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.511 INFO O| Aug 13 22:59:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60152026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.511 INFO O| Aug 13 22:59:09.511 INFO STEP 261 (remove_files) COMPLETE
60162026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.511 INFO O| Aug 13 22:59:09.511 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.519 INFO O| Aug 13 22:59:09.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60182026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.519 INFO O| Aug 13 22:59:09.519 INFO STEP 262 (remove_files) COMPLETE
60192026-08-13T22:59:10.946Z[ recovery-image] Aug 13 22:59:09.519 INFO O| Aug 13 22:59:09.519 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.528 INFO O| Aug 13 22:59:09.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60212026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.528 INFO O| Aug 13 22:59:09.528 INFO STEP 263 (remove_files) COMPLETE
60222026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.528 INFO O| Aug 13 22:59:09.528 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.536 INFO O| Aug 13 22:59:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60242026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.536 INFO O| Aug 13 22:59:09.536 INFO STEP 264 (remove_files) COMPLETE
60252026-08-13T22:59:10.962Z[ recovery-image] Aug 13 22:59:09.536 INFO O| Aug 13 22:59:09.536 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.544 INFO O| Aug 13 22:59:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60272026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.544 INFO O| Aug 13 22:59:09.544 INFO STEP 265 (remove_files) COMPLETE
60282026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.544 INFO O| Aug 13 22:59:09.544 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.553 INFO O| Aug 13 22:59:09.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60302026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.554 INFO O| Aug 13 22:59:09.554 INFO STEP 266 (remove_files) COMPLETE
60312026-08-13T22:59:10.979Z[ recovery-image] Aug 13 22:59:09.554 INFO O| Aug 13 22:59:09.554 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-13T22:59:10.996Z[ recovery-image] Aug 13 22:59:09.562 INFO O| Aug 13 22:59:09.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60332026-08-13T22:59:10.996Z[ recovery-image] Aug 13 22:59:09.562 INFO O| Aug 13 22:59:09.562 INFO STEP 267 (remove_files) COMPLETE
60342026-08-13T22:59:10.996Z[ recovery-image] Aug 13 22:59:09.562 INFO O| Aug 13 22:59:09.562 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.571 INFO O| Aug 13 22:59:09.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60362026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.571 INFO O| Aug 13 22:59:09.571 INFO STEP 268 (remove_files) COMPLETE
60372026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.571 INFO O| Aug 13 22:59:09.571 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.579 INFO O| Aug 13 22:59:09.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60392026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.579 INFO O| Aug 13 22:59:09.579 INFO STEP 269 (remove_files) COMPLETE
60402026-08-13T22:59:11.008Z[ recovery-image] Aug 13 22:59:09.579 INFO O| Aug 13 22:59:09.579 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-13T22:59:11.009Z[ recovery-image] Aug 13 22:59:09.587 INFO O| Aug 13 22:59:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60422026-08-13T22:59:11.009Z[ recovery-image] Aug 13 22:59:09.587 INFO O| Aug 13 22:59:09.587 INFO STEP 270 (remove_files) COMPLETE
60432026-08-13T22:59:11.009Z[ recovery-image] Aug 13 22:59:09.587 INFO O| Aug 13 22:59:09.587 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-13T22:59:11.030Z[ recovery-image] Aug 13 22:59:09.594 INFO O| Aug 13 22:59:09.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60452026-08-13T22:59:11.030Z[ recovery-image] Aug 13 22:59:09.595 INFO O| Aug 13 22:59:09.595 INFO STEP 271 (remove_files) COMPLETE
60462026-08-13T22:59:11.030Z[ recovery-image] Aug 13 22:59:09.595 INFO O| Aug 13 22:59:09.595 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-13T22:59:11.031Z[verify-libraries] Compiling num-bigint v0.4.6
60482026-08-13T22:59:11.031Z[ recovery-image] Aug 13 22:59:09.602 INFO O| Aug 13 22:59:09.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60492026-08-13T22:59:11.031Z[ recovery-image] Aug 13 22:59:09.602 INFO O| Aug 13 22:59:09.602 INFO STEP 272 (remove_files) COMPLETE
60502026-08-13T22:59:11.031Z[ recovery-image] Aug 13 22:59:09.602 INFO O| Aug 13 22:59:09.602 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.610 INFO O| Aug 13 22:59:09.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60522026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.610 INFO O| Aug 13 22:59:09.610 INFO STEP 273 (remove_files) COMPLETE
60532026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.610 INFO O| Aug 13 22:59:09.610 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.619 INFO O| Aug 13 22:59:09.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60552026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.619 INFO O| Aug 13 22:59:09.619 INFO STEP 274 (remove_files) COMPLETE
60562026-08-13T22:59:11.047Z[ recovery-image] Aug 13 22:59:09.619 INFO O| Aug 13 22:59:09.619 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.628 INFO O| Aug 13 22:59:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60582026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.628 INFO O| Aug 13 22:59:09.628 INFO STEP 275 (remove_files) COMPLETE
60592026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.628 INFO O| Aug 13 22:59:09.628 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.637 INFO O| Aug 13 22:59:09.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60612026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.637 INFO O| Aug 13 22:59:09.637 INFO STEP 276 (remove_files) COMPLETE
60622026-08-13T22:59:11.066Z[ recovery-image] Aug 13 22:59:09.637 INFO O| Aug 13 22:59:09.637 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.646 INFO O| Aug 13 22:59:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60642026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.646 INFO O| Aug 13 22:59:09.646 INFO STEP 277 (remove_files) COMPLETE
60652026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.646 INFO O| Aug 13 22:59:09.646 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.655 INFO O| Aug 13 22:59:09.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60672026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.655 INFO O| Aug 13 22:59:09.655 INFO STEP 278 (remove_files) COMPLETE
60682026-08-13T22:59:11.082Z[ recovery-image] Aug 13 22:59:09.655 INFO O| Aug 13 22:59:09.655 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-13T22:59:11.093Z[ recovery-image] Aug 13 22:59:09.663 INFO O| Aug 13 22:59:09.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60702026-08-13T22:59:11.093Z[ recovery-image] Aug 13 22:59:09.663 INFO O| Aug 13 22:59:09.663 INFO STEP 279 (remove_files) COMPLETE
60712026-08-13T22:59:11.093Z[ recovery-image] Aug 13 22:59:09.663 INFO O| Aug 13 22:59:09.663 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-13T22:59:11.106Z[ recovery-image] Aug 13 22:59:09.672 INFO O| Aug 13 22:59:09.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60732026-08-13T22:59:11.139Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.672 INFO STEP 280 (remove_files) COMPLETE
60742026-08-13T22:59:11.139Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.672 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-13T22:59:11.151Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60762026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.681 INFO STEP 281 (remove_files) COMPLETE
60772026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.681 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60792026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.690 INFO STEP 282 (remove_files) COMPLETE
60802026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.690 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60822026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.699 INFO STEP 283 (remove_files) COMPLETE
60832026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.699 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60852026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.707 INFO STEP 284 (remove_files) COMPLETE
60862026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.711 INFO O| Aug 13 22:59:09.707 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.715 INFO O| Aug 13 22:59:09.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60882026-08-13T22:59:11.152Z[ recovery-image] Aug 13 22:59:09.716 INFO O| Aug 13 22:59:09.716 INFO STEP 285 (remove_files) COMPLETE
60892026-08-13T22:59:11.153Z[ recovery-image] Aug 13 22:59:09.716 INFO O| Aug 13 22:59:09.716 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-13T22:59:11.153Z[ recovery-image] Aug 13 22:59:09.724 INFO O| Aug 13 22:59:09.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60912026-08-13T22:59:11.153Z[ recovery-image] Aug 13 22:59:09.724 INFO O| Aug 13 22:59:09.724 INFO STEP 286 (remove_files) COMPLETE
60922026-08-13T22:59:11.153Z[ recovery-image] Aug 13 22:59:09.724 INFO O| Aug 13 22:59:09.724 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.733 INFO O| Aug 13 22:59:09.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60942026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.733 INFO O| Aug 13 22:59:09.733 INFO STEP 287 (remove_files) COMPLETE
60952026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.733 INFO O| Aug 13 22:59:09.733 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.741 INFO O| Aug 13 22:59:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60972026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.742 INFO O| Aug 13 22:59:09.742 INFO STEP 288 (remove_files) COMPLETE
60982026-08-13T22:59:11.169Z[ recovery-image] Aug 13 22:59:09.742 INFO O| Aug 13 22:59:09.742 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-13T22:59:11.185Z[ recovery-image] Aug 13 22:59:09.751 INFO O| Aug 13 22:59:09.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61002026-08-13T22:59:11.185Z[ recovery-image] Aug 13 22:59:09.751 INFO O| Aug 13 22:59:09.751 INFO STEP 289 (remove_files) COMPLETE
61012026-08-13T22:59:11.185Z[ recovery-image] Aug 13 22:59:09.751 INFO O| Aug 13 22:59:09.751 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-13T22:59:11.185Z[verify-libraries] Compiling generic-array v1.4.3
61032026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.761 INFO O| Aug 13 22:59:09.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61042026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.761 INFO O| Aug 13 22:59:09.761 INFO STEP 290 (remove_files) COMPLETE
61052026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.761 INFO O| Aug 13 22:59:09.761 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.770 INFO O| Aug 13 22:59:09.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61072026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.770 INFO O| Aug 13 22:59:09.770 INFO STEP 291 (remove_files) COMPLETE
61082026-08-13T22:59:11.214Z[ recovery-image] Aug 13 22:59:09.770 INFO O| Aug 13 22:59:09.770 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.779 INFO O| Aug 13 22:59:09.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61102026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.779 INFO O| Aug 13 22:59:09.779 INFO STEP 292 (remove_files) COMPLETE
61112026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.779 INFO O| Aug 13 22:59:09.779 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.789 INFO O| Aug 13 22:59:09.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61132026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.789 INFO O| Aug 13 22:59:09.789 INFO STEP 293 (remove_files) COMPLETE
61142026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.789 INFO O| Aug 13 22:59:09.789 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.799 INFO O| Aug 13 22:59:09.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61162026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.799 INFO O| Aug 13 22:59:09.799 INFO STEP 294 (remove_files) COMPLETE
61172026-08-13T22:59:11.228Z[ recovery-image] Aug 13 22:59:09.799 INFO O| Aug 13 22:59:09.799 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.810 INFO O| Aug 13 22:59:09.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61192026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.810 INFO O| Aug 13 22:59:09.810 INFO STEP 295 (remove_files) COMPLETE
61202026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.810 INFO O| Aug 13 22:59:09.810 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.820 INFO O| Aug 13 22:59:09.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61222026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.820 INFO O| Aug 13 22:59:09.820 INFO STEP 296 (remove_files) COMPLETE
61232026-08-13T22:59:11.243Z[ recovery-image] Aug 13 22:59:09.820 INFO O| Aug 13 22:59:09.820 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-13T22:59:11.263Z[ recovery-image] Aug 13 22:59:09.830 INFO O| Aug 13 22:59:09.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61252026-08-13T22:59:11.264Z[ recovery-image] Aug 13 22:59:09.830 INFO O| Aug 13 22:59:09.830 INFO STEP 297 (remove_files) COMPLETE
61262026-08-13T22:59:11.264Z[ recovery-image] Aug 13 22:59:09.830 INFO O| Aug 13 22:59:09.830 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.839 INFO O| Aug 13 22:59:09.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61282026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.839 INFO O| Aug 13 22:59:09.839 INFO STEP 298 (remove_files) COMPLETE
61292026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.839 INFO O| Aug 13 22:59:09.839 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.848 INFO O| Aug 13 22:59:09.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61312026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.848 INFO O| Aug 13 22:59:09.848 INFO STEP 299 (remove_files) COMPLETE
61322026-08-13T22:59:11.282Z[ recovery-image] Aug 13 22:59:09.848 INFO O| Aug 13 22:59:09.848 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-13T22:59:11.299Z[ recovery-image] Aug 13 22:59:09.857 INFO O| Aug 13 22:59:09.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61342026-08-13T22:59:11.300Z[ recovery-image] Aug 13 22:59:09.857 INFO O| Aug 13 22:59:09.857 INFO STEP 300 (remove_files) COMPLETE
61352026-08-13T22:59:11.300Z[ recovery-image] Aug 13 22:59:09.857 INFO O| Aug 13 22:59:09.857 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-13T22:59:11.300Z[ recovery-image] Aug 13 22:59:09.866 INFO O| Aug 13 22:59:09.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61372026-08-13T22:59:11.300Z[ recovery-image] Aug 13 22:59:09.866 INFO O| Aug 13 22:59:09.866 INFO STEP 301 (remove_files) COMPLETE
61382026-08-13T22:59:11.300Z[ recovery-image] Aug 13 22:59:09.866 INFO O| Aug 13 22:59:09.866 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.876 INFO O| Aug 13 22:59:09.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61402026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.876 INFO O| Aug 13 22:59:09.876 INFO STEP 302 (remove_files) COMPLETE
61412026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.876 INFO O| Aug 13 22:59:09.876 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.884 INFO O| Aug 13 22:59:09.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61432026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.884 INFO O| Aug 13 22:59:09.884 INFO STEP 303 (remove_files) COMPLETE
61442026-08-13T22:59:11.313Z[ recovery-image] Aug 13 22:59:09.884 INFO O| Aug 13 22:59:09.884 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-13T22:59:11.353Z[ recovery-image] Aug 13 22:59:09.893 INFO O| Aug 13 22:59:09.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61462026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.893 INFO O| Aug 13 22:59:09.893 INFO STEP 304 (remove_files) COMPLETE
61472026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.893 INFO O| Aug 13 22:59:09.893 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.902 INFO O| Aug 13 22:59:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61492026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.902 INFO O| Aug 13 22:59:09.902 INFO STEP 305 (remove_files) COMPLETE
61502026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.902 INFO O| Aug 13 22:59:09.902 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.911 INFO O| Aug 13 22:59:09.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61522026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.911 INFO O| Aug 13 22:59:09.911 INFO STEP 306 (remove_files) COMPLETE
61532026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.911 INFO O| Aug 13 22:59:09.911 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.920 INFO O| Aug 13 22:59:09.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61552026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.920 INFO O| Aug 13 22:59:09.920 INFO STEP 307 (remove_files) COMPLETE
61562026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.920 INFO O| Aug 13 22:59:09.920 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.929 INFO O| Aug 13 22:59:09.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61582026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.929 INFO O| Aug 13 22:59:09.929 INFO STEP 308 (remove_files) COMPLETE
61592026-08-13T22:59:11.354Z[ recovery-image] Aug 13 22:59:09.929 INFO O| Aug 13 22:59:09.929 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-13T22:59:11.373Z[ recovery-image] Aug 13 22:59:09.939 INFO O| Aug 13 22:59:09.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61612026-08-13T22:59:11.373Z[ recovery-image] Aug 13 22:59:09.939 INFO O| Aug 13 22:59:09.939 INFO STEP 309 (remove_files) COMPLETE
61622026-08-13T22:59:11.373Z[ recovery-image] Aug 13 22:59:09.939 INFO O| Aug 13 22:59:09.939 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.949 INFO O| Aug 13 22:59:09.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61642026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.949 INFO O| Aug 13 22:59:09.949 INFO STEP 310 (remove_files) COMPLETE
61652026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.949 INFO O| Aug 13 22:59:09.949 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.958 INFO O| Aug 13 22:59:09.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61672026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.958 INFO O| Aug 13 22:59:09.958 INFO STEP 311 (remove_files) COMPLETE
61682026-08-13T22:59:11.384Z[ recovery-image] Aug 13 22:59:09.958 INFO O| Aug 13 22:59:09.958 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-13T22:59:11.398Z[ recovery-image] Aug 13 22:59:09.968 INFO O| Aug 13 22:59:09.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61702026-08-13T22:59:11.399Z[ recovery-image] Aug 13 22:59:09.968 INFO O| Aug 13 22:59:09.968 INFO STEP 312 (remove_files) COMPLETE
61712026-08-13T22:59:11.399Z[ recovery-image] Aug 13 22:59:09.968 INFO O| Aug 13 22:59:09.968 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-13T22:59:11.416Z[ recovery-image] Aug 13 22:59:09.977 INFO O| Aug 13 22:59:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61732026-08-13T22:59:11.416Z[ recovery-image] Aug 13 22:59:09.977 INFO O| Aug 13 22:59:09.977 INFO STEP 313 (remove_files) COMPLETE
61742026-08-13T22:59:11.416Z[ recovery-image] Aug 13 22:59:09.977 INFO O| Aug 13 22:59:09.977 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-13T22:59:11.417Z[ recovery-image] Aug 13 22:59:09.985 INFO O| Aug 13 22:59:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61762026-08-13T22:59:11.417Z[ recovery-image] Aug 13 22:59:09.985 INFO O| Aug 13 22:59:09.985 INFO STEP 314 (remove_files) COMPLETE
61772026-08-13T22:59:11.417Z[ recovery-image] Aug 13 22:59:09.985 INFO O| Aug 13 22:59:09.985 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-13T22:59:11.438Z[ recovery-image] Aug 13 22:59:09.994 INFO O| Aug 13 22:59:09.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61792026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:09.994 INFO O| Aug 13 22:59:09.994 INFO STEP 315 (remove_files) COMPLETE
61802026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:09.994 INFO O| Aug 13 22:59:09.994 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.002 INFO O| Aug 13 22:59:10.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61822026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.003 INFO O| Aug 13 22:59:10.003 INFO STEP 316 (remove_files) COMPLETE
61832026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.003 INFO O| Aug 13 22:59:10.003 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.012 INFO O| Aug 13 22:59:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61852026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.012 INFO O| Aug 13 22:59:10.012 INFO STEP 317 (remove_files) COMPLETE
61862026-08-13T22:59:11.439Z[ recovery-image] Aug 13 22:59:10.012 INFO O| Aug 13 22:59:10.012 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.020 INFO O| Aug 13 22:59:10.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61882026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.020 INFO O| Aug 13 22:59:10.020 INFO STEP 318 (remove_files) COMPLETE
61892026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.020 INFO O| Aug 13 22:59:10.020 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.029 INFO O| Aug 13 22:59:10.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61912026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.029 INFO O| Aug 13 22:59:10.029 INFO STEP 319 (remove_files) COMPLETE
61922026-08-13T22:59:11.458Z[ recovery-image] Aug 13 22:59:10.029 INFO O| Aug 13 22:59:10.029 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-13T22:59:11.471Z[ recovery-image] Aug 13 22:59:10.037 INFO O| Aug 13 22:59:10.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61942026-08-13T22:59:11.471Z[ recovery-image] Aug 13 22:59:10.037 INFO O| Aug 13 22:59:10.037 INFO STEP 320 (remove_files) COMPLETE
61952026-08-13T22:59:11.471Z[ recovery-image] Aug 13 22:59:10.037 INFO O| Aug 13 22:59:10.037 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-13T22:59:11.506Z[ recovery-image] Aug 13 22:59:10.079 INFO O| Aug 13 22:59:10.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61972026-08-13T22:59:11.506Z[ recovery-image] Aug 13 22:59:10.079 INFO O| Aug 13 22:59:10.079 INFO STEP 321 (remove_files) COMPLETE
61982026-08-13T22:59:11.506Z[ recovery-image] Aug 13 22:59:10.079 INFO O| Aug 13 22:59:10.079 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-13T22:59:11.521Z[ recovery-image] Aug 13 22:59:10.089 INFO O| Aug 13 22:59:10.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62002026-08-13T22:59:11.521Z[ recovery-image] Aug 13 22:59:10.089 INFO O| Aug 13 22:59:10.089 INFO STEP 322 (remove_files) COMPLETE
62012026-08-13T22:59:11.522Z[ recovery-image] Aug 13 22:59:10.089 INFO O| Aug 13 22:59:10.089 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.099 INFO O| Aug 13 22:59:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62032026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.099 INFO O| Aug 13 22:59:10.099 INFO STEP 323 (remove_files) COMPLETE
62042026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.099 INFO O| Aug 13 22:59:10.099 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.109 INFO O| Aug 13 22:59:10.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62062026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.109 INFO O| Aug 13 22:59:10.109 INFO STEP 324 (remove_files) COMPLETE
62072026-08-13T22:59:11.539Z[ recovery-image] Aug 13 22:59:10.109 INFO O| Aug 13 22:59:10.109 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.118 INFO O| Aug 13 22:59:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62092026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.118 INFO O| Aug 13 22:59:10.118 INFO STEP 325 (remove_files) COMPLETE
62102026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.118 INFO O| Aug 13 22:59:10.118 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.126 INFO O| Aug 13 22:59:10.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62122026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.127 INFO O| Aug 13 22:59:10.126 INFO STEP 326 (remove_files) COMPLETE
62132026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.127 INFO O| Aug 13 22:59:10.127 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.135 INFO O| Aug 13 22:59:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62152026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.136 INFO O| Aug 13 22:59:10.135 INFO STEP 327 (remove_files) COMPLETE
62162026-08-13T22:59:11.562Z[ recovery-image] Aug 13 22:59:10.136 INFO O| Aug 13 22:59:10.135 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.145 INFO O| Aug 13 22:59:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62182026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.145 INFO O| Aug 13 22:59:10.145 INFO STEP 328 (remove_files) COMPLETE
62192026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.146 INFO O| Aug 13 22:59:10.145 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.155 INFO O| Aug 13 22:59:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62212026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.155 INFO O| Aug 13 22:59:10.155 INFO STEP 329 (remove_files) COMPLETE
62222026-08-13T22:59:11.583Z[ recovery-image] Aug 13 22:59:10.155 INFO O| Aug 13 22:59:10.155 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-13T22:59:11.597Z[ recovery-image] Aug 13 22:59:10.164 INFO O| Aug 13 22:59:10.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62242026-08-13T22:59:11.597Z[ recovery-image] Aug 13 22:59:10.164 INFO O| Aug 13 22:59:10.164 INFO STEP 330 (remove_files) COMPLETE
62252026-08-13T22:59:11.598Z[ recovery-image] Aug 13 22:59:10.164 INFO O| Aug 13 22:59:10.164 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-13T22:59:11.598Z[ recovery-image] Aug 13 22:59:10.174 INFO O| Aug 13 22:59:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62272026-08-13T22:59:11.598Z[ recovery-image] Aug 13 22:59:10.174 INFO O| Aug 13 22:59:10.174 INFO STEP 331 (remove_files) COMPLETE
62282026-08-13T22:59:11.599Z[ recovery-image] Aug 13 22:59:10.174 INFO O| Aug 13 22:59:10.174 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-13T22:59:11.614Z[ recovery-image] Aug 13 22:59:10.183 INFO O| Aug 13 22:59:10.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62302026-08-13T22:59:11.615Z[ recovery-image] Aug 13 22:59:10.183 INFO O| Aug 13 22:59:10.183 INFO STEP 332 (remove_files) COMPLETE
62312026-08-13T22:59:11.615Z[ recovery-image] Aug 13 22:59:10.183 INFO O| Aug 13 22:59:10.183 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-13T22:59:11.615Z[ recovery-image] Aug 13 22:59:10.191 INFO O| Aug 13 22:59:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62332026-08-13T22:59:11.615Z[ recovery-image] Aug 13 22:59:10.191 INFO O| Aug 13 22:59:10.191 INFO STEP 333 (remove_files) COMPLETE
62342026-08-13T22:59:11.615Z[ recovery-image] Aug 13 22:59:10.191 INFO O| Aug 13 22:59:10.191 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-13T22:59:11.630Z[ recovery-image] Aug 13 22:59:10.200 INFO O| Aug 13 22:59:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62362026-08-13T22:59:11.631Z[ recovery-image] Aug 13 22:59:10.200 INFO O| Aug 13 22:59:10.200 INFO STEP 334 (remove_files) COMPLETE
62372026-08-13T22:59:11.631Z[ recovery-image] Aug 13 22:59:10.200 INFO O| Aug 13 22:59:10.200 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.209 INFO O| Aug 13 22:59:10.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62392026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.209 INFO O| Aug 13 22:59:10.209 INFO STEP 335 (remove_files) COMPLETE
62402026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.209 INFO O| Aug 13 22:59:10.209 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.217 INFO O| Aug 13 22:59:10.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62422026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.217 INFO O| Aug 13 22:59:10.217 INFO STEP 336 (remove_files) COMPLETE
62432026-08-13T22:59:11.646Z[ recovery-image] Aug 13 22:59:10.217 INFO O| Aug 13 22:59:10.217 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-13T22:59:11.678Z[ recovery-image] Aug 13 22:59:10.225 INFO O| Aug 13 22:59:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62452026-08-13T22:59:11.678Z[ recovery-image] Aug 13 22:59:10.225 INFO O| Aug 13 22:59:10.225 INFO STEP 337 (remove_files) COMPLETE
62462026-08-13T22:59:11.678Z[ recovery-image] Aug 13 22:59:10.225 INFO O| Aug 13 22:59:10.225 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-13T22:59:11.678Z[ recovery-image] Aug 13 22:59:10.234 INFO O| Aug 13 22:59:10.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62482026-08-13T22:59:11.679Z[ recovery-image] Aug 13 22:59:10.234 INFO O| Aug 13 22:59:10.234 INFO STEP 338 (remove_files) COMPLETE
62492026-08-13T22:59:11.679Z[ recovery-image] Aug 13 22:59:10.234 INFO O| Aug 13 22:59:10.234 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.243 INFO O| Aug 13 22:59:10.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62512026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.243 INFO O| Aug 13 22:59:10.243 INFO STEP 339 (remove_files) COMPLETE
62522026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.243 INFO O| Aug 13 22:59:10.243 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.253 INFO O| Aug 13 22:59:10.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62542026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.253 INFO O| Aug 13 22:59:10.253 INFO STEP 340 (remove_files) COMPLETE
62552026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.253 INFO O| Aug 13 22:59:10.253 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.262 INFO O| Aug 13 22:59:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62572026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.262 INFO O| Aug 13 22:59:10.262 INFO STEP 341 (remove_files) COMPLETE
62582026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.262 INFO O| Aug 13 22:59:10.262 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.271 INFO O| Aug 13 22:59:10.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62602026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.271 INFO O| Aug 13 22:59:10.271 INFO STEP 342 (remove_files) COMPLETE
62612026-08-13T22:59:11.703Z[ recovery-image] Aug 13 22:59:10.271 INFO O| Aug 13 22:59:10.271 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.280 INFO O| Aug 13 22:59:10.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62632026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.280 INFO O| Aug 13 22:59:10.280 INFO STEP 343 (remove_files) COMPLETE
62642026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.280 INFO O| Aug 13 22:59:10.280 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.290 INFO O| Aug 13 22:59:10.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62662026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.290 INFO O| Aug 13 22:59:10.290 INFO STEP 344 (remove_files) COMPLETE
62672026-08-13T22:59:11.732Z[ recovery-image] Aug 13 22:59:10.290 INFO O| Aug 13 22:59:10.290 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.299 INFO O| Aug 13 22:59:10.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62692026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.299 INFO O| Aug 13 22:59:10.299 INFO STEP 345 (remove_files) COMPLETE
62702026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.299 INFO O| Aug 13 22:59:10.299 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.311 INFO O| Aug 13 22:59:10.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62722026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.311 INFO O| Aug 13 22:59:10.311 INFO STEP 346 (remove_files) COMPLETE
62732026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.311 INFO O| Aug 13 22:59:10.311 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.320 INFO O| Aug 13 22:59:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62752026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.320 INFO O| Aug 13 22:59:10.320 INFO STEP 347 (remove_files) COMPLETE
62762026-08-13T22:59:11.745Z[ recovery-image] Aug 13 22:59:10.320 INFO O| Aug 13 22:59:10.320 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-13T22:59:11.767Z[ recovery-image] Aug 13 22:59:10.330 INFO O| Aug 13 22:59:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62782026-08-13T22:59:11.768Z[ recovery-image] Aug 13 22:59:10.330 INFO O| Aug 13 22:59:10.330 INFO STEP 348 (remove_files) COMPLETE
62792026-08-13T22:59:11.768Z[ recovery-image] Aug 13 22:59:10.330 INFO O| Aug 13 22:59:10.330 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.340 INFO O| Aug 13 22:59:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62812026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.340 INFO O| Aug 13 22:59:10.340 INFO STEP 349 (remove_files) COMPLETE
62822026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.340 INFO O| Aug 13 22:59:10.340 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-13T22:59:11.780Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62842026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.350 INFO O| Aug 13 22:59:10.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62852026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.350 INFO O| Aug 13 22:59:10.350 INFO STEP 350 (remove_files) COMPLETE
62862026-08-13T22:59:11.780Z[ recovery-image] Aug 13 22:59:10.350 INFO O| Aug 13 22:59:10.350 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-13T22:59:11.790Z[ recovery-image] Aug 13 22:59:10.361 INFO O| Aug 13 22:59:10.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62882026-08-13T22:59:11.790Z[ recovery-image] Aug 13 22:59:10.361 INFO O| Aug 13 22:59:10.361 INFO STEP 351 (remove_files) COMPLETE
62892026-08-13T22:59:11.790Z[ recovery-image] Aug 13 22:59:10.361 INFO O| Aug 13 22:59:10.361 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-13T22:59:11.805Z[ recovery-image] Aug 13 22:59:10.370 INFO O| Aug 13 22:59:10.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62912026-08-13T22:59:11.806Z[ recovery-image] Aug 13 22:59:10.370 INFO O| Aug 13 22:59:10.370 INFO STEP 352 (remove_files) COMPLETE
62922026-08-13T22:59:11.806Z[ recovery-image] Aug 13 22:59:10.370 INFO O| Aug 13 22:59:10.370 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-13T22:59:11.806Z[ recovery-image] Aug 13 22:59:10.379 INFO O| Aug 13 22:59:10.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62942026-08-13T22:59:11.806Z[ recovery-image] Aug 13 22:59:10.380 INFO O| Aug 13 22:59:10.380 INFO STEP 353 (remove_files) COMPLETE
62952026-08-13T22:59:11.806Z[ recovery-image] Aug 13 22:59:10.380 INFO O| Aug 13 22:59:10.380 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-13T22:59:11.819Z[ recovery-image] Aug 13 22:59:10.391 INFO O| Aug 13 22:59:10.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62972026-08-13T22:59:11.819Z[ recovery-image] Aug 13 22:59:10.391 INFO O| Aug 13 22:59:10.391 INFO STEP 354 (remove_files) COMPLETE
62982026-08-13T22:59:11.819Z[ recovery-image] Aug 13 22:59:10.391 INFO O| Aug 13 22:59:10.391 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-13T22:59:11.827Z[ recovery-image] Aug 13 22:59:10.401 INFO O| Aug 13 22:59:10.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63002026-08-13T22:59:11.827Z[ recovery-image] Aug 13 22:59:10.401 INFO O| Aug 13 22:59:10.401 INFO STEP 355 (remove_files) COMPLETE
63012026-08-13T22:59:11.827Z[ recovery-image] Aug 13 22:59:10.401 INFO O| Aug 13 22:59:10.401 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-13T22:59:11.837Z[ recovery-image] Aug 13 22:59:10.411 INFO O| Aug 13 22:59:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63032026-08-13T22:59:11.837Z[ recovery-image] Aug 13 22:59:10.411 INFO O| Aug 13 22:59:10.411 INFO STEP 356 (remove_files) COMPLETE
63042026-08-13T22:59:11.837Z[ recovery-image] Aug 13 22:59:10.411 INFO O| Aug 13 22:59:10.411 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-13T22:59:11.876Z[ recovery-image] Aug 13 22:59:10.421 INFO O| Aug 13 22:59:10.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63062026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.421 INFO O| Aug 13 22:59:10.421 INFO STEP 357 (remove_files) COMPLETE
63072026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.421 INFO O| Aug 13 22:59:10.421 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.430 INFO O| Aug 13 22:59:10.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63092026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.430 INFO O| Aug 13 22:59:10.430 INFO STEP 358 (remove_files) COMPLETE
63102026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.430 INFO O| Aug 13 22:59:10.430 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.440 INFO O| Aug 13 22:59:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63122026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.441 INFO O| Aug 13 22:59:10.441 INFO STEP 359 (remove_files) COMPLETE
63132026-08-13T22:59:11.877Z[ recovery-image] Aug 13 22:59:10.441 INFO O| Aug 13 22:59:10.441 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-13T22:59:11.895Z[ recovery-image] Aug 13 22:59:10.450 INFO O| Aug 13 22:59:10.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63152026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.450 INFO O| Aug 13 22:59:10.450 INFO STEP 360 (remove_files) COMPLETE
63162026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.450 INFO O| Aug 13 22:59:10.450 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.460 INFO O| Aug 13 22:59:10.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63182026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.460 INFO O| Aug 13 22:59:10.460 INFO STEP 361 (remove_files) COMPLETE
63192026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.460 INFO O| Aug 13 22:59:10.460 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.470 INFO O| Aug 13 22:59:10.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63212026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.470 INFO O| Aug 13 22:59:10.470 INFO STEP 362 (remove_files) COMPLETE
63222026-08-13T22:59:11.896Z[ recovery-image] Aug 13 22:59:10.470 INFO O| Aug 13 22:59:10.470 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-13T22:59:11.916Z[ recovery-image] Aug 13 22:59:10.480 INFO O| Aug 13 22:59:10.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63242026-08-13T22:59:11.916Z[ recovery-image] Aug 13 22:59:10.480 INFO O| Aug 13 22:59:10.480 INFO STEP 363 (remove_files) COMPLETE
63252026-08-13T22:59:11.916Z[ recovery-image] Aug 13 22:59:10.480 INFO O| Aug 13 22:59:10.480 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-13T22:59:11.927Z[ recovery-image] Aug 13 22:59:10.490 INFO O| Aug 13 22:59:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63272026-08-13T22:59:11.927Z[ recovery-image] Aug 13 22:59:10.490 INFO O| Aug 13 22:59:10.490 INFO STEP 364 (remove_files) COMPLETE
63282026-08-13T22:59:11.927Z[ recovery-image] Aug 13 22:59:10.490 INFO O| Aug 13 22:59:10.490 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-13T22:59:11.927Z[ recovery-image] Aug 13 22:59:10.499 INFO O| Aug 13 22:59:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63302026-08-13T22:59:11.927Z[ recovery-image] Aug 13 22:59:10.499 INFO O| Aug 13 22:59:10.499 INFO STEP 365 (remove_files) COMPLETE
63312026-08-13T22:59:11.928Z[ recovery-image] Aug 13 22:59:10.499 INFO O| Aug 13 22:59:10.499 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-13T22:59:11.942Z[ recovery-image] Aug 13 22:59:10.508 INFO O| Aug 13 22:59:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63332026-08-13T22:59:11.942Z[ recovery-image] Aug 13 22:59:10.508 INFO O| Aug 13 22:59:10.508 INFO STEP 366 (remove_files) COMPLETE
63342026-08-13T22:59:11.942Z[ recovery-image] Aug 13 22:59:10.508 INFO O| Aug 13 22:59:10.508 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-13T22:59:11.943Z[ recovery-image] Aug 13 22:59:10.518 INFO O| Aug 13 22:59:10.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63362026-08-13T22:59:11.943Z[ recovery-image] Aug 13 22:59:10.518 INFO O| Aug 13 22:59:10.518 INFO STEP 367 (remove_files) COMPLETE
63372026-08-13T22:59:11.943Z[ recovery-image] Aug 13 22:59:10.518 INFO O| Aug 13 22:59:10.518 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-13T22:59:11.969Z[verify-libraries] Compiling russh-util v0.52.0
63392026-08-13T22:59:11.969Z[ recovery-image] Aug 13 22:59:10.529 INFO O| Aug 13 22:59:10.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63402026-08-13T22:59:11.969Z[ recovery-image] Aug 13 22:59:10.529 INFO O| Aug 13 22:59:10.529 INFO STEP 368 (remove_files) COMPLETE
63412026-08-13T22:59:11.969Z[ recovery-image] Aug 13 22:59:10.529 INFO O| Aug 13 22:59:10.529 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.539 INFO O| Aug 13 22:59:10.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63432026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.539 INFO O| Aug 13 22:59:10.539 INFO STEP 369 (remove_files) COMPLETE
63442026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.539 INFO O| Aug 13 22:59:10.539 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.548 INFO O| Aug 13 22:59:10.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63462026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.548 INFO O| Aug 13 22:59:10.548 INFO STEP 370 (remove_files) COMPLETE
63472026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.548 INFO O| Aug 13 22:59:10.548 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.558 INFO O| Aug 13 22:59:10.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63492026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.558 INFO O| Aug 13 22:59:10.558 INFO STEP 371 (remove_files) COMPLETE
63502026-08-13T22:59:11.985Z[ recovery-image] Aug 13 22:59:10.558 INFO O| Aug 13 22:59:10.558 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-13T22:59:12.001Z[ recovery-image] Aug 13 22:59:10.568 INFO O| Aug 13 22:59:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63522026-08-13T22:59:12.001Z[ recovery-image] Aug 13 22:59:10.568 INFO O| Aug 13 22:59:10.568 INFO STEP 372 (remove_files) COMPLETE
63532026-08-13T22:59:12.001Z[ recovery-image] Aug 13 22:59:10.568 INFO O| Aug 13 22:59:10.568 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.578 INFO O| Aug 13 22:59:10.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63552026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.578 INFO O| Aug 13 22:59:10.578 INFO STEP 373 (remove_files) COMPLETE
63562026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.578 INFO O| Aug 13 22:59:10.578 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.587 INFO O| Aug 13 22:59:10.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63582026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.587 INFO O| Aug 13 22:59:10.587 INFO STEP 374 (remove_files) COMPLETE
63592026-08-13T22:59:12.021Z[ recovery-image] Aug 13 22:59:10.587 INFO O| Aug 13 22:59:10.587 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.598 INFO O| Aug 13 22:59:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63612026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.598 INFO O| Aug 13 22:59:10.598 INFO STEP 375 (remove_files) COMPLETE
63622026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.598 INFO O| Aug 13 22:59:10.598 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.607 INFO O| Aug 13 22:59:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63642026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.607 INFO O| Aug 13 22:59:10.607 INFO STEP 376 (remove_files) COMPLETE
63652026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.607 INFO O| Aug 13 22:59:10.607 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.617 INFO O| Aug 13 22:59:10.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63672026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.617 INFO O| Aug 13 22:59:10.617 INFO STEP 377 (remove_files) COMPLETE
63682026-08-13T22:59:12.047Z[ recovery-image] Aug 13 22:59:10.617 INFO O| Aug 13 22:59:10.617 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-13T22:59:12.060Z[ recovery-image] Aug 13 22:59:10.627 INFO O| Aug 13 22:59:10.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63702026-08-13T22:59:12.060Z[ recovery-image] Aug 13 22:59:10.627 INFO O| Aug 13 22:59:10.627 INFO STEP 378 (remove_files) COMPLETE
63712026-08-13T22:59:12.061Z[ recovery-image] Aug 13 22:59:10.627 INFO O| Aug 13 22:59:10.627 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-13T22:59:12.061Z[ recovery-image] Aug 13 22:59:10.638 INFO O| Aug 13 22:59:10.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63732026-08-13T22:59:12.061Z[ recovery-image] Aug 13 22:59:10.638 INFO O| Aug 13 22:59:10.638 INFO STEP 379 (remove_files) COMPLETE
63742026-08-13T22:59:12.061Z[ recovery-image] Aug 13 22:59:10.638 INFO O| Aug 13 22:59:10.638 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-13T22:59:12.077Z[ recovery-image] Aug 13 22:59:10.649 INFO O| Aug 13 22:59:10.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63762026-08-13T22:59:12.077Z[ recovery-image] Aug 13 22:59:10.649 INFO O| Aug 13 22:59:10.649 INFO STEP 380 (remove_files) COMPLETE
63772026-08-13T22:59:12.077Z[ recovery-image] Aug 13 22:59:10.650 INFO O| Aug 13 22:59:10.649 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-13T22:59:12.091Z[ recovery-image] Aug 13 22:59:10.660 INFO O| Aug 13 22:59:10.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63792026-08-13T22:59:12.091Z[ recovery-image] Aug 13 22:59:10.660 INFO O| Aug 13 22:59:10.660 INFO STEP 381 (remove_files) COMPLETE
63802026-08-13T22:59:12.091Z[ recovery-image] Aug 13 22:59:10.660 INFO O| Aug 13 22:59:10.660 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.671 INFO O| Aug 13 22:59:10.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63822026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.671 INFO O| Aug 13 22:59:10.671 INFO STEP 382 (remove_files) COMPLETE
63832026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.672 INFO O| Aug 13 22:59:10.671 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.682 INFO O| Aug 13 22:59:10.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63852026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.682 INFO O| Aug 13 22:59:10.682 INFO STEP 383 (remove_files) COMPLETE
63862026-08-13T22:59:12.107Z[ recovery-image] Aug 13 22:59:10.682 INFO O| Aug 13 22:59:10.682 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-13T22:59:12.126Z[ recovery-image] Aug 13 22:59:10.692 INFO O| Aug 13 22:59:10.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63882026-08-13T22:59:12.126Z[ recovery-image] Aug 13 22:59:10.692 INFO O| Aug 13 22:59:10.692 INFO STEP 384 (remove_files) COMPLETE
63892026-08-13T22:59:12.126Z[ recovery-image] Aug 13 22:59:10.692 INFO O| Aug 13 22:59:10.692 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.700 INFO O| Aug 13 22:59:10.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63912026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.700 INFO O| Aug 13 22:59:10.700 INFO STEP 385 (remove_files) COMPLETE
63922026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.700 INFO O| Aug 13 22:59:10.700 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.710 INFO O| Aug 13 22:59:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63942026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.710 INFO O| Aug 13 22:59:10.710 INFO STEP 386 (remove_files) COMPLETE
63952026-08-13T22:59:12.139Z[ recovery-image] Aug 13 22:59:10.710 INFO O| Aug 13 22:59:10.710 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.719 INFO O| Aug 13 22:59:10.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63972026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.719 INFO O| Aug 13 22:59:10.719 INFO STEP 387 (remove_files) COMPLETE
63982026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.719 INFO O| Aug 13 22:59:10.719 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.730 INFO O| Aug 13 22:59:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64002026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.730 INFO O| Aug 13 22:59:10.730 INFO STEP 388 (remove_files) COMPLETE
64012026-08-13T22:59:12.157Z[ recovery-image] Aug 13 22:59:10.730 INFO O| Aug 13 22:59:10.730 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-13T22:59:12.167Z[ recovery-image] Aug 13 22:59:10.740 INFO O| Aug 13 22:59:10.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64032026-08-13T22:59:12.168Z[ recovery-image] Aug 13 22:59:10.740 INFO O| Aug 13 22:59:10.740 INFO STEP 389 (remove_files) COMPLETE
64042026-08-13T22:59:12.168Z[ recovery-image] Aug 13 22:59:10.740 INFO O| Aug 13 22:59:10.740 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-13T22:59:12.179Z[ recovery-image] Aug 13 22:59:10.748 INFO O| Aug 13 22:59:10.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64062026-08-13T22:59:12.179Z[ recovery-image] Aug 13 22:59:10.748 INFO O| Aug 13 22:59:10.748 INFO STEP 390 (remove_files) COMPLETE
64072026-08-13T22:59:12.179Z[ recovery-image] Aug 13 22:59:10.748 INFO O| Aug 13 22:59:10.748 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.757 INFO O| Aug 13 22:59:10.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64092026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.757 INFO O| Aug 13 22:59:10.757 INFO STEP 391 (remove_files) COMPLETE
64102026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.757 INFO O| Aug 13 22:59:10.757 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.765 INFO O| Aug 13 22:59:10.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64122026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.766 INFO O| Aug 13 22:59:10.765 INFO STEP 392 (remove_files) COMPLETE
64132026-08-13T22:59:12.195Z[ recovery-image] Aug 13 22:59:10.766 INFO O| Aug 13 22:59:10.765 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-13T22:59:12.209Z[ recovery-image] Aug 13 22:59:10.774 INFO O| Aug 13 22:59:10.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64152026-08-13T22:59:12.209Z[ recovery-image] Aug 13 22:59:10.775 INFO O| Aug 13 22:59:10.775 INFO STEP 393 (remove_files) COMPLETE
64162026-08-13T22:59:12.209Z[ recovery-image] Aug 13 22:59:10.775 INFO O| Aug 13 22:59:10.775 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-13T22:59:12.210Z[verify-libraries] Compiling enum_dispatch v0.3.13
64182026-08-13T22:59:12.210Z[ recovery-image] Aug 13 22:59:10.783 INFO O| Aug 13 22:59:10.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64192026-08-13T22:59:12.210Z[ recovery-image] Aug 13 22:59:10.783 INFO O| Aug 13 22:59:10.783 INFO STEP 394 (remove_files) COMPLETE
64202026-08-13T22:59:12.210Z[ recovery-image] Aug 13 22:59:10.783 INFO O| Aug 13 22:59:10.783 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-13T22:59:12.221Z[ recovery-image] Aug 13 22:59:10.799 INFO O| Aug 13 22:59:10.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64222026-08-13T22:59:12.234Z[ recovery-image] Aug 13 22:59:10.809 INFO O| Aug 13 22:59:10.808 INFO STEP 395 (remove_files) COMPLETE
64232026-08-13T22:59:12.234Z[ recovery-image] Aug 13 22:59:10.809 INFO O| Aug 13 22:59:10.808 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-13T22:59:12.235Z[verify-libraries] Compiling sapling-renderdag v0.1.0
64252026-08-13T22:59:12.253Z[ recovery-image] Aug 13 22:59:10.819 INFO O| Aug 13 22:59:10.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64262026-08-13T22:59:12.253Z[ recovery-image] Aug 13 22:59:10.819 INFO O| Aug 13 22:59:10.819 INFO STEP 396 (remove_files) COMPLETE
64272026-08-13T22:59:12.253Z[ recovery-image] Aug 13 22:59:10.819 INFO O| Aug 13 22:59:10.819 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-13T22:59:12.266Z[ recovery-image] Aug 13 22:59:10.833 INFO O| Aug 13 22:59:10.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64292026-08-13T22:59:12.266Z[ recovery-image] Aug 13 22:59:10.833 INFO O| Aug 13 22:59:10.833 INFO STEP 397 (remove_files) COMPLETE
64302026-08-13T22:59:12.266Z[ recovery-image] Aug 13 22:59:10.833 INFO O| Aug 13 22:59:10.833 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-13T22:59:12.299Z[ recovery-image] Aug 13 22:59:10.845 INFO O| Aug 13 22:59:10.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64322026-08-13T22:59:12.299Z[ recovery-image] Aug 13 22:59:10.845 INFO O| Aug 13 22:59:10.844 INFO STEP 398 (remove_files) COMPLETE
64332026-08-13T22:59:12.299Z[ recovery-image] Aug 13 22:59:10.845 INFO O| Aug 13 22:59:10.844 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.866 INFO O| Aug 13 22:59:10.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64352026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.866 INFO O| Aug 13 22:59:10.866 INFO STEP 399 (remove_files) COMPLETE
64362026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.866 INFO O| Aug 13 22:59:10.866 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.877 INFO O| Aug 13 22:59:10.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64382026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.877 INFO O| Aug 13 22:59:10.877 INFO STEP 400 (remove_files) COMPLETE
64392026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.877 INFO O| Aug 13 22:59:10.877 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.887 INFO O| Aug 13 22:59:10.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64412026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.887 INFO O| Aug 13 22:59:10.887 INFO STEP 401 (remove_files) COMPLETE
64422026-08-13T22:59:12.315Z[ recovery-image] Aug 13 22:59:10.887 INFO O| Aug 13 22:59:10.887 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-13T22:59:12.327Z[ recovery-image] Aug 13 22:59:10.896 INFO O| Aug 13 22:59:10.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64442026-08-13T22:59:12.327Z[ recovery-image] Aug 13 22:59:10.896 INFO O| Aug 13 22:59:10.896 INFO STEP 402 (remove_files) COMPLETE
64452026-08-13T22:59:12.327Z[ recovery-image] Aug 13 22:59:10.896 INFO O| Aug 13 22:59:10.896 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-13T22:59:12.349Z[ recovery-image] Aug 13 22:59:10.908 INFO O| Aug 13 22:59:10.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64472026-08-13T22:59:12.349Z[ recovery-image] Aug 13 22:59:10.908 INFO O| Aug 13 22:59:10.908 INFO STEP 403 (remove_files) COMPLETE
64482026-08-13T22:59:12.350Z[ recovery-image] Aug 13 22:59:10.908 INFO O| Aug 13 22:59:10.908 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-13T22:59:12.350Z[ recovery-image] Aug 13 22:59:10.920 INFO O| Aug 13 22:59:10.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64502026-08-13T22:59:12.350Z[ recovery-image] Aug 13 22:59:10.920 INFO O| Aug 13 22:59:10.920 INFO STEP 404 (remove_files) COMPLETE
64512026-08-13T22:59:12.350Z[ recovery-image] Aug 13 22:59:10.920 INFO O| Aug 13 22:59:10.920 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-13T22:59:12.366Z[ recovery-image] Aug 13 22:59:10.932 INFO O| Aug 13 22:59:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64532026-08-13T22:59:12.366Z[ recovery-image] Aug 13 22:59:10.932 INFO O| Aug 13 22:59:10.932 INFO STEP 405 (remove_files) COMPLETE
64542026-08-13T22:59:12.366Z[ recovery-image] Aug 13 22:59:10.932 INFO O| Aug 13 22:59:10.932 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-13T22:59:12.366Z[ recovery-image] Aug 13 22:59:10.942 INFO O| Aug 13 22:59:10.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64562026-08-13T22:59:12.366Z[ recovery-image] Aug 13 22:59:10.943 INFO O| Aug 13 22:59:10.942 INFO STEP 406 (remove_files) COMPLETE
64572026-08-13T22:59:12.367Z[ recovery-image] Aug 13 22:59:10.943 INFO O| Aug 13 22:59:10.942 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-13T22:59:12.378Z[ recovery-image] Aug 13 22:59:10.954 INFO O| Aug 13 22:59:10.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64592026-08-13T22:59:12.378Z[ recovery-image] Aug 13 22:59:10.954 INFO O| Aug 13 22:59:10.954 INFO STEP 407 (remove_files) COMPLETE
64602026-08-13T22:59:12.378Z[ recovery-image] Aug 13 22:59:10.954 INFO O| Aug 13 22:59:10.954 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-13T22:59:12.390Z[ recovery-image] Aug 13 22:59:10.966 INFO O| Aug 13 22:59:10.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64622026-08-13T22:59:12.390Z[ recovery-image] Aug 13 22:59:10.966 INFO O| Aug 13 22:59:10.966 INFO STEP 408 (remove_files) COMPLETE
64632026-08-13T22:59:12.390Z[ recovery-image] Aug 13 22:59:10.966 INFO O| Aug 13 22:59:10.966 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-13T22:59:12.398Z[ recovery-image] Aug 13 22:59:10.978 INFO O| Aug 13 22:59:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64652026-08-13T22:59:12.399Z[ recovery-image] Aug 13 22:59:10.978 INFO O| Aug 13 22:59:10.978 INFO STEP 409 (remove_files) COMPLETE
64662026-08-13T22:59:12.413Z[ recovery-image] Aug 13 22:59:10.978 INFO O| Aug 13 22:59:10.978 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-13T22:59:12.413Z[ recovery-image] Aug 13 22:59:10.988 INFO O| Aug 13 22:59:10.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64682026-08-13T22:59:12.413Z[ recovery-image] Aug 13 22:59:10.988 INFO O| Aug 13 22:59:10.988 INFO STEP 410 (remove_files) COMPLETE
64692026-08-13T22:59:12.414Z[ recovery-image] Aug 13 22:59:10.988 INFO O| Aug 13 22:59:10.988 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-13T22:59:12.426Z[ recovery-image] Aug 13 22:59:10.998 INFO O| Aug 13 22:59:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64712026-08-13T22:59:12.426Z[ recovery-image] Aug 13 22:59:10.998 INFO O| Aug 13 22:59:10.998 INFO STEP 411 (remove_files) COMPLETE
64722026-08-13T22:59:12.426Z[ recovery-image] Aug 13 22:59:10.998 INFO O| Aug 13 22:59:10.998 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-13T22:59:12.444Z[ recovery-image] Aug 13 22:59:11.009 INFO O| Aug 13 22:59:11.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64742026-08-13T22:59:12.444Z[ recovery-image] Aug 13 22:59:11.009 INFO O| Aug 13 22:59:11.009 INFO STEP 412 (remove_files) COMPLETE
64752026-08-13T22:59:12.444Z[ recovery-image] Aug 13 22:59:11.009 INFO O| Aug 13 22:59:11.009 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-13T22:59:12.477Z[ recovery-image] Aug 13 22:59:11.021 INFO O| Aug 13 22:59:11.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64772026-08-13T22:59:12.477Z[ recovery-image] Aug 13 22:59:11.021 INFO O| Aug 13 22:59:11.021 INFO STEP 413 (remove_files) COMPLETE
64782026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.021 INFO O| Aug 13 22:59:11.021 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.033 INFO O| Aug 13 22:59:11.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64802026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.033 INFO O| Aug 13 22:59:11.033 INFO STEP 414 (remove_files) COMPLETE
64812026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.033 INFO O| Aug 13 22:59:11.033 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.044 INFO O| Aug 13 22:59:11.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64832026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.044 INFO O| Aug 13 22:59:11.044 INFO STEP 415 (remove_files) COMPLETE
64842026-08-13T22:59:12.478Z[ recovery-image] Aug 13 22:59:11.044 INFO O| Aug 13 22:59:11.044 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.055 INFO O| Aug 13 22:59:11.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64862026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.055 INFO O| Aug 13 22:59:11.055 INFO STEP 416 (remove_files) COMPLETE
64872026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.055 INFO O| Aug 13 22:59:11.055 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.066 INFO O| Aug 13 22:59:11.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64892026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.066 INFO O| Aug 13 22:59:11.066 INFO STEP 417 (remove_files) COMPLETE
64902026-08-13T22:59:12.501Z[ recovery-image] Aug 13 22:59:11.066 INFO O| Aug 13 22:59:11.066 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-13T22:59:12.512Z[ recovery-image] Aug 13 22:59:11.078 INFO O| Aug 13 22:59:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64922026-08-13T22:59:12.512Z[ recovery-image] Aug 13 22:59:11.078 INFO O| Aug 13 22:59:11.078 INFO STEP 418 (remove_files) COMPLETE
64932026-08-13T22:59:12.512Z[ recovery-image] Aug 13 22:59:11.078 INFO O| Aug 13 22:59:11.078 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.092 INFO O| Aug 13 22:59:11.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64952026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.092 INFO O| Aug 13 22:59:11.092 INFO STEP 419 (remove_files) COMPLETE
64962026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.092 INFO O| Aug 13 22:59:11.092 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.103 INFO O| Aug 13 22:59:11.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64982026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.103 INFO O| Aug 13 22:59:11.103 INFO STEP 420 (remove_files) COMPLETE
64992026-08-13T22:59:12.531Z[ recovery-image] Aug 13 22:59:11.103 INFO O| Aug 13 22:59:11.103 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-13T22:59:12.543Z[ recovery-image] Aug 13 22:59:11.115 INFO O| Aug 13 22:59:11.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65012026-08-13T22:59:12.543Z[ recovery-image] Aug 13 22:59:11.115 INFO O| Aug 13 22:59:11.115 INFO STEP 421 (remove_files) COMPLETE
65022026-08-13T22:59:12.543Z[ recovery-image] Aug 13 22:59:11.115 INFO O| Aug 13 22:59:11.115 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-13T22:59:12.555Z[ recovery-image] Aug 13 22:59:11.126 INFO O| Aug 13 22:59:11.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65042026-08-13T22:59:12.555Z[ recovery-image] Aug 13 22:59:11.126 INFO O| Aug 13 22:59:11.126 INFO STEP 422 (remove_files) COMPLETE
65052026-08-13T22:59:12.556Z[ recovery-image] Aug 13 22:59:11.126 INFO O| Aug 13 22:59:11.126 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-13T22:59:12.591Z[ recovery-image] Aug 13 22:59:11.139 INFO O| Aug 13 22:59:11.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65072026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.139 INFO O| Aug 13 22:59:11.139 INFO STEP 423 (remove_files) COMPLETE
65082026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.139 INFO O| Aug 13 22:59:11.139 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.150 INFO O| Aug 13 22:59:11.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65102026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.150 INFO O| Aug 13 22:59:11.150 INFO STEP 424 (remove_files) COMPLETE
65112026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.150 INFO O| Aug 13 22:59:11.150 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.161 INFO O| Aug 13 22:59:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65132026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.161 INFO O| Aug 13 22:59:11.161 INFO STEP 425 (remove_files) COMPLETE
65142026-08-13T22:59:12.592Z[ recovery-image] Aug 13 22:59:11.161 INFO O| Aug 13 22:59:11.161 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.173 INFO O| Aug 13 22:59:11.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65162026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.173 INFO O| Aug 13 22:59:11.173 INFO STEP 426 (remove_files) COMPLETE
65172026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.173 INFO O| Aug 13 22:59:11.173 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.185 INFO O| Aug 13 22:59:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65192026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.185 INFO O| Aug 13 22:59:11.185 INFO STEP 427 (remove_files) COMPLETE
65202026-08-13T22:59:12.615Z[ recovery-image] Aug 13 22:59:11.185 INFO O| Aug 13 22:59:11.185 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-13T22:59:12.649Z[ recovery-image] Aug 13 22:59:11.198 INFO O| Aug 13 22:59:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65222026-08-13T22:59:12.649Z[ recovery-image] Aug 13 22:59:11.198 INFO O| Aug 13 22:59:11.198 INFO STEP 428 (remove_files) COMPLETE
65232026-08-13T22:59:12.649Z[ recovery-image] Aug 13 22:59:11.198 INFO O| Aug 13 22:59:11.198 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-13T22:59:12.649Z[ recovery-image] Aug 13 22:59:11.210 INFO O| Aug 13 22:59:11.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65252026-08-13T22:59:12.650Z[ recovery-image] Aug 13 22:59:11.210 INFO O| Aug 13 22:59:11.210 INFO STEP 429 (remove_files) COMPLETE
65262026-08-13T22:59:12.650Z[ recovery-image] Aug 13 22:59:11.210 INFO O| Aug 13 22:59:11.210 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-13T22:59:12.650Z[ recovery-image] Aug 13 22:59:11.221 INFO O| Aug 13 22:59:11.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65282026-08-13T22:59:12.650Z[ recovery-image] Aug 13 22:59:11.221 INFO O| Aug 13 22:59:11.221 INFO STEP 430 (remove_files) COMPLETE
65292026-08-13T22:59:12.650Z[ recovery-image] Aug 13 22:59:11.221 INFO O| Aug 13 22:59:11.221 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-13T22:59:12.722Z[ recovery-image] Aug 13 22:59:11.232 INFO O| Aug 13 22:59:11.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65312026-08-13T22:59:12.722Z[ recovery-image] Aug 13 22:59:11.232 INFO O| Aug 13 22:59:11.232 INFO STEP 431 (remove_files) COMPLETE
65322026-08-13T22:59:12.722Z[ recovery-image] Aug 13 22:59:11.232 INFO O| Aug 13 22:59:11.232 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.242 INFO O| Aug 13 22:59:11.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65342026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.242 INFO O| Aug 13 22:59:11.242 INFO STEP 432 (remove_files) COMPLETE
65352026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.242 INFO O| Aug 13 22:59:11.242 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.252 INFO O| Aug 13 22:59:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65372026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.253 INFO O| Aug 13 22:59:11.253 INFO STEP 433 (remove_files) COMPLETE
65382026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.253 INFO O| Aug 13 22:59:11.253 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.261 INFO O| Aug 13 22:59:11.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65402026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.261 INFO O| Aug 13 22:59:11.261 INFO STEP 434 (remove_files) COMPLETE
65412026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.261 INFO O| Aug 13 22:59:11.261 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.272 INFO O| Aug 13 22:59:11.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65432026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.272 INFO O| Aug 13 22:59:11.272 INFO STEP 435 (remove_files) COMPLETE
65442026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.272 INFO O| Aug 13 22:59:11.272 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.282 INFO O| Aug 13 22:59:11.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65462026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.283 INFO O| Aug 13 22:59:11.283 INFO STEP 436 (remove_files) COMPLETE
65472026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.283 INFO O| Aug 13 22:59:11.283 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.291 INFO O| Aug 13 22:59:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65492026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.291 INFO O| Aug 13 22:59:11.291 INFO STEP 437 (remove_files) COMPLETE
65502026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.291 INFO O| Aug 13 22:59:11.291 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.299 INFO O| Aug 13 22:59:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65522026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.299 INFO O| Aug 13 22:59:11.299 INFO STEP 438 (remove_files) COMPLETE
65532026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.299 INFO O| Aug 13 22:59:11.299 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-13T22:59:12.741Z[ recovery-image] Aug 13 22:59:11.307 INFO O| Aug 13 22:59:11.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65552026-08-13T22:59:12.742Z[ recovery-image] Aug 13 22:59:11.307 INFO O| Aug 13 22:59:11.307 INFO STEP 439 (remove_files) COMPLETE
65562026-08-13T22:59:12.742Z[ recovery-image] Aug 13 22:59:11.307 INFO O| Aug 13 22:59:11.307 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-13T22:59:12.757Z[ recovery-image] Aug 13 22:59:11.316 INFO O| Aug 13 22:59:11.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65582026-08-13T22:59:12.757Z[ recovery-image] Aug 13 22:59:11.316 INFO O| Aug 13 22:59:11.316 INFO STEP 440 (remove_files) COMPLETE
65592026-08-13T22:59:12.757Z[ recovery-image] Aug 13 22:59:11.316 INFO O| Aug 13 22:59:11.316 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-13T22:59:12.758Z[ recovery-image] Aug 13 22:59:11.325 INFO O| Aug 13 22:59:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65612026-08-13T22:59:12.758Z[ recovery-image] Aug 13 22:59:11.325 INFO O| Aug 13 22:59:11.325 INFO STEP 441 (remove_files) COMPLETE
65622026-08-13T22:59:12.758Z[ recovery-image] Aug 13 22:59:11.325 INFO O| Aug 13 22:59:11.325 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-13T22:59:12.769Z[ recovery-image] Aug 13 22:59:11.336 INFO O| Aug 13 22:59:11.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65642026-08-13T22:59:12.769Z[ recovery-image] Aug 13 22:59:11.336 INFO O| Aug 13 22:59:11.336 INFO STEP 442 (remove_files) COMPLETE
65652026-08-13T22:59:12.769Z[ recovery-image] Aug 13 22:59:11.336 INFO O| Aug 13 22:59:11.336 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-13T22:59:12.769Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
65672026-08-13T22:59:12.777Z[ recovery-image] Aug 13 22:59:11.351 INFO O| Aug 13 22:59:11.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65682026-08-13T22:59:12.777Z[ recovery-image] Aug 13 22:59:11.351 INFO O| Aug 13 22:59:11.351 INFO STEP 443 (remove_files) COMPLETE
65692026-08-13T22:59:12.777Z[ recovery-image] Aug 13 22:59:11.351 INFO O| Aug 13 22:59:11.351 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-13T22:59:12.785Z[ recovery-image] Aug 13 22:59:11.361 INFO O| Aug 13 22:59:11.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65712026-08-13T22:59:12.785Z[ recovery-image] Aug 13 22:59:11.361 INFO O| Aug 13 22:59:11.361 INFO STEP 444 (remove_files) COMPLETE
65722026-08-13T22:59:12.785Z[ recovery-image] Aug 13 22:59:11.361 INFO O| Aug 13 22:59:11.361 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-13T22:59:12.795Z[verify-libraries] Compiling delegate v0.13.5
65742026-08-13T22:59:12.803Z[ recovery-image] Aug 13 22:59:11.371 INFO O| Aug 13 22:59:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65752026-08-13T22:59:12.803Z[ recovery-image] Aug 13 22:59:11.371 INFO O| Aug 13 22:59:11.371 INFO STEP 445 (remove_files) COMPLETE
65762026-08-13T22:59:12.803Z[ recovery-image] Aug 13 22:59:11.371 INFO O| Aug 13 22:59:11.371 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-13T22:59:12.812Z[ recovery-image] Aug 13 22:59:11.382 INFO O| Aug 13 22:59:11.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65782026-08-13T22:59:12.812Z[ recovery-image] Aug 13 22:59:11.382 INFO O| Aug 13 22:59:11.382 INFO STEP 446 (remove_files) COMPLETE
65792026-08-13T22:59:12.812Z[ recovery-image] Aug 13 22:59:11.382 INFO O| Aug 13 22:59:11.382 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-13T22:59:12.821Z[ recovery-image] Aug 13 22:59:11.392 INFO O| Aug 13 22:59:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65812026-08-13T22:59:12.821Z[ recovery-image] Aug 13 22:59:11.393 INFO O| Aug 13 22:59:11.393 INFO STEP 447 (remove_files) COMPLETE
65822026-08-13T22:59:12.821Z[ recovery-image] Aug 13 22:59:11.393 INFO O| Aug 13 22:59:11.393 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-13T22:59:12.832Z[ recovery-image] Aug 13 22:59:11.404 INFO O| Aug 13 22:59:11.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65842026-08-13T22:59:12.832Z[ recovery-image] Aug 13 22:59:11.404 INFO O| Aug 13 22:59:11.404 INFO STEP 448 (remove_files) COMPLETE
65852026-08-13T22:59:12.832Z[ recovery-image] Aug 13 22:59:11.404 INFO O| Aug 13 22:59:11.404 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-13T22:59:12.844Z[ recovery-image] Aug 13 22:59:11.414 INFO O| Aug 13 22:59:11.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65872026-08-13T22:59:12.844Z[ recovery-image] Aug 13 22:59:11.414 INFO O| Aug 13 22:59:11.414 INFO STEP 449 (remove_files) COMPLETE
65882026-08-13T22:59:12.844Z[ recovery-image] Aug 13 22:59:11.414 INFO O| Aug 13 22:59:11.414 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-13T22:59:12.900Z[ recovery-image] Aug 13 22:59:11.424 INFO O| Aug 13 22:59:11.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65902026-08-13T22:59:12.900Z[ recovery-image] Aug 13 22:59:11.424 INFO O| Aug 13 22:59:11.424 INFO STEP 450 (remove_files) COMPLETE
65912026-08-13T22:59:12.900Z[ recovery-image] Aug 13 22:59:11.424 INFO O| Aug 13 22:59:11.424 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.434 INFO O| Aug 13 22:59:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65932026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.434 INFO O| Aug 13 22:59:11.434 INFO STEP 451 (remove_files) COMPLETE
65942026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.434 INFO O| Aug 13 22:59:11.434 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.444 INFO O| Aug 13 22:59:11.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65962026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.444 INFO O| Aug 13 22:59:11.444 INFO STEP 452 (remove_files) COMPLETE
65972026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.444 INFO O| Aug 13 22:59:11.444 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.454 INFO O| Aug 13 22:59:11.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65992026-08-13T22:59:12.931Z[ recovery-image] Aug 13 22:59:11.454 INFO O| Aug 13 22:59:11.454 INFO STEP 453 (remove_files) COMPLETE
66002026-08-13T22:59:12.936Z[ recovery-image] Aug 13 22:59:11.454 INFO O| Aug 13 22:59:11.454 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.464 INFO O| Aug 13 22:59:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66022026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.464 INFO O| Aug 13 22:59:11.464 INFO STEP 454 (remove_files) COMPLETE
66032026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.464 INFO O| Aug 13 22:59:11.464 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.473 INFO O| Aug 13 22:59:11.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66052026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.474 INFO O| Aug 13 22:59:11.474 INFO STEP 455 (remove_files) COMPLETE
66062026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.474 INFO O| Aug 13 22:59:11.474 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.484 INFO O| Aug 13 22:59:11.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66082026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.484 INFO O| Aug 13 22:59:11.484 INFO STEP 456 (remove_files) COMPLETE
66092026-08-13T22:59:12.937Z[ recovery-image] Aug 13 22:59:11.484 INFO O| Aug 13 22:59:11.484 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.495 INFO O| Aug 13 22:59:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66112026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.495 INFO O| Aug 13 22:59:11.495 INFO STEP 457 (remove_files) COMPLETE
66122026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.495 INFO O| Aug 13 22:59:11.495 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.503 INFO O| Aug 13 22:59:11.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66142026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.504 INFO O| Aug 13 22:59:11.504 INFO STEP 458 (remove_files) COMPLETE
66152026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.504 INFO O| Aug 13 22:59:11.504 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.515 INFO O| Aug 13 22:59:11.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66172026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.515 INFO O| Aug 13 22:59:11.515 INFO STEP 459 (remove_files) COMPLETE
66182026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.515 INFO O| Aug 13 22:59:11.515 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.526 INFO O| Aug 13 22:59:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66202026-08-13T22:59:12.996Z[ recovery-image] Aug 13 22:59:11.526 INFO O| Aug 13 22:59:11.526 INFO STEP 460 (remove_files) COMPLETE
66212026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.526 INFO O| Aug 13 22:59:11.526 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.536 INFO O| Aug 13 22:59:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66232026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.536 INFO O| Aug 13 22:59:11.536 INFO STEP 461 (remove_files) COMPLETE
66242026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.536 INFO O| Aug 13 22:59:11.536 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.546 INFO O| Aug 13 22:59:11.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66262026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.546 INFO O| Aug 13 22:59:11.546 INFO STEP 462 (remove_files) COMPLETE
66272026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.546 INFO O| Aug 13 22:59:11.546 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.557 INFO O| Aug 13 22:59:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66292026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.557 INFO O| Aug 13 22:59:11.557 INFO STEP 463 (remove_files) COMPLETE
66302026-08-13T22:59:12.997Z[ recovery-image] Aug 13 22:59:11.557 INFO O| Aug 13 22:59:11.557 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.568 INFO O| Aug 13 22:59:11.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66322026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.568 INFO O| Aug 13 22:59:11.568 INFO STEP 464 (remove_files) COMPLETE
66332026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.568 INFO O| Aug 13 22:59:11.568 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.579 INFO O| Aug 13 22:59:11.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66352026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.579 INFO O| Aug 13 22:59:11.579 INFO STEP 465 (remove_files) COMPLETE
66362026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.579 INFO O| Aug 13 22:59:11.579 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.590 INFO O| Aug 13 22:59:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66382026-08-13T22:59:13.014Z[ recovery-image] Aug 13 22:59:11.590 INFO O| Aug 13 22:59:11.590 INFO STEP 466 (remove_files) COMPLETE
66392026-08-13T22:59:13.015Z[ recovery-image] Aug 13 22:59:11.590 INFO O| Aug 13 22:59:11.590 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-13T22:59:13.029Z[ recovery-image] Aug 13 22:59:11.601 INFO O| Aug 13 22:59:11.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66412026-08-13T22:59:13.030Z[ recovery-image] Aug 13 22:59:11.601 INFO O| Aug 13 22:59:11.601 INFO STEP 467 (remove_files) COMPLETE
66422026-08-13T22:59:13.030Z[ recovery-image] Aug 13 22:59:11.601 INFO O| Aug 13 22:59:11.601 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-13T22:59:13.052Z[ recovery-image] Aug 13 22:59:11.610 INFO O| Aug 13 22:59:11.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66442026-08-13T22:59:13.053Z[ recovery-image] Aug 13 22:59:11.610 INFO O| Aug 13 22:59:11.610 INFO STEP 468 (remove_files) COMPLETE
66452026-08-13T22:59:13.053Z[ recovery-image] Aug 13 22:59:11.610 INFO O| Aug 13 22:59:11.610 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-13T22:59:13.074Z[ recovery-image] Aug 13 22:59:11.620 INFO O| Aug 13 22:59:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66472026-08-13T22:59:13.074Z[ recovery-image] Aug 13 22:59:11.621 INFO O| Aug 13 22:59:11.620 INFO STEP 469 (remove_files) COMPLETE
66482026-08-13T22:59:13.074Z[ recovery-image] Aug 13 22:59:11.621 INFO O| Aug 13 22:59:11.620 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.631 INFO O| Aug 13 22:59:11.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66502026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.631 INFO O| Aug 13 22:59:11.631 INFO STEP 470 (remove_files) COMPLETE
66512026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.631 INFO O| Aug 13 22:59:11.631 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.642 INFO O| Aug 13 22:59:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66532026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.642 INFO O| Aug 13 22:59:11.642 INFO STEP 471 (remove_files) COMPLETE
66542026-08-13T22:59:13.075Z[ recovery-image] Aug 13 22:59:11.642 INFO O| Aug 13 22:59:11.642 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.651 INFO O| Aug 13 22:59:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66562026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.652 INFO O| Aug 13 22:59:11.652 INFO STEP 472 (remove_files) COMPLETE
66572026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.652 INFO O| Aug 13 22:59:11.652 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.661 INFO O| Aug 13 22:59:11.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66592026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.661 INFO O| Aug 13 22:59:11.661 INFO STEP 473 (remove_files) COMPLETE
66602026-08-13T22:59:13.087Z[ recovery-image] Aug 13 22:59:11.661 INFO O| Aug 13 22:59:11.661 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-13T22:59:13.106Z[ recovery-image] Aug 13 22:59:11.671 INFO O| Aug 13 22:59:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66622026-08-13T22:59:13.106Z[ recovery-image] Aug 13 22:59:11.671 INFO O| Aug 13 22:59:11.671 INFO STEP 474 (remove_files) COMPLETE
66632026-08-13T22:59:13.106Z[ recovery-image] Aug 13 22:59:11.671 INFO O| Aug 13 22:59:11.671 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.680 INFO O| Aug 13 22:59:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66652026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.680 INFO O| Aug 13 22:59:11.680 INFO STEP 475 (remove_files) COMPLETE
66662026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.680 INFO O| Aug 13 22:59:11.680 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.690 INFO O| Aug 13 22:59:11.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66682026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.690 INFO O| Aug 13 22:59:11.690 INFO STEP 476 (remove_files) COMPLETE
66692026-08-13T22:59:13.119Z[ recovery-image] Aug 13 22:59:11.690 INFO O| Aug 13 22:59:11.690 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-13T22:59:13.129Z[ recovery-image] Aug 13 22:59:11.699 INFO O| Aug 13 22:59:11.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66712026-08-13T22:59:13.130Z[ recovery-image] Aug 13 22:59:11.699 INFO O| Aug 13 22:59:11.699 INFO STEP 477 (remove_files) COMPLETE
66722026-08-13T22:59:13.130Z[ recovery-image] Aug 13 22:59:11.699 INFO O| Aug 13 22:59:11.699 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.710 INFO O| Aug 13 22:59:11.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66742026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.710 INFO O| Aug 13 22:59:11.710 INFO STEP 478 (remove_files) COMPLETE
66752026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.710 INFO O| Aug 13 22:59:11.710 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.720 INFO O| Aug 13 22:59:11.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66772026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.720 INFO O| Aug 13 22:59:11.720 INFO STEP 479 (remove_files) COMPLETE
66782026-08-13T22:59:13.147Z[ recovery-image] Aug 13 22:59:11.720 INFO O| Aug 13 22:59:11.720 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.729 INFO O| Aug 13 22:59:11.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66802026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.729 INFO O| Aug 13 22:59:11.729 INFO STEP 480 (remove_files) COMPLETE
66812026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.729 INFO O| Aug 13 22:59:11.729 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.740 INFO O| Aug 13 22:59:11.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66832026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.740 INFO O| Aug 13 22:59:11.740 INFO STEP 481 (remove_files) COMPLETE
66842026-08-13T22:59:13.165Z[ recovery-image] Aug 13 22:59:11.740 INFO O| Aug 13 22:59:11.740 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-13T22:59:13.197Z[ recovery-image] Aug 13 22:59:11.773 INFO O| Aug 13 22:59:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66862026-08-13T22:59:13.208Z[ recovery-image] Aug 13 22:59:11.773 INFO O| Aug 13 22:59:11.773 INFO STEP 482 (remove_files) COMPLETE
66872026-08-13T22:59:13.208Z[ recovery-image] Aug 13 22:59:11.773 INFO O| Aug 13 22:59:11.773 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-13T22:59:13.208Z[ recovery-image] Aug 13 22:59:11.784 INFO O| Aug 13 22:59:11.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66892026-08-13T22:59:13.208Z[ recovery-image] Aug 13 22:59:11.784 INFO O| Aug 13 22:59:11.784 INFO STEP 483 (remove_files) COMPLETE
66902026-08-13T22:59:13.208Z[ recovery-image] Aug 13 22:59:11.784 INFO O| Aug 13 22:59:11.784 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-13T22:59:13.217Z[ recovery-image] Aug 13 22:59:11.794 INFO O| Aug 13 22:59:11.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66922026-08-13T22:59:13.217Z[ recovery-image] Aug 13 22:59:11.795 INFO O| Aug 13 22:59:11.795 INFO STEP 484 (remove_files) COMPLETE
66932026-08-13T22:59:13.217Z[ recovery-image] Aug 13 22:59:11.795 INFO O| Aug 13 22:59:11.795 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-13T22:59:13.226Z[ recovery-image] Aug 13 22:59:11.804 INFO O| Aug 13 22:59:11.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66952026-08-13T22:59:13.227Z[ recovery-image] Aug 13 22:59:11.804 INFO O| Aug 13 22:59:11.804 INFO STEP 485 (remove_files) COMPLETE
66962026-08-13T22:59:13.227Z[ recovery-image] Aug 13 22:59:11.804 INFO O| Aug 13 22:59:11.804 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-13T22:59:13.250Z[ recovery-image] Aug 13 22:59:11.815 INFO O| Aug 13 22:59:11.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66982026-08-13T22:59:13.251Z[ recovery-image] Aug 13 22:59:11.815 INFO O| Aug 13 22:59:11.815 INFO STEP 486 (remove_files) COMPLETE
66992026-08-13T22:59:13.251Z[ recovery-image] Aug 13 22:59:11.815 INFO O| Aug 13 22:59:11.815 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-13T22:59:13.251Z[ recovery-image] Aug 13 22:59:11.824 INFO O| Aug 13 22:59:11.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67012026-08-13T22:59:13.251Z[ recovery-image] Aug 13 22:59:11.824 INFO O| Aug 13 22:59:11.824 INFO STEP 487 (remove_files) COMPLETE
67022026-08-13T22:59:13.251Z[ recovery-image] Aug 13 22:59:11.824 INFO O| Aug 13 22:59:11.824 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-13T22:59:13.263Z[ recovery-image] Aug 13 22:59:11.834 INFO O| Aug 13 22:59:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67042026-08-13T22:59:13.263Z[ recovery-image] Aug 13 22:59:11.834 INFO O| Aug 13 22:59:11.834 INFO STEP 488 (remove_files) COMPLETE
67052026-08-13T22:59:13.264Z[ recovery-image] Aug 13 22:59:11.834 INFO O| Aug 13 22:59:11.834 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-13T22:59:13.277Z[ recovery-image] Aug 13 22:59:11.845 INFO O| Aug 13 22:59:11.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67072026-08-13T22:59:13.278Z[ recovery-image] Aug 13 22:59:11.845 INFO O| Aug 13 22:59:11.845 INFO STEP 489 (remove_files) COMPLETE
67082026-08-13T22:59:13.278Z[ recovery-image] Aug 13 22:59:11.845 INFO O| Aug 13 22:59:11.845 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-13T22:59:13.278Z[ recovery-image] Aug 13 22:59:11.856 INFO O| Aug 13 22:59:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67102026-08-13T22:59:13.278Z[ recovery-image] Aug 13 22:59:11.856 INFO O| Aug 13 22:59:11.856 INFO STEP 490 (remove_files) COMPLETE
67112026-08-13T22:59:13.278Z[ recovery-image] Aug 13 22:59:11.856 INFO O| Aug 13 22:59:11.856 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-13T22:59:13.297Z[ recovery-image] Aug 13 22:59:11.867 INFO O| Aug 13 22:59:11.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67132026-08-13T22:59:13.297Z[ recovery-image] Aug 13 22:59:11.867 INFO O| Aug 13 22:59:11.867 INFO STEP 491 (remove_files) COMPLETE
67142026-08-13T22:59:13.297Z[ recovery-image] Aug 13 22:59:11.867 INFO O| Aug 13 22:59:11.867 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-13T22:59:13.315Z[ recovery-image] Aug 13 22:59:11.878 INFO O| Aug 13 22:59:11.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67162026-08-13T22:59:13.315Z[ recovery-image] Aug 13 22:59:11.878 INFO O| Aug 13 22:59:11.878 INFO STEP 492 (remove_files) COMPLETE
67172026-08-13T22:59:13.315Z[ recovery-image] Aug 13 22:59:11.878 INFO O| Aug 13 22:59:11.878 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.888 INFO O| Aug 13 22:59:11.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67192026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.888 INFO O| Aug 13 22:59:11.888 INFO STEP 493 (remove_files) COMPLETE
67202026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.888 INFO O| Aug 13 22:59:11.888 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.898 INFO O| Aug 13 22:59:11.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67222026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.898 INFO O| Aug 13 22:59:11.898 INFO STEP 494 (remove_files) COMPLETE
67232026-08-13T22:59:13.329Z[ recovery-image] Aug 13 22:59:11.898 INFO O| Aug 13 22:59:11.898 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-13T22:59:13.345Z[ recovery-image] Aug 13 22:59:11.908 INFO O| Aug 13 22:59:11.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67252026-08-13T22:59:13.345Z[ recovery-image] Aug 13 22:59:11.908 INFO O| Aug 13 22:59:11.908 INFO STEP 495 (remove_files) COMPLETE
67262026-08-13T22:59:13.345Z[ recovery-image] Aug 13 22:59:11.908 INFO O| Aug 13 22:59:11.908 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.919 INFO O| Aug 13 22:59:11.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67282026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.919 INFO O| Aug 13 22:59:11.919 INFO STEP 496 (remove_files) COMPLETE
67292026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.919 INFO O| Aug 13 22:59:11.919 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.930 INFO O| Aug 13 22:59:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67312026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.930 INFO O| Aug 13 22:59:11.930 INFO STEP 497 (remove_files) COMPLETE
67322026-08-13T22:59:13.365Z[ recovery-image] Aug 13 22:59:11.930 INFO O| Aug 13 22:59:11.930 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.942 INFO O| Aug 13 22:59:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67342026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.942 INFO O| Aug 13 22:59:11.942 INFO STEP 498 (remove_files) COMPLETE
67352026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.942 INFO O| Aug 13 22:59:11.942 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.954 INFO O| Aug 13 22:59:11.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67372026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.954 INFO O| Aug 13 22:59:11.954 INFO STEP 499 (remove_files) COMPLETE
67382026-08-13T22:59:13.379Z[ recovery-image] Aug 13 22:59:11.954 INFO O| Aug 13 22:59:11.954 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-13T22:59:13.392Z[ recovery-image] Aug 13 22:59:11.965 INFO O| Aug 13 22:59:11.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67402026-08-13T22:59:13.392Z[ recovery-image] Aug 13 22:59:11.966 INFO O| Aug 13 22:59:11.966 INFO STEP 500 (remove_files) COMPLETE
67412026-08-13T22:59:13.392Z[ recovery-image] Aug 13 22:59:11.966 INFO O| Aug 13 22:59:11.966 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-13T22:59:13.408Z[ recovery-image] Aug 13 22:59:11.977 INFO O| Aug 13 22:59:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67432026-08-13T22:59:13.408Z[ recovery-image] Aug 13 22:59:11.977 INFO O| Aug 13 22:59:11.977 INFO STEP 501 (remove_files) COMPLETE
67442026-08-13T22:59:13.409Z[ recovery-image] Aug 13 22:59:11.977 INFO O| Aug 13 22:59:11.977 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-13T22:59:13.428Z[ recovery-image] Aug 13 22:59:11.989 INFO O| Aug 13 22:59:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67462026-08-13T22:59:13.428Z[ recovery-image] Aug 13 22:59:11.989 INFO O| Aug 13 22:59:11.989 INFO STEP 502 (remove_files) COMPLETE
67472026-08-13T22:59:13.428Z[ recovery-image] Aug 13 22:59:11.989 INFO O| Aug 13 22:59:11.989 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.000 INFO O| Aug 13 22:59:12.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67492026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.000 INFO O| Aug 13 22:59:12.000 INFO STEP 503 (remove_files) COMPLETE
67502026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.000 INFO O| Aug 13 22:59:12.000 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.011 INFO O| Aug 13 22:59:12.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67522026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.011 INFO O| Aug 13 22:59:12.011 INFO STEP 504 (remove_files) COMPLETE
67532026-08-13T22:59:13.438Z[ recovery-image] Aug 13 22:59:12.011 INFO O| Aug 13 22:59:12.011 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-13T22:59:13.448Z[ recovery-image] Aug 13 22:59:12.022 INFO O| Aug 13 22:59:12.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67552026-08-13T22:59:13.448Z[ recovery-image] Aug 13 22:59:12.022 INFO O| Aug 13 22:59:12.022 INFO STEP 505 (remove_files) COMPLETE
67562026-08-13T22:59:13.449Z[ recovery-image] Aug 13 22:59:12.022 INFO O| Aug 13 22:59:12.022 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-13T22:59:13.457Z[ recovery-image] Aug 13 22:59:12.032 INFO O| Aug 13 22:59:12.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67582026-08-13T22:59:13.457Z[ recovery-image] Aug 13 22:59:12.032 INFO O| Aug 13 22:59:12.032 INFO STEP 506 (remove_files) COMPLETE
67592026-08-13T22:59:13.457Z[ recovery-image] Aug 13 22:59:12.032 INFO O| Aug 13 22:59:12.032 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-13T22:59:13.466Z[ recovery-image] Aug 13 22:59:12.041 INFO O| Aug 13 22:59:12.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67612026-08-13T22:59:13.466Z[ recovery-image] Aug 13 22:59:12.041 INFO O| Aug 13 22:59:12.041 INFO STEP 507 (remove_files) COMPLETE
67622026-08-13T22:59:13.466Z[ recovery-image] Aug 13 22:59:12.041 INFO O| Aug 13 22:59:12.041 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-13T22:59:13.478Z[ recovery-image] Aug 13 22:59:12.053 INFO O| Aug 13 22:59:12.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67642026-08-13T22:59:13.478Z[ recovery-image] Aug 13 22:59:12.053 INFO O| Aug 13 22:59:12.052 INFO STEP 508 (remove_files) COMPLETE
67652026-08-13T22:59:13.478Z[ recovery-image] Aug 13 22:59:12.053 INFO O| Aug 13 22:59:12.052 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-13T22:59:13.489Z[ recovery-image] Aug 13 22:59:12.061 INFO O| Aug 13 22:59:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67672026-08-13T22:59:13.489Z[ recovery-image] Aug 13 22:59:12.061 INFO O| Aug 13 22:59:12.061 INFO STEP 509 (remove_files) COMPLETE
67682026-08-13T22:59:13.489Z[ recovery-image] Aug 13 22:59:12.061 INFO O| Aug 13 22:59:12.061 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-13T22:59:13.501Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
67702026-08-13T22:59:13.501Z[ recovery-image] Aug 13 22:59:12.071 INFO O| Aug 13 22:59:12.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67712026-08-13T22:59:13.501Z[ recovery-image] Aug 13 22:59:12.071 INFO O| Aug 13 22:59:12.071 INFO STEP 510 (remove_files) COMPLETE
67722026-08-13T22:59:13.502Z[ recovery-image] Aug 13 22:59:12.071 INFO O| Aug 13 22:59:12.071 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-13T22:59:13.514Z[ recovery-image] Aug 13 22:59:12.081 INFO O| Aug 13 22:59:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67742026-08-13T22:59:13.514Z[ recovery-image] Aug 13 22:59:12.081 INFO O| Aug 13 22:59:12.081 INFO STEP 511 (remove_files) COMPLETE
67752026-08-13T22:59:13.514Z[ recovery-image] Aug 13 22:59:12.081 INFO O| Aug 13 22:59:12.081 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.090 INFO O| Aug 13 22:59:12.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67772026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.090 INFO O| Aug 13 22:59:12.090 INFO STEP 512 (remove_files) COMPLETE
67782026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.090 INFO O| Aug 13 22:59:12.090 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.100 INFO O| Aug 13 22:59:12.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67802026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.101 INFO O| Aug 13 22:59:12.101 INFO STEP 513 (remove_files) COMPLETE
67812026-08-13T22:59:13.527Z[ recovery-image] Aug 13 22:59:12.101 INFO O| Aug 13 22:59:12.101 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-13T22:59:13.537Z[ recovery-image] Aug 13 22:59:12.110 INFO O| Aug 13 22:59:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67832026-08-13T22:59:13.537Z[ recovery-image] Aug 13 22:59:12.110 INFO O| Aug 13 22:59:12.110 INFO STEP 514 (remove_files) COMPLETE
67842026-08-13T22:59:13.537Z[ recovery-image] Aug 13 22:59:12.110 INFO O| Aug 13 22:59:12.110 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-13T22:59:13.547Z[ recovery-image] Aug 13 22:59:12.120 INFO O| Aug 13 22:59:12.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67862026-08-13T22:59:13.547Z[ recovery-image] Aug 13 22:59:12.120 INFO O| Aug 13 22:59:12.120 INFO STEP 515 (remove_files) COMPLETE
67872026-08-13T22:59:13.547Z[ recovery-image] Aug 13 22:59:12.120 INFO O| Aug 13 22:59:12.120 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-13T22:59:13.559Z[ recovery-image] Aug 13 22:59:12.131 INFO O| Aug 13 22:59:12.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67892026-08-13T22:59:13.559Z[ recovery-image] Aug 13 22:59:12.131 INFO O| Aug 13 22:59:12.131 INFO STEP 516 (remove_files) COMPLETE
67902026-08-13T22:59:13.559Z[ recovery-image] Aug 13 22:59:12.131 INFO O| Aug 13 22:59:12.131 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.140 INFO O| Aug 13 22:59:12.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67922026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.140 INFO O| Aug 13 22:59:12.140 INFO STEP 517 (remove_files) COMPLETE
67932026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.140 INFO O| Aug 13 22:59:12.140 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.150 INFO O| Aug 13 22:59:12.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67952026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.150 INFO O| Aug 13 22:59:12.150 INFO STEP 518 (remove_files) COMPLETE
67962026-08-13T22:59:13.573Z[ recovery-image] Aug 13 22:59:12.150 INFO O| Aug 13 22:59:12.150 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-13T22:59:13.586Z[ recovery-image] Aug 13 22:59:12.160 INFO O| Aug 13 22:59:12.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67982026-08-13T22:59:13.586Z[ recovery-image] Aug 13 22:59:12.160 INFO O| Aug 13 22:59:12.160 INFO STEP 519 (remove_files) COMPLETE
67992026-08-13T22:59:13.586Z[ recovery-image] Aug 13 22:59:12.160 INFO O| Aug 13 22:59:12.160 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-13T22:59:13.596Z[ recovery-image] Aug 13 22:59:12.171 INFO O| Aug 13 22:59:12.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68012026-08-13T22:59:13.596Z[ recovery-image] Aug 13 22:59:12.171 INFO O| Aug 13 22:59:12.171 INFO STEP 520 (remove_files) COMPLETE
68022026-08-13T22:59:13.596Z[ recovery-image] Aug 13 22:59:12.171 INFO O| Aug 13 22:59:12.171 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-13T22:59:13.607Z[ recovery-image] Aug 13 22:59:12.181 INFO O| Aug 13 22:59:12.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68042026-08-13T22:59:13.607Z[ recovery-image] Aug 13 22:59:12.181 INFO O| Aug 13 22:59:12.181 INFO STEP 521 (remove_files) COMPLETE
68052026-08-13T22:59:13.607Z[ recovery-image] Aug 13 22:59:12.181 INFO O| Aug 13 22:59:12.181 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.190 INFO O| Aug 13 22:59:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68072026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.190 INFO O| Aug 13 22:59:12.190 INFO STEP 522 (remove_files) COMPLETE
68082026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.190 INFO O| Aug 13 22:59:12.190 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.198 INFO O| Aug 13 22:59:12.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68102026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.199 INFO O| Aug 13 22:59:12.199 INFO STEP 523 (remove_files) COMPLETE
68112026-08-13T22:59:13.622Z[ recovery-image] Aug 13 22:59:12.199 INFO O| Aug 13 22:59:12.199 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.207 INFO O| Aug 13 22:59:12.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68132026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.207 INFO O| Aug 13 22:59:12.207 INFO STEP 524 (remove_files) COMPLETE
68142026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.207 INFO O| Aug 13 22:59:12.207 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.216 INFO O| Aug 13 22:59:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68162026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.216 INFO O| Aug 13 22:59:12.216 INFO STEP 525 (remove_files) COMPLETE
68172026-08-13T22:59:13.644Z[ recovery-image] Aug 13 22:59:12.216 INFO O| Aug 13 22:59:12.216 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.226 INFO O| Aug 13 22:59:12.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68192026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.226 INFO O| Aug 13 22:59:12.226 INFO STEP 526 (remove_files) COMPLETE
68202026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.226 INFO O| Aug 13 22:59:12.226 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.236 INFO O| Aug 13 22:59:12.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68222026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.236 INFO O| Aug 13 22:59:12.236 INFO STEP 527 (remove_files) COMPLETE
68232026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.236 INFO O| Aug 13 22:59:12.236 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.245 INFO O| Aug 13 22:59:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68252026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.246 INFO O| Aug 13 22:59:12.245 INFO STEP 528 (remove_files) COMPLETE
68262026-08-13T22:59:14.494Z[ recovery-image] Aug 13 22:59:12.246 INFO O| Aug 13 22:59:12.246 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.258 INFO O| Aug 13 22:59:12.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68282026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.258 INFO O| Aug 13 22:59:12.258 INFO STEP 529 (remove_files) COMPLETE
68292026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.258 INFO O| Aug 13 22:59:12.258 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.269 INFO O| Aug 13 22:59:12.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68312026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.269 INFO O| Aug 13 22:59:12.269 INFO STEP 530 (remove_files) COMPLETE
68322026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.269 INFO O| Aug 13 22:59:12.269 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.280 INFO O| Aug 13 22:59:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68342026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.280 INFO O| Aug 13 22:59:12.280 INFO STEP 531 (remove_files) COMPLETE
68352026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.280 INFO O| Aug 13 22:59:12.280 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.291 INFO O| Aug 13 22:59:12.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68372026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.292 INFO O| Aug 13 22:59:12.292 INFO STEP 532 (remove_files) COMPLETE
68382026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.292 INFO O| Aug 13 22:59:12.292 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.302 INFO O| Aug 13 22:59:12.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68402026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.302 INFO O| Aug 13 22:59:12.302 INFO STEP 533 (remove_files) COMPLETE
68412026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.302 INFO O| Aug 13 22:59:12.302 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.313 INFO O| Aug 13 22:59:12.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68432026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.313 INFO O| Aug 13 22:59:12.313 INFO STEP 534 (remove_files) COMPLETE
68442026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.313 INFO O| Aug 13 22:59:12.313 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.325 INFO O| Aug 13 22:59:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68462026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.325 INFO O| Aug 13 22:59:12.325 INFO STEP 535 (remove_files) COMPLETE
68472026-08-13T22:59:14.495Z[ recovery-image] Aug 13 22:59:12.325 INFO O| Aug 13 22:59:12.325 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.336 INFO O| Aug 13 22:59:12.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68492026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.336 INFO O| Aug 13 22:59:12.336 INFO STEP 536 (remove_files) COMPLETE
68502026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.336 INFO O| Aug 13 22:59:12.336 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.345 INFO O| Aug 13 22:59:12.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68522026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.346 INFO O| Aug 13 22:59:12.345 INFO STEP 537 (remove_files) COMPLETE
68532026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.346 INFO O| Aug 13 22:59:12.346 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.354 INFO O| Aug 13 22:59:12.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68552026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.354 INFO O| Aug 13 22:59:12.354 INFO STEP 538 (remove_files) COMPLETE
68562026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.354 INFO O| Aug 13 22:59:12.354 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.363 INFO O| Aug 13 22:59:12.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68582026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.363 INFO O| Aug 13 22:59:12.363 INFO STEP 539 (remove_files) COMPLETE
68592026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.363 INFO O| Aug 13 22:59:12.363 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.372 INFO O| Aug 13 22:59:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68612026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.372 INFO O| Aug 13 22:59:12.372 INFO STEP 540 (remove_files) COMPLETE
68622026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.372 INFO O| Aug 13 22:59:12.372 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.381 INFO O| Aug 13 22:59:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68642026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.381 INFO O| Aug 13 22:59:12.381 INFO STEP 541 (remove_files) COMPLETE
68652026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.381 INFO O| Aug 13 22:59:12.381 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.389 INFO O| Aug 13 22:59:12.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68672026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.389 INFO O| Aug 13 22:59:12.389 INFO STEP 542 (remove_files) COMPLETE
68682026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.389 INFO O| Aug 13 22:59:12.389 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.398 INFO O| Aug 13 22:59:12.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68702026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.398 INFO O| Aug 13 22:59:12.398 INFO STEP 543 (remove_files) COMPLETE
68712026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.398 INFO O| Aug 13 22:59:12.398 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.408 INFO O| Aug 13 22:59:12.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68732026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.408 INFO O| Aug 13 22:59:12.408 INFO STEP 544 (remove_files) COMPLETE
68742026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.408 INFO O| Aug 13 22:59:12.408 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.415 INFO O| Aug 13 22:59:12.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68762026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.415 INFO O| Aug 13 22:59:12.415 INFO STEP 545 (remove_files) COMPLETE
68772026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.415 INFO O| Aug 13 22:59:12.415 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-13T22:59:14.496Z[verify-libraries] Compiling seq-macro v0.3.6
68792026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.426 INFO O| Aug 13 22:59:12.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68802026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.427 INFO O| Aug 13 22:59:12.426 INFO STEP 546 (remove_files) COMPLETE
68812026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.427 INFO O| Aug 13 22:59:12.426 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.442 INFO O| Aug 13 22:59:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68832026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.442 INFO O| Aug 13 22:59:12.442 INFO STEP 547 (remove_files) COMPLETE
68842026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.442 INFO O| Aug 13 22:59:12.442 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-13T22:59:14.496Z[ recovery-image] Aug 13 22:59:12.453 INFO O| Aug 13 22:59:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68862026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.453 INFO O| Aug 13 22:59:12.453 INFO STEP 548 (remove_files) COMPLETE
68872026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.453 INFO O| Aug 13 22:59:12.453 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.463 INFO O| Aug 13 22:59:12.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68892026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.463 INFO O| Aug 13 22:59:12.463 INFO STEP 549 (remove_files) COMPLETE
68902026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.463 INFO O| Aug 13 22:59:12.463 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-13T22:59:14.497Z[verify-libraries] Compiling sync-ptr v0.1.4
68922026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.472 INFO O| Aug 13 22:59:12.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68932026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.472 INFO O| Aug 13 22:59:12.472 INFO STEP 550 (remove_files) COMPLETE
68942026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.472 INFO O| Aug 13 22:59:12.472 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.481 INFO O| Aug 13 22:59:12.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68962026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.481 INFO O| Aug 13 22:59:12.481 INFO STEP 551 (remove_files) COMPLETE
68972026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.481 INFO O| Aug 13 22:59:12.481 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.491 INFO O| Aug 13 22:59:12.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68992026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.491 INFO O| Aug 13 22:59:12.491 INFO STEP 552 (remove_files) COMPLETE
69002026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.491 INFO O| Aug 13 22:59:12.491 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.501 INFO O| Aug 13 22:59:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69022026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.501 INFO O| Aug 13 22:59:12.501 INFO STEP 553 (remove_files) COMPLETE
69032026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.501 INFO O| Aug 13 22:59:12.501 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.511 INFO O| Aug 13 22:59:12.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69052026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.511 INFO O| Aug 13 22:59:12.511 INFO STEP 554 (remove_files) COMPLETE
69062026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.511 INFO O| Aug 13 22:59:12.511 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.521 INFO O| Aug 13 22:59:12.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69082026-08-13T22:59:14.497Z[ recovery-image] Aug 13 22:59:12.521 INFO O| Aug 13 22:59:12.521 INFO STEP 555 (remove_files) COMPLETE
69092026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.521 INFO O| Aug 13 22:59:12.521 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.530 INFO O| Aug 13 22:59:12.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69112026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.530 INFO O| Aug 13 22:59:12.530 INFO STEP 556 (remove_files) COMPLETE
69122026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.530 INFO O| Aug 13 22:59:12.530 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.538 INFO O| Aug 13 22:59:12.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69142026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.538 INFO O| Aug 13 22:59:12.538 INFO STEP 557 (remove_files) COMPLETE
69152026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.538 INFO O| Aug 13 22:59:12.538 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.548 INFO O| Aug 13 22:59:12.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69172026-08-13T22:59:14.498Z[ recovery-image] Aug 13 22:59:12.548 INFO O| Aug 13 22:59:12.548 INFO STEP 558 (remove_files) COMPLETE
69182026-08-13T22:59:14.559Z[ recovery-image] Aug 13 22:59:12.548 INFO O| Aug 13 22:59:12.548 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-13T22:59:14.559Z[ recovery-image] Aug 13 22:59:12.557 INFO O| Aug 13 22:59:12.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69202026-08-13T22:59:14.559Z[ recovery-image] Aug 13 22:59:12.557 INFO O| Aug 13 22:59:12.557 INFO STEP 559 (remove_files) COMPLETE
69212026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.557 INFO O| Aug 13 22:59:12.557 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-13T22:59:14.560Z[verify-libraries] Compiling md5 v0.8.0
69232026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.566 INFO O| Aug 13 22:59:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69242026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.566 INFO O| Aug 13 22:59:12.566 INFO STEP 560 (remove_files) COMPLETE
69252026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.566 INFO O| Aug 13 22:59:12.566 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.576 INFO O| Aug 13 22:59:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69272026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.576 INFO O| Aug 13 22:59:12.576 INFO STEP 561 (remove_files) COMPLETE
69282026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.576 INFO O| Aug 13 22:59:12.576 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.586 INFO O| Aug 13 22:59:12.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69302026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.586 INFO O| Aug 13 22:59:12.586 INFO STEP 562 (remove_files) COMPLETE
69312026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.586 INFO O| Aug 13 22:59:12.586 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-13T22:59:14.560Z[verify-libraries] Compiling hex-literal v1.1.0
69332026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.596 INFO O| Aug 13 22:59:12.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69342026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.596 INFO O| Aug 13 22:59:12.595 INFO STEP 563 (remove_files) COMPLETE
69352026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.596 INFO O| Aug 13 22:59:12.595 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.605 INFO O| Aug 13 22:59:12.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69372026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.605 INFO O| Aug 13 22:59:12.605 INFO STEP 564 (remove_files) COMPLETE
69382026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.605 INFO O| Aug 13 22:59:12.605 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-13T22:59:14.560Z[ recovery-image] Aug 13 22:59:12.614 INFO O| Aug 13 22:59:12.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69402026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.614 INFO O| Aug 13 22:59:12.614 INFO STEP 565 (remove_files) COMPLETE
69412026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.614 INFO O| Aug 13 22:59:12.614 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.623 INFO O| Aug 13 22:59:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69432026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.623 INFO O| Aug 13 22:59:12.623 INFO STEP 566 (remove_files) COMPLETE
69442026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.623 INFO O| Aug 13 22:59:12.623 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.633 INFO O| Aug 13 22:59:12.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69462026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.633 INFO O| Aug 13 22:59:12.633 INFO STEP 567 (remove_files) COMPLETE
69472026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.633 INFO O| Aug 13 22:59:12.633 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.643 INFO O| Aug 13 22:59:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69492026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.643 INFO O| Aug 13 22:59:12.643 INFO STEP 568 (remove_files) COMPLETE
69502026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.643 INFO O| Aug 13 22:59:12.643 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.653 INFO O| Aug 13 22:59:12.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69522026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.653 INFO O| Aug 13 22:59:12.653 INFO STEP 569 (remove_files) COMPLETE
69532026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.653 INFO O| Aug 13 22:59:12.653 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.663 INFO O| Aug 13 22:59:12.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69552026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.663 INFO O| Aug 13 22:59:12.663 INFO STEP 570 (remove_files) COMPLETE
69562026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.663 INFO O| Aug 13 22:59:12.663 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-13T22:59:14.561Z[ recovery-image] Aug 13 22:59:12.674 INFO O| Aug 13 22:59:12.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69582026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.674 INFO O| Aug 13 22:59:12.674 INFO STEP 571 (remove_files) COMPLETE
69592026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.674 INFO O| Aug 13 22:59:12.674 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.685 INFO O| Aug 13 22:59:12.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69612026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.685 INFO O| Aug 13 22:59:12.685 INFO STEP 572 (remove_files) COMPLETE
69622026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.685 INFO O| Aug 13 22:59:12.685 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-13T22:59:14.562Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
69642026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.696 INFO O| Aug 13 22:59:12.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69652026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.696 INFO O| Aug 13 22:59:12.696 INFO STEP 573 (remove_files) COMPLETE
69662026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.696 INFO O| Aug 13 22:59:12.696 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.707 INFO O| Aug 13 22:59:12.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69682026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.707 INFO O| Aug 13 22:59:12.707 INFO STEP 574 (remove_files) COMPLETE
69692026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.707 INFO O| Aug 13 22:59:12.707 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.718 INFO O| Aug 13 22:59:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69712026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.718 INFO O| Aug 13 22:59:12.718 INFO STEP 575 (remove_files) COMPLETE
69722026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.718 INFO O| Aug 13 22:59:12.718 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.729 INFO O| Aug 13 22:59:12.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69742026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.729 INFO O| Aug 13 22:59:12.729 INFO STEP 576 (remove_files) COMPLETE
69752026-08-13T22:59:14.562Z[ recovery-image] Aug 13 22:59:12.729 INFO O| Aug 13 22:59:12.729 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.738 INFO O| Aug 13 22:59:12.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69772026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.738 INFO O| Aug 13 22:59:12.738 INFO STEP 577 (remove_files) COMPLETE
69782026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.738 INFO O| Aug 13 22:59:12.738 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.748 INFO O| Aug 13 22:59:12.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69802026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.749 INFO O| Aug 13 22:59:12.748 INFO STEP 578 (remove_files) COMPLETE
69812026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.749 INFO O| Aug 13 22:59:12.748 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.758 INFO O| Aug 13 22:59:12.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69832026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.758 INFO O| Aug 13 22:59:12.758 INFO STEP 579 (remove_files) COMPLETE
69842026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.758 INFO O| Aug 13 22:59:12.758 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.768 INFO O| Aug 13 22:59:12.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69862026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.768 INFO O| Aug 13 22:59:12.768 INFO STEP 580 (remove_files) COMPLETE
69872026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.768 INFO O| Aug 13 22:59:12.768 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.777 INFO O| Aug 13 22:59:12.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69892026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.777 INFO O| Aug 13 22:59:12.777 INFO STEP 581 (remove_files) COMPLETE
69902026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.777 INFO O| Aug 13 22:59:12.777 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-13T22:59:14.563Z[verify-libraries] Compiling russh v0.62.4
69922026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.787 INFO O| Aug 13 22:59:12.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69932026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.789 INFO O| Aug 13 22:59:12.788 INFO STEP 582 (remove_files) COMPLETE
69942026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.789 INFO O| Aug 13 22:59:12.788 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.797 INFO O| Aug 13 22:59:12.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69962026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.797 INFO O| Aug 13 22:59:12.797 INFO STEP 583 (remove_files) COMPLETE
69972026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.797 INFO O| Aug 13 22:59:12.797 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.806 INFO O| Aug 13 22:59:12.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69992026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.806 INFO O| Aug 13 22:59:12.806 INFO STEP 584 (remove_files) COMPLETE
70002026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.806 INFO O| Aug 13 22:59:12.806 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.815 INFO O| Aug 13 22:59:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70022026-08-13T22:59:14.563Z[ recovery-image] Aug 13 22:59:12.815 INFO O| Aug 13 22:59:12.815 INFO STEP 585 (remove_files) COMPLETE
70032026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.815 INFO O| Aug 13 22:59:12.815 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.824 INFO O| Aug 13 22:59:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70052026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.824 INFO O| Aug 13 22:59:12.824 INFO STEP 586 (remove_files) COMPLETE
70062026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.824 INFO O| Aug 13 22:59:12.824 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.833 INFO O| Aug 13 22:59:12.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70082026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.833 INFO O| Aug 13 22:59:12.833 INFO STEP 587 (remove_files) COMPLETE
70092026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.833 INFO O| Aug 13 22:59:12.833 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.841 INFO O| Aug 13 22:59:12.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70112026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.841 INFO O| Aug 13 22:59:12.841 INFO STEP 588 (remove_files) COMPLETE
70122026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.841 INFO O| Aug 13 22:59:12.841 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.850 INFO O| Aug 13 22:59:12.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70142026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.850 INFO O| Aug 13 22:59:12.850 INFO STEP 589 (remove_files) COMPLETE
70152026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.850 INFO O| Aug 13 22:59:12.850 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.859 INFO O| Aug 13 22:59:12.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70172026-08-13T22:59:14.564Z[ recovery-image] Aug 13 22:59:12.859 INFO O| Aug 13 22:59:12.859 INFO STEP 590 (remove_files) COMPLETE
70182026-08-13T22:59:14.585Z[ recovery-image] Aug 13 22:59:12.859 INFO O| Aug 13 22:59:12.859 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.868 INFO O| Aug 13 22:59:12.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70202026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.868 INFO O| Aug 13 22:59:12.868 INFO STEP 591 (remove_files) COMPLETE
70212026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.868 INFO O| Aug 13 22:59:12.868 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.879 INFO O| Aug 13 22:59:12.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70232026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.879 INFO O| Aug 13 22:59:12.879 INFO STEP 592 (remove_files) COMPLETE
70242026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.879 INFO O| Aug 13 22:59:12.879 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.888 INFO O| Aug 13 22:59:12.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70262026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.888 INFO O| Aug 13 22:59:12.888 INFO STEP 593 (remove_files) COMPLETE
70272026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.888 INFO O| Aug 13 22:59:12.888 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.898 INFO O| Aug 13 22:59:12.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70292026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.898 INFO O| Aug 13 22:59:12.898 INFO STEP 594 (remove_files) COMPLETE
70302026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.898 INFO O| Aug 13 22:59:12.898 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-13T22:59:14.586Z[ recovery-image] Aug 13 22:59:12.908 INFO O| Aug 13 22:59:12.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70322026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.908 INFO O| Aug 13 22:59:12.908 INFO STEP 595 (remove_files) COMPLETE
70332026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.908 INFO O| Aug 13 22:59:12.908 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.917 INFO O| Aug 13 22:59:12.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70352026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.917 INFO O| Aug 13 22:59:12.917 INFO STEP 596 (remove_files) COMPLETE
70362026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.917 INFO O| Aug 13 22:59:12.917 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.927 INFO O| Aug 13 22:59:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70382026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.927 INFO O| Aug 13 22:59:12.927 INFO STEP 597 (remove_files) COMPLETE
70392026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.927 INFO O| Aug 13 22:59:12.927 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.938 INFO O| Aug 13 22:59:12.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70412026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.938 INFO O| Aug 13 22:59:12.938 INFO STEP 598 (remove_files) COMPLETE
70422026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.938 INFO O| Aug 13 22:59:12.938 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.949 INFO O| Aug 13 22:59:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70442026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.949 INFO O| Aug 13 22:59:12.949 INFO STEP 599 (remove_files) COMPLETE
70452026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.949 INFO O| Aug 13 22:59:12.949 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.958 INFO O| Aug 13 22:59:12.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70472026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.959 INFO O| Aug 13 22:59:12.959 INFO STEP 600 (remove_files) COMPLETE
70482026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.959 INFO O| Aug 13 22:59:12.959 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.969 INFO O| Aug 13 22:59:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70502026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.969 INFO O| Aug 13 22:59:12.969 INFO STEP 601 (remove_files) COMPLETE
70512026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.969 INFO O| Aug 13 22:59:12.969 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-13T22:59:14.587Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
70532026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.977 INFO O| Aug 13 22:59:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70542026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.978 INFO O| Aug 13 22:59:12.978 INFO STEP 602 (remove_files) COMPLETE
70552026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.978 INFO O| Aug 13 22:59:12.978 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.987 INFO O| Aug 13 22:59:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70572026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.987 INFO O| Aug 13 22:59:12.987 INFO STEP 603 (remove_files) COMPLETE
70582026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.987 INFO O| Aug 13 22:59:12.987 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.997 INFO O| Aug 13 22:59:12.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70602026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.997 INFO O| Aug 13 22:59:12.997 INFO STEP 604 (remove_files) COMPLETE
70612026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:12.997 INFO O| Aug 13 22:59:12.997 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:13.007 INFO O| Aug 13 22:59:13.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70632026-08-13T22:59:14.587Z[ recovery-image] Aug 13 22:59:13.007 INFO O| Aug 13 22:59:13.007 INFO STEP 605 (remove_files) COMPLETE
70642026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.007 INFO O| Aug 13 22:59:13.007 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.018 INFO O| Aug 13 22:59:13.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70662026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.018 INFO O| Aug 13 22:59:13.018 INFO STEP 606 (remove_files) COMPLETE
70672026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.018 INFO O| Aug 13 22:59:13.018 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.028 INFO O| Aug 13 22:59:13.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70692026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.028 INFO O| Aug 13 22:59:13.028 INFO STEP 607 (remove_files) COMPLETE
70702026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.028 INFO O| Aug 13 22:59:13.028 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.037 INFO O| Aug 13 22:59:13.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70722026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.038 INFO O| Aug 13 22:59:13.037 INFO STEP 608 (remove_files) COMPLETE
70732026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.038 INFO O| Aug 13 22:59:13.038 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.046 INFO O| Aug 13 22:59:13.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70752026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.048 INFO O| Aug 13 22:59:13.048 INFO STEP 609 (remove_files) COMPLETE
70762026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.048 INFO O| Aug 13 22:59:13.048 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.060 INFO O| Aug 13 22:59:13.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70782026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.060 INFO O| Aug 13 22:59:13.060 INFO STEP 610 (remove_files) COMPLETE
70792026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.060 INFO O| Aug 13 22:59:13.060 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.070 INFO O| Aug 13 22:59:13.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70812026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.070 INFO O| Aug 13 22:59:13.070 INFO STEP 611 (remove_files) COMPLETE
70822026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.070 INFO O| Aug 13 22:59:13.070 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.085 INFO O| Aug 13 22:59:13.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70842026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.085 INFO O| Aug 13 22:59:13.085 INFO STEP 612 (remove_files) COMPLETE
70852026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.086 INFO O| Aug 13 22:59:13.085 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.095 INFO O| Aug 13 22:59:13.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70872026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.096 INFO O| Aug 13 22:59:13.095 INFO STEP 613 (remove_files) COMPLETE
70882026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.096 INFO O| Aug 13 22:59:13.096 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.107 INFO O| Aug 13 22:59:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70902026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.108 INFO O| Aug 13 22:59:13.108 INFO STEP 614 (remove_files) COMPLETE
70912026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.108 INFO O| Aug 13 22:59:13.108 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.117 INFO O| Aug 13 22:59:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70932026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.117 INFO O| Aug 13 22:59:13.117 INFO STEP 615 (remove_files) COMPLETE
70942026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.117 INFO O| Aug 13 22:59:13.117 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.126 INFO O| Aug 13 22:59:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70962026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.130 INFO O| Aug 13 22:59:13.130 INFO STEP 616 (remove_files) COMPLETE
70972026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.130 INFO O| Aug 13 22:59:13.130 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.141 INFO O| Aug 13 22:59:13.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70992026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.141 INFO O| Aug 13 22:59:13.141 INFO STEP 617 (remove_files) COMPLETE
71002026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.141 INFO O| Aug 13 22:59:13.141 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.153 INFO O| Aug 13 22:59:13.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71022026-08-13T22:59:14.588Z[ recovery-image] Aug 13 22:59:13.153 INFO O| Aug 13 22:59:13.153 INFO STEP 618 (remove_files) COMPLETE
71032026-08-13T22:59:14.589Z[ recovery-image] Aug 13 22:59:13.153 INFO O| Aug 13 22:59:13.153 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-13T22:59:14.602Z[ recovery-image] Aug 13 22:59:13.163 INFO O| Aug 13 22:59:13.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71052026-08-13T22:59:14.602Z[ recovery-image] Aug 13 22:59:13.163 INFO O| Aug 13 22:59:13.163 INFO STEP 619 (remove_files) COMPLETE
71062026-08-13T22:59:14.603Z[ recovery-image] Aug 13 22:59:13.163 INFO O| Aug 13 22:59:13.163 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-13T22:59:14.603Z[ recovery-image] Aug 13 22:59:13.173 INFO O| Aug 13 22:59:13.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71082026-08-13T22:59:14.603Z[ recovery-image] Aug 13 22:59:13.173 INFO O| Aug 13 22:59:13.173 INFO STEP 620 (remove_files) COMPLETE
71092026-08-13T22:59:14.603Z[ recovery-image] Aug 13 22:59:13.173 INFO O| Aug 13 22:59:13.173 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-13T22:59:14.603Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
71112026-08-13T22:59:14.616Z[ recovery-image] Aug 13 22:59:13.183 INFO O| Aug 13 22:59:13.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71122026-08-13T22:59:14.616Z[ recovery-image] Aug 13 22:59:13.183 INFO O| Aug 13 22:59:13.183 INFO STEP 621 (remove_files) COMPLETE
71132026-08-13T22:59:14.617Z[ recovery-image] Aug 13 22:59:13.183 INFO O| Aug 13 22:59:13.183 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-13T22:59:14.617Z[ recovery-image] Aug 13 22:59:13.192 INFO O| Aug 13 22:59:13.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71152026-08-13T22:59:14.617Z[ recovery-image] Aug 13 22:59:13.192 INFO O| Aug 13 22:59:13.192 INFO STEP 622 (remove_files) COMPLETE
71162026-08-13T22:59:14.617Z[ recovery-image] Aug 13 22:59:13.192 INFO O| Aug 13 22:59:13.192 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-13T22:59:14.627Z[ recovery-image] Aug 13 22:59:13.202 INFO O| Aug 13 22:59:13.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71182026-08-13T22:59:14.627Z[ recovery-image] Aug 13 22:59:13.202 INFO O| Aug 13 22:59:13.202 INFO STEP 623 (remove_files) COMPLETE
71192026-08-13T22:59:14.628Z[ recovery-image] Aug 13 22:59:13.202 INFO O| Aug 13 22:59:13.202 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-13T22:59:14.646Z[ recovery-image] Aug 13 22:59:13.213 INFO O| Aug 13 22:59:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71212026-08-13T22:59:14.646Z[ recovery-image] Aug 13 22:59:13.213 INFO O| Aug 13 22:59:13.213 INFO STEP 624 (remove_files) COMPLETE
71222026-08-13T22:59:14.646Z[ recovery-image] Aug 13 22:59:13.213 INFO O| Aug 13 22:59:13.213 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-13T22:59:14.663Z[ recovery-image] Aug 13 22:59:13.224 INFO O| Aug 13 22:59:13.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71242026-08-13T22:59:14.664Z[ recovery-image] Aug 13 22:59:13.225 INFO O| Aug 13 22:59:13.225 INFO STEP 625 (remove_files) COMPLETE
71252026-08-13T22:59:14.664Z[ recovery-image] Aug 13 22:59:13.225 INFO O| Aug 13 22:59:13.225 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-13T22:59:14.664Z[ recovery-image] Aug 13 22:59:13.236 INFO O| Aug 13 22:59:13.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71272026-08-13T22:59:14.664Z[ recovery-image] Aug 13 22:59:13.236 INFO O| Aug 13 22:59:13.236 INFO STEP 626 (remove_files) COMPLETE
71282026-08-13T22:59:14.664Z[ recovery-image] Aug 13 22:59:13.236 INFO O| Aug 13 22:59:13.236 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-13T22:59:14.675Z[ recovery-image] Aug 13 22:59:13.247 INFO O| Aug 13 22:59:13.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71302026-08-13T22:59:14.675Z[ recovery-image] Aug 13 22:59:13.248 INFO O| Aug 13 22:59:13.248 INFO STEP 627 (remove_files) COMPLETE
71312026-08-13T22:59:14.675Z[ recovery-image] Aug 13 22:59:13.248 INFO O| Aug 13 22:59:13.248 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-13T22:59:14.694Z[ recovery-image] Aug 13 22:59:13.258 INFO O| Aug 13 22:59:13.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71332026-08-13T22:59:14.695Z[ recovery-image] Aug 13 22:59:13.258 INFO O| Aug 13 22:59:13.258 INFO STEP 628 (remove_files) COMPLETE
71342026-08-13T22:59:14.695Z[ recovery-image] Aug 13 22:59:13.258 INFO O| Aug 13 22:59:13.258 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-13T22:59:14.695Z[ recovery-image] Aug 13 22:59:13.268 INFO O| Aug 13 22:59:13.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71362026-08-13T22:59:14.695Z[ recovery-image] Aug 13 22:59:13.268 INFO O| Aug 13 22:59:13.268 INFO STEP 629 (remove_files) COMPLETE
71372026-08-13T22:59:14.695Z[ recovery-image] Aug 13 22:59:13.268 INFO O| Aug 13 22:59:13.268 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-13T22:59:14.709Z[ recovery-image] Aug 13 22:59:13.278 INFO O| Aug 13 22:59:13.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71392026-08-13T22:59:14.709Z[ recovery-image] Aug 13 22:59:13.278 INFO O| Aug 13 22:59:13.278 INFO STEP 630 (remove_files) COMPLETE
71402026-08-13T22:59:14.709Z[ recovery-image] Aug 13 22:59:13.278 INFO O| Aug 13 22:59:13.278 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.288 INFO O| Aug 13 22:59:13.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71422026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.288 INFO O| Aug 13 22:59:13.288 INFO STEP 631 (remove_files) COMPLETE
71432026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.288 INFO O| Aug 13 22:59:13.288 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.297 INFO O| Aug 13 22:59:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71452026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.297 INFO O| Aug 13 22:59:13.297 INFO STEP 632 (remove_files) COMPLETE
71462026-08-13T22:59:14.723Z[ recovery-image] Aug 13 22:59:13.297 INFO O| Aug 13 22:59:13.297 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-13T22:59:14.732Z[ recovery-image] Aug 13 22:59:13.307 INFO O| Aug 13 22:59:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71482026-08-13T22:59:14.732Z[ recovery-image] Aug 13 22:59:13.307 INFO O| Aug 13 22:59:13.307 INFO STEP 633 (remove_files) COMPLETE
71492026-08-13T22:59:14.733Z[ recovery-image] Aug 13 22:59:13.307 INFO O| Aug 13 22:59:13.307 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-13T22:59:14.772Z[ recovery-image] Aug 13 22:59:13.316 INFO O| Aug 13 22:59:13.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71512026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.316 INFO O| Aug 13 22:59:13.316 INFO STEP 634 (remove_files) COMPLETE
71522026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.316 INFO O| Aug 13 22:59:13.316 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.326 INFO O| Aug 13 22:59:13.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71542026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.326 INFO O| Aug 13 22:59:13.326 INFO STEP 635 (remove_files) COMPLETE
71552026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.326 INFO O| Aug 13 22:59:13.326 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.334 INFO O| Aug 13 22:59:13.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71572026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.334 INFO O| Aug 13 22:59:13.334 INFO STEP 636 (remove_files) COMPLETE
71582026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.334 INFO O| Aug 13 22:59:13.334 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.343 INFO O| Aug 13 22:59:13.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71602026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.343 INFO O| Aug 13 22:59:13.343 INFO STEP 637 (remove_files) COMPLETE
71612026-08-13T22:59:14.773Z[ recovery-image] Aug 13 22:59:13.343 INFO O| Aug 13 22:59:13.343 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.353 INFO O| Aug 13 22:59:13.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71632026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.353 INFO O| Aug 13 22:59:13.353 INFO STEP 638 (remove_files) COMPLETE
71642026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.353 INFO O| Aug 13 22:59:13.353 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.361 INFO O| Aug 13 22:59:13.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71662026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.361 INFO O| Aug 13 22:59:13.361 INFO STEP 639 (remove_files) COMPLETE
71672026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.361 INFO O| Aug 13 22:59:13.361 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.370 INFO O| Aug 13 22:59:13.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71692026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.370 INFO O| Aug 13 22:59:13.370 INFO STEP 640 (remove_files) COMPLETE
71702026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.370 INFO O| Aug 13 22:59:13.370 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.378 INFO O| Aug 13 22:59:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71722026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.378 INFO O| Aug 13 22:59:13.378 INFO STEP 641 (remove_files) COMPLETE
71732026-08-13T22:59:14.831Z[ recovery-image] Aug 13 22:59:13.378 INFO O| Aug 13 22:59:13.378 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-13T22:59:14.855Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
71752026-08-13T22:59:14.855Z[ recovery-image] Aug 13 22:59:13.387 INFO O| Aug 13 22:59:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71762026-08-13T22:59:14.855Z[ recovery-image] Aug 13 22:59:13.387 INFO O| Aug 13 22:59:13.387 INFO STEP 642 (remove_files) COMPLETE
71772026-08-13T22:59:14.855Z[ recovery-image] Aug 13 22:59:13.387 INFO O| Aug 13 22:59:13.387 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-13T22:59:14.855Z[ recovery-image] Aug 13 22:59:13.395 INFO O| Aug 13 22:59:13.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71792026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.395 INFO O| Aug 13 22:59:13.395 INFO STEP 643 (remove_files) COMPLETE
71802026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.395 INFO O| Aug 13 22:59:13.395 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.405 INFO O| Aug 13 22:59:13.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71822026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.405 INFO O| Aug 13 22:59:13.405 INFO STEP 644 (remove_files) COMPLETE
71832026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.405 INFO O| Aug 13 22:59:13.405 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.415 INFO O| Aug 13 22:59:13.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71852026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.415 INFO O| Aug 13 22:59:13.415 INFO STEP 645 (remove_files) COMPLETE
71862026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.415 INFO O| Aug 13 22:59:13.415 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.425 INFO O| Aug 13 22:59:13.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71882026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.425 INFO O| Aug 13 22:59:13.425 INFO STEP 646 (remove_files) COMPLETE
71892026-08-13T22:59:14.856Z[ recovery-image] Aug 13 22:59:13.425 INFO O| Aug 13 22:59:13.425 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-13T22:59:14.871Z[ recovery-image] Aug 13 22:59:13.435 INFO O| Aug 13 22:59:13.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71912026-08-13T22:59:14.871Z[ recovery-image] Aug 13 22:59:13.435 INFO O| Aug 13 22:59:13.435 INFO STEP 647 (remove_files) COMPLETE
71922026-08-13T22:59:14.871Z[ recovery-image] Aug 13 22:59:13.435 INFO O| Aug 13 22:59:13.435 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.445 INFO O| Aug 13 22:59:13.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71942026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.445 INFO O| Aug 13 22:59:13.445 INFO STEP 648 (remove_files) COMPLETE
71952026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.445 INFO O| Aug 13 22:59:13.445 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.454 INFO O| Aug 13 22:59:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71972026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.454 INFO O| Aug 13 22:59:13.454 INFO STEP 649 (remove_files) COMPLETE
71982026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.454 INFO O| Aug 13 22:59:13.454 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.463 INFO O| Aug 13 22:59:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72002026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.463 INFO O| Aug 13 22:59:13.463 INFO STEP 650 (remove_files) COMPLETE
72012026-08-13T22:59:14.896Z[ recovery-image] Aug 13 22:59:13.463 INFO O| Aug 13 22:59:13.463 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.472 INFO O| Aug 13 22:59:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72032026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.472 INFO O| Aug 13 22:59:13.472 INFO STEP 651 (remove_files) COMPLETE
72042026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.472 INFO O| Aug 13 22:59:13.472 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.482 INFO O| Aug 13 22:59:13.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72062026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.482 INFO O| Aug 13 22:59:13.482 INFO STEP 652 (remove_files) COMPLETE
72072026-08-13T22:59:14.916Z[ recovery-image] Aug 13 22:59:13.482 INFO O| Aug 13 22:59:13.482 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-13T22:59:14.926Z[ recovery-image] Aug 13 22:59:13.491 INFO O| Aug 13 22:59:13.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72092026-08-13T22:59:14.926Z[ recovery-image] Aug 13 22:59:13.492 INFO O| Aug 13 22:59:13.492 INFO STEP 653 (remove_files) COMPLETE
72102026-08-13T22:59:14.926Z[ recovery-image] Aug 13 22:59:13.492 INFO O| Aug 13 22:59:13.492 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-13T22:59:14.926Z[ recovery-image] Aug 13 22:59:13.502 INFO O| Aug 13 22:59:13.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72122026-08-13T22:59:14.926Z[ recovery-image] Aug 13 22:59:13.502 INFO O| Aug 13 22:59:13.502 INFO STEP 654 (remove_files) COMPLETE
72132026-08-13T22:59:14.927Z[ recovery-image] Aug 13 22:59:13.502 INFO O| Aug 13 22:59:13.502 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-13T22:59:14.935Z[ recovery-image] Aug 13 22:59:13.511 INFO O| Aug 13 22:59:13.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72152026-08-13T22:59:14.935Z[ recovery-image] Aug 13 22:59:13.511 INFO O| Aug 13 22:59:13.511 INFO STEP 655 (remove_files) COMPLETE
72162026-08-13T22:59:14.935Z[ recovery-image] Aug 13 22:59:13.511 INFO O| Aug 13 22:59:13.511 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.521 INFO O| Aug 13 22:59:13.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72182026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.521 INFO O| Aug 13 22:59:13.521 INFO STEP 656 (remove_files) COMPLETE
72192026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.521 INFO O| Aug 13 22:59:13.521 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.530 INFO O| Aug 13 22:59:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72212026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.530 INFO O| Aug 13 22:59:13.530 INFO STEP 657 (remove_files) COMPLETE
72222026-08-13T22:59:14.967Z[ recovery-image] Aug 13 22:59:13.530 INFO O| Aug 13 22:59:13.530 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.540 INFO O| Aug 13 22:59:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72242026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.540 INFO O| Aug 13 22:59:13.540 INFO STEP 658 (remove_files) COMPLETE
72252026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.540 INFO O| Aug 13 22:59:13.540 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.549 INFO O| Aug 13 22:59:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72272026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.549 INFO O| Aug 13 22:59:13.549 INFO STEP 659 (remove_files) COMPLETE
72282026-08-13T22:59:14.979Z[ recovery-image] Aug 13 22:59:13.549 INFO O| Aug 13 22:59:13.549 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-13T22:59:14.998Z[ recovery-image] Aug 13 22:59:13.558 INFO O| Aug 13 22:59:13.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72302026-08-13T22:59:14.998Z[ recovery-image] Aug 13 22:59:13.558 INFO O| Aug 13 22:59:13.558 INFO STEP 660 (remove_files) COMPLETE
72312026-08-13T22:59:14.998Z[ recovery-image] Aug 13 22:59:13.558 INFO O| Aug 13 22:59:13.558 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-13T22:59:14.999Z[ recovery-image] Aug 13 22:59:13.567 INFO O| Aug 13 22:59:13.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72332026-08-13T22:59:14.999Z[ recovery-image] Aug 13 22:59:13.567 INFO O| Aug 13 22:59:13.567 INFO STEP 661 (remove_files) COMPLETE
72342026-08-13T22:59:14.999Z[ recovery-image] Aug 13 22:59:13.567 INFO O| Aug 13 22:59:13.567 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-13T22:59:15.014Z[ recovery-image] Aug 13 22:59:13.576 INFO O| Aug 13 22:59:13.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72362026-08-13T22:59:15.015Z[ recovery-image] Aug 13 22:59:13.576 INFO O| Aug 13 22:59:13.576 INFO STEP 662 (remove_files) COMPLETE
72372026-08-13T22:59:15.015Z[ recovery-image] Aug 13 22:59:13.576 INFO O| Aug 13 22:59:13.576 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-13T22:59:15.015Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
72392026-08-13T22:59:15.015Z[ recovery-image] Aug 13 22:59:13.586 INFO O| Aug 13 22:59:13.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72402026-08-13T22:59:15.015Z[ recovery-image] Aug 13 22:59:13.586 INFO O| Aug 13 22:59:13.586 INFO STEP 663 (remove_files) COMPLETE
72412026-08-13T22:59:15.015Z[ recovery-image] Aug 13 22:59:13.586 INFO O| Aug 13 22:59:13.586 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-13T22:59:15.023Z[ recovery-image] Aug 13 22:59:13.596 INFO O| Aug 13 22:59:13.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72432026-08-13T22:59:15.023Z[ recovery-image] Aug 13 22:59:13.596 INFO O| Aug 13 22:59:13.596 INFO STEP 664 (remove_files) COMPLETE
72442026-08-13T22:59:15.023Z[ recovery-image] Aug 13 22:59:13.596 INFO O| Aug 13 22:59:13.596 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-13T22:59:15.040Z[ recovery-image] Aug 13 22:59:13.607 INFO O| Aug 13 22:59:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72462026-08-13T22:59:15.040Z[ recovery-image] Aug 13 22:59:13.607 INFO O| Aug 13 22:59:13.607 INFO STEP 665 (remove_files) COMPLETE
72472026-08-13T22:59:15.040Z[ recovery-image] Aug 13 22:59:13.607 INFO O| Aug 13 22:59:13.607 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-13T22:59:15.062Z[ recovery-image] Aug 13 22:59:13.624 INFO O| Aug 13 22:59:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72492026-08-13T22:59:15.062Z[ recovery-image] Aug 13 22:59:13.624 INFO O| Aug 13 22:59:13.624 INFO STEP 666 (remove_files) COMPLETE
72502026-08-13T22:59:15.062Z[ recovery-image] Aug 13 22:59:13.624 INFO O| Aug 13 22:59:13.624 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.634 INFO O| Aug 13 22:59:13.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72522026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.634 INFO O| Aug 13 22:59:13.634 INFO STEP 667 (remove_files) COMPLETE
72532026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.634 INFO O| Aug 13 22:59:13.634 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.642 INFO O| Aug 13 22:59:13.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72552026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.642 INFO O| Aug 13 22:59:13.642 INFO STEP 668 (remove_files) COMPLETE
72562026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.642 INFO O| Aug 13 22:59:13.642 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.650 INFO O| Aug 13 22:59:13.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72582026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.650 INFO O| Aug 13 22:59:13.650 INFO STEP 669 (remove_files) COMPLETE
72592026-08-13T22:59:15.075Z[ recovery-image] Aug 13 22:59:13.650 INFO O| Aug 13 22:59:13.650 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.659 INFO O| Aug 13 22:59:13.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72612026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.659 INFO O| Aug 13 22:59:13.659 INFO STEP 670 (remove_files) COMPLETE
72622026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.659 INFO O| Aug 13 22:59:13.659 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.666 INFO O| Aug 13 22:59:13.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72642026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.666 INFO O| Aug 13 22:59:13.666 INFO STEP 671 (remove_files) COMPLETE
72652026-08-13T22:59:15.092Z[ recovery-image] Aug 13 22:59:13.666 INFO O| Aug 13 22:59:13.666 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-13T22:59:15.112Z[ recovery-image] Aug 13 22:59:13.676 INFO O| Aug 13 22:59:13.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72672026-08-13T22:59:15.113Z[ recovery-image] Aug 13 22:59:13.676 INFO O| Aug 13 22:59:13.676 INFO STEP 672 (remove_files) COMPLETE
72682026-08-13T22:59:15.113Z[ recovery-image] Aug 13 22:59:13.676 INFO O| Aug 13 22:59:13.676 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-13T22:59:15.125Z[ recovery-image] Aug 13 22:59:13.686 INFO O| Aug 13 22:59:13.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72702026-08-13T22:59:15.125Z[ recovery-image] Aug 13 22:59:13.686 INFO O| Aug 13 22:59:13.686 INFO STEP 673 (remove_files) COMPLETE
72712026-08-13T22:59:15.125Z[ recovery-image] Aug 13 22:59:13.686 INFO O| Aug 13 22:59:13.686 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-13T22:59:15.126Z[ recovery-image] Aug 13 22:59:13.696 INFO O| Aug 13 22:59:13.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72732026-08-13T22:59:15.126Z[ recovery-image] Aug 13 22:59:13.696 INFO O| Aug 13 22:59:13.696 INFO STEP 674 (remove_files) COMPLETE
72742026-08-13T22:59:15.126Z[ recovery-image] Aug 13 22:59:13.696 INFO O| Aug 13 22:59:13.696 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.706 INFO O| Aug 13 22:59:13.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72762026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.706 INFO O| Aug 13 22:59:13.706 INFO STEP 675 (remove_files) COMPLETE
72772026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.706 INFO O| Aug 13 22:59:13.706 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.715 INFO O| Aug 13 22:59:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72792026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.715 INFO O| Aug 13 22:59:13.715 INFO STEP 676 (remove_files) COMPLETE
72802026-08-13T22:59:15.142Z[ recovery-image] Aug 13 22:59:13.715 INFO O| Aug 13 22:59:13.715 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-13T22:59:15.151Z[ recovery-image] Aug 13 22:59:13.725 INFO O| Aug 13 22:59:13.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72822026-08-13T22:59:15.152Z[ recovery-image] Aug 13 22:59:13.725 INFO O| Aug 13 22:59:13.725 INFO STEP 677 (remove_files) COMPLETE
72832026-08-13T22:59:15.152Z[ recovery-image] Aug 13 22:59:13.725 INFO O| Aug 13 22:59:13.725 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-13T22:59:15.169Z[ recovery-image] Aug 13 22:59:13.735 INFO O| Aug 13 22:59:13.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72852026-08-13T22:59:15.169Z[ recovery-image] Aug 13 22:59:13.735 INFO O| Aug 13 22:59:13.735 INFO STEP 678 (remove_files) COMPLETE
72862026-08-13T22:59:15.169Z[ recovery-image] Aug 13 22:59:13.735 INFO O| Aug 13 22:59:13.735 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-13T22:59:15.170Z[ recovery-image] Aug 13 22:59:13.745 INFO O| Aug 13 22:59:13.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72882026-08-13T22:59:15.170Z[ recovery-image] Aug 13 22:59:13.745 INFO O| Aug 13 22:59:13.745 INFO STEP 679 (remove_files) COMPLETE
72892026-08-13T22:59:15.181Z[ recovery-image] Aug 13 22:59:13.745 INFO O| Aug 13 22:59:13.745 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-13T22:59:15.181Z[ recovery-image] Aug 13 22:59:13.755 INFO O| Aug 13 22:59:13.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72912026-08-13T22:59:15.181Z[ recovery-image] Aug 13 22:59:13.755 INFO O| Aug 13 22:59:13.755 INFO STEP 680 (remove_files) COMPLETE
72922026-08-13T22:59:15.181Z[ recovery-image] Aug 13 22:59:13.755 INFO O| Aug 13 22:59:13.755 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-13T22:59:15.196Z[ recovery-image] Aug 13 22:59:13.765 INFO O| Aug 13 22:59:13.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72942026-08-13T22:59:15.196Z[ recovery-image] Aug 13 22:59:13.765 INFO O| Aug 13 22:59:13.765 INFO STEP 681 (remove_files) COMPLETE
72952026-08-13T22:59:15.196Z[ recovery-image] Aug 13 22:59:13.765 INFO O| Aug 13 22:59:13.765 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.774 INFO O| Aug 13 22:59:13.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72972026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.775 INFO O| Aug 13 22:59:13.774 INFO STEP 682 (remove_files) COMPLETE
72982026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.775 INFO O| Aug 13 22:59:13.775 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.785 INFO O| Aug 13 22:59:13.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73002026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.785 INFO O| Aug 13 22:59:13.785 INFO STEP 683 (remove_files) COMPLETE
73012026-08-13T22:59:15.217Z[ recovery-image] Aug 13 22:59:13.785 INFO O| Aug 13 22:59:13.785 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.795 INFO O| Aug 13 22:59:13.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73032026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.795 INFO O| Aug 13 22:59:13.795 INFO STEP 684 (remove_files) COMPLETE
73042026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.795 INFO O| Aug 13 22:59:13.795 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.805 INFO O| Aug 13 22:59:13.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73062026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.805 INFO O| Aug 13 22:59:13.805 INFO STEP 685 (remove_files) COMPLETE
73072026-08-13T22:59:15.237Z[ recovery-image] Aug 13 22:59:13.805 INFO O| Aug 13 22:59:13.805 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.814 INFO O| Aug 13 22:59:13.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73092026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.814 INFO O| Aug 13 22:59:13.814 INFO STEP 686 (remove_files) COMPLETE
73102026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.814 INFO O| Aug 13 22:59:13.814 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.824 INFO O| Aug 13 22:59:13.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73122026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.824 INFO O| Aug 13 22:59:13.824 INFO STEP 687 (remove_files) COMPLETE
73132026-08-13T22:59:15.251Z[ recovery-image] Aug 13 22:59:13.824 INFO O| Aug 13 22:59:13.824 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-13T22:59:15.264Z[ recovery-image] Aug 13 22:59:13.835 INFO O| Aug 13 22:59:13.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73152026-08-13T22:59:15.264Z[ recovery-image] Aug 13 22:59:13.835 INFO O| Aug 13 22:59:13.835 INFO STEP 688 (remove_files) COMPLETE
73162026-08-13T22:59:15.264Z[ recovery-image] Aug 13 22:59:13.835 INFO O| Aug 13 22:59:13.835 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.846 INFO O| Aug 13 22:59:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73182026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.846 INFO O| Aug 13 22:59:13.846 INFO STEP 689 (remove_files) COMPLETE
73192026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.846 INFO O| Aug 13 22:59:13.846 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.856 INFO O| Aug 13 22:59:13.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73212026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.857 INFO O| Aug 13 22:59:13.857 INFO STEP 690 (remove_files) COMPLETE
73222026-08-13T22:59:15.285Z[ recovery-image] Aug 13 22:59:13.857 INFO O| Aug 13 22:59:13.857 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.867 INFO O| Aug 13 22:59:13.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73242026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.867 INFO O| Aug 13 22:59:13.867 INFO STEP 691 (remove_files) COMPLETE
73252026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.867 INFO O| Aug 13 22:59:13.867 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.878 INFO O| Aug 13 22:59:13.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73272026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.878 INFO O| Aug 13 22:59:13.878 INFO STEP 692 (remove_files) COMPLETE
73282026-08-13T22:59:15.302Z[ recovery-image] Aug 13 22:59:13.878 INFO O| Aug 13 22:59:13.878 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-13T22:59:15.318Z[ recovery-image] Aug 13 22:59:13.887 INFO O| Aug 13 22:59:13.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73302026-08-13T22:59:15.318Z[ recovery-image] Aug 13 22:59:13.887 INFO O| Aug 13 22:59:13.887 INFO STEP 693 (remove_files) COMPLETE
73312026-08-13T22:59:15.318Z[ recovery-image] Aug 13 22:59:13.887 INFO O| Aug 13 22:59:13.887 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.896 INFO O| Aug 13 22:59:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73332026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.896 INFO O| Aug 13 22:59:13.896 INFO STEP 694 (remove_files) COMPLETE
73342026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.896 INFO O| Aug 13 22:59:13.896 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.905 INFO O| Aug 13 22:59:13.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73362026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.905 INFO O| Aug 13 22:59:13.905 INFO STEP 695 (remove_files) COMPLETE
73372026-08-13T22:59:15.332Z[ recovery-image] Aug 13 22:59:13.905 INFO O| Aug 13 22:59:13.905 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-13T22:59:15.345Z[ recovery-image] Aug 13 22:59:13.914 INFO O| Aug 13 22:59:13.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73392026-08-13T22:59:15.345Z[ recovery-image] Aug 13 22:59:13.914 INFO O| Aug 13 22:59:13.914 INFO STEP 696 (remove_files) COMPLETE
73402026-08-13T22:59:15.346Z[ recovery-image] Aug 13 22:59:13.914 INFO O| Aug 13 22:59:13.914 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-13T22:59:15.358Z[ recovery-image] Aug 13 22:59:13.922 INFO O| Aug 13 22:59:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73422026-08-13T22:59:15.358Z[ recovery-image] Aug 13 22:59:13.922 INFO O| Aug 13 22:59:13.922 INFO STEP 697 (remove_files) COMPLETE
73432026-08-13T22:59:15.358Z[ recovery-image] Aug 13 22:59:13.922 INFO O| Aug 13 22:59:13.922 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-13T22:59:15.358Z[ recovery-image] Aug 13 22:59:13.932 INFO O| Aug 13 22:59:13.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73452026-08-13T22:59:15.359Z[ recovery-image] Aug 13 22:59:13.932 INFO O| Aug 13 22:59:13.932 INFO STEP 698 (remove_files) COMPLETE
73462026-08-13T22:59:15.359Z[ recovery-image] Aug 13 22:59:13.932 INFO O| Aug 13 22:59:13.932 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-13T22:59:15.375Z[ recovery-image] Aug 13 22:59:13.941 INFO O| Aug 13 22:59:13.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73482026-08-13T22:59:15.375Z[ recovery-image] Aug 13 22:59:13.941 INFO O| Aug 13 22:59:13.941 INFO STEP 699 (remove_files) COMPLETE
73492026-08-13T22:59:15.375Z[ recovery-image] Aug 13 22:59:13.941 INFO O| Aug 13 22:59:13.941 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.951 INFO O| Aug 13 22:59:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73512026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.951 INFO O| Aug 13 22:59:13.951 INFO STEP 700 (remove_files) COMPLETE
73522026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.951 INFO O| Aug 13 22:59:13.951 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.961 INFO O| Aug 13 22:59:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73542026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.962 INFO O| Aug 13 22:59:13.962 INFO STEP 701 (remove_files) COMPLETE
73552026-08-13T22:59:15.400Z[ recovery-image] Aug 13 22:59:13.962 INFO O| Aug 13 22:59:13.962 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.973 INFO O| Aug 13 22:59:13.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73572026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.973 INFO O| Aug 13 22:59:13.973 INFO STEP 702 (remove_files) COMPLETE
73582026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.973 INFO O| Aug 13 22:59:13.973 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.983 INFO O| Aug 13 22:59:13.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73602026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.983 INFO O| Aug 13 22:59:13.983 INFO STEP 703 (remove_files) COMPLETE
73612026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.983 INFO O| Aug 13 22:59:13.983 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.993 INFO O| Aug 13 22:59:13.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73632026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.993 INFO O| Aug 13 22:59:13.993 INFO STEP 704 (remove_files) COMPLETE
73642026-08-13T22:59:15.419Z[ recovery-image] Aug 13 22:59:13.993 INFO O| Aug 13 22:59:13.993 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-13T22:59:15.431Z[ recovery-image] Aug 13 22:59:14.002 INFO O| Aug 13 22:59:14.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73662026-08-13T22:59:15.431Z[ recovery-image] Aug 13 22:59:14.002 INFO O| Aug 13 22:59:14.002 INFO STEP 705 (remove_files) COMPLETE
73672026-08-13T22:59:15.431Z[ recovery-image] Aug 13 22:59:14.002 INFO O| Aug 13 22:59:14.002 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-13T22:59:15.452Z[ recovery-image] Aug 13 22:59:14.012 INFO O| Aug 13 22:59:14.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73692026-08-13T22:59:15.452Z[ recovery-image] Aug 13 22:59:14.012 INFO O| Aug 13 22:59:14.012 INFO STEP 706 (remove_files) COMPLETE
73702026-08-13T22:59:15.452Z[ recovery-image] Aug 13 22:59:14.012 INFO O| Aug 13 22:59:14.012 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-13T22:59:15.453Z[ recovery-image] Aug 13 22:59:14.022 INFO O| Aug 13 22:59:14.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73722026-08-13T22:59:15.453Z[ recovery-image] Aug 13 22:59:14.022 INFO O| Aug 13 22:59:14.022 INFO STEP 707 (remove_files) COMPLETE
73732026-08-13T22:59:15.453Z[ recovery-image] Aug 13 22:59:14.022 INFO O| Aug 13 22:59:14.022 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-13T22:59:15.469Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73752026-08-13T22:59:15.469Z[ recovery-image] Aug 13 22:59:14.033 INFO O| Aug 13 22:59:14.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73762026-08-13T22:59:15.469Z[ recovery-image] Aug 13 22:59:14.033 INFO O| Aug 13 22:59:14.033 INFO STEP 708 (remove_files) COMPLETE
73772026-08-13T22:59:15.470Z[ recovery-image] Aug 13 22:59:14.033 INFO O| Aug 13 22:59:14.033 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-13T22:59:15.470Z[ recovery-image] Aug 13 22:59:14.042 INFO O| Aug 13 22:59:14.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73792026-08-13T22:59:15.470Z[ recovery-image] Aug 13 22:59:14.042 INFO O| Aug 13 22:59:14.042 INFO STEP 709 (remove_files) COMPLETE
73802026-08-13T22:59:15.470Z[ recovery-image] Aug 13 22:59:14.042 INFO O| Aug 13 22:59:14.042 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-13T22:59:15.485Z[ recovery-image] Aug 13 22:59:14.057 INFO O| Aug 13 22:59:14.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73822026-08-13T22:59:15.485Z[ recovery-image] Aug 13 22:59:14.057 INFO O| Aug 13 22:59:14.057 INFO STEP 710 (remove_files) COMPLETE
73832026-08-13T22:59:15.485Z[ recovery-image] Aug 13 22:59:14.057 INFO O| Aug 13 22:59:14.057 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-13T22:59:15.506Z[ recovery-image] Aug 13 22:59:14.078 INFO O| Aug 13 22:59:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73852026-08-13T22:59:15.506Z[ recovery-image] Aug 13 22:59:14.078 INFO O| Aug 13 22:59:14.078 INFO STEP 711 (remove_files) COMPLETE
73862026-08-13T22:59:15.506Z[ recovery-image] Aug 13 22:59:14.078 INFO O| Aug 13 22:59:14.078 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-13T22:59:15.518Z[ recovery-image] Aug 13 22:59:14.088 INFO O| Aug 13 22:59:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73882026-08-13T22:59:15.518Z[ recovery-image] Aug 13 22:59:14.088 INFO O| Aug 13 22:59:14.088 INFO STEP 712 (remove_files) COMPLETE
73892026-08-13T22:59:15.518Z[ recovery-image] Aug 13 22:59:14.088 INFO O| Aug 13 22:59:14.088 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-13T22:59:15.531Z[ recovery-image] Aug 13 22:59:14.099 INFO O| Aug 13 22:59:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73912026-08-13T22:59:15.532Z[ recovery-image] Aug 13 22:59:14.099 INFO O| Aug 13 22:59:14.099 INFO STEP 713 (remove_files) COMPLETE
73922026-08-13T22:59:15.532Z[ recovery-image] Aug 13 22:59:14.099 INFO O| Aug 13 22:59:14.099 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-13T22:59:15.532Z[ recovery-image] Aug 13 22:59:14.108 INFO O| Aug 13 22:59:14.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73942026-08-13T22:59:15.532Z[ recovery-image] Aug 13 22:59:14.108 INFO O| Aug 13 22:59:14.108 INFO STEP 714 (remove_files) COMPLETE
73952026-08-13T22:59:15.532Z[ recovery-image] Aug 13 22:59:14.108 INFO O| Aug 13 22:59:14.108 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-13T22:59:15.554Z[ recovery-image] Aug 13 22:59:14.117 INFO O| Aug 13 22:59:14.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73972026-08-13T22:59:15.554Z[ recovery-image] Aug 13 22:59:14.117 INFO O| Aug 13 22:59:14.117 INFO STEP 715 (remove_files) COMPLETE
73982026-08-13T22:59:15.554Z[ recovery-image] Aug 13 22:59:14.117 INFO O| Aug 13 22:59:14.117 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.133 INFO O| Aug 13 22:59:14.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74002026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.134 INFO O| Aug 13 22:59:14.134 INFO STEP 716 (remove_files) COMPLETE
74012026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.134 INFO O| Aug 13 22:59:14.134 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.145 INFO O| Aug 13 22:59:14.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74032026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.146 INFO O| Aug 13 22:59:14.146 INFO STEP 717 (remove_files) COMPLETE
74042026-08-13T22:59:15.568Z[ recovery-image] Aug 13 22:59:14.146 INFO O| Aug 13 22:59:14.146 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-13T22:59:15.580Z[ recovery-image] Aug 13 22:59:14.156 INFO O| Aug 13 22:59:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74062026-08-13T22:59:15.580Z[ recovery-image] Aug 13 22:59:14.156 INFO O| Aug 13 22:59:14.156 INFO STEP 718 (remove_files) COMPLETE
74072026-08-13T22:59:15.581Z[ recovery-image] Aug 13 22:59:14.156 INFO O| Aug 13 22:59:14.156 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-13T22:59:15.601Z[ recovery-image] Aug 13 22:59:14.167 INFO O| Aug 13 22:59:14.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74092026-08-13T22:59:15.601Z[ recovery-image] Aug 13 22:59:14.167 INFO O| Aug 13 22:59:14.167 INFO STEP 719 (remove_files) COMPLETE
74102026-08-13T22:59:15.601Z[ recovery-image] Aug 13 22:59:14.167 INFO O| Aug 13 22:59:14.167 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.176 INFO O| Aug 13 22:59:14.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74122026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.176 INFO O| Aug 13 22:59:14.176 INFO STEP 720 (remove_files) COMPLETE
74132026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.176 INFO O| Aug 13 22:59:14.176 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.187 INFO O| Aug 13 22:59:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74152026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.187 INFO O| Aug 13 22:59:14.187 INFO STEP 721 (remove_files) COMPLETE
74162026-08-13T22:59:15.620Z[ recovery-image] Aug 13 22:59:14.187 INFO O| Aug 13 22:59:14.187 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.196 INFO O| Aug 13 22:59:14.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74182026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.196 INFO O| Aug 13 22:59:14.196 INFO STEP 722 (remove_files) COMPLETE
74192026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.196 INFO O| Aug 13 22:59:14.196 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-13T22:59:15.632Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
74212026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.206 INFO O| Aug 13 22:59:14.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74222026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.206 INFO O| Aug 13 22:59:14.206 INFO STEP 723 (remove_files) COMPLETE
74232026-08-13T22:59:15.632Z[ recovery-image] Aug 13 22:59:14.206 INFO O| Aug 13 22:59:14.206 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-13T22:59:15.650Z[ recovery-image] Aug 13 22:59:14.216 INFO O| Aug 13 22:59:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74252026-08-13T22:59:15.650Z[ recovery-image] Aug 13 22:59:14.216 INFO O| Aug 13 22:59:14.216 INFO STEP 724 (remove_files) COMPLETE
74262026-08-13T22:59:15.650Z[ recovery-image] Aug 13 22:59:14.216 INFO O| Aug 13 22:59:14.216 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-13T22:59:15.665Z[ recovery-image] Aug 13 22:59:14.226 INFO O| Aug 13 22:59:14.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74282026-08-13T22:59:15.665Z[ recovery-image] Aug 13 22:59:14.226 INFO O| Aug 13 22:59:14.226 INFO STEP 725 (remove_files) COMPLETE
74292026-08-13T22:59:15.665Z[ recovery-image] Aug 13 22:59:14.226 INFO O| Aug 13 22:59:14.226 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-13T22:59:15.666Z[ recovery-image] Aug 13 22:59:14.235 INFO O| Aug 13 22:59:14.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74312026-08-13T22:59:15.666Z[ recovery-image] Aug 13 22:59:14.235 INFO O| Aug 13 22:59:14.235 INFO STEP 726 (remove_files) COMPLETE
74322026-08-13T22:59:15.666Z[ recovery-image] Aug 13 22:59:14.235 INFO O| Aug 13 22:59:14.235 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-13T22:59:15.682Z[ recovery-image] Aug 13 22:59:14.244 INFO O| Aug 13 22:59:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74342026-08-13T22:59:15.682Z[ recovery-image] Aug 13 22:59:14.244 INFO O| Aug 13 22:59:14.244 INFO STEP 727 (remove_files) COMPLETE
74352026-08-13T22:59:15.682Z[ recovery-image] Aug 13 22:59:14.244 INFO O| Aug 13 22:59:14.244 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-13T22:59:15.683Z[ recovery-image] Aug 13 22:59:14.255 INFO O| Aug 13 22:59:14.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74372026-08-13T22:59:15.683Z[ recovery-image] Aug 13 22:59:14.255 INFO O| Aug 13 22:59:14.255 INFO STEP 728 (remove_files) COMPLETE
74382026-08-13T22:59:15.683Z[ recovery-image] Aug 13 22:59:14.255 INFO O| Aug 13 22:59:14.255 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-13T22:59:15.694Z[ recovery-image] Aug 13 22:59:14.263 INFO O| Aug 13 22:59:14.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74402026-08-13T22:59:15.694Z[ recovery-image] Aug 13 22:59:14.264 INFO O| Aug 13 22:59:14.263 INFO STEP 729 (remove_files) COMPLETE
74412026-08-13T22:59:15.695Z[ recovery-image] Aug 13 22:59:14.264 INFO O| Aug 13 22:59:14.264 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-13T22:59:15.695Z[ recovery-image] Aug 13 22:59:14.272 INFO O| Aug 13 22:59:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74432026-08-13T22:59:15.695Z[ recovery-image] Aug 13 22:59:14.272 INFO O| Aug 13 22:59:14.272 INFO STEP 730 (remove_files) COMPLETE
74442026-08-13T22:59:15.695Z[ recovery-image] Aug 13 22:59:14.272 INFO O| Aug 13 22:59:14.272 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-13T22:59:15.706Z[ recovery-image] Aug 13 22:59:14.281 INFO O| Aug 13 22:59:14.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74462026-08-13T22:59:15.706Z[ recovery-image] Aug 13 22:59:14.281 INFO O| Aug 13 22:59:14.281 INFO STEP 731 (remove_files) COMPLETE
74472026-08-13T22:59:15.706Z[ recovery-image] Aug 13 22:59:14.281 INFO O| Aug 13 22:59:14.281 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-13T22:59:15.715Z[ recovery-image] Aug 13 22:59:14.289 INFO O| Aug 13 22:59:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74492026-08-13T22:59:15.715Z[ recovery-image] Aug 13 22:59:14.289 INFO O| Aug 13 22:59:14.289 INFO STEP 732 (remove_files) COMPLETE
74502026-08-13T22:59:15.716Z[ recovery-image] Aug 13 22:59:14.289 INFO O| Aug 13 22:59:14.289 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-13T22:59:15.722Z[ recovery-image] Aug 13 22:59:14.298 INFO O| Aug 13 22:59:14.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74522026-08-13T22:59:15.722Z[ recovery-image] Aug 13 22:59:14.298 INFO O| Aug 13 22:59:14.298 INFO STEP 733 (remove_files) COMPLETE
74532026-08-13T22:59:15.722Z[ recovery-image] Aug 13 22:59:14.298 INFO O| Aug 13 22:59:14.298 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-13T22:59:15.731Z[ recovery-image] Aug 13 22:59:14.306 INFO O| Aug 13 22:59:14.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74552026-08-13T22:59:15.731Z[ recovery-image] Aug 13 22:59:14.306 INFO O| Aug 13 22:59:14.306 INFO STEP 734 (remove_files) COMPLETE
74562026-08-13T22:59:15.731Z[ recovery-image] Aug 13 22:59:14.306 INFO O| Aug 13 22:59:14.306 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-13T22:59:15.737Z[ recovery-image] Aug 13 22:59:14.315 INFO O| Aug 13 22:59:14.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74582026-08-13T22:59:15.737Z[ recovery-image] Aug 13 22:59:14.315 INFO O| Aug 13 22:59:14.315 INFO STEP 735 (remove_files) COMPLETE
74592026-08-13T22:59:15.737Z[ recovery-image] Aug 13 22:59:14.315 INFO O| Aug 13 22:59:14.315 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-13T22:59:15.745Z[ recovery-image] Aug 13 22:59:14.323 INFO O| Aug 13 22:59:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74612026-08-13T22:59:15.745Z[ recovery-image] Aug 13 22:59:14.323 INFO O| Aug 13 22:59:14.323 INFO STEP 736 (remove_files) COMPLETE
74622026-08-13T22:59:15.752Z[ recovery-image] Aug 13 22:59:14.323 INFO O| Aug 13 22:59:14.323 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-13T22:59:15.753Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
74642026-08-13T22:59:15.753Z[ recovery-image] Aug 13 22:59:14.331 INFO O| Aug 13 22:59:14.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74652026-08-13T22:59:15.753Z[ recovery-image] Aug 13 22:59:14.331 INFO O| Aug 13 22:59:14.331 INFO STEP 737 (remove_files) COMPLETE
74662026-08-13T22:59:15.753Z[ recovery-image] Aug 13 22:59:14.331 INFO O| Aug 13 22:59:14.331 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-13T22:59:15.765Z[ recovery-image] Aug 13 22:59:14.339 INFO O| Aug 13 22:59:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74682026-08-13T22:59:15.766Z[ recovery-image] Aug 13 22:59:14.339 INFO O| Aug 13 22:59:14.339 INFO STEP 738 (remove_files) COMPLETE
74692026-08-13T22:59:15.766Z[ recovery-image] Aug 13 22:59:14.339 INFO O| Aug 13 22:59:14.339 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-13T22:59:15.772Z[ recovery-image] Aug 13 22:59:14.347 INFO O| Aug 13 22:59:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74712026-08-13T22:59:15.772Z[ recovery-image] Aug 13 22:59:14.347 INFO O| Aug 13 22:59:14.347 INFO STEP 739 (remove_files) COMPLETE
74722026-08-13T22:59:15.772Z[ recovery-image] Aug 13 22:59:14.347 INFO O| Aug 13 22:59:14.347 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-13T22:59:15.786Z[ recovery-image] Aug 13 22:59:14.355 INFO O| Aug 13 22:59:14.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74742026-08-13T22:59:15.786Z[ recovery-image] Aug 13 22:59:14.355 INFO O| Aug 13 22:59:14.355 INFO STEP 740 (remove_files) COMPLETE
74752026-08-13T22:59:15.786Z[ recovery-image] Aug 13 22:59:14.355 INFO O| Aug 13 22:59:14.355 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-13T22:59:15.793Z[ recovery-image] Aug 13 22:59:14.364 INFO O| Aug 13 22:59:14.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74772026-08-13T22:59:15.794Z[ recovery-image] Aug 13 22:59:14.364 INFO O| Aug 13 22:59:14.364 INFO STEP 741 (remove_files) COMPLETE
74782026-08-13T22:59:15.794Z[ recovery-image] Aug 13 22:59:14.364 INFO O| Aug 13 22:59:14.364 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-13T22:59:15.803Z[ recovery-image] Aug 13 22:59:14.372 INFO O| Aug 13 22:59:14.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74802026-08-13T22:59:15.803Z[ recovery-image] Aug 13 22:59:14.372 INFO O| Aug 13 22:59:14.372 INFO STEP 742 (remove_files) COMPLETE
74812026-08-13T22:59:15.803Z[ recovery-image] Aug 13 22:59:14.372 INFO O| Aug 13 22:59:14.372 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.381 INFO O| Aug 13 22:59:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74832026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.381 INFO O| Aug 13 22:59:14.381 INFO STEP 743 (remove_files) COMPLETE
74842026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.381 INFO O| Aug 13 22:59:14.381 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.389 INFO O| Aug 13 22:59:14.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74862026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.389 INFO O| Aug 13 22:59:14.389 INFO STEP 744 (remove_files) COMPLETE
74872026-08-13T22:59:15.813Z[ recovery-image] Aug 13 22:59:14.389 INFO O| Aug 13 22:59:14.389 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-13T22:59:15.822Z[ recovery-image] Aug 13 22:59:14.398 INFO O| Aug 13 22:59:14.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74892026-08-13T22:59:15.823Z[ recovery-image] Aug 13 22:59:14.398 INFO O| Aug 13 22:59:14.398 INFO STEP 745 (remove_files) COMPLETE
74902026-08-13T22:59:15.823Z[ recovery-image] Aug 13 22:59:14.398 INFO O| Aug 13 22:59:14.398 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-13T22:59:15.833Z[ recovery-image] Aug 13 22:59:14.408 INFO O| Aug 13 22:59:14.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74922026-08-13T22:59:15.833Z[ recovery-image] Aug 13 22:59:14.408 INFO O| Aug 13 22:59:14.408 INFO STEP 746 (remove_files) COMPLETE
74932026-08-13T22:59:15.833Z[ recovery-image] Aug 13 22:59:14.408 INFO O| Aug 13 22:59:14.408 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-13T22:59:15.845Z[ recovery-image] Aug 13 22:59:14.417 INFO O| Aug 13 22:59:14.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74952026-08-13T22:59:15.845Z[ recovery-image] Aug 13 22:59:14.417 INFO O| Aug 13 22:59:14.417 INFO STEP 747 (remove_files) COMPLETE
74962026-08-13T22:59:15.845Z[ recovery-image] Aug 13 22:59:14.417 INFO O| Aug 13 22:59:14.417 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-13T22:59:15.874Z[ recovery-image] Aug 13 22:59:14.427 INFO O| Aug 13 22:59:14.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74982026-08-13T22:59:15.877Z[ recovery-image] Aug 13 22:59:14.427 INFO O| Aug 13 22:59:14.427 INFO STEP 748 (remove_files) COMPLETE
74992026-08-13T22:59:15.877Z[ recovery-image] Aug 13 22:59:14.427 INFO O| Aug 13 22:59:14.427 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-13T22:59:15.962Z[ recovery-image] Aug 13 22:59:14.438 INFO O| Aug 13 22:59:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75012026-08-13T22:59:15.962Z[ recovery-image] Aug 13 22:59:14.438 INFO O| Aug 13 22:59:14.438 INFO STEP 749 (remove_files) COMPLETE
75022026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.438 INFO O| Aug 13 22:59:14.438 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.448 INFO O| Aug 13 22:59:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75042026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.448 INFO O| Aug 13 22:59:14.448 INFO STEP 750 (remove_files) COMPLETE
75052026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.448 INFO O| Aug 13 22:59:14.448 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.458 INFO O| Aug 13 22:59:14.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75072026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.458 INFO O| Aug 13 22:59:14.458 INFO STEP 751 (remove_files) COMPLETE
75082026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.458 INFO O| Aug 13 22:59:14.458 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-13T22:59:15.963Z[verify-libraries] Compiling fs-err v2.11.0
75102026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.467 INFO O| Aug 13 22:59:14.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75112026-08-13T22:59:15.963Z[ recovery-image] Aug 13 22:59:14.467 INFO O| Aug 13 22:59:14.467 INFO STEP 752 (remove_files) COMPLETE
75122026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.467 INFO O| Aug 13 22:59:14.467 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.477 INFO O| Aug 13 22:59:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75142026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.477 INFO O| Aug 13 22:59:14.477 INFO STEP 753 (remove_files) COMPLETE
75152026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.477 INFO O| Aug 13 22:59:14.477 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.487 INFO O| Aug 13 22:59:14.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75172026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.487 INFO O| Aug 13 22:59:14.487 INFO STEP 754 (remove_files) COMPLETE
75182026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.487 INFO O| Aug 13 22:59:14.487 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.498 INFO O| Aug 13 22:59:14.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75202026-08-13T22:59:16.017Z[ recovery-image] Aug 13 22:59:14.498 INFO O| Aug 13 22:59:14.498 INFO STEP 755 (remove_files) COMPLETE
75212026-08-13T22:59:16.018Z[ recovery-image] Aug 13 22:59:14.498 INFO O| Aug 13 22:59:14.498 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-13T22:59:16.124Z[ recovery-image] Aug 13 22:59:14.507 INFO O| Aug 13 22:59:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75232026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.507 INFO O| Aug 13 22:59:14.507 INFO STEP 756 (remove_files) COMPLETE
75242026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.507 INFO O| Aug 13 22:59:14.507 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.516 INFO O| Aug 13 22:59:14.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75262026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.516 INFO O| Aug 13 22:59:14.516 INFO STEP 757 (remove_files) COMPLETE
75272026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.516 INFO O| Aug 13 22:59:14.516 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.525 INFO O| Aug 13 22:59:14.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75292026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.525 INFO O| Aug 13 22:59:14.525 INFO STEP 758 (remove_files) COMPLETE
75302026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.525 INFO O| Aug 13 22:59:14.525 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.534 INFO O| Aug 13 22:59:14.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75322026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.535 INFO O| Aug 13 22:59:14.535 INFO STEP 759 (remove_files) COMPLETE
75332026-08-13T22:59:16.125Z[ recovery-image] Aug 13 22:59:14.535 INFO O| Aug 13 22:59:14.535 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.545 INFO O| Aug 13 22:59:14.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75352026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.545 INFO O| Aug 13 22:59:14.545 INFO STEP 760 (remove_files) COMPLETE
75362026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.545 INFO O| Aug 13 22:59:14.545 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.554 INFO O| Aug 13 22:59:14.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75382026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.554 INFO O| Aug 13 22:59:14.554 INFO STEP 761 (remove_files) COMPLETE
75392026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.554 INFO O| Aug 13 22:59:14.554 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.563 INFO O| Aug 13 22:59:14.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75412026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.563 INFO O| Aug 13 22:59:14.563 INFO STEP 762 (remove_files) COMPLETE
75422026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.563 INFO O| Aug 13 22:59:14.563 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.573 INFO O| Aug 13 22:59:14.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75442026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.573 INFO O| Aug 13 22:59:14.573 INFO STEP 763 (remove_files) COMPLETE
75452026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.573 INFO O| Aug 13 22:59:14.573 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.583 INFO O| Aug 13 22:59:14.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75472026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.583 INFO O| Aug 13 22:59:14.583 INFO STEP 764 (remove_files) COMPLETE
75482026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.583 INFO O| Aug 13 22:59:14.583 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.594 INFO O| Aug 13 22:59:14.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75502026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.594 INFO O| Aug 13 22:59:14.594 INFO STEP 765 (remove_files) COMPLETE
75512026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.594 INFO O| Aug 13 22:59:14.594 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.603 INFO O| Aug 13 22:59:14.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75532026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.603 INFO O| Aug 13 22:59:14.603 INFO STEP 766 (remove_files) COMPLETE
75542026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.603 INFO O| Aug 13 22:59:14.603 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-13T22:59:16.126Z[ recovery-image] Aug 13 22:59:14.612 INFO O| Aug 13 22:59:14.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75562026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.612 INFO O| Aug 13 22:59:14.612 INFO STEP 767 (remove_files) COMPLETE
75572026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.612 INFO O| Aug 13 22:59:14.612 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.622 INFO O| Aug 13 22:59:14.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75592026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.622 INFO O| Aug 13 22:59:14.622 INFO STEP 768 (remove_files) COMPLETE
75602026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.623 INFO O| Aug 13 22:59:14.622 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.633 INFO O| Aug 13 22:59:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75622026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.633 INFO O| Aug 13 22:59:14.633 INFO STEP 769 (remove_files) COMPLETE
75632026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.633 INFO O| Aug 13 22:59:14.633 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.645 INFO O| Aug 13 22:59:14.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75652026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.645 INFO O| Aug 13 22:59:14.645 INFO STEP 770 (remove_files) COMPLETE
75662026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.645 INFO O| Aug 13 22:59:14.645 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.656 INFO O| Aug 13 22:59:14.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75682026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.656 INFO O| Aug 13 22:59:14.656 INFO STEP 771 (remove_files) COMPLETE
75692026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.656 INFO O| Aug 13 22:59:14.656 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.666 INFO O| Aug 13 22:59:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75712026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.666 INFO O| Aug 13 22:59:14.666 INFO STEP 772 (remove_files) COMPLETE
75722026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.666 INFO O| Aug 13 22:59:14.666 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-13T22:59:16.127Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
75742026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.676 INFO O| Aug 13 22:59:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75752026-08-13T22:59:16.127Z[ recovery-image] Aug 13 22:59:14.676 INFO O| Aug 13 22:59:14.676 INFO STEP 773 (remove_files) COMPLETE
75762026-08-13T22:59:16.128Z[ recovery-image] Aug 13 22:59:14.676 INFO O| Aug 13 22:59:14.676 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-13T22:59:16.145Z[ recovery-image] Aug 13 22:59:14.685 INFO O| Aug 13 22:59:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75782026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.685 INFO O| Aug 13 22:59:14.685 INFO STEP 774 (remove_files) COMPLETE
75792026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.685 INFO O| Aug 13 22:59:14.685 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.694 INFO O| Aug 13 22:59:14.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75812026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.694 INFO O| Aug 13 22:59:14.694 INFO STEP 775 (remove_files) COMPLETE
75822026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.694 INFO O| Aug 13 22:59:14.694 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.703 INFO O| Aug 13 22:59:14.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75842026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.703 INFO O| Aug 13 22:59:14.703 INFO STEP 776 (remove_files) COMPLETE
75852026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.703 INFO O| Aug 13 22:59:14.703 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.712 INFO O| Aug 13 22:59:14.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75872026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.712 INFO O| Aug 13 22:59:14.712 INFO STEP 777 (remove_files) COMPLETE
75882026-08-13T22:59:16.146Z[ recovery-image] Aug 13 22:59:14.712 INFO O| Aug 13 22:59:14.712 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.721 INFO O| Aug 13 22:59:14.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75902026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.721 INFO O| Aug 13 22:59:14.721 INFO STEP 778 (remove_files) COMPLETE
75912026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.721 INFO O| Aug 13 22:59:14.721 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.730 INFO O| Aug 13 22:59:14.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75932026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.730 INFO O| Aug 13 22:59:14.730 INFO STEP 779 (remove_files) COMPLETE
75942026-08-13T22:59:16.160Z[ recovery-image] Aug 13 22:59:14.730 INFO O| Aug 13 22:59:14.730 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-13T22:59:16.171Z[ recovery-image] Aug 13 22:59:14.740 INFO O| Aug 13 22:59:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75962026-08-13T22:59:16.172Z[ recovery-image] Aug 13 22:59:14.741 INFO O| Aug 13 22:59:14.741 INFO STEP 780 (remove_files) COMPLETE
75972026-08-13T22:59:16.172Z[ recovery-image] Aug 13 22:59:14.741 INFO O| Aug 13 22:59:14.741 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-13T22:59:16.193Z[ recovery-image] Aug 13 22:59:14.750 INFO O| Aug 13 22:59:14.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75992026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.750 INFO O| Aug 13 22:59:14.750 INFO STEP 781 (remove_files) COMPLETE
76002026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.750 INFO O| Aug 13 22:59:14.750 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.759 INFO O| Aug 13 22:59:14.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76022026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.759 INFO O| Aug 13 22:59:14.759 INFO STEP 782 (remove_files) COMPLETE
76032026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.759 INFO O| Aug 13 22:59:14.759 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.770 INFO O| Aug 13 22:59:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76052026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.770 INFO O| Aug 13 22:59:14.770 INFO STEP 783 (remove_files) COMPLETE
76062026-08-13T22:59:16.194Z[ recovery-image] Aug 13 22:59:14.770 INFO O| Aug 13 22:59:14.770 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-13T22:59:16.208Z[ recovery-image] Aug 13 22:59:14.780 INFO O| Aug 13 22:59:14.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76082026-08-13T22:59:16.208Z[ recovery-image] Aug 13 22:59:14.780 INFO O| Aug 13 22:59:14.780 INFO STEP 784 (remove_files) COMPLETE
76092026-08-13T22:59:16.208Z[ recovery-image] Aug 13 22:59:14.780 INFO O| Aug 13 22:59:14.780 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-13T22:59:16.208Z[verify-libraries] Compiling internet-checksum v0.2.1
76112026-08-13T22:59:16.218Z[ recovery-image] Aug 13 22:59:14.788 INFO O| Aug 13 22:59:14.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76122026-08-13T22:59:16.218Z[ recovery-image] Aug 13 22:59:14.788 INFO O| Aug 13 22:59:14.788 INFO STEP 785 (remove_files) COMPLETE
76132026-08-13T22:59:16.218Z[ recovery-image] Aug 13 22:59:14.788 INFO O| Aug 13 22:59:14.788 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-13T22:59:16.229Z[ recovery-image] Aug 13 22:59:14.799 INFO O| Aug 13 22:59:14.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76152026-08-13T22:59:16.229Z[ recovery-image] Aug 13 22:59:14.799 INFO O| Aug 13 22:59:14.799 INFO STEP 786 (remove_files) COMPLETE
76162026-08-13T22:59:16.229Z[ recovery-image] Aug 13 22:59:14.799 INFO O| Aug 13 22:59:14.799 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-13T22:59:16.248Z[ recovery-image] Aug 13 22:59:14.808 INFO O| Aug 13 22:59:14.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76182026-08-13T22:59:16.248Z[ recovery-image] Aug 13 22:59:14.808 INFO O| Aug 13 22:59:14.808 INFO STEP 787 (remove_files) COMPLETE
76192026-08-13T22:59:16.248Z[ recovery-image] Aug 13 22:59:14.808 INFO O| Aug 13 22:59:14.808 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-13T22:59:16.249Z[ recovery-image] Aug 13 22:59:14.818 INFO O| Aug 13 22:59:14.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76212026-08-13T22:59:16.249Z[ recovery-image] Aug 13 22:59:14.818 INFO O| Aug 13 22:59:14.818 INFO STEP 788 (remove_files) COMPLETE
76222026-08-13T22:59:16.249Z[ recovery-image] Aug 13 22:59:14.818 INFO O| Aug 13 22:59:14.818 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.829 INFO O| Aug 13 22:59:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76242026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.829 INFO O| Aug 13 22:59:14.829 INFO STEP 789 (remove_files) COMPLETE
76252026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.829 INFO O| Aug 13 22:59:14.829 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.839 INFO O| Aug 13 22:59:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76272026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.840 INFO O| Aug 13 22:59:14.840 INFO STEP 790 (remove_files) COMPLETE
76282026-08-13T22:59:16.266Z[ recovery-image] Aug 13 22:59:14.840 INFO O| Aug 13 22:59:14.840 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-13T22:59:16.277Z[ recovery-image] Aug 13 22:59:14.851 INFO O| Aug 13 22:59:14.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76302026-08-13T22:59:16.277Z[ recovery-image] Aug 13 22:59:14.851 INFO O| Aug 13 22:59:14.851 INFO STEP 791 (remove_files) COMPLETE
76312026-08-13T22:59:16.277Z[ recovery-image] Aug 13 22:59:14.851 INFO O| Aug 13 22:59:14.851 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-13T22:59:16.294Z[ recovery-image] Aug 13 22:59:14.862 INFO O| Aug 13 22:59:14.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76332026-08-13T22:59:16.294Z[ recovery-image] Aug 13 22:59:14.863 INFO O| Aug 13 22:59:14.863 INFO STEP 792 (remove_files) COMPLETE
76342026-08-13T22:59:16.294Z[ recovery-image] Aug 13 22:59:14.863 INFO O| Aug 13 22:59:14.863 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-13T22:59:16.302Z[ recovery-image] Aug 13 22:59:14.874 INFO O| Aug 13 22:59:14.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76362026-08-13T22:59:16.303Z[ recovery-image] Aug 13 22:59:14.874 INFO O| Aug 13 22:59:14.874 INFO STEP 793 (remove_files) COMPLETE
76372026-08-13T22:59:16.303Z[ recovery-image] Aug 13 22:59:14.874 INFO O| Aug 13 22:59:14.874 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-13T22:59:16.311Z[ recovery-image] Aug 13 22:59:14.885 INFO O| Aug 13 22:59:14.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76392026-08-13T22:59:16.312Z[ recovery-image] Aug 13 22:59:14.885 INFO O| Aug 13 22:59:14.885 INFO STEP 794 (remove_files) COMPLETE
76402026-08-13T22:59:16.312Z[ recovery-image] Aug 13 22:59:14.885 INFO O| Aug 13 22:59:14.885 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-13T22:59:16.326Z[ recovery-image] Aug 13 22:59:14.895 INFO O| Aug 13 22:59:14.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76422026-08-13T22:59:16.326Z[ recovery-image] Aug 13 22:59:14.895 INFO O| Aug 13 22:59:14.895 INFO STEP 795 (remove_files) COMPLETE
76432026-08-13T22:59:16.326Z[ recovery-image] Aug 13 22:59:14.895 INFO O| Aug 13 22:59:14.895 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.904 INFO O| Aug 13 22:59:14.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76452026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.904 INFO O| Aug 13 22:59:14.904 INFO STEP 796 (remove_files) COMPLETE
76462026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.904 INFO O| Aug 13 22:59:14.904 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.914 INFO O| Aug 13 22:59:14.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76482026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.914 INFO O| Aug 13 22:59:14.914 INFO STEP 797 (remove_files) COMPLETE
76492026-08-13T22:59:16.346Z[ recovery-image] Aug 13 22:59:14.914 INFO O| Aug 13 22:59:14.914 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-13T22:59:16.357Z[ recovery-image] Aug 13 22:59:14.923 INFO O| Aug 13 22:59:14.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76512026-08-13T22:59:16.357Z[ recovery-image] Aug 13 22:59:14.924 INFO O| Aug 13 22:59:14.924 INFO STEP 798 (remove_files) COMPLETE
76522026-08-13T22:59:16.357Z[ recovery-image] Aug 13 22:59:14.924 INFO O| Aug 13 22:59:14.924 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-13T22:59:16.358Z[ recovery-image] Aug 13 22:59:14.933 INFO O| Aug 13 22:59:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76542026-08-13T22:59:16.358Z[ recovery-image] Aug 13 22:59:14.933 INFO O| Aug 13 22:59:14.933 INFO STEP 799 (remove_files) COMPLETE
76552026-08-13T22:59:16.358Z[ recovery-image] Aug 13 22:59:14.933 INFO O| Aug 13 22:59:14.933 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-13T22:59:16.368Z[ recovery-image] Aug 13 22:59:14.941 INFO O| Aug 13 22:59:14.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76572026-08-13T22:59:16.368Z[ recovery-image] Aug 13 22:59:14.941 INFO O| Aug 13 22:59:14.941 INFO STEP 800 (remove_files) COMPLETE
76582026-08-13T22:59:16.368Z[ recovery-image] Aug 13 22:59:14.941 INFO O| Aug 13 22:59:14.941 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-13T22:59:16.391Z[ recovery-image] Aug 13 22:59:14.949 INFO O| Aug 13 22:59:14.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76602026-08-13T22:59:16.391Z[ recovery-image] Aug 13 22:59:14.949 INFO O| Aug 13 22:59:14.949 INFO STEP 801 (remove_files) COMPLETE
76612026-08-13T22:59:16.391Z[ recovery-image] Aug 13 22:59:14.949 INFO O| Aug 13 22:59:14.949 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-13T22:59:16.391Z[ recovery-image] Aug 13 22:59:14.957 INFO O| Aug 13 22:59:14.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76632026-08-13T22:59:16.391Z[ recovery-image] Aug 13 22:59:14.957 INFO O| Aug 13 22:59:14.957 INFO STEP 802 (remove_files) COMPLETE
76642026-08-13T22:59:16.392Z[ recovery-image] Aug 13 22:59:14.957 INFO O| Aug 13 22:59:14.957 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-13T22:59:16.402Z[ recovery-image] Aug 13 22:59:14.965 INFO O| Aug 13 22:59:14.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76662026-08-13T22:59:16.403Z[ recovery-image] Aug 13 22:59:14.965 INFO O| Aug 13 22:59:14.965 INFO STEP 803 (remove_files) COMPLETE
76672026-08-13T22:59:16.403Z[ recovery-image] Aug 13 22:59:14.965 INFO O| Aug 13 22:59:14.965 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-13T22:59:16.403Z[ recovery-image] Aug 13 22:59:14.973 INFO O| Aug 13 22:59:14.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76692026-08-13T22:59:16.403Z[ recovery-image] Aug 13 22:59:14.973 INFO O| Aug 13 22:59:14.973 INFO STEP 804 (remove_files) COMPLETE
76702026-08-13T22:59:16.403Z[ recovery-image] Aug 13 22:59:14.973 INFO O| Aug 13 22:59:14.973 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-13T22:59:16.415Z[ recovery-image] Aug 13 22:59:14.985 INFO O| Aug 13 22:59:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76722026-08-13T22:59:16.415Z[ recovery-image] Aug 13 22:59:14.985 INFO O| Aug 13 22:59:14.985 INFO STEP 805 (remove_files) COMPLETE
76732026-08-13T22:59:16.415Z[ recovery-image] Aug 13 22:59:14.985 INFO O| Aug 13 22:59:14.985 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:14.996 INFO O| Aug 13 22:59:14.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76752026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:14.996 INFO O| Aug 13 22:59:14.996 INFO STEP 806 (remove_files) COMPLETE
76762026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:14.996 INFO O| Aug 13 22:59:14.996 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:15.004 INFO O| Aug 13 22:59:15.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76782026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:15.005 INFO O| Aug 13 22:59:15.005 INFO STEP 807 (remove_files) COMPLETE
76792026-08-13T22:59:16.432Z[ recovery-image] Aug 13 22:59:15.005 INFO O| Aug 13 22:59:15.005 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-13T22:59:16.444Z[ recovery-image] Aug 13 22:59:15.013 INFO O| Aug 13 22:59:15.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76812026-08-13T22:59:16.444Z[ recovery-image] Aug 13 22:59:15.013 INFO O| Aug 13 22:59:15.013 INFO STEP 808 (remove_files) COMPLETE
76822026-08-13T22:59:16.444Z[ recovery-image] Aug 13 22:59:15.013 INFO O| Aug 13 22:59:15.013 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.022 INFO O| Aug 13 22:59:15.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76842026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.022 INFO O| Aug 13 22:59:15.022 INFO STEP 809 (remove_files) COMPLETE
76852026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.022 INFO O| Aug 13 22:59:15.022 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.031 INFO O| Aug 13 22:59:15.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76872026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.031 INFO O| Aug 13 22:59:15.031 INFO STEP 810 (remove_files) COMPLETE
76882026-08-13T22:59:16.456Z[ recovery-image] Aug 13 22:59:15.031 INFO O| Aug 13 22:59:15.031 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-13T22:59:16.486Z[ recovery-image] Aug 13 22:59:15.040 INFO O| Aug 13 22:59:15.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76902026-08-13T22:59:16.486Z[ recovery-image] Aug 13 22:59:15.040 INFO O| Aug 13 22:59:15.040 INFO STEP 811 (remove_files) COMPLETE
76912026-08-13T22:59:16.486Z[ recovery-image] Aug 13 22:59:15.040 INFO O| Aug 13 22:59:15.040 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.049 INFO O| Aug 13 22:59:15.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76932026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.049 INFO O| Aug 13 22:59:15.049 INFO STEP 812 (remove_files) COMPLETE
76942026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.049 INFO O| Aug 13 22:59:15.049 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.060 INFO O| Aug 13 22:59:15.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76962026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.060 INFO O| Aug 13 22:59:15.060 INFO STEP 813 (remove_files) COMPLETE
76972026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.060 INFO O| Aug 13 22:59:15.060 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.069 INFO O| Aug 13 22:59:15.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76992026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.069 INFO O| Aug 13 22:59:15.069 INFO STEP 814 (remove_files) COMPLETE
77002026-08-13T22:59:16.497Z[ recovery-image] Aug 13 22:59:15.069 INFO O| Aug 13 22:59:15.069 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-13T22:59:16.507Z[ recovery-image] Aug 13 22:59:15.079 INFO O| Aug 13 22:59:15.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77022026-08-13T22:59:16.507Z[ recovery-image] Aug 13 22:59:15.079 INFO O| Aug 13 22:59:15.079 INFO STEP 815 (remove_files) COMPLETE
77032026-08-13T22:59:16.507Z[ recovery-image] Aug 13 22:59:15.079 INFO O| Aug 13 22:59:15.079 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-13T22:59:16.535Z[ recovery-image] Aug 13 22:59:15.090 INFO O| Aug 13 22:59:15.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77052026-08-13T22:59:16.535Z[ recovery-image] Aug 13 22:59:15.090 INFO O| Aug 13 22:59:15.090 INFO STEP 816 (remove_files) COMPLETE
77062026-08-13T22:59:16.535Z[ recovery-image] Aug 13 22:59:15.090 INFO O| Aug 13 22:59:15.090 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.100 INFO O| Aug 13 22:59:15.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77082026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.100 INFO O| Aug 13 22:59:15.100 INFO STEP 817 (remove_files) COMPLETE
77092026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.100 INFO O| Aug 13 22:59:15.100 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.110 INFO O| Aug 13 22:59:15.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77112026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.110 INFO O| Aug 13 22:59:15.110 INFO STEP 818 (remove_files) COMPLETE
77122026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.110 INFO O| Aug 13 22:59:15.110 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.121 INFO O| Aug 13 22:59:15.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77142026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.121 INFO O| Aug 13 22:59:15.121 INFO STEP 819 (remove_files) COMPLETE
77152026-08-13T22:59:16.546Z[ recovery-image] Aug 13 22:59:15.121 INFO O| Aug 13 22:59:15.121 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.132 INFO O| Aug 13 22:59:15.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77172026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.132 INFO O| Aug 13 22:59:15.132 INFO STEP 820 (remove_files) COMPLETE
77182026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.132 INFO O| Aug 13 22:59:15.132 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.142 INFO O| Aug 13 22:59:15.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77202026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.142 INFO O| Aug 13 22:59:15.142 INFO STEP 821 (remove_files) COMPLETE
77212026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.142 INFO O| Aug 13 22:59:15.142 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.151 INFO O| Aug 13 22:59:15.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77232026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.151 INFO O| Aug 13 22:59:15.151 INFO STEP 822 (remove_files) COMPLETE
77242026-08-13T22:59:16.577Z[ recovery-image] Aug 13 22:59:15.151 INFO O| Aug 13 22:59:15.151 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-13T22:59:16.616Z[ recovery-image] Aug 13 22:59:15.159 INFO O| Aug 13 22:59:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77262026-08-13T22:59:16.616Z[ recovery-image] Aug 13 22:59:15.159 INFO O| Aug 13 22:59:15.159 INFO STEP 823 (remove_files) COMPLETE
77272026-08-13T22:59:16.616Z[ recovery-image] Aug 13 22:59:15.159 INFO O| Aug 13 22:59:15.159 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-13T22:59:16.616Z[ recovery-image] Aug 13 22:59:15.169 INFO O| Aug 13 22:59:15.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77292026-08-13T22:59:16.617Z[ recovery-image] Aug 13 22:59:15.169 INFO O| Aug 13 22:59:15.169 INFO STEP 824 (remove_files) COMPLETE
77302026-08-13T22:59:16.617Z[ recovery-image] Aug 13 22:59:15.169 INFO O| Aug 13 22:59:15.169 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-13T22:59:16.629Z[ recovery-image] Aug 13 22:59:15.178 INFO O| Aug 13 22:59:15.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77322026-08-13T22:59:16.629Z[ recovery-image] Aug 13 22:59:15.178 INFO O| Aug 13 22:59:15.178 INFO STEP 825 (remove_files) COMPLETE
77332026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.178 INFO O| Aug 13 22:59:15.178 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.186 INFO O| Aug 13 22:59:15.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77352026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.186 INFO O| Aug 13 22:59:15.186 INFO STEP 826 (remove_files) COMPLETE
77362026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.186 INFO O| Aug 13 22:59:15.186 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.194 INFO O| Aug 13 22:59:15.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77382026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.194 INFO O| Aug 13 22:59:15.194 INFO STEP 827 (remove_files) COMPLETE
77392026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.194 INFO O| Aug 13 22:59:15.194 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.203 INFO O| Aug 13 22:59:15.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77412026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.203 INFO O| Aug 13 22:59:15.203 INFO STEP 828 (remove_files) COMPLETE
77422026-08-13T22:59:16.630Z[ recovery-image] Aug 13 22:59:15.203 INFO O| Aug 13 22:59:15.203 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-13T22:59:16.643Z[ recovery-image] Aug 13 22:59:15.212 INFO O| Aug 13 22:59:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77442026-08-13T22:59:16.643Z[ recovery-image] Aug 13 22:59:15.212 INFO O| Aug 13 22:59:15.212 INFO STEP 829 (remove_files) COMPLETE
77452026-08-13T22:59:16.643Z[ recovery-image] Aug 13 22:59:15.212 INFO O| Aug 13 22:59:15.212 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.222 INFO O| Aug 13 22:59:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77472026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.222 INFO O| Aug 13 22:59:15.222 INFO STEP 830 (remove_files) COMPLETE
77482026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.222 INFO O| Aug 13 22:59:15.222 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.231 INFO O| Aug 13 22:59:15.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77502026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.232 INFO O| Aug 13 22:59:15.232 INFO STEP 831 (remove_files) COMPLETE
77512026-08-13T22:59:16.659Z[ recovery-image] Aug 13 22:59:15.232 INFO O| Aug 13 22:59:15.232 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-13T22:59:16.686Z[ recovery-image] Aug 13 22:59:15.242 INFO O| Aug 13 22:59:15.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77532026-08-13T22:59:16.687Z[ recovery-image] Aug 13 22:59:15.242 INFO O| Aug 13 22:59:15.242 INFO STEP 832 (remove_files) COMPLETE
77542026-08-13T22:59:16.687Z[ recovery-image] Aug 13 22:59:15.242 INFO O| Aug 13 22:59:15.242 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-13T22:59:16.687Z[ recovery-image] Aug 13 22:59:15.252 INFO O| Aug 13 22:59:15.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77562026-08-13T22:59:16.687Z[ recovery-image] Aug 13 22:59:15.252 INFO O| Aug 13 22:59:15.252 INFO STEP 833 (remove_files) COMPLETE
77572026-08-13T22:59:16.687Z[ recovery-image] Aug 13 22:59:15.252 INFO O| Aug 13 22:59:15.252 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.262 INFO O| Aug 13 22:59:15.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77592026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.262 INFO O| Aug 13 22:59:15.262 INFO STEP 834 (remove_files) COMPLETE
77602026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.262 INFO O| Aug 13 22:59:15.262 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.273 INFO O| Aug 13 22:59:15.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77622026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.273 INFO O| Aug 13 22:59:15.273 INFO STEP 835 (remove_files) COMPLETE
77632026-08-13T22:59:16.706Z[ recovery-image] Aug 13 22:59:15.273 INFO O| Aug 13 22:59:15.273 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-13T22:59:16.717Z[ recovery-image] Aug 13 22:59:15.283 INFO O| Aug 13 22:59:15.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77652026-08-13T22:59:16.718Z[ recovery-image] Aug 13 22:59:15.283 INFO O| Aug 13 22:59:15.283 INFO STEP 836 (remove_files) COMPLETE
77662026-08-13T22:59:16.718Z[ recovery-image] Aug 13 22:59:15.283 INFO O| Aug 13 22:59:15.283 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-13T22:59:16.718Z[ recovery-image] Aug 13 22:59:15.293 INFO O| Aug 13 22:59:15.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77682026-08-13T22:59:16.718Z[ recovery-image] Aug 13 22:59:15.293 INFO O| Aug 13 22:59:15.293 INFO STEP 837 (remove_files) COMPLETE
77692026-08-13T22:59:16.718Z[ recovery-image] Aug 13 22:59:15.293 INFO O| Aug 13 22:59:15.293 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-13T22:59:16.737Z[ recovery-image] Aug 13 22:59:15.303 INFO O| Aug 13 22:59:15.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77712026-08-13T22:59:16.737Z[ recovery-image] Aug 13 22:59:15.303 INFO O| Aug 13 22:59:15.303 INFO STEP 838 (remove_files) COMPLETE
77722026-08-13T22:59:16.737Z[ recovery-image] Aug 13 22:59:15.303 INFO O| Aug 13 22:59:15.303 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-13T22:59:16.749Z[ recovery-image] Aug 13 22:59:15.312 INFO O| Aug 13 22:59:15.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77742026-08-13T22:59:16.749Z[ recovery-image] Aug 13 22:59:15.312 INFO O| Aug 13 22:59:15.312 INFO STEP 839 (remove_files) COMPLETE
77752026-08-13T22:59:16.749Z[ recovery-image] Aug 13 22:59:15.312 INFO O| Aug 13 22:59:15.312 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.324 INFO O| Aug 13 22:59:15.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77772026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.324 INFO O| Aug 13 22:59:15.322 INFO STEP 840 (remove_files) COMPLETE
77782026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.324 INFO O| Aug 13 22:59:15.323 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.333 INFO O| Aug 13 22:59:15.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77802026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.333 INFO O| Aug 13 22:59:15.333 INFO STEP 841 (remove_files) COMPLETE
77812026-08-13T22:59:16.764Z[ recovery-image] Aug 13 22:59:15.333 INFO O| Aug 13 22:59:15.333 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-13T22:59:16.780Z[ recovery-image] Aug 13 22:59:15.342 INFO O| Aug 13 22:59:15.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77832026-08-13T22:59:16.780Z[ recovery-image] Aug 13 22:59:15.342 INFO O| Aug 13 22:59:15.342 INFO STEP 842 (remove_files) COMPLETE
77842026-08-13T22:59:16.802Z[ recovery-image] Aug 13 22:59:15.342 INFO O| Aug 13 22:59:15.342 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-13T22:59:16.802Z[ recovery-image] Aug 13 22:59:15.355 INFO O| Aug 13 22:59:15.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77862026-08-13T22:59:16.802Z[ recovery-image] Aug 13 22:59:15.355 INFO O| Aug 13 22:59:15.355 INFO STEP 843 (remove_files) COMPLETE
77872026-08-13T22:59:16.802Z[ recovery-image] Aug 13 22:59:15.355 INFO O| Aug 13 22:59:15.355 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-13T22:59:16.818Z[ recovery-image] Aug 13 22:59:15.363 INFO O| Aug 13 22:59:15.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77892026-08-13T22:59:16.818Z[ recovery-image] Aug 13 22:59:15.363 INFO O| Aug 13 22:59:15.363 INFO STEP 844 (remove_files) COMPLETE
77902026-08-13T22:59:16.818Z[ recovery-image] Aug 13 22:59:15.363 INFO O| Aug 13 22:59:15.363 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-13T22:59:16.818Z[ recovery-image] Aug 13 22:59:15.371 INFO O| Aug 13 22:59:15.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77922026-08-13T22:59:16.818Z[ recovery-image] Aug 13 22:59:15.371 INFO O| Aug 13 22:59:15.371 INFO STEP 845 (remove_files) COMPLETE
77932026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.371 INFO O| Aug 13 22:59:15.371 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.379 INFO O| Aug 13 22:59:15.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77952026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.379 INFO O| Aug 13 22:59:15.379 INFO STEP 846 (remove_files) COMPLETE
77962026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.379 INFO O| Aug 13 22:59:15.379 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.386 INFO O| Aug 13 22:59:15.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77982026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.387 INFO O| Aug 13 22:59:15.386 INFO STEP 847 (remove_files) COMPLETE
77992026-08-13T22:59:16.819Z[ recovery-image] Aug 13 22:59:15.387 INFO O| Aug 13 22:59:15.386 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.394 INFO O| Aug 13 22:59:15.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78012026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.394 INFO O| Aug 13 22:59:15.394 INFO STEP 848 (remove_files) COMPLETE
78022026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.394 INFO O| Aug 13 22:59:15.394 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.401 INFO O| Aug 13 22:59:15.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78042026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.401 INFO O| Aug 13 22:59:15.401 INFO STEP 849 (remove_files) COMPLETE
78052026-08-13T22:59:16.830Z[ recovery-image] Aug 13 22:59:15.401 INFO O| Aug 13 22:59:15.401 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.409 INFO O| Aug 13 22:59:15.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78072026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.409 INFO O| Aug 13 22:59:15.409 INFO STEP 850 (remove_files) COMPLETE
78082026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.409 INFO O| Aug 13 22:59:15.409 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.419 INFO O| Aug 13 22:59:15.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78102026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.420 INFO O| Aug 13 22:59:15.419 INFO STEP 851 (remove_files) COMPLETE
78112026-08-13T22:59:16.849Z[ recovery-image] Aug 13 22:59:15.420 INFO O| Aug 13 22:59:15.420 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.428 INFO O| Aug 13 22:59:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78132026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.428 INFO O| Aug 13 22:59:15.428 INFO STEP 852 (remove_files) COMPLETE
78142026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.428 INFO O| Aug 13 22:59:15.428 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.437 INFO O| Aug 13 22:59:15.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78162026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.437 INFO O| Aug 13 22:59:15.437 INFO STEP 853 (remove_files) COMPLETE
78172026-08-13T22:59:16.863Z[ recovery-image] Aug 13 22:59:15.437 INFO O| Aug 13 22:59:15.437 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-13T22:59:16.896Z[ recovery-image] Aug 13 22:59:15.447 INFO O| Aug 13 22:59:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78192026-08-13T22:59:16.896Z[ recovery-image] Aug 13 22:59:15.447 INFO O| Aug 13 22:59:15.447 INFO STEP 854 (remove_files) COMPLETE
78202026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.447 INFO O| Aug 13 22:59:15.447 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.456 INFO O| Aug 13 22:59:15.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78222026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.456 INFO O| Aug 13 22:59:15.456 INFO STEP 855 (remove_files) COMPLETE
78232026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.456 INFO O| Aug 13 22:59:15.456 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.466 INFO O| Aug 13 22:59:15.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78252026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.466 INFO O| Aug 13 22:59:15.466 INFO STEP 856 (remove_files) COMPLETE
78262026-08-13T22:59:16.897Z[ recovery-image] Aug 13 22:59:15.466 INFO O| Aug 13 22:59:15.466 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-13T22:59:16.897Z[verify-libraries] Compiling samael v0.0.19
78282026-08-13T22:59:16.907Z[ recovery-image] Aug 13 22:59:15.475 INFO O| Aug 13 22:59:15.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78292026-08-13T22:59:16.907Z[ recovery-image] Aug 13 22:59:15.475 INFO O| Aug 13 22:59:15.475 INFO STEP 857 (remove_files) COMPLETE
78302026-08-13T22:59:16.907Z[ recovery-image] Aug 13 22:59:15.475 INFO O| Aug 13 22:59:15.475 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-13T22:59:16.919Z[ recovery-image] Aug 13 22:59:15.484 INFO O| Aug 13 22:59:15.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78322026-08-13T22:59:16.919Z[ recovery-image] Aug 13 22:59:15.484 INFO O| Aug 13 22:59:15.484 INFO STEP 858 (remove_files) COMPLETE
78332026-08-13T22:59:16.920Z[ recovery-image] Aug 13 22:59:15.484 INFO O| Aug 13 22:59:15.484 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-13T22:59:16.920Z[ recovery-image] Aug 13 22:59:15.494 INFO O| Aug 13 22:59:15.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78352026-08-13T22:59:16.920Z[ recovery-image] Aug 13 22:59:15.494 INFO O| Aug 13 22:59:15.494 INFO STEP 859 (remove_files) COMPLETE
78362026-08-13T22:59:16.920Z[ recovery-image] Aug 13 22:59:15.494 INFO O| Aug 13 22:59:15.494 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-13T22:59:16.942Z[ recovery-image] Aug 13 22:59:15.503 INFO O| Aug 13 22:59:15.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78382026-08-13T22:59:16.942Z[ recovery-image] Aug 13 22:59:15.503 INFO O| Aug 13 22:59:15.503 INFO STEP 860 (remove_files) COMPLETE
78392026-08-13T22:59:16.942Z[ recovery-image] Aug 13 22:59:15.503 INFO O| Aug 13 22:59:15.503 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-13T22:59:16.956Z[ recovery-image] Aug 13 22:59:15.512 INFO O| Aug 13 22:59:15.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78412026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.513 INFO O| Aug 13 22:59:15.513 INFO STEP 861 (remove_files) COMPLETE
78422026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.513 INFO O| Aug 13 22:59:15.513 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.523 INFO O| Aug 13 22:59:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78442026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.523 INFO O| Aug 13 22:59:15.523 INFO STEP 862 (remove_files) COMPLETE
78452026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.523 INFO O| Aug 13 22:59:15.523 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-13T22:59:16.957Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78472026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.534 INFO O| Aug 13 22:59:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78482026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.534 INFO O| Aug 13 22:59:15.534 INFO STEP 863 (remove_files) COMPLETE
78492026-08-13T22:59:16.957Z[ recovery-image] Aug 13 22:59:15.534 INFO O| Aug 13 22:59:15.534 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-13T22:59:16.969Z[ recovery-image] Aug 13 22:59:15.543 INFO O| Aug 13 22:59:15.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78512026-08-13T22:59:16.969Z[ recovery-image] Aug 13 22:59:15.543 INFO O| Aug 13 22:59:15.543 INFO STEP 864 (remove_files) COMPLETE
78522026-08-13T22:59:16.969Z[ recovery-image] Aug 13 22:59:15.543 INFO O| Aug 13 22:59:15.543 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-13T22:59:16.989Z[ recovery-image] Aug 13 22:59:15.552 INFO O| Aug 13 22:59:15.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78542026-08-13T22:59:16.989Z[ recovery-image] Aug 13 22:59:15.552 INFO O| Aug 13 22:59:15.552 INFO STEP 865 (remove_files) COMPLETE
78552026-08-13T22:59:16.989Z[ recovery-image] Aug 13 22:59:15.552 INFO O| Aug 13 22:59:15.552 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-13T22:59:16.989Z[ recovery-image] Aug 13 22:59:15.561 INFO O| Aug 13 22:59:15.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78572026-08-13T22:59:16.990Z[ recovery-image] Aug 13 22:59:15.562 INFO O| Aug 13 22:59:15.562 INFO STEP 866 (remove_files) COMPLETE
78582026-08-13T22:59:16.990Z[ recovery-image] Aug 13 22:59:15.562 INFO O| Aug 13 22:59:15.562 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-13T22:59:17.002Z[ recovery-image] Aug 13 22:59:15.571 INFO O| Aug 13 22:59:15.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78602026-08-13T22:59:17.002Z[ recovery-image] Aug 13 22:59:15.571 INFO O| Aug 13 22:59:15.571 INFO STEP 867 (remove_files) COMPLETE
78612026-08-13T22:59:17.002Z[ recovery-image] Aug 13 22:59:15.571 INFO O| Aug 13 22:59:15.571 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.581 INFO O| Aug 13 22:59:15.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78632026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.581 INFO O| Aug 13 22:59:15.581 INFO STEP 868 (remove_files) COMPLETE
78642026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.581 INFO O| Aug 13 22:59:15.581 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.589 INFO O| Aug 13 22:59:15.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78662026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.589 INFO O| Aug 13 22:59:15.589 INFO STEP 869 (remove_files) COMPLETE
78672026-08-13T22:59:17.013Z[ recovery-image] Aug 13 22:59:15.589 INFO O| Aug 13 22:59:15.589 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-13T22:59:17.035Z[ recovery-image] Aug 13 22:59:15.597 INFO O| Aug 13 22:59:15.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78692026-08-13T22:59:17.035Z[ recovery-image] Aug 13 22:59:15.597 INFO O| Aug 13 22:59:15.597 INFO STEP 870 (remove_files) COMPLETE
78702026-08-13T22:59:17.035Z[ recovery-image] Aug 13 22:59:15.597 INFO O| Aug 13 22:59:15.597 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-13T22:59:17.036Z[ recovery-image] Aug 13 22:59:15.605 INFO O| Aug 13 22:59:15.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78722026-08-13T22:59:17.036Z[ recovery-image] Aug 13 22:59:15.605 INFO O| Aug 13 22:59:15.605 INFO STEP 871 (remove_files) COMPLETE
78732026-08-13T22:59:17.036Z[ recovery-image] Aug 13 22:59:15.605 INFO O| Aug 13 22:59:15.605 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-13T22:59:17.046Z[ recovery-image] Aug 13 22:59:15.614 INFO O| Aug 13 22:59:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78752026-08-13T22:59:17.046Z[ recovery-image] Aug 13 22:59:15.614 INFO O| Aug 13 22:59:15.614 INFO STEP 872 (remove_files) COMPLETE
78762026-08-13T22:59:17.047Z[ recovery-image] Aug 13 22:59:15.614 INFO O| Aug 13 22:59:15.614 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-13T22:59:17.047Z[ recovery-image] Aug 13 22:59:15.625 INFO O| Aug 13 22:59:15.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78782026-08-13T22:59:17.047Z[ recovery-image] Aug 13 22:59:15.625 INFO O| Aug 13 22:59:15.625 INFO STEP 873 (remove_files) COMPLETE
78792026-08-13T22:59:17.047Z[ recovery-image] Aug 13 22:59:15.625 INFO O| Aug 13 22:59:15.625 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-13T22:59:17.068Z[ recovery-image] Aug 13 22:59:15.635 INFO O| Aug 13 22:59:15.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78812026-08-13T22:59:17.068Z[ recovery-image] Aug 13 22:59:15.635 INFO O| Aug 13 22:59:15.635 INFO STEP 874 (remove_files) COMPLETE
78822026-08-13T22:59:17.068Z[ recovery-image] Aug 13 22:59:15.635 INFO O| Aug 13 22:59:15.635 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-13T22:59:17.078Z[ recovery-image] Aug 13 22:59:15.645 INFO O| Aug 13 22:59:15.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78842026-08-13T22:59:17.078Z[ recovery-image] Aug 13 22:59:15.645 INFO O| Aug 13 22:59:15.645 INFO STEP 875 (remove_files) COMPLETE
78852026-08-13T22:59:17.078Z[ recovery-image] Aug 13 22:59:15.645 INFO O| Aug 13 22:59:15.645 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-13T22:59:17.078Z[ recovery-image] Aug 13 22:59:15.655 INFO O| Aug 13 22:59:15.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78872026-08-13T22:59:17.078Z[ recovery-image] Aug 13 22:59:15.655 INFO O| Aug 13 22:59:15.655 INFO STEP 876 (remove_files) COMPLETE
78882026-08-13T22:59:17.079Z[ recovery-image] Aug 13 22:59:15.655 INFO O| Aug 13 22:59:15.655 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-13T22:59:17.089Z[ recovery-image] Aug 13 22:59:15.665 INFO O| Aug 13 22:59:15.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78902026-08-13T22:59:17.089Z[ recovery-image] Aug 13 22:59:15.665 INFO O| Aug 13 22:59:15.665 INFO STEP 877 (remove_files) COMPLETE
78912026-08-13T22:59:17.090Z[ recovery-image] Aug 13 22:59:15.665 INFO O| Aug 13 22:59:15.665 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-13T22:59:17.111Z[ recovery-image] Aug 13 22:59:15.676 INFO O| Aug 13 22:59:15.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78932026-08-13T22:59:17.112Z[ recovery-image] Aug 13 22:59:15.676 INFO O| Aug 13 22:59:15.676 INFO STEP 878 (remove_files) COMPLETE
78942026-08-13T22:59:17.112Z[ recovery-image] Aug 13 22:59:15.676 INFO O| Aug 13 22:59:15.676 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.686 INFO O| Aug 13 22:59:15.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78962026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.686 INFO O| Aug 13 22:59:15.686 INFO STEP 879 (remove_files) COMPLETE
78972026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.686 INFO O| Aug 13 22:59:15.686 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.697 INFO O| Aug 13 22:59:15.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78992026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.697 INFO O| Aug 13 22:59:15.697 INFO STEP 880 (remove_files) COMPLETE
79002026-08-13T22:59:17.123Z[ recovery-image] Aug 13 22:59:15.697 INFO O| Aug 13 22:59:15.697 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-13T22:59:17.145Z[ recovery-image] Aug 13 22:59:15.707 INFO O| Aug 13 22:59:15.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79022026-08-13T22:59:17.146Z[ recovery-image] Aug 13 22:59:15.707 INFO O| Aug 13 22:59:15.707 INFO STEP 881 (remove_files) COMPLETE
79032026-08-13T22:59:17.146Z[ recovery-image] Aug 13 22:59:15.707 INFO O| Aug 13 22:59:15.707 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-13T22:59:17.146Z[ recovery-image] Aug 13 22:59:15.716 INFO O| Aug 13 22:59:15.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79052026-08-13T22:59:17.146Z[ recovery-image] Aug 13 22:59:15.716 INFO O| Aug 13 22:59:15.716 INFO STEP 882 (remove_files) COMPLETE
79062026-08-13T22:59:17.146Z[ recovery-image] Aug 13 22:59:15.716 INFO O| Aug 13 22:59:15.716 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-13T22:59:17.157Z[ recovery-image] Aug 13 22:59:15.727 INFO O| Aug 13 22:59:15.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79082026-08-13T22:59:17.157Z[ recovery-image] Aug 13 22:59:15.727 INFO O| Aug 13 22:59:15.727 INFO STEP 883 (remove_files) COMPLETE
79092026-08-13T22:59:17.157Z[ recovery-image] Aug 13 22:59:15.727 INFO O| Aug 13 22:59:15.727 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-13T22:59:17.166Z[ recovery-image] Aug 13 22:59:15.736 INFO O| Aug 13 22:59:15.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79112026-08-13T22:59:17.166Z[ recovery-image] Aug 13 22:59:15.736 INFO O| Aug 13 22:59:15.736 INFO STEP 884 (remove_files) COMPLETE
79122026-08-13T22:59:17.166Z[ recovery-image] Aug 13 22:59:15.737 INFO O| Aug 13 22:59:15.736 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-13T22:59:17.183Z[ recovery-image] Aug 13 22:59:15.746 INFO O| Aug 13 22:59:15.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79142026-08-13T22:59:17.184Z[ recovery-image] Aug 13 22:59:15.746 INFO O| Aug 13 22:59:15.746 INFO STEP 885 (remove_files) COMPLETE
79152026-08-13T22:59:17.184Z[ recovery-image] Aug 13 22:59:15.746 INFO O| Aug 13 22:59:15.746 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-13T22:59:17.184Z[ recovery-image] Aug 13 22:59:15.756 INFO O| Aug 13 22:59:15.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79172026-08-13T22:59:17.184Z[ recovery-image] Aug 13 22:59:15.756 INFO O| Aug 13 22:59:15.756 INFO STEP 886 (remove_files) COMPLETE
79182026-08-13T22:59:17.214Z[ recovery-image] Aug 13 22:59:15.756 INFO O| Aug 13 22:59:15.756 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-13T22:59:17.214Z[ recovery-image] Aug 13 22:59:15.773 INFO O| Aug 13 22:59:15.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79202026-08-13T22:59:17.215Z[ recovery-image] Aug 13 22:59:15.773 INFO O| Aug 13 22:59:15.773 INFO STEP 887 (remove_files) COMPLETE
79212026-08-13T22:59:17.215Z[ recovery-image] Aug 13 22:59:15.773 INFO O| Aug 13 22:59:15.773 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-13T22:59:17.215Z[ recovery-image] Aug 13 22:59:15.782 INFO O| Aug 13 22:59:15.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79232026-08-13T22:59:17.215Z[ recovery-image] Aug 13 22:59:15.782 INFO O| Aug 13 22:59:15.782 INFO STEP 888 (remove_files) COMPLETE
79242026-08-13T22:59:17.215Z[ recovery-image] Aug 13 22:59:15.782 INFO O| Aug 13 22:59:15.782 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-13T22:59:17.259Z[ recovery-image] Aug 13 22:59:15.796 INFO O| Aug 13 22:59:15.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79262026-08-13T22:59:17.260Z[ recovery-image] Aug 13 22:59:15.796 INFO O| Aug 13 22:59:15.796 INFO STEP 889 (remove_files) COMPLETE
79272026-08-13T22:59:17.260Z[ recovery-image] Aug 13 22:59:15.796 INFO O| Aug 13 22:59:15.796 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.810 INFO O| Aug 13 22:59:15.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79292026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.810 INFO O| Aug 13 22:59:15.810 INFO STEP 890 (remove_files) COMPLETE
79302026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.810 INFO O| Aug 13 22:59:15.810 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.821 INFO O| Aug 13 22:59:15.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79322026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.821 INFO O| Aug 13 22:59:15.821 INFO STEP 891 (remove_files) COMPLETE
79332026-08-13T22:59:17.279Z[ recovery-image] Aug 13 22:59:15.821 INFO O| Aug 13 22:59:15.821 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.855 INFO O| Aug 13 22:59:15.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79352026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.855 INFO O| Aug 13 22:59:15.855 INFO STEP 892 (remove_files) COMPLETE
79362026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.855 INFO O| Aug 13 22:59:15.855 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.866 INFO O| Aug 13 22:59:15.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79382026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.866 INFO O| Aug 13 22:59:15.866 INFO STEP 893 (remove_files) COMPLETE
79392026-08-13T22:59:17.293Z[ recovery-image] Aug 13 22:59:15.866 INFO O| Aug 13 22:59:15.866 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-13T22:59:17.315Z[ recovery-image] Aug 13 22:59:15.876 INFO O| Aug 13 22:59:15.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79412026-08-13T22:59:17.315Z[ recovery-image] Aug 13 22:59:15.876 INFO O| Aug 13 22:59:15.876 INFO STEP 894 (remove_files) COMPLETE
79422026-08-13T22:59:17.315Z[ recovery-image] Aug 13 22:59:15.876 INFO O| Aug 13 22:59:15.876 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.885 INFO O| Aug 13 22:59:15.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79442026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.885 INFO O| Aug 13 22:59:15.885 INFO STEP 895 (remove_files) COMPLETE
79452026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.885 INFO O| Aug 13 22:59:15.885 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.895 INFO O| Aug 13 22:59:15.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79472026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.896 INFO O| Aug 13 22:59:15.896 INFO STEP 896 (remove_files) COMPLETE
79482026-08-13T22:59:17.327Z[ recovery-image] Aug 13 22:59:15.896 INFO O| Aug 13 22:59:15.896 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.906 INFO O| Aug 13 22:59:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79502026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.906 INFO O| Aug 13 22:59:15.906 INFO STEP 897 (remove_files) COMPLETE
79512026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.906 INFO O| Aug 13 22:59:15.906 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.916 INFO O| Aug 13 22:59:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79532026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.916 INFO O| Aug 13 22:59:15.916 INFO STEP 898 (remove_files) COMPLETE
79542026-08-13T22:59:17.345Z[ recovery-image] Aug 13 22:59:15.916 INFO O| Aug 13 22:59:15.916 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-13T22:59:17.358Z[ recovery-image] Aug 13 22:59:15.925 INFO O| Aug 13 22:59:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79562026-08-13T22:59:17.358Z[ recovery-image] Aug 13 22:59:15.925 INFO O| Aug 13 22:59:15.925 INFO STEP 899 (remove_files) COMPLETE
79572026-08-13T22:59:17.358Z[ recovery-image] Aug 13 22:59:15.925 INFO O| Aug 13 22:59:15.925 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-13T22:59:17.359Z[ recovery-image] Aug 13 22:59:15.935 INFO O| Aug 13 22:59:15.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79592026-08-13T22:59:17.359Z[ recovery-image] Aug 13 22:59:15.935 INFO O| Aug 13 22:59:15.935 INFO STEP 900 (remove_files) COMPLETE
79602026-08-13T22:59:17.359Z[ recovery-image] Aug 13 22:59:15.935 INFO O| Aug 13 22:59:15.935 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-13T22:59:17.380Z[ recovery-image] Aug 13 22:59:15.947 INFO O| Aug 13 22:59:15.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79622026-08-13T22:59:17.380Z[ recovery-image] Aug 13 22:59:15.947 INFO O| Aug 13 22:59:15.947 INFO STEP 901 (remove_files) COMPLETE
79632026-08-13T22:59:17.381Z[ recovery-image] Aug 13 22:59:15.947 INFO O| Aug 13 22:59:15.947 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-13T22:59:17.392Z[ recovery-image] Aug 13 22:59:15.957 INFO O| Aug 13 22:59:15.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79652026-08-13T22:59:17.393Z[ recovery-image] Aug 13 22:59:15.957 INFO O| Aug 13 22:59:15.957 INFO STEP 902 (remove_files) COMPLETE
79662026-08-13T22:59:17.393Z[ recovery-image] Aug 13 22:59:15.957 INFO O| Aug 13 22:59:15.957 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-13T22:59:17.393Z[ recovery-image] Aug 13 22:59:15.966 INFO O| Aug 13 22:59:15.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79682026-08-13T22:59:17.393Z[ recovery-image] Aug 13 22:59:15.966 INFO O| Aug 13 22:59:15.966 INFO STEP 903 (remove_files) COMPLETE
79692026-08-13T22:59:17.393Z[ recovery-image] Aug 13 22:59:15.966 INFO O| Aug 13 22:59:15.966 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-13T22:59:17.408Z[ recovery-image] Aug 13 22:59:15.976 INFO O| Aug 13 22:59:15.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79712026-08-13T22:59:17.408Z[ recovery-image] Aug 13 22:59:15.976 INFO O| Aug 13 22:59:15.976 INFO STEP 904 (remove_files) COMPLETE
79722026-08-13T22:59:17.408Z[ recovery-image] Aug 13 22:59:15.976 INFO O| Aug 13 22:59:15.976 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-13T22:59:17.425Z[ recovery-image] Aug 13 22:59:15.986 INFO O| Aug 13 22:59:15.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79742026-08-13T22:59:17.425Z[ recovery-image] Aug 13 22:59:15.986 INFO O| Aug 13 22:59:15.986 INFO STEP 905 (remove_files) COMPLETE
79752026-08-13T22:59:17.425Z[ recovery-image] Aug 13 22:59:15.986 INFO O| Aug 13 22:59:15.986 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-13T22:59:17.426Z[ recovery-image] Aug 13 22:59:15.997 INFO O| Aug 13 22:59:15.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79772026-08-13T22:59:17.426Z[ recovery-image] Aug 13 22:59:15.997 INFO O| Aug 13 22:59:15.997 INFO STEP 906 (remove_files) COMPLETE
79782026-08-13T22:59:17.426Z[ recovery-image] Aug 13 22:59:15.997 INFO O| Aug 13 22:59:15.997 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-13T22:59:17.436Z[ recovery-image] Aug 13 22:59:16.008 INFO O| Aug 13 22:59:16.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79802026-08-13T22:59:17.436Z[ recovery-image] Aug 13 22:59:16.008 INFO O| Aug 13 22:59:16.008 INFO STEP 907 (remove_files) COMPLETE
79812026-08-13T22:59:17.436Z[ recovery-image] Aug 13 22:59:16.008 INFO O| Aug 13 22:59:16.008 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-13T22:59:17.456Z[ recovery-image] Aug 13 22:59:16.019 INFO O| Aug 13 22:59:16.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79832026-08-13T22:59:17.456Z[ recovery-image] Aug 13 22:59:16.019 INFO O| Aug 13 22:59:16.019 INFO STEP 908 (remove_files) COMPLETE
79842026-08-13T22:59:17.456Z[ recovery-image] Aug 13 22:59:16.019 INFO O| Aug 13 22:59:16.019 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-13T22:59:17.456Z[ recovery-image] Aug 13 22:59:16.030 INFO O| Aug 13 22:59:16.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79862026-08-13T22:59:17.466Z[ recovery-image] Aug 13 22:59:16.030 INFO O| Aug 13 22:59:16.030 INFO STEP 909 (remove_files) COMPLETE
79872026-08-13T22:59:17.466Z[ recovery-image] Aug 13 22:59:16.030 INFO O| Aug 13 22:59:16.030 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-13T22:59:17.466Z[ recovery-image] Aug 13 22:59:16.041 INFO O| Aug 13 22:59:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79892026-08-13T22:59:17.466Z[ recovery-image] Aug 13 22:59:16.041 INFO O| Aug 13 22:59:16.041 INFO STEP 910 (remove_files) COMPLETE
79902026-08-13T22:59:17.466Z[ recovery-image] Aug 13 22:59:16.041 INFO O| Aug 13 22:59:16.041 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-13T22:59:17.478Z[ recovery-image] Aug 13 22:59:16.052 INFO O| Aug 13 22:59:16.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79922026-08-13T22:59:17.478Z[ recovery-image] Aug 13 22:59:16.052 INFO O| Aug 13 22:59:16.052 INFO STEP 911 (remove_files) COMPLETE
79932026-08-13T22:59:17.478Z[ recovery-image] Aug 13 22:59:16.052 INFO O| Aug 13 22:59:16.052 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.063 INFO O| Aug 13 22:59:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79952026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.063 INFO O| Aug 13 22:59:16.063 INFO STEP 912 (remove_files) COMPLETE
79962026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.063 INFO O| Aug 13 22:59:16.063 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.074 INFO O| Aug 13 22:59:16.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79982026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.074 INFO O| Aug 13 22:59:16.074 INFO STEP 913 (remove_files) COMPLETE
79992026-08-13T22:59:17.503Z[ recovery-image] Aug 13 22:59:16.074 INFO O| Aug 13 22:59:16.074 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-13T22:59:17.515Z[ recovery-image] Aug 13 22:59:16.089 INFO O| Aug 13 22:59:16.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80012026-08-13T22:59:17.516Z[ recovery-image] Aug 13 22:59:16.089 INFO O| Aug 13 22:59:16.089 INFO STEP 914 (remove_files) COMPLETE
80022026-08-13T22:59:17.516Z[ recovery-image] Aug 13 22:59:16.089 INFO O| Aug 13 22:59:16.089 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-13T22:59:18.340Z[ recovery-image] Aug 13 22:59:16.098 INFO O| Aug 13 22:59:16.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80042026-08-13T22:59:18.340Z[ recovery-image] Aug 13 22:59:16.098 INFO O| Aug 13 22:59:16.098 INFO STEP 915 (remove_files) COMPLETE
80052026-08-13T22:59:18.340Z[ recovery-image] Aug 13 22:59:16.098 INFO O| Aug 13 22:59:16.098 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-13T22:59:18.340Z[ recovery-image] Aug 13 22:59:16.107 INFO O| Aug 13 22:59:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80072026-08-13T22:59:18.340Z[ recovery-image] Aug 13 22:59:16.107 INFO O| Aug 13 22:59:16.107 INFO STEP 916 (remove_files) COMPLETE
80082026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.107 INFO O| Aug 13 22:59:16.107 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.117 INFO O| Aug 13 22:59:16.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80102026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.117 INFO O| Aug 13 22:59:16.117 INFO STEP 917 (remove_files) COMPLETE
80112026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.117 INFO O| Aug 13 22:59:16.117 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.128 INFO O| Aug 13 22:59:16.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80132026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.128 INFO O| Aug 13 22:59:16.127 INFO STEP 918 (remove_files) COMPLETE
80142026-08-13T22:59:18.341Z[ recovery-image] Aug 13 22:59:16.128 INFO O| Aug 13 22:59:16.127 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.137 INFO O| Aug 13 22:59:16.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80162026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.137 INFO O| Aug 13 22:59:16.137 INFO STEP 919 (remove_files) COMPLETE
80172026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.137 INFO O| Aug 13 22:59:16.137 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.148 INFO O| Aug 13 22:59:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80192026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.148 INFO O| Aug 13 22:59:16.148 INFO STEP 920 (remove_files) COMPLETE
80202026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.148 INFO O| Aug 13 22:59:16.148 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.159 INFO O| Aug 13 22:59:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80222026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.159 INFO O| Aug 13 22:59:16.159 INFO STEP 921 (remove_files) COMPLETE
80232026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.159 INFO O| Aug 13 22:59:16.159 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.168 INFO O| Aug 13 22:59:16.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80252026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.168 INFO O| Aug 13 22:59:16.168 INFO STEP 922 (remove_files) COMPLETE
80262026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.168 INFO O| Aug 13 22:59:16.168 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.180 INFO O| Aug 13 22:59:16.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80282026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.180 INFO O| Aug 13 22:59:16.180 INFO STEP 923 (remove_files) COMPLETE
80292026-08-13T22:59:18.486Z[ recovery-image] Aug 13 22:59:16.180 INFO O| Aug 13 22:59:16.180 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.191 INFO O| Aug 13 22:59:16.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80312026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.191 INFO O| Aug 13 22:59:16.191 INFO STEP 924 (remove_files) COMPLETE
80322026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.191 INFO O| Aug 13 22:59:16.191 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.202 INFO O| Aug 13 22:59:16.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80342026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.202 INFO O| Aug 13 22:59:16.202 INFO STEP 925 (remove_files) COMPLETE
80352026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.202 INFO O| Aug 13 22:59:16.202 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.213 INFO O| Aug 13 22:59:16.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80372026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.213 INFO O| Aug 13 22:59:16.213 INFO STEP 926 (remove_files) COMPLETE
80382026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.213 INFO O| Aug 13 22:59:16.213 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.223 INFO O| Aug 13 22:59:16.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80402026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.223 INFO O| Aug 13 22:59:16.223 INFO STEP 927 (remove_files) COMPLETE
80412026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.223 INFO O| Aug 13 22:59:16.223 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.234 INFO O| Aug 13 22:59:16.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80432026-08-13T22:59:18.487Z[ recovery-image] Aug 13 22:59:16.235 INFO O| Aug 13 22:59:16.235 INFO STEP 928 (remove_files) COMPLETE
80442026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.235 INFO O| Aug 13 22:59:16.235 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.246 INFO O| Aug 13 22:59:16.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80462026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.246 INFO O| Aug 13 22:59:16.246 INFO STEP 929 (remove_files) COMPLETE
80472026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.246 INFO O| Aug 13 22:59:16.246 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.256 INFO O| Aug 13 22:59:16.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80492026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.256 INFO O| Aug 13 22:59:16.256 INFO STEP 930 (remove_files) COMPLETE
80502026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.256 INFO O| Aug 13 22:59:16.256 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-13T22:59:18.488Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
80522026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.267 INFO O| Aug 13 22:59:16.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80532026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.267 INFO O| Aug 13 22:59:16.267 INFO STEP 931 (remove_files) COMPLETE
80542026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.267 INFO O| Aug 13 22:59:16.267 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.278 INFO O| Aug 13 22:59:16.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80562026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.278 INFO O| Aug 13 22:59:16.278 INFO STEP 932 (remove_files) COMPLETE
80572026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.278 INFO O| Aug 13 22:59:16.278 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.287 INFO O| Aug 13 22:59:16.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80592026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.287 INFO O| Aug 13 22:59:16.287 INFO STEP 933 (remove_files) COMPLETE
80602026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.287 INFO O| Aug 13 22:59:16.287 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.296 INFO O| Aug 13 22:59:16.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80622026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.297 INFO O| Aug 13 22:59:16.296 INFO STEP 934 (remove_files) COMPLETE
80632026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.297 INFO O| Aug 13 22:59:16.297 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.305 INFO O| Aug 13 22:59:16.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80652026-08-13T22:59:18.488Z[ recovery-image] Aug 13 22:59:16.305 INFO O| Aug 13 22:59:16.305 INFO STEP 935 (remove_files) COMPLETE
80662026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.305 INFO O| Aug 13 22:59:16.305 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.317 INFO O| Aug 13 22:59:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80682026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.317 INFO O| Aug 13 22:59:16.317 INFO STEP 936 (remove_files) COMPLETE
80692026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.317 INFO O| Aug 13 22:59:16.317 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.328 INFO O| Aug 13 22:59:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80712026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.328 INFO O| Aug 13 22:59:16.328 INFO STEP 937 (remove_files) COMPLETE
80722026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.328 INFO O| Aug 13 22:59:16.328 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.337 INFO O| Aug 13 22:59:16.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80742026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.337 INFO O| Aug 13 22:59:16.337 INFO STEP 938 (remove_files) COMPLETE
80752026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.337 INFO O| Aug 13 22:59:16.337 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.349 INFO O| Aug 13 22:59:16.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80772026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.349 INFO O| Aug 13 22:59:16.349 INFO STEP 939 (remove_files) COMPLETE
80782026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.349 INFO O| Aug 13 22:59:16.349 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.360 INFO O| Aug 13 22:59:16.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80802026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.360 INFO O| Aug 13 22:59:16.360 INFO STEP 940 (remove_files) COMPLETE
80812026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.360 INFO O| Aug 13 22:59:16.360 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.371 INFO O| Aug 13 22:59:16.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80832026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.371 INFO O| Aug 13 22:59:16.371 INFO STEP 941 (remove_files) COMPLETE
80842026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.371 INFO O| Aug 13 22:59:16.371 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.380 INFO O| Aug 13 22:59:16.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80862026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.380 INFO O| Aug 13 22:59:16.380 INFO STEP 942 (remove_files) COMPLETE
80872026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.380 INFO O| Aug 13 22:59:16.380 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.388 INFO O| Aug 13 22:59:16.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80892026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.388 INFO O| Aug 13 22:59:16.388 INFO STEP 943 (remove_files) COMPLETE
80902026-08-13T22:59:18.489Z[ recovery-image] Aug 13 22:59:16.389 INFO O| Aug 13 22:59:16.388 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.398 INFO O| Aug 13 22:59:16.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80922026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.398 INFO O| Aug 13 22:59:16.398 INFO STEP 944 (remove_files) COMPLETE
80932026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.398 INFO O| Aug 13 22:59:16.398 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.407 INFO O| Aug 13 22:59:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80952026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.407 INFO O| Aug 13 22:59:16.407 INFO STEP 945 (remove_files) COMPLETE
80962026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.407 INFO O| Aug 13 22:59:16.407 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.415 INFO O| Aug 13 22:59:16.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80982026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.415 INFO O| Aug 13 22:59:16.415 INFO STEP 946 (remove_files) COMPLETE
80992026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.415 INFO O| Aug 13 22:59:16.415 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.426 INFO O| Aug 13 22:59:16.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81012026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.426 INFO O| Aug 13 22:59:16.426 INFO STEP 947 (remove_files) COMPLETE
81022026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.426 INFO O| Aug 13 22:59:16.426 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.437 INFO O| Aug 13 22:59:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81042026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.437 INFO O| Aug 13 22:59:16.437 INFO STEP 948 (remove_files) COMPLETE
81052026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.437 INFO O| Aug 13 22:59:16.437 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.449 INFO O| Aug 13 22:59:16.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81072026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.449 INFO O| Aug 13 22:59:16.449 INFO STEP 949 (remove_files) COMPLETE
81082026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.449 INFO O| Aug 13 22:59:16.449 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.461 INFO O| Aug 13 22:59:16.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81102026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.461 INFO O| Aug 13 22:59:16.461 INFO STEP 950 (remove_files) COMPLETE
81112026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.461 INFO O| Aug 13 22:59:16.461 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.472 INFO O| Aug 13 22:59:16.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81132026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.472 INFO O| Aug 13 22:59:16.472 INFO STEP 951 (remove_files) COMPLETE
81142026-08-13T22:59:18.490Z[ recovery-image] Aug 13 22:59:16.472 INFO O| Aug 13 22:59:16.472 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-13T22:59:18.524Z[ recovery-image] Aug 13 22:59:16.482 INFO O| Aug 13 22:59:16.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81162026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.482 INFO O| Aug 13 22:59:16.482 INFO STEP 952 (remove_files) COMPLETE
81172026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.482 INFO O| Aug 13 22:59:16.482 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.492 INFO O| Aug 13 22:59:16.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81192026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.492 INFO O| Aug 13 22:59:16.492 INFO STEP 953 (remove_files) COMPLETE
81202026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.492 INFO O| Aug 13 22:59:16.492 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.502 INFO O| Aug 13 22:59:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81222026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.502 INFO O| Aug 13 22:59:16.502 INFO STEP 954 (remove_files) COMPLETE
81232026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.502 INFO O| Aug 13 22:59:16.502 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.513 INFO O| Aug 13 22:59:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81252026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.513 INFO O| Aug 13 22:59:16.513 INFO STEP 955 (remove_files) COMPLETE
81262026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.513 INFO O| Aug 13 22:59:16.513 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.527 INFO O| Aug 13 22:59:16.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81282026-08-13T22:59:18.525Z[ recovery-image] Aug 13 22:59:16.527 INFO O| Aug 13 22:59:16.527 INFO STEP 956 (remove_files) COMPLETE
81292026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.527 INFO O| Aug 13 22:59:16.527 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.536 INFO O| Aug 13 22:59:16.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81312026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.537 INFO O| Aug 13 22:59:16.537 INFO STEP 957 (remove_files) COMPLETE
81322026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.537 INFO O| Aug 13 22:59:16.537 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.546 INFO O| Aug 13 22:59:16.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81342026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.546 INFO O| Aug 13 22:59:16.546 INFO STEP 958 (remove_files) COMPLETE
81352026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.546 INFO O| Aug 13 22:59:16.546 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.556 INFO O| Aug 13 22:59:16.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81372026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.556 INFO O| Aug 13 22:59:16.556 INFO STEP 959 (remove_files) COMPLETE
81382026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.556 INFO O| Aug 13 22:59:16.556 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.565 INFO O| Aug 13 22:59:16.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81402026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.565 INFO O| Aug 13 22:59:16.565 INFO STEP 960 (remove_files) COMPLETE
81412026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.565 INFO O| Aug 13 22:59:16.565 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.575 INFO O| Aug 13 22:59:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81432026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.575 INFO O| Aug 13 22:59:16.575 INFO STEP 961 (remove_files) COMPLETE
81442026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.575 INFO O| Aug 13 22:59:16.575 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-13T22:59:18.526Z[ recovery-image] Aug 13 22:59:16.584 INFO O| Aug 13 22:59:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81462026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.584 INFO O| Aug 13 22:59:16.584 INFO STEP 962 (remove_files) COMPLETE
81472026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.584 INFO O| Aug 13 22:59:16.584 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.593 INFO O| Aug 13 22:59:16.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81492026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.593 INFO O| Aug 13 22:59:16.593 INFO STEP 963 (remove_files) COMPLETE
81502026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.593 INFO O| Aug 13 22:59:16.593 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.603 INFO O| Aug 13 22:59:16.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81522026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.603 INFO O| Aug 13 22:59:16.603 INFO STEP 964 (remove_files) COMPLETE
81532026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.603 INFO O| Aug 13 22:59:16.603 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.612 INFO O| Aug 13 22:59:16.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81552026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.612 INFO O| Aug 13 22:59:16.612 INFO STEP 965 (remove_files) COMPLETE
81562026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.612 INFO O| Aug 13 22:59:16.612 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.622 INFO O| Aug 13 22:59:16.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81582026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.622 INFO O| Aug 13 22:59:16.622 INFO STEP 966 (remove_files) COMPLETE
81592026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.622 INFO O| Aug 13 22:59:16.622 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.631 INFO O| Aug 13 22:59:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81612026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.631 INFO O| Aug 13 22:59:16.631 INFO STEP 967 (remove_files) COMPLETE
81622026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.631 INFO O| Aug 13 22:59:16.631 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.641 INFO O| Aug 13 22:59:16.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81642026-08-13T22:59:18.527Z[ recovery-image] Aug 13 22:59:16.641 INFO O| Aug 13 22:59:16.641 INFO STEP 968 (remove_files) COMPLETE
81652026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.641 INFO O| Aug 13 22:59:16.641 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.650 INFO O| Aug 13 22:59:16.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81672026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.650 INFO O| Aug 13 22:59:16.650 INFO STEP 969 (remove_files) COMPLETE
81682026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.650 INFO O| Aug 13 22:59:16.650 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.660 INFO O| Aug 13 22:59:16.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81702026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.660 INFO O| Aug 13 22:59:16.660 INFO STEP 970 (remove_files) COMPLETE
81712026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.660 INFO O| Aug 13 22:59:16.660 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.669 INFO O| Aug 13 22:59:16.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81732026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.669 INFO O| Aug 13 22:59:16.669 INFO STEP 971 (remove_files) COMPLETE
81742026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.669 INFO O| Aug 13 22:59:16.669 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.679 INFO O| Aug 13 22:59:16.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81762026-08-13T22:59:18.528Z[ recovery-image] Aug 13 22:59:16.679 INFO O| Aug 13 22:59:16.679 INFO STEP 972 (remove_files) COMPLETE
81772026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.679 INFO O| Aug 13 22:59:16.679 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.688 INFO O| Aug 13 22:59:16.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81792026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.688 INFO O| Aug 13 22:59:16.688 INFO STEP 973 (remove_files) COMPLETE
81802026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.688 INFO O| Aug 13 22:59:16.688 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.698 INFO O| Aug 13 22:59:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81822026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.699 INFO O| Aug 13 22:59:16.698 INFO STEP 974 (remove_files) COMPLETE
81832026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.699 INFO O| Aug 13 22:59:16.699 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.709 INFO O| Aug 13 22:59:16.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81852026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.709 INFO O| Aug 13 22:59:16.709 INFO STEP 975 (remove_files) COMPLETE
81862026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.709 INFO O| Aug 13 22:59:16.709 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.719 INFO O| Aug 13 22:59:16.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81882026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.719 INFO O| Aug 13 22:59:16.719 INFO STEP 976 (remove_files) COMPLETE
81892026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.719 INFO O| Aug 13 22:59:16.719 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.729 INFO O| Aug 13 22:59:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81912026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.729 INFO O| Aug 13 22:59:16.729 INFO STEP 977 (remove_files) COMPLETE
81922026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.729 INFO O| Aug 13 22:59:16.729 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.740 INFO O| Aug 13 22:59:16.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81942026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.740 INFO O| Aug 13 22:59:16.740 INFO STEP 978 (remove_files) COMPLETE
81952026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.740 INFO O| Aug 13 22:59:16.740 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.752 INFO O| Aug 13 22:59:16.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81972026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.752 INFO O| Aug 13 22:59:16.752 INFO STEP 979 (remove_files) COMPLETE
81982026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.752 INFO O| Aug 13 22:59:16.752 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.763 INFO O| Aug 13 22:59:16.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82002026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.763 INFO O| Aug 13 22:59:16.763 INFO STEP 980 (remove_files) COMPLETE
82012026-08-13T22:59:18.529Z[ recovery-image] Aug 13 22:59:16.763 INFO O| Aug 13 22:59:16.763 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-13T22:59:18.530Z[ recovery-image] Aug 13 22:59:16.775 INFO O| Aug 13 22:59:16.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82032026-08-13T22:59:18.530Z[ recovery-image] Aug 13 22:59:16.775 INFO O| Aug 13 22:59:16.775 INFO STEP 981 (remove_files) COMPLETE
82042026-08-13T22:59:18.530Z[ recovery-image] Aug 13 22:59:16.775 INFO O| Aug 13 22:59:16.775 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-13T22:59:18.547Z[ recovery-image] Aug 13 22:59:16.786 INFO O| Aug 13 22:59:16.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82062026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.786 INFO O| Aug 13 22:59:16.786 INFO STEP 982 (remove_files) COMPLETE
82072026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.786 INFO O| Aug 13 22:59:16.786 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.798 INFO O| Aug 13 22:59:16.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82092026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.798 INFO O| Aug 13 22:59:16.798 INFO STEP 983 (remove_files) COMPLETE
82102026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.798 INFO O| Aug 13 22:59:16.798 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.808 INFO O| Aug 13 22:59:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82122026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.808 INFO O| Aug 13 22:59:16.808 INFO STEP 984 (remove_files) COMPLETE
82132026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.808 INFO O| Aug 13 22:59:16.808 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-13T22:59:18.548Z[ recovery-image] Aug 13 22:59:16.819 INFO O| Aug 13 22:59:16.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82152026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.820 INFO O| Aug 13 22:59:16.819 INFO STEP 985 (remove_files) COMPLETE
82162026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.820 INFO O| Aug 13 22:59:16.820 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.832 INFO O| Aug 13 22:59:16.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82182026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.832 INFO O| Aug 13 22:59:16.832 INFO STEP 986 (remove_files) COMPLETE
82192026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.832 INFO O| Aug 13 22:59:16.832 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-13T22:59:18.581Z[ recovery-image] Aug 13 22:59:16.842 INFO O| Aug 13 22:59:16.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82212026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.842 INFO O| Aug 13 22:59:16.842 INFO STEP 987 (remove_files) COMPLETE
82222026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.842 INFO O| Aug 13 22:59:16.842 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.853 INFO O| Aug 13 22:59:16.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82242026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.853 INFO O| Aug 13 22:59:16.853 INFO STEP 988 (remove_files) COMPLETE
82252026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.853 INFO O| Aug 13 22:59:16.853 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.863 INFO O| Aug 13 22:59:16.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82272026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.863 INFO O| Aug 13 22:59:16.863 INFO STEP 989 (remove_files) COMPLETE
82282026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.863 INFO O| Aug 13 22:59:16.863 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.873 INFO O| Aug 13 22:59:16.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82302026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.873 INFO O| Aug 13 22:59:16.873 INFO STEP 990 (remove_files) COMPLETE
82312026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.873 INFO O| Aug 13 22:59:16.873 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.882 INFO O| Aug 13 22:59:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82332026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.882 INFO O| Aug 13 22:59:16.882 INFO STEP 991 (remove_files) COMPLETE
82342026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.882 INFO O| Aug 13 22:59:16.882 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.890 INFO O| Aug 13 22:59:16.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82362026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.890 INFO O| Aug 13 22:59:16.890 INFO STEP 992 (remove_files) COMPLETE
82372026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.890 INFO O| Aug 13 22:59:16.890 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.898 INFO O| Aug 13 22:59:16.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82392026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.898 INFO O| Aug 13 22:59:16.898 INFO STEP 993 (remove_files) COMPLETE
82402026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.898 INFO O| Aug 13 22:59:16.898 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-13T22:59:18.582Z[ recovery-image] Aug 13 22:59:16.905 INFO O| Aug 13 22:59:16.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82422026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.905 INFO O| Aug 13 22:59:16.905 INFO STEP 994 (remove_files) COMPLETE
82432026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.905 INFO O| Aug 13 22:59:16.905 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.913 INFO O| Aug 13 22:59:16.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82452026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.913 INFO O| Aug 13 22:59:16.913 INFO STEP 995 (remove_files) COMPLETE
82462026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.913 INFO O| Aug 13 22:59:16.913 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.922 INFO O| Aug 13 22:59:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82482026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.922 INFO O| Aug 13 22:59:16.922 INFO STEP 996 (remove_files) COMPLETE
82492026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.922 INFO O| Aug 13 22:59:16.922 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.931 INFO O| Aug 13 22:59:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82512026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.931 INFO O| Aug 13 22:59:16.931 INFO STEP 997 (remove_files) COMPLETE
82522026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.931 INFO O| Aug 13 22:59:16.931 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.940 INFO O| Aug 13 22:59:16.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82542026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.940 INFO O| Aug 13 22:59:16.940 INFO STEP 998 (remove_files) COMPLETE
82552026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.940 INFO O| Aug 13 22:59:16.940 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.948 INFO O| Aug 13 22:59:16.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82572026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.948 INFO O| Aug 13 22:59:16.948 INFO STEP 999 (remove_files) COMPLETE
82582026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.948 INFO O| Aug 13 22:59:16.948 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.958 INFO O| Aug 13 22:59:16.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82602026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.958 INFO O| Aug 13 22:59:16.958 INFO STEP 1000 (remove_files) COMPLETE
82612026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.958 INFO O| Aug 13 22:59:16.958 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.967 INFO O| Aug 13 22:59:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82632026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.968 INFO O| Aug 13 22:59:16.967 INFO STEP 1001 (remove_files) COMPLETE
82642026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.968 INFO O| Aug 13 22:59:16.967 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.977 INFO O| Aug 13 22:59:16.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82662026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.977 INFO O| Aug 13 22:59:16.977 INFO STEP 1002 (remove_files) COMPLETE
82672026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.977 INFO O| Aug 13 22:59:16.977 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.987 INFO O| Aug 13 22:59:16.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82692026-08-13T22:59:18.583Z[ recovery-image] Aug 13 22:59:16.987 INFO O| Aug 13 22:59:16.987 INFO STEP 1003 (remove_files) COMPLETE
82702026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:16.987 INFO O| Aug 13 22:59:16.987 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:16.998 INFO O| Aug 13 22:59:16.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82722026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:16.998 INFO O| Aug 13 22:59:16.998 INFO STEP 1004 (remove_files) COMPLETE
82732026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:16.998 INFO O| Aug 13 22:59:16.998 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.008 INFO O| Aug 13 22:59:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82752026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.008 INFO O| Aug 13 22:59:17.008 INFO STEP 1005 (remove_files) COMPLETE
82762026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.008 INFO O| Aug 13 22:59:17.008 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.016 INFO O| Aug 13 22:59:17.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82782026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.016 INFO O| Aug 13 22:59:17.016 INFO STEP 1006 (remove_files) COMPLETE
82792026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.016 INFO O| Aug 13 22:59:17.016 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.026 INFO O| Aug 13 22:59:17.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82812026-08-13T22:59:18.584Z[ recovery-image] Aug 13 22:59:17.026 INFO O| Aug 13 22:59:17.026 INFO STEP 1007 (remove_files) COMPLETE
82822026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.026 INFO O| Aug 13 22:59:17.026 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.036 INFO O| Aug 13 22:59:17.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82842026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.036 INFO O| Aug 13 22:59:17.036 INFO STEP 1008 (remove_files) COMPLETE
82852026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.036 INFO O| Aug 13 22:59:17.036 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.052 INFO O| Aug 13 22:59:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82872026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.052 INFO O| Aug 13 22:59:17.052 INFO STEP 1009 (remove_files) COMPLETE
82882026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.052 INFO O| Aug 13 22:59:17.052 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.062 INFO O| Aug 13 22:59:17.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82902026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.062 INFO O| Aug 13 22:59:17.062 INFO STEP 1010 (remove_files) COMPLETE
82912026-08-13T22:59:18.585Z[ recovery-image] Aug 13 22:59:17.062 INFO O| Aug 13 22:59:17.062 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.070 INFO O| Aug 13 22:59:17.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82932026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.070 INFO O| Aug 13 22:59:17.070 INFO STEP 1011 (remove_files) COMPLETE
82942026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.070 INFO O| Aug 13 22:59:17.070 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.079 INFO O| Aug 13 22:59:17.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82962026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.079 INFO O| Aug 13 22:59:17.079 INFO STEP 1012 (remove_files) COMPLETE
82972026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.079 INFO O| Aug 13 22:59:17.079 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.088 INFO O| Aug 13 22:59:17.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
82992026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.088 INFO O| Aug 13 22:59:17.088 INFO STEP 1013 (remove_files) COMPLETE
83002026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.088 INFO O| Aug 13 22:59:17.088 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.097 INFO O| Aug 13 22:59:17.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83022026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.098 INFO O| Aug 13 22:59:17.098 INFO STEP 1014 (remove_files) COMPLETE
83032026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.098 INFO O| Aug 13 22:59:17.098 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.107 INFO O| Aug 13 22:59:17.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83052026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.107 INFO O| Aug 13 22:59:17.107 INFO STEP 1015 (remove_files) COMPLETE
83062026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.107 INFO O| Aug 13 22:59:17.107 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.118 INFO O| Aug 13 22:59:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83082026-08-13T22:59:18.586Z[ recovery-image] Aug 13 22:59:17.118 INFO O| Aug 13 22:59:17.118 INFO STEP 1016 (remove_files) COMPLETE
83092026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.118 INFO O| Aug 13 22:59:17.118 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.129 INFO O| Aug 13 22:59:17.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83112026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.129 INFO O| Aug 13 22:59:17.129 INFO STEP 1017 (remove_files) COMPLETE
83122026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.129 INFO O| Aug 13 22:59:17.129 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.140 INFO O| Aug 13 22:59:17.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83142026-08-13T22:59:18.587Z[ recovery-image] Aug 13 22:59:17.140 INFO O| Aug 13 22:59:17.140 INFO STEP 1018 (remove_files) COMPLETE
83152026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.140 INFO O| Aug 13 22:59:17.140 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.150 INFO O| Aug 13 22:59:17.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83172026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.150 INFO O| Aug 13 22:59:17.150 INFO STEP 1019 (remove_files) COMPLETE
83182026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.150 INFO O| Aug 13 22:59:17.150 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.160 INFO O| Aug 13 22:59:17.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83202026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.160 INFO O| Aug 13 22:59:17.160 INFO STEP 1020 (remove_files) COMPLETE
83212026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.160 INFO O| Aug 13 22:59:17.160 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.169 INFO O| Aug 13 22:59:17.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83232026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.169 INFO O| Aug 13 22:59:17.169 INFO STEP 1021 (remove_files) COMPLETE
83242026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.169 INFO O| Aug 13 22:59:17.169 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.180 INFO O| Aug 13 22:59:17.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83262026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.180 INFO O| Aug 13 22:59:17.180 INFO STEP 1022 (remove_files) COMPLETE
83272026-08-13T22:59:18.606Z[ recovery-image] Aug 13 22:59:17.180 INFO O| Aug 13 22:59:17.180 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-13T22:59:18.618Z[ recovery-image] Aug 13 22:59:17.190 INFO O| Aug 13 22:59:17.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83292026-08-13T22:59:18.618Z[ recovery-image] Aug 13 22:59:17.190 INFO O| Aug 13 22:59:17.190 INFO STEP 1023 (remove_files) COMPLETE
83302026-08-13T22:59:18.618Z[ recovery-image] Aug 13 22:59:17.190 INFO O| Aug 13 22:59:17.190 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-13T22:59:18.636Z[ recovery-image] Aug 13 22:59:17.202 INFO O| Aug 13 22:59:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83322026-08-13T22:59:18.636Z[ recovery-image] Aug 13 22:59:17.202 INFO O| Aug 13 22:59:17.202 INFO STEP 1024 (remove_files) COMPLETE
83332026-08-13T22:59:18.636Z[ recovery-image] Aug 13 22:59:17.202 INFO O| Aug 13 22:59:17.202 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-13T22:59:18.646Z[ recovery-image] Aug 13 22:59:17.213 INFO O| Aug 13 22:59:17.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83352026-08-13T22:59:18.646Z[ recovery-image] Aug 13 22:59:17.213 INFO O| Aug 13 22:59:17.213 INFO STEP 1025 (remove_files) COMPLETE
83362026-08-13T22:59:18.646Z[ recovery-image] Aug 13 22:59:17.213 INFO O| Aug 13 22:59:17.213 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-13T22:59:18.664Z[ recovery-image] Aug 13 22:59:17.224 INFO O| Aug 13 22:59:17.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83382026-08-13T22:59:18.664Z[ recovery-image] Aug 13 22:59:17.224 INFO O| Aug 13 22:59:17.224 INFO STEP 1026 (remove_files) COMPLETE
83392026-08-13T22:59:18.664Z[ recovery-image] Aug 13 22:59:17.224 INFO O| Aug 13 22:59:17.224 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-13T22:59:18.676Z[ recovery-image] Aug 13 22:59:17.234 INFO O| Aug 13 22:59:17.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83412026-08-13T22:59:18.677Z[ recovery-image] Aug 13 22:59:17.234 INFO O| Aug 13 22:59:17.234 INFO STEP 1027 (remove_files) COMPLETE
83422026-08-13T22:59:18.677Z[ recovery-image] Aug 13 22:59:17.234 INFO O| Aug 13 22:59:17.234 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.246 INFO O| Aug 13 22:59:17.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83442026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.246 INFO O| Aug 13 22:59:17.245 INFO STEP 1028 (remove_files) COMPLETE
83452026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.246 INFO O| Aug 13 22:59:17.245 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.256 INFO O| Aug 13 22:59:17.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83472026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.256 INFO O| Aug 13 22:59:17.256 INFO STEP 1029 (remove_files) COMPLETE
83482026-08-13T22:59:18.688Z[ recovery-image] Aug 13 22:59:17.256 INFO O| Aug 13 22:59:17.256 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-13T22:59:18.711Z[ recovery-image] Aug 13 22:59:17.267 INFO O| Aug 13 22:59:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83502026-08-13T22:59:18.711Z[ recovery-image] Aug 13 22:59:17.267 INFO O| Aug 13 22:59:17.267 INFO STEP 1030 (remove_files) COMPLETE
83512026-08-13T22:59:18.711Z[ recovery-image] Aug 13 22:59:17.267 INFO O| Aug 13 22:59:17.267 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.277 INFO O| Aug 13 22:59:17.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83532026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.277 INFO O| Aug 13 22:59:17.277 INFO STEP 1031 (remove_files) COMPLETE
83542026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.277 INFO O| Aug 13 22:59:17.277 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.287 INFO O| Aug 13 22:59:17.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83562026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.287 INFO O| Aug 13 22:59:17.287 INFO STEP 1032 (remove_files) COMPLETE
83572026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.287 INFO O| Aug 13 22:59:17.287 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.295 INFO O| Aug 13 22:59:17.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83592026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.295 INFO O| Aug 13 22:59:17.295 INFO STEP 1033 (remove_files) COMPLETE
83602026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.295 INFO O| Aug 13 22:59:17.295 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.304 INFO O| Aug 13 22:59:17.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83622026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.304 INFO O| Aug 13 22:59:17.304 INFO STEP 1034 (remove_files) COMPLETE
83632026-08-13T22:59:18.733Z[ recovery-image] Aug 13 22:59:17.304 INFO O| Aug 13 22:59:17.304 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-13T22:59:18.757Z[ recovery-image] Aug 13 22:59:17.314 INFO O| Aug 13 22:59:17.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83652026-08-13T22:59:18.758Z[ recovery-image] Aug 13 22:59:17.314 INFO O| Aug 13 22:59:17.314 INFO STEP 1035 (remove_files) COMPLETE
83662026-08-13T22:59:18.758Z[ recovery-image] Aug 13 22:59:17.314 INFO O| Aug 13 22:59:17.314 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-13T22:59:18.758Z[ recovery-image] Aug 13 22:59:17.324 INFO O| Aug 13 22:59:17.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83682026-08-13T22:59:18.758Z[ recovery-image] Aug 13 22:59:17.324 INFO O| Aug 13 22:59:17.324 INFO STEP 1036 (remove_files) COMPLETE
83692026-08-13T22:59:18.758Z[ recovery-image] Aug 13 22:59:17.324 INFO O| Aug 13 22:59:17.324 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-13T22:59:18.765Z[ recovery-image] Aug 13 22:59:17.335 INFO O| Aug 13 22:59:17.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83712026-08-13T22:59:18.765Z[ recovery-image] Aug 13 22:59:17.335 INFO O| Aug 13 22:59:17.335 INFO STEP 1037 (remove_files) COMPLETE
83722026-08-13T22:59:18.765Z[ recovery-image] Aug 13 22:59:17.335 INFO O| Aug 13 22:59:17.335 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-13T22:59:18.771Z[ recovery-image] Aug 13 22:59:17.347 INFO O| Aug 13 22:59:17.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83742026-08-13T22:59:18.771Z[ recovery-image] Aug 13 22:59:17.347 INFO O| Aug 13 22:59:17.347 INFO STEP 1038 (remove_files) COMPLETE
83752026-08-13T22:59:18.771Z[ recovery-image] Aug 13 22:59:17.347 INFO O| Aug 13 22:59:17.347 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-13T22:59:18.784Z[ recovery-image] Aug 13 22:59:17.358 INFO O| Aug 13 22:59:17.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83772026-08-13T22:59:18.784Z[ recovery-image] Aug 13 22:59:17.358 INFO O| Aug 13 22:59:17.358 INFO STEP 1039 (remove_files) COMPLETE
83782026-08-13T22:59:18.784Z[ recovery-image] Aug 13 22:59:17.358 INFO O| Aug 13 22:59:17.358 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-13T22:59:18.796Z[ recovery-image] Aug 13 22:59:17.369 INFO O| Aug 13 22:59:17.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83802026-08-13T22:59:18.796Z[ recovery-image] Aug 13 22:59:17.369 INFO O| Aug 13 22:59:17.369 INFO STEP 1040 (remove_files) COMPLETE
83812026-08-13T22:59:18.796Z[ recovery-image] Aug 13 22:59:17.369 INFO O| Aug 13 22:59:17.369 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-13T22:59:18.803Z[ recovery-image] Aug 13 22:59:17.379 INFO O| Aug 13 22:59:17.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83832026-08-13T22:59:18.803Z[ recovery-image] Aug 13 22:59:17.380 INFO O| Aug 13 22:59:17.379 INFO STEP 1041 (remove_files) COMPLETE
83842026-08-13T22:59:18.803Z[ recovery-image] Aug 13 22:59:17.380 INFO O| Aug 13 22:59:17.379 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-13T22:59:18.816Z[ recovery-image] Aug 13 22:59:17.389 INFO O| Aug 13 22:59:17.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83862026-08-13T22:59:18.816Z[ recovery-image] Aug 13 22:59:17.390 INFO O| Aug 13 22:59:17.390 INFO STEP 1042 (remove_files) COMPLETE
83872026-08-13T22:59:18.817Z[ recovery-image] Aug 13 22:59:17.390 INFO O| Aug 13 22:59:17.390 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-13T22:59:18.824Z[ recovery-image] Aug 13 22:59:17.400 INFO O| Aug 13 22:59:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83892026-08-13T22:59:18.829Z[ recovery-image] Aug 13 22:59:17.400 INFO O| Aug 13 22:59:17.400 INFO STEP 1043 (remove_files) COMPLETE
83902026-08-13T22:59:18.829Z[ recovery-image] Aug 13 22:59:17.400 INFO O| Aug 13 22:59:17.400 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-13T22:59:18.838Z[ recovery-image] Aug 13 22:59:17.409 INFO O| Aug 13 22:59:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83922026-08-13T22:59:18.838Z[ recovery-image] Aug 13 22:59:17.410 INFO O| Aug 13 22:59:17.409 INFO STEP 1044 (remove_files) COMPLETE
83932026-08-13T22:59:18.838Z[ recovery-image] Aug 13 22:59:17.410 INFO O| Aug 13 22:59:17.410 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-13T22:59:18.847Z[ recovery-image] Aug 13 22:59:17.418 INFO O| Aug 13 22:59:17.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
83952026-08-13T22:59:18.847Z[ recovery-image] Aug 13 22:59:17.418 INFO O| Aug 13 22:59:17.418 INFO STEP 1045 (remove_files) COMPLETE
83962026-08-13T22:59:18.847Z[ recovery-image] Aug 13 22:59:17.418 INFO O| Aug 13 22:59:17.418 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-13T22:59:18.853Z[ recovery-image] Aug 13 22:59:17.428 INFO O| Aug 13 22:59:17.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
83982026-08-13T22:59:18.853Z[ recovery-image] Aug 13 22:59:17.428 INFO O| Aug 13 22:59:17.428 INFO STEP 1046 (remove_files) COMPLETE
83992026-08-13T22:59:18.853Z[ recovery-image] Aug 13 22:59:17.428 INFO O| Aug 13 22:59:17.428 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-13T22:59:18.866Z[ recovery-image] Aug 13 22:59:17.437 INFO O| Aug 13 22:59:17.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84012026-08-13T22:59:18.866Z[ recovery-image] Aug 13 22:59:17.437 INFO O| Aug 13 22:59:17.437 INFO STEP 1047 (remove_files) COMPLETE
84022026-08-13T22:59:18.866Z[ recovery-image] Aug 13 22:59:17.437 INFO O| Aug 13 22:59:17.437 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-13T22:59:18.882Z[ recovery-image] Aug 13 22:59:17.448 INFO O| Aug 13 22:59:17.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84042026-08-13T22:59:18.882Z[ recovery-image] Aug 13 22:59:17.448 INFO O| Aug 13 22:59:17.448 INFO STEP 1048 (remove_files) COMPLETE
84052026-08-13T22:59:18.882Z[ recovery-image] Aug 13 22:59:17.448 INFO O| Aug 13 22:59:17.448 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-13T22:59:18.883Z[ recovery-image] Aug 13 22:59:17.459 INFO O| Aug 13 22:59:17.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84072026-08-13T22:59:18.883Z[ recovery-image] Aug 13 22:59:17.459 INFO O| Aug 13 22:59:17.459 INFO STEP 1049 (remove_files) COMPLETE
84082026-08-13T22:59:18.883Z[ recovery-image] Aug 13 22:59:17.459 INFO O| Aug 13 22:59:17.459 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-13T22:59:18.893Z[ recovery-image] Aug 13 22:59:17.469 INFO O| Aug 13 22:59:17.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84102026-08-13T22:59:18.893Z[ recovery-image] Aug 13 22:59:17.469 INFO O| Aug 13 22:59:17.469 INFO STEP 1050 (remove_files) COMPLETE
84112026-08-13T22:59:18.894Z[ recovery-image] Aug 13 22:59:17.469 INFO O| Aug 13 22:59:17.469 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-13T22:59:18.950Z[ recovery-image] Aug 13 22:59:17.478 INFO O| Aug 13 22:59:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84132026-08-13T22:59:18.950Z[ recovery-image] Aug 13 22:59:17.479 INFO O| Aug 13 22:59:17.479 INFO STEP 1051 (remove_files) COMPLETE
84142026-08-13T22:59:18.951Z[ recovery-image] Aug 13 22:59:17.479 INFO O| Aug 13 22:59:17.479 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-13T22:59:19.009Z[ recovery-image] Aug 13 22:59:17.491 INFO O| Aug 13 22:59:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84162026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.491 INFO O| Aug 13 22:59:17.491 INFO STEP 1052 (remove_files) COMPLETE
84172026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.491 INFO O| Aug 13 22:59:17.491 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.502 INFO O| Aug 13 22:59:17.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84192026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.502 INFO O| Aug 13 22:59:17.502 INFO STEP 1053 (remove_files) COMPLETE
84202026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.502 INFO O| Aug 13 22:59:17.502 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.511 INFO O| Aug 13 22:59:17.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84222026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.511 INFO O| Aug 13 22:59:17.511 INFO STEP 1054 (remove_files) COMPLETE
84232026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.511 INFO O| Aug 13 22:59:17.511 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.521 INFO O| Aug 13 22:59:17.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84252026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.521 INFO O| Aug 13 22:59:17.521 INFO STEP 1055 (remove_files) COMPLETE
84262026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.521 INFO O| Aug 13 22:59:17.521 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.532 INFO O| Aug 13 22:59:17.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84282026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.532 INFO O| Aug 13 22:59:17.532 INFO STEP 1056 (remove_files) COMPLETE
84292026-08-13T22:59:19.010Z[ recovery-image] Aug 13 22:59:17.532 INFO O| Aug 13 22:59:17.532 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.542 INFO O| Aug 13 22:59:17.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84312026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.542 INFO O| Aug 13 22:59:17.542 INFO STEP 1057 (remove_files) COMPLETE
84322026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.542 INFO O| Aug 13 22:59:17.542 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.553 INFO O| Aug 13 22:59:17.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84342026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.553 INFO O| Aug 13 22:59:17.553 INFO STEP 1058 (remove_files) COMPLETE
84352026-08-13T22:59:19.011Z[ recovery-image] Aug 13 22:59:17.553 INFO O| Aug 13 22:59:17.553 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.563 INFO O| Aug 13 22:59:17.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84372026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.563 INFO O| Aug 13 22:59:17.563 INFO STEP 1059 (remove_files) COMPLETE
84382026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.563 INFO O| Aug 13 22:59:17.563 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.596 INFO O| Aug 13 22:59:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84402026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.596 INFO O| Aug 13 22:59:17.596 INFO STEP 1060 (remove_files) COMPLETE
84412026-08-13T22:59:19.027Z[ recovery-image] Aug 13 22:59:17.596 INFO O| Aug 13 22:59:17.596 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-13T22:59:19.085Z[ recovery-image] Aug 13 22:59:17.607 INFO O| Aug 13 22:59:17.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84432026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.607 INFO O| Aug 13 22:59:17.607 INFO STEP 1061 (remove_files) COMPLETE
84442026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.607 INFO O| Aug 13 22:59:17.607 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.617 INFO O| Aug 13 22:59:17.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84462026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.617 INFO O| Aug 13 22:59:17.617 INFO STEP 1062 (remove_files) COMPLETE
84472026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.617 INFO O| Aug 13 22:59:17.617 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.625 INFO O| Aug 13 22:59:17.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84492026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.626 INFO O| Aug 13 22:59:17.626 INFO STEP 1063 (remove_files) COMPLETE
84502026-08-13T22:59:19.086Z[ recovery-image] Aug 13 22:59:17.626 INFO O| Aug 13 22:59:17.626 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.637 INFO O| Aug 13 22:59:17.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84522026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.637 INFO O| Aug 13 22:59:17.637 INFO STEP 1064 (remove_files) COMPLETE
84532026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.637 INFO O| Aug 13 22:59:17.637 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.648 INFO O| Aug 13 22:59:17.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84552026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.648 INFO O| Aug 13 22:59:17.648 INFO STEP 1065 (remove_files) COMPLETE
84562026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.648 INFO O| Aug 13 22:59:17.648 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.660 INFO O| Aug 13 22:59:17.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84582026-08-13T22:59:19.107Z[ recovery-image] Aug 13 22:59:17.660 INFO O| Aug 13 22:59:17.660 INFO STEP 1066 (remove_files) COMPLETE
84592026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.660 INFO O| Aug 13 22:59:17.660 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.670 INFO O| Aug 13 22:59:17.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84612026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.670 INFO O| Aug 13 22:59:17.670 INFO STEP 1067 (remove_files) COMPLETE
84622026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.670 INFO O| Aug 13 22:59:17.670 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.679 INFO O| Aug 13 22:59:17.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84642026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.679 INFO O| Aug 13 22:59:17.679 INFO STEP 1068 (remove_files) COMPLETE
84652026-08-13T22:59:19.108Z[ recovery-image] Aug 13 22:59:17.679 INFO O| Aug 13 22:59:17.679 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-13T22:59:19.125Z[ recovery-image] Aug 13 22:59:17.688 INFO O| Aug 13 22:59:17.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84672026-08-13T22:59:19.126Z[ recovery-image] Aug 13 22:59:17.688 INFO O| Aug 13 22:59:17.688 INFO STEP 1069 (remove_files) COMPLETE
84682026-08-13T22:59:19.126Z[ recovery-image] Aug 13 22:59:17.688 INFO O| Aug 13 22:59:17.688 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-13T22:59:19.134Z[ recovery-image] Aug 13 22:59:17.697 INFO O| Aug 13 22:59:17.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84702026-08-13T22:59:19.134Z[ recovery-image] Aug 13 22:59:17.697 INFO O| Aug 13 22:59:17.697 INFO STEP 1070 (remove_files) COMPLETE
84712026-08-13T22:59:19.134Z[ recovery-image] Aug 13 22:59:17.697 INFO O| Aug 13 22:59:17.697 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-13T22:59:19.135Z[ recovery-image] Aug 13 22:59:17.707 INFO O| Aug 13 22:59:17.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84732026-08-13T22:59:19.135Z[ recovery-image] Aug 13 22:59:17.707 INFO O| Aug 13 22:59:17.707 INFO STEP 1071 (remove_files) COMPLETE
84742026-08-13T22:59:19.135Z[ recovery-image] Aug 13 22:59:17.707 INFO O| Aug 13 22:59:17.707 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-13T22:59:19.146Z[ recovery-image] Aug 13 22:59:17.717 INFO O| Aug 13 22:59:17.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84762026-08-13T22:59:19.147Z[ recovery-image] Aug 13 22:59:17.718 INFO O| Aug 13 22:59:17.718 INFO STEP 1072 (remove_files) COMPLETE
84772026-08-13T22:59:19.147Z[ recovery-image] Aug 13 22:59:17.718 INFO O| Aug 13 22:59:17.718 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-13T22:59:19.161Z[ recovery-image] Aug 13 22:59:17.728 INFO O| Aug 13 22:59:17.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84792026-08-13T22:59:19.161Z[ recovery-image] Aug 13 22:59:17.728 INFO O| Aug 13 22:59:17.728 INFO STEP 1073 (remove_files) COMPLETE
84802026-08-13T22:59:19.161Z[ recovery-image] Aug 13 22:59:17.728 INFO O| Aug 13 22:59:17.728 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-13T22:59:19.172Z[ recovery-image] Aug 13 22:59:17.737 INFO O| Aug 13 22:59:17.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84822026-08-13T22:59:19.172Z[ recovery-image] Aug 13 22:59:17.737 INFO O| Aug 13 22:59:17.737 INFO STEP 1074 (remove_files) COMPLETE
84832026-08-13T22:59:19.172Z[ recovery-image] Aug 13 22:59:17.737 INFO O| Aug 13 22:59:17.737 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-13T22:59:19.173Z[ recovery-image] Aug 13 22:59:17.748 INFO O| Aug 13 22:59:17.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84852026-08-13T22:59:19.173Z[ recovery-image] Aug 13 22:59:17.748 INFO O| Aug 13 22:59:17.748 INFO STEP 1075 (remove_files) COMPLETE
84862026-08-13T22:59:19.173Z[ recovery-image] Aug 13 22:59:17.748 INFO O| Aug 13 22:59:17.748 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-13T22:59:19.184Z[ recovery-image] Aug 13 22:59:17.759 INFO O| Aug 13 22:59:17.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84882026-08-13T22:59:19.185Z[ recovery-image] Aug 13 22:59:17.759 INFO O| Aug 13 22:59:17.759 INFO STEP 1076 (remove_files) COMPLETE
84892026-08-13T22:59:19.185Z[ recovery-image] Aug 13 22:59:17.759 INFO O| Aug 13 22:59:17.759 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-13T22:59:19.208Z[ recovery-image] Aug 13 22:59:17.770 INFO O| Aug 13 22:59:17.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84912026-08-13T22:59:19.208Z[ recovery-image] Aug 13 22:59:17.770 INFO O| Aug 13 22:59:17.770 INFO STEP 1077 (remove_files) COMPLETE
84922026-08-13T22:59:19.208Z[ recovery-image] Aug 13 22:59:17.770 INFO O| Aug 13 22:59:17.770 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-13T22:59:19.208Z[ recovery-image] Aug 13 22:59:17.782 INFO O| Aug 13 22:59:17.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84942026-08-13T22:59:19.208Z[ recovery-image] Aug 13 22:59:17.782 INFO O| Aug 13 22:59:17.782 INFO STEP 1078 (remove_files) COMPLETE
84952026-08-13T22:59:19.209Z[ recovery-image] Aug 13 22:59:17.782 INFO O| Aug 13 22:59:17.782 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.792 INFO O| Aug 13 22:59:17.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
84972026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.792 INFO O| Aug 13 22:59:17.792 INFO STEP 1079 (remove_files) COMPLETE
84982026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.792 INFO O| Aug 13 22:59:17.792 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.803 INFO O| Aug 13 22:59:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85002026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.803 INFO O| Aug 13 22:59:17.803 INFO STEP 1080 (remove_files) COMPLETE
85012026-08-13T22:59:19.231Z[ recovery-image] Aug 13 22:59:17.803 INFO O| Aug 13 22:59:17.803 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-13T22:59:19.263Z[ recovery-image] Aug 13 22:59:17.813 INFO O| Aug 13 22:59:17.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85032026-08-13T22:59:19.263Z[ recovery-image] Aug 13 22:59:17.813 INFO O| Aug 13 22:59:17.813 INFO STEP 1081 (remove_files) COMPLETE
85042026-08-13T22:59:19.263Z[ recovery-image] Aug 13 22:59:17.813 INFO O| Aug 13 22:59:17.813 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-13T22:59:19.263Z[ recovery-image] Aug 13 22:59:17.822 INFO O| Aug 13 22:59:17.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85062026-08-13T22:59:19.264Z[ recovery-image] Aug 13 22:59:17.822 INFO O| Aug 13 22:59:17.822 INFO STEP 1082 (remove_files) COMPLETE
85072026-08-13T22:59:19.264Z[ recovery-image] Aug 13 22:59:17.822 INFO O| Aug 13 22:59:17.822 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-13T22:59:19.264Z[ recovery-image] Aug 13 22:59:17.833 INFO O| Aug 13 22:59:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85092026-08-13T22:59:19.264Z[ recovery-image] Aug 13 22:59:17.833 INFO O| Aug 13 22:59:17.833 INFO STEP 1083 (remove_files) COMPLETE
85102026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.833 INFO O| Aug 13 22:59:17.833 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.843 INFO O| Aug 13 22:59:17.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85122026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.843 INFO O| Aug 13 22:59:17.843 INFO STEP 1084 (remove_files) COMPLETE
85132026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.843 INFO O| Aug 13 22:59:17.843 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.853 INFO O| Aug 13 22:59:17.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85152026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.853 INFO O| Aug 13 22:59:17.853 INFO STEP 1085 (remove_files) COMPLETE
85162026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.853 INFO O| Aug 13 22:59:17.853 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.861 INFO O| Aug 13 22:59:17.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85182026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.861 INFO O| Aug 13 22:59:17.861 INFO STEP 1086 (remove_files) COMPLETE
85192026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.861 INFO O| Aug 13 22:59:17.861 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.872 INFO O| Aug 13 22:59:17.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85212026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.872 INFO O| Aug 13 22:59:17.872 INFO STEP 1087 (remove_files) COMPLETE
85222026-08-13T22:59:19.302Z[ recovery-image] Aug 13 22:59:17.872 INFO O| Aug 13 22:59:17.872 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-13T22:59:19.318Z[ recovery-image] Aug 13 22:59:17.882 INFO O| Aug 13 22:59:17.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85242026-08-13T22:59:19.318Z[ recovery-image] Aug 13 22:59:17.882 INFO O| Aug 13 22:59:17.882 INFO STEP 1088 (remove_files) COMPLETE
85252026-08-13T22:59:19.318Z[ recovery-image] Aug 13 22:59:17.882 INFO O| Aug 13 22:59:17.882 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-13T22:59:19.335Z[ recovery-image] Aug 13 22:59:17.893 INFO O| Aug 13 22:59:17.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85272026-08-13T22:59:19.335Z[ recovery-image] Aug 13 22:59:17.893 INFO O| Aug 13 22:59:17.893 INFO STEP 1089 (remove_files) COMPLETE
85282026-08-13T22:59:19.335Z[ recovery-image] Aug 13 22:59:17.893 INFO O| Aug 13 22:59:17.893 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.903 INFO O| Aug 13 22:59:17.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85302026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.903 INFO O| Aug 13 22:59:17.903 INFO STEP 1090 (remove_files) COMPLETE
85312026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.903 INFO O| Aug 13 22:59:17.903 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.914 INFO O| Aug 13 22:59:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85332026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.914 INFO O| Aug 13 22:59:17.914 INFO STEP 1091 (remove_files) COMPLETE
85342026-08-13T22:59:19.346Z[ recovery-image] Aug 13 22:59:17.914 INFO O| Aug 13 22:59:17.914 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-13T22:59:19.360Z[ recovery-image] Aug 13 22:59:17.924 INFO O| Aug 13 22:59:17.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85362026-08-13T22:59:19.360Z[ recovery-image] Aug 13 22:59:17.924 INFO O| Aug 13 22:59:17.924 INFO STEP 1092 (remove_files) COMPLETE
85372026-08-13T22:59:19.360Z[ recovery-image] Aug 13 22:59:17.924 INFO O| Aug 13 22:59:17.924 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-13T22:59:19.375Z[ recovery-image] Aug 13 22:59:17.934 INFO O| Aug 13 22:59:17.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85392026-08-13T22:59:19.375Z[ recovery-image] Aug 13 22:59:17.934 INFO O| Aug 13 22:59:17.934 INFO STEP 1093 (remove_files) COMPLETE
85402026-08-13T22:59:19.375Z[ recovery-image] Aug 13 22:59:17.934 INFO O| Aug 13 22:59:17.934 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.943 INFO O| Aug 13 22:59:17.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85422026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.943 INFO O| Aug 13 22:59:17.943 INFO STEP 1094 (remove_files) COMPLETE
85432026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.943 INFO O| Aug 13 22:59:17.943 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.953 INFO O| Aug 13 22:59:17.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85452026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.953 INFO O| Aug 13 22:59:17.953 INFO STEP 1095 (remove_files) COMPLETE
85462026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.953 INFO O| Aug 13 22:59:17.953 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.964 INFO O| Aug 13 22:59:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85482026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.964 INFO O| Aug 13 22:59:17.964 INFO STEP 1096 (remove_files) COMPLETE
85492026-08-13T22:59:19.404Z[ recovery-image] Aug 13 22:59:17.964 INFO O| Aug 13 22:59:17.964 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-13T22:59:19.435Z[ recovery-image] Aug 13 22:59:17.976 INFO O| Aug 13 22:59:17.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85512026-08-13T22:59:19.435Z[ recovery-image] Aug 13 22:59:17.976 INFO O| Aug 13 22:59:17.976 INFO STEP 1097 (remove_files) COMPLETE
85522026-08-13T22:59:19.435Z[ recovery-image] Aug 13 22:59:17.976 INFO O| Aug 13 22:59:17.976 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-13T22:59:19.435Z[ recovery-image] Aug 13 22:59:17.987 INFO O| Aug 13 22:59:17.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85542026-08-13T22:59:19.435Z[ recovery-image] Aug 13 22:59:17.987 INFO O| Aug 13 22:59:17.987 INFO STEP 1098 (remove_files) COMPLETE
85552026-08-13T22:59:19.450Z[ recovery-image] Aug 13 22:59:17.987 INFO O| Aug 13 22:59:17.987 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-13T22:59:19.450Z[ recovery-image] Aug 13 22:59:17.997 INFO O| Aug 13 22:59:17.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85572026-08-13T22:59:19.450Z[ recovery-image] Aug 13 22:59:17.998 INFO O| Aug 13 22:59:17.997 INFO STEP 1099 (remove_files) COMPLETE
85582026-08-13T22:59:19.450Z[ recovery-image] Aug 13 22:59:17.998 INFO O| Aug 13 22:59:17.998 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.009 INFO O| Aug 13 22:59:18.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85602026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.009 INFO O| Aug 13 22:59:18.009 INFO STEP 1100 (remove_files) COMPLETE
85612026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.009 INFO O| Aug 13 22:59:18.009 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.019 INFO O| Aug 13 22:59:18.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85632026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.019 INFO O| Aug 13 22:59:18.019 INFO STEP 1101 (remove_files) COMPLETE
85642026-08-13T22:59:19.451Z[ recovery-image] Aug 13 22:59:18.019 INFO O| Aug 13 22:59:18.019 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-13T22:59:19.466Z[ recovery-image] Aug 13 22:59:18.031 INFO O| Aug 13 22:59:18.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85662026-08-13T22:59:19.466Z[ recovery-image] Aug 13 22:59:18.031 INFO O| Aug 13 22:59:18.031 INFO STEP 1102 (remove_files) COMPLETE
85672026-08-13T22:59:19.466Z[ recovery-image] Aug 13 22:59:18.031 INFO O| Aug 13 22:59:18.031 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-13T22:59:19.477Z[ recovery-image] Aug 13 22:59:18.049 INFO O| Aug 13 22:59:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85692026-08-13T22:59:19.477Z[ recovery-image] Aug 13 22:59:18.049 INFO O| Aug 13 22:59:18.049 INFO STEP 1103 (remove_files) COMPLETE
85702026-08-13T22:59:19.477Z[ recovery-image] Aug 13 22:59:18.049 INFO O| Aug 13 22:59:18.049 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.059 INFO O| Aug 13 22:59:18.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85722026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.059 INFO O| Aug 13 22:59:18.059 INFO STEP 1104 (remove_files) COMPLETE
85732026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.059 INFO O| Aug 13 22:59:18.059 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.069 INFO O| Aug 13 22:59:18.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85752026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.069 INFO O| Aug 13 22:59:18.069 INFO STEP 1105 (remove_files) COMPLETE
85762026-08-13T22:59:19.494Z[ recovery-image] Aug 13 22:59:18.069 INFO O| Aug 13 22:59:18.069 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-13T22:59:19.508Z[ recovery-image] Aug 13 22:59:18.079 INFO O| Aug 13 22:59:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85782026-08-13T22:59:19.508Z[ recovery-image] Aug 13 22:59:18.079 INFO O| Aug 13 22:59:18.079 INFO STEP 1106 (remove_files) COMPLETE
85792026-08-13T22:59:19.508Z[ recovery-image] Aug 13 22:59:18.079 INFO O| Aug 13 22:59:18.079 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.088 INFO O| Aug 13 22:59:18.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85812026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.088 INFO O| Aug 13 22:59:18.088 INFO STEP 1107 (remove_files) COMPLETE
85822026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.088 INFO O| Aug 13 22:59:18.088 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.099 INFO O| Aug 13 22:59:18.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85842026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.099 INFO O| Aug 13 22:59:18.099 INFO STEP 1108 (remove_files) COMPLETE
85852026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.099 INFO O| Aug 13 22:59:18.099 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-13T22:59:19.542Z[ recovery-image] Aug 13 22:59:18.109 INFO O| Aug 13 22:59:18.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85872026-08-13T22:59:19.543Z[ recovery-image] Aug 13 22:59:18.110 INFO O| Aug 13 22:59:18.110 INFO STEP 1109 (remove_files) COMPLETE
85882026-08-13T22:59:19.543Z[ recovery-image] Aug 13 22:59:18.110 INFO O| Aug 13 22:59:18.110 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.122 INFO O| Aug 13 22:59:18.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85902026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.122 INFO O| Aug 13 22:59:18.122 INFO STEP 1110 (remove_files) COMPLETE
85912026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.122 INFO O| Aug 13 22:59:18.122 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.132 INFO O| Aug 13 22:59:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
85932026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.132 INFO O| Aug 13 22:59:18.132 INFO STEP 1111 (remove_files) COMPLETE
85942026-08-13T22:59:19.555Z[ recovery-image] Aug 13 22:59:18.132 INFO O| Aug 13 22:59:18.132 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-13T22:59:19.575Z[ recovery-image] Aug 13 22:59:18.143 INFO O| Aug 13 22:59:18.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
85962026-08-13T22:59:19.575Z[ recovery-image] Aug 13 22:59:18.143 INFO O| Aug 13 22:59:18.143 INFO STEP 1112 (remove_files) COMPLETE
85972026-08-13T22:59:19.575Z[ recovery-image] Aug 13 22:59:18.143 INFO O| Aug 13 22:59:18.143 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-13T22:59:19.597Z[ recovery-image] Aug 13 22:59:18.153 INFO O| Aug 13 22:59:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
85992026-08-13T22:59:19.597Z[ recovery-image] Aug 13 22:59:18.153 INFO O| Aug 13 22:59:18.153 INFO STEP 1113 (remove_files) COMPLETE
86002026-08-13T22:59:19.597Z[ recovery-image] Aug 13 22:59:18.153 INFO O| Aug 13 22:59:18.153 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-13T22:59:19.597Z[ recovery-image] Aug 13 22:59:18.164 INFO O| Aug 13 22:59:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86022026-08-13T22:59:19.597Z[ recovery-image] Aug 13 22:59:18.164 INFO O| Aug 13 22:59:18.164 INFO STEP 1114 (remove_files) COMPLETE
86032026-08-13T22:59:19.598Z[ recovery-image] Aug 13 22:59:18.164 INFO O| Aug 13 22:59:18.164 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-13T22:59:19.609Z[ recovery-image] Aug 13 22:59:18.175 INFO O| Aug 13 22:59:18.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86052026-08-13T22:59:19.610Z[ recovery-image] Aug 13 22:59:18.176 INFO O| Aug 13 22:59:18.176 INFO STEP 1115 (remove_files) COMPLETE
86062026-08-13T22:59:19.610Z[ recovery-image] Aug 13 22:59:18.176 INFO O| Aug 13 22:59:18.176 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-13T22:59:19.610Z[ recovery-image] Aug 13 22:59:18.186 INFO O| Aug 13 22:59:18.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86082026-08-13T22:59:19.610Z[ recovery-image] Aug 13 22:59:18.186 INFO O| Aug 13 22:59:18.186 INFO STEP 1116 (remove_files) COMPLETE
86092026-08-13T22:59:19.610Z[ recovery-image] Aug 13 22:59:18.186 INFO O| Aug 13 22:59:18.186 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-13T22:59:19.621Z[ recovery-image] Aug 13 22:59:18.195 INFO O| Aug 13 22:59:18.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86112026-08-13T22:59:19.621Z[ recovery-image] Aug 13 22:59:18.195 INFO O| Aug 13 22:59:18.195 INFO STEP 1117 (remove_files) COMPLETE
86122026-08-13T22:59:19.621Z[ recovery-image] Aug 13 22:59:18.195 INFO O| Aug 13 22:59:18.195 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86132026-08-13T22:59:19.634Z[ recovery-image] Aug 13 22:59:18.211 INFO O| Aug 13 22:59:18.211 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86142026-08-13T22:59:19.634Z[ recovery-image] Aug 13 22:59:18.211 INFO O| Aug 13 22:59:18.211 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86152026-08-13T22:59:19.918Z[verify-libraries] Compiling git2 v0.20.4
86162026-08-13T22:59:20.001Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86172026-08-13T22:59:20.381Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86182026-08-13T22:59:20.540Z[ recovery-image] Aug 13 22:59:19.103 INFO O| Aug 13 22:59:19.103 INFO STEP 1118 (pack_tar) COMPLETE
86192026-08-13T22:59:20.541Z[ recovery-image] Aug 13 22:59:19.103 INFO O| Aug 13 22:59:19.103 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86202026-08-13T22:59:20.541Z[ recovery-image] Aug 13 22:59:19.103 INFO O| Aug 13 22:59:19.103 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86212026-08-13T22:59:21.175Z[ recovery-image] Aug 13 22:59:19.753 INFO O| Aug 13 22:59:19.753 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86222026-08-13T22:59:21.262Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86232026-08-13T22:59:21.281Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86242026-08-13T22:59:21.317Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86252026-08-13T22:59:21.445Z[ recovery-image] Aug 13 22:59:20.010 INFO O| Aug 13 22:59:20.010 INFO completed processing sled/ramdisk-03-recovery-trim
86262026-08-13T22:59:21.464Z[ recovery-image] Aug 13 22:59:20.013 INFO image builder template: zfs-recovery...
86272026-08-13T22:59:21.464Z[ recovery-image] Aug 13 22:59:20.013 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/.tmpy1QRLV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86282026-08-13T22:59:21.484Z[ recovery-image] Aug 13 22:59:20.040 INFO O| Aug 13 22:59:20.040 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86292026-08-13T22:59:21.484Z[ recovery-image] Aug 13 22:59:20.044 INFO O| Aug 13 22:59:20.044 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86302026-08-13T22:59:21.587Z[ recovery-image] Aug 13 22:59:20.164 INFO O| Aug 13 22:59:20.164 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86312026-08-13T22:59:21.657Z[ recovery-image] Aug 13 22:59:20.234 INFO O| Aug 13 22:59:20.234 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86322026-08-13T22:59:21.658Z[ recovery-image] Aug 13 22:59:20.234 INFO O| Aug 13 22:59:20.234 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86332026-08-13T22:59:21.667Z[ recovery-image] Aug 13 22:59:20.239 INFO O| Aug 13 22:59:20.239 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86342026-08-13T22:59:21.824Z[ recovery-image] Aug 13 22:59:20.395 INFO O| Aug 13 22:59:20.394 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86352026-08-13T22:59:21.968Z[ recovery-image] Aug 13 22:59:20.547 INFO O| Aug 13 22:59:20.547 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86362026-08-13T22:59:22.003Z[ recovery-image] Aug 13 22:59:20.556 INFO O| Aug 13 22:59:20.556 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86372026-08-13T22:59:22.003Z[ recovery-image] Aug 13 22:59:20.561 INFO O| Aug 13 22:59:20.560 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86382026-08-13T22:59:22.003Z[ recovery-image] Aug 13 22:59:20.562 INFO O| Aug 13 22:59:20.562 INFO no lofi found
86392026-08-13T22:59:22.003Z[ recovery-image] Aug 13 22:59:20.562 INFO O| Aug 13 22:59:20.562 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86402026-08-13T22:59:22.003Z[ recovery-image] Aug 13 22:59:20.562 INFO O| Aug 13 22:59:20.562 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86412026-08-13T22:59:22.027Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86422026-08-13T22:59:23.359Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86432026-08-13T22:59:23.422Z[ recovery-image] Aug 13 22:59:22.001 INFO O| Aug 13 22:59:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
86442026-08-13T22:59:23.422Z[ recovery-image] Aug 13 22:59:22.001 INFO O| Aug 13 22:59:22.001 INFO pool device = /dev/dsk/c2t1d0p0
86452026-08-13T22:59:23.422Z[ recovery-image] Aug 13 22:59:22.001 INFO O| Aug 13 22:59:22.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"]
86462026-08-13T22:59:23.565Z[ recovery-image] Aug 13 22:59:22.144 INFO O| Aug 13 22:59:22.144 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86472026-08-13T22:59:23.565Z[ recovery-image] Aug 13 22:59:22.144 INFO O| Aug 13 22:59:22.144 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86482026-08-13T22:59:23.596Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86492026-08-13T22:59:23.608Z[ recovery-image] Aug 13 22:59:22.170 INFO O| Aug 13 22:59:22.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86502026-08-13T22:59:23.661Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86512026-08-13T22:59:23.682Z[ recovery-image] Aug 13 22:59:22.258 INFO O| Aug 13 22:59:22.257 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86522026-08-13T22:59:23.713Z[ recovery-image] Aug 13 22:59:22.292 INFO O| Aug 13 22:59:22.291 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86532026-08-13T22:59:23.739Z[ recovery-image] Aug 13 22:59:22.314 INFO O| Aug 13 22:59:22.314 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86542026-08-13T22:59:23.784Z[ recovery-image] Aug 13 22:59:22.332 INFO O| Aug 13 22:59:22.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86552026-08-13T22:59:23.784Z[verify-libraries] Compiling yansi v1.0.1
86562026-08-13T22:59:23.800Z[ recovery-image] Aug 13 22:59:22.377 INFO O| Aug 13 22:59:22.377 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86572026-08-13T22:59:23.801Z[ recovery-image] Aug 13 22:59:22.378 INFO O| Aug 13 22:59:22.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86582026-08-13T22:59:23.801Z[ recovery-image] Aug 13 22:59:22.378 INFO O| Aug 13 22:59:22.378 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86592026-08-13T22:59:23.819Z[ recovery-image] Aug 13 22:59:22.387 INFO O| Aug 13 22:59:22.386 INFO boot environment UUID: cca7894d-eec3-44df-8c4c-5ad12116df22
86602026-08-13T22:59:23.820Z[ recovery-image] Aug 13 22:59:22.387 INFO O| Aug 13 22:59:22.386 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = cca7894d-eec3-44df-8c4c-5ad12116df22
86612026-08-13T22:59:23.832Z[ recovery-image] Aug 13 22:59:22.404 INFO O| Aug 13 22:59:22.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86622026-08-13T22:59:23.866Z[ recovery-image] Aug 13 22:59:22.423 INFO O| Aug 13 22:59:22.423 INFO STEP 0 (create_be) COMPLETE
86632026-08-13T22:59:23.866Z[ recovery-image] Aug 13 22:59:22.423 INFO O| Aug 13 22:59:22.423 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86642026-08-13T22:59:23.881Z[ recovery-image] Aug 13 22:59:22.438 INFO O| Aug 13 22:59:22.438 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"]
86652026-08-13T22:59:23.902Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86662026-08-13T22:59:23.981Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86672026-08-13T22:59:23.995Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86682026-08-13T22:59:24.220Z[verify-libraries] Compiling pretty_assertions v1.4.1
86692026-08-13T22:59:24.640Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86702026-08-13T22:59:24.670Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86712026-08-13T22:59:24.842Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86722026-08-13T22:59:24.976Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86732026-08-13T22:59:25.149Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86742026-08-13T22:59:25.482Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86752026-08-13T22:59:25.586Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86762026-08-13T22:59:25.794Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86772026-08-13T22:59:25.905Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86782026-08-13T22:59:25.921Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86792026-08-13T22:59:26.206Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86802026-08-13T22:59:26.272Z[verify-libraries] Compiling drift v0.2.0
86812026-08-13T22:59:26.335Z[verify-libraries] Compiling uzers v0.12.2
86822026-08-13T22:59:26.447Z[verify-libraries] Compiling parse-size v1.1.0
86832026-08-13T22:59:26.767Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86842026-08-13T22:59:26.926Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86852026-08-13T22:59:27.602Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86862026-08-13T22:59:27.941Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86872026-08-13T22:59:28.460Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86882026-08-13T22:59:29.056Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86892026-08-13T22:59:31.003Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86902026-08-13T22:59:31.013Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86912026-08-13T22:59:31.445Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
86922026-08-13T22:59:32.518Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86932026-08-13T22:59:32.820Z[ recovery-image] Aug 13 22:59:31.399 INFO O| Aug 13 22:59:31.399 INFO STEP 1 (unpack_tar) COMPLETE
86942026-08-13T22:59:32.820Z[ recovery-image] Aug 13 22:59:31.399 INFO O| Aug 13 22:59:31.399 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86952026-08-13T22:59:32.835Z[ recovery-image] Aug 13 22:59:31.414 INFO O| Aug 13 22:59:31.414 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86962026-08-13T22:59:32.883Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
86972026-08-13T22:59:33.516Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
86982026-08-13T22:59:33.919Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
86992026-08-13T22:59:33.959Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87002026-08-13T22:59:34.054Z[ recovery-image] Aug 13 22:59:32.633 INFO O| Aug 13 22:59:32.632 INFO STEP 2 (devfsadm) COMPLETE
87012026-08-13T22:59:34.054Z[ recovery-image] Aug 13 22:59:32.633 INFO O| Aug 13 22:59:32.632 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87022026-08-13T22:59:34.064Z[ recovery-image] Aug 13 22:59:32.643 INFO O| Aug 13 22:59:32.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87032026-08-13T22:59:34.064Z[ recovery-image] Aug 13 22:59:32.643 INFO O| Aug 13 22:59:32.643 INFO STEP 3 (ensure_dir) COMPLETE
87042026-08-13T22:59:34.071Z[ recovery-image] Aug 13 22:59:32.643 INFO O| Aug 13 22:59:32.643 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052026-08-13T22:59:34.093Z[ recovery-image] Aug 13 22:59:32.652 INFO O| Aug 13 22:59:32.652 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87062026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.652 INFO O| Aug 13 22:59:32.652 INFO STEP 4 (ensure_dir) COMPLETE
87072026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.652 INFO O| Aug 13 22:59:32.652 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.661 INFO O| Aug 13 22:59:32.661 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87092026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.661 INFO O| Aug 13 22:59:32.661 INFO STEP 5 (ensure_dir) COMPLETE
87102026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.661 INFO O| Aug 13 22:59:32.661 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.670 INFO O| Aug 13 22:59:32.670 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87122026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.670 INFO O| Aug 13 22:59:32.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87132026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.670 INFO O| Aug 13 22:59:32.670 INFO STEP 6 (ensure_dir) COMPLETE
87142026-08-13T22:59:34.094Z[ recovery-image] Aug 13 22:59:32.670 INFO O| Aug 13 22:59:32.670 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-13T22:59:34.103Z[ recovery-image] Aug 13 22:59:32.681 INFO O| Aug 13 22:59:32.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87162026-08-13T22:59:34.103Z[ recovery-image] Aug 13 22:59:32.681 INFO O| Aug 13 22:59:32.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87172026-08-13T22:59:34.109Z[ recovery-image] Aug 13 22:59:32.681 INFO O| Aug 13 22:59:32.681 INFO STEP 7 (ensure_dir) COMPLETE
87182026-08-13T22:59:34.109Z[ recovery-image] Aug 13 22:59:32.681 INFO O| Aug 13 22:59:32.681 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192026-08-13T22:59:34.114Z[ recovery-image] Aug 13 22:59:32.692 INFO O| Aug 13 22:59:32.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87202026-08-13T22:59:34.115Z[ recovery-image] Aug 13 22:59:32.693 INFO O| Aug 13 22:59:32.693 INFO STEP 8 (remove_files) COMPLETE
87212026-08-13T22:59:34.115Z[ recovery-image] Aug 13 22:59:32.693 INFO O| Aug 13 22:59:32.693 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-13T22:59:34.126Z[ recovery-image] Aug 13 22:59:32.706 INFO O| Aug 13 22:59:32.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87232026-08-13T22:59:34.127Z[ recovery-image] Aug 13 22:59:32.706 INFO O| Aug 13 22:59:32.704 INFO STEP 9 (remove_files) COMPLETE
87242026-08-13T22:59:34.127Z[ recovery-image] Aug 13 22:59:32.706 INFO O| Aug 13 22:59:32.704 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-13T22:59:34.137Z[ recovery-image] Aug 13 22:59:32.717 INFO O| Aug 13 22:59:32.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87262026-08-13T22:59:34.137Z[ recovery-image] Aug 13 22:59:32.717 INFO O| Aug 13 22:59:32.716 INFO STEP 10 (remove_files) COMPLETE
87272026-08-13T22:59:34.142Z[ recovery-image] Aug 13 22:59:32.717 INFO O| Aug 13 22:59:32.716 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-13T22:59:34.152Z[ recovery-image] Aug 13 22:59:32.726 INFO O| Aug 13 22:59:32.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87292026-08-13T22:59:34.153Z[ recovery-image] Aug 13 22:59:32.726 INFO O| Aug 13 22:59:32.726 INFO STEP 11 (remove_files) COMPLETE
87302026-08-13T22:59:34.153Z[ recovery-image] Aug 13 22:59:32.726 INFO O| Aug 13 22:59:32.726 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-13T22:59:34.165Z[ recovery-image] Aug 13 22:59:32.735 INFO O| Aug 13 22:59:32.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87322026-08-13T22:59:34.165Z[ recovery-image] Aug 13 22:59:32.735 INFO O| Aug 13 22:59:32.735 INFO STEP 12 (remove_files) COMPLETE
87332026-08-13T22:59:34.165Z[ recovery-image] Aug 13 22:59:32.735 INFO O| Aug 13 22:59:32.735 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-13T22:59:34.174Z[ recovery-image] Aug 13 22:59:32.746 INFO O| Aug 13 22:59:32.746 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87352026-08-13T22:59:34.174Z[ recovery-image] Aug 13 22:59:32.746 INFO O| Aug 13 22:59:32.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87362026-08-13T22:59:34.174Z[ recovery-image] Aug 13 22:59:32.746 INFO O| Aug 13 22:59:32.746 INFO STEP 13 (ensure_dir) COMPLETE
87372026-08-13T22:59:34.174Z[ recovery-image] Aug 13 22:59:32.746 INFO O| Aug 13 22:59:32.746 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-13T22:59:34.181Z[verify-libraries] Compiling multimap v0.10.1
87392026-08-13T22:59:34.181Z[ recovery-image] Aug 13 22:59:32.757 INFO O| Aug 13 22:59:32.757 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87402026-08-13T22:59:34.181Z[ recovery-image] Aug 13 22:59:32.757 INFO O| Aug 13 22:59:32.757 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87412026-08-13T22:59:34.181Z[ recovery-image] Aug 13 22:59:32.757 INFO O| Aug 13 22:59:32.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87422026-08-13T22:59:34.181Z[ recovery-image] Aug 13 22:59:32.757 INFO O| Aug 13 22:59:32.757 INFO STEP 14 (ensure_dir) COMPLETE
87432026-08-13T22:59:34.182Z[ recovery-image] Aug 13 22:59:32.757 INFO O| Aug 13 22:59:32.757 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-13T22:59:34.189Z[ recovery-image] Aug 13 22:59:32.768 INFO O| Aug 13 22:59:32.768 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87452026-08-13T22:59:34.189Z[ recovery-image] Aug 13 22:59:32.768 INFO O| Aug 13 22:59:32.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87462026-08-13T22:59:34.198Z[ recovery-image] Aug 13 22:59:32.768 INFO O| Aug 13 22:59:32.768 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87472026-08-13T22:59:34.198Z[ recovery-image] Aug 13 22:59:32.768 INFO O| Aug 13 22:59:32.768 INFO STEP 15 (ensure_dir) COMPLETE
87482026-08-13T22:59:34.198Z[ recovery-image] Aug 13 22:59:32.768 INFO O| Aug 13 22:59:32.768 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492026-08-13T22:59:34.204Z[ recovery-image] Aug 13 22:59:32.778 INFO O| Aug 13 22:59:32.777 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87502026-08-13T22:59:34.204Z[ recovery-image] Aug 13 22:59:32.778 INFO O| Aug 13 22:59:32.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87512026-08-13T22:59:34.204Z[ recovery-image] Aug 13 22:59:32.778 INFO O| Aug 13 22:59:32.778 INFO STEP 16 (ensure_dir) COMPLETE
87522026-08-13T22:59:34.204Z[ recovery-image] Aug 13 22:59:32.778 INFO O| Aug 13 22:59:32.778 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-13T22:59:34.210Z[ recovery-image] Aug 13 22:59:32.789 INFO O| Aug 13 22:59:32.789 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87542026-08-13T22:59:34.210Z[ recovery-image] Aug 13 22:59:32.789 INFO O| Aug 13 22:59:32.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87552026-08-13T22:59:34.210Z[ recovery-image] Aug 13 22:59:32.789 INFO O| Aug 13 22:59:32.789 INFO STEP 17 (ensure_dir) COMPLETE
87562026-08-13T22:59:34.210Z[ recovery-image] Aug 13 22:59:32.789 INFO O| Aug 13 22:59:32.789 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-13T22:59:34.222Z[ recovery-image] Aug 13 22:59:32.798 INFO O| Aug 13 22:59:32.798 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87582026-08-13T22:59:34.222Z[ recovery-image] Aug 13 22:59:32.798 INFO O| Aug 13 22:59:32.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87592026-08-13T22:59:34.222Z[ recovery-image] Aug 13 22:59:32.798 INFO O| Aug 13 22:59:32.798 INFO ok!
87602026-08-13T22:59:34.222Z[ recovery-image] Aug 13 22:59:32.798 INFO O| Aug 13 22:59:32.798 INFO STEP 18 (ensure_symlink) COMPLETE
87612026-08-13T22:59:34.222Z[ recovery-image] Aug 13 22:59:32.798 INFO O| Aug 13 22:59:32.798 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-13T22:59:34.229Z[ recovery-image] Aug 13 22:59:32.807 INFO O| Aug 13 22:59:32.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87632026-08-13T22:59:34.229Z[ recovery-image] Aug 13 22:59:32.807 INFO O| Aug 13 22:59:32.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87642026-08-13T22:59:34.229Z[ recovery-image] Aug 13 22:59:32.807 INFO O| Aug 13 22:59:32.807 INFO ok!
87652026-08-13T22:59:34.229Z[ recovery-image] Aug 13 22:59:32.807 INFO O| Aug 13 22:59:32.807 INFO STEP 19 (ensure_file) COMPLETE
87662026-08-13T22:59:34.229Z[ recovery-image] Aug 13 22:59:32.807 INFO O| Aug 13 22:59:32.807 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87672026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87682026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87692026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87702026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO ok!
87712026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO STEP 20 (ensure_symlink) COMPLETE
87722026-08-13T22:59:34.239Z[ recovery-image] Aug 13 22:59:32.816 INFO O| Aug 13 22:59:32.816 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732026-08-13T22:59:34.246Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87742026-08-13T22:59:34.246Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87752026-08-13T22:59:34.247Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87762026-08-13T22:59:34.247Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO ok!
87772026-08-13T22:59:34.247Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO STEP 21 (ensure_symlink) COMPLETE
87782026-08-13T22:59:34.247Z[ recovery-image] Aug 13 22:59:32.824 INFO O| Aug 13 22:59:32.824 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87802026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87812026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87822026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO ok!
87832026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO STEP 22 (ensure_symlink) COMPLETE
87842026-08-13T22:59:34.257Z[ recovery-image] Aug 13 22:59:32.833 INFO O| Aug 13 22:59:32.833 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87852026-08-13T22:59:34.357Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87862026-08-13T22:59:34.357Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87872026-08-13T22:59:34.357Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87882026-08-13T22:59:34.357Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO ok!
87892026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO STEP 23 (ensure_symlink) COMPLETE
87902026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.841 INFO O| Aug 13 22:59:32.841 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87912026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87922026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 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 ...
87932026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87942026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 INFO ok!
87952026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 INFO STEP 24 (ensure_file) COMPLETE
87962026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.851 INFO O| Aug 13 22:59:32.851 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.861 INFO O| Aug 13 22:59:32.861 INFO updating shadow file
87982026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.861 INFO O| Aug 13 22:59:32.861 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87992026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.861 INFO O| Aug 13 22:59:32.861 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88002026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.862 INFO O| Aug 13 22:59:32.862 INFO STEP 25 (shadow) COMPLETE
88012026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.862 INFO O| Aug 13 22:59:32.862 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88032026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88042026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88052026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 INFO ok!
88062026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 INFO STEP 26 (ensure_file) COMPLETE
88072026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.871 INFO O| Aug 13 22:59:32.871 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.879 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88092026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.879 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88102026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88112026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.880 INFO ok!
88122026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.880 INFO STEP 27 (ensure_file) COMPLETE
88132026-08-13T22:59:34.358Z[ recovery-image] Aug 13 22:59:32.880 INFO O| Aug 13 22:59:32.880 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88152026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88162026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88172026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88182026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO ok!
88192026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO STEP 28 (ensure_file) COMPLETE
88202026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.891 INFO O| Aug 13 22:59:32.891 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.901 INFO O| Aug 13 22:59:32.901 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88222026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.901 INFO O| Aug 13 22:59:32.901 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88232026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.901 INFO O| Aug 13 22:59:32.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88242026-08-13T22:59:34.384Z[ recovery-image] Aug 13 22:59:32.901 INFO O| Aug 13 22:59:32.901 INFO ok!
88252026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.901 INFO O| Aug 13 22:59:32.901 INFO STEP 29 (ensure_file) COMPLETE
88262026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.902 INFO O| Aug 13 22:59:32.901 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.911 INFO O| Aug 13 22:59:32.911 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88282026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.911 INFO O| Aug 13 22:59:32.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88292026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.911 INFO O| Aug 13 22:59:32.911 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88302026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.911 INFO O| Aug 13 22:59:32.911 INFO STEP 30 (ensure_dir) COMPLETE
88312026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.911 INFO O| Aug 13 22:59:32.911 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88332026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 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 ...
88342026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 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
88352026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88362026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 INFO ok!
88372026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 INFO STEP 31 (ensure_file) COMPLETE
88382026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.921 INFO O| Aug 13 22:59:32.921 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-13T22:59:34.385Z[ recovery-image] Aug 13 22:59:32.930 INFO O| Aug 13 22:59:32.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88402026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.930 INFO O| Aug 13 22:59:32.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88412026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.930 INFO O| Aug 13 22:59:32.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88422026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.930 INFO O| Aug 13 22:59:32.930 INFO STEP 32 (ensure_dir) COMPLETE
88432026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.930 INFO O| Aug 13 22:59:32.930 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.941 INFO O| Aug 13 22:59:32.941 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88452026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.941 INFO O| Aug 13 22:59:32.941 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 ...
88462026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.942 INFO O| Aug 13 22:59:32.941 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
88472026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.942 INFO O| Aug 13 22:59:32.942 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88482026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.942 INFO O| Aug 13 22:59:32.942 INFO ok!
88492026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.942 INFO O| Aug 13 22:59:32.942 INFO STEP 33 (ensure_file) COMPLETE
88502026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.942 INFO O| Aug 13 22:59:32.942 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88512026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88522026-08-13T22:59:34.386Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88532026-08-13T22:59:34.387Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88542026-08-13T22:59:34.387Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO ok!
88552026-08-13T22:59:34.387Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO STEP 34 (ensure_file) COMPLETE
88562026-08-13T22:59:34.387Z[ recovery-image] Aug 13 22:59:32.951 INFO O| Aug 13 22:59:32.951 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88572026-08-13T22:59:34.394Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88582026-08-13T22:59:34.394Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88592026-08-13T22:59:34.394Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88602026-08-13T22:59:34.394Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88612026-08-13T22:59:34.394Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO ok!
88622026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO STEP 35 (ensure_file) COMPLETE
88632026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.962 INFO O| Aug 13 22:59:32.962 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88642026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88652026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88662026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88672026-08-13T22:59:34.395Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 INFO ok!
88682026-08-13T22:59:34.396Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 INFO STEP 36 (ensure_file) COMPLETE
88692026-08-13T22:59:34.396Z[ recovery-image] Aug 13 22:59:32.971 INFO O| Aug 13 22:59:32.971 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88702026-08-13T22:59:34.406Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88712026-08-13T22:59:34.406Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88722026-08-13T22:59:34.406Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88732026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 INFO ok!
88742026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 INFO STEP 37 (ensure_file) COMPLETE
88752026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.981 INFO O| Aug 13 22:59:32.981 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88772026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88782026-08-13T22:59:34.416Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88792026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88802026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88812026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88822026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO ok!
88832026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO STEP 38 (ensure_file) COMPLETE
88842026-08-13T22:59:34.417Z[ recovery-image] Aug 13 22:59:32.991 INFO O| Aug 13 22:59:32.991 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88852026-08-13T22:59:34.441Z[ recovery-image] Aug 13 22:59:33.004 INFO O| Aug 13 22:59:33.004 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88862026-08-13T22:59:34.441Z[ recovery-image] Aug 13 22:59:33.005 INFO O| Aug 13 22:59:33.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88872026-08-13T22:59:34.441Z[ recovery-image] Aug 13 22:59:33.005 INFO O| Aug 13 22:59:33.005 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88882026-08-13T22:59:34.441Z[ recovery-image] Aug 13 22:59:33.005 INFO O| Aug 13 22:59:33.005 INFO STEP 39 (ensure_dir) COMPLETE
88892026-08-13T22:59:34.441Z[ recovery-image] Aug 13 22:59:33.005 INFO O| Aug 13 22:59:33.005 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88902026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.016 INFO O| Aug 13 22:59:33.016 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
88912026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.016 INFO O| Aug 13 22:59:33.016 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 ...
88922026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.016 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
88932026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 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
88942026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 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
88952026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 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
88962026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 INFO ok!
88972026-08-13T22:59:34.450Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 INFO STEP 40 (ensure_file) COMPLETE
88982026-08-13T22:59:34.451Z[ recovery-image] Aug 13 22:59:33.017 INFO O| Aug 13 22:59:33.017 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88992026-08-13T22:59:34.466Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89002026-08-13T22:59:34.466Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 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 ...
89012026-08-13T22:59:34.466Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89022026-08-13T22:59:34.466Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 INFO ok!
89032026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 INFO STEP 41 (ensure_symlink) COMPLETE
89042026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.027 INFO O| Aug 13 22:59:33.027 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89052026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89062026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89072026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89082026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO ok!
89092026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO STEP 42 (ensure_symlink) COMPLETE
89102026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.037 INFO O| Aug 13 22:59:33.037 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89112026-08-13T22:59:34.467Z[verify-libraries] Compiling termios v0.3.3
89122026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.045 INFO O| Aug 13 22:59:33.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89132026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.045 INFO O| Aug 13 22:59:33.045 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89142026-08-13T22:59:34.467Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89152026-08-13T22:59:34.478Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89162026-08-13T22:59:34.478Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89172026-08-13T22:59:34.478Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89182026-08-13T22:59:34.478Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO ok!
89192026-08-13T22:59:34.479Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO STEP 43 (ensure_file) COMPLETE
89202026-08-13T22:59:34.479Z[ recovery-image] Aug 13 22:59:33.046 INFO O| Aug 13 22:59:33.046 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89212026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89222026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 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 ...
89232026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 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
89242026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89252026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 INFO ok!
89262026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 INFO STEP 44 (ensure_file) COMPLETE
89272026-08-13T22:59:34.493Z[ recovery-image] Aug 13 22:59:33.057 INFO O| Aug 13 22:59:33.057 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89282026-08-13T22:59:34.505Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89292026-08-13T22:59:34.505Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89302026-08-13T22:59:34.505Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89312026-08-13T22:59:34.505Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO ok!
89322026-08-13T22:59:34.505Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO STEP 45 (ensure_file) COMPLETE
89332026-08-13T22:59:34.506Z[ recovery-image] Aug 13 22:59:33.070 INFO O| Aug 13 22:59:33.070 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89342026-08-13T22:59:34.506Z[ recovery-image] Aug 13 22:59:33.082 INFO O| Aug 13 22:59:33.082 INFO updating shadow file
89352026-08-13T22:59:34.506Z[ recovery-image] Aug 13 22:59:33.082 INFO O| Aug 13 22:59:33.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89362026-08-13T22:59:34.506Z[ recovery-image] Aug 13 22:59:33.082 INFO O| Aug 13 22:59:33.082 INFO STEP 46 (shadow) COMPLETE
89372026-08-13T22:59:34.506Z[ recovery-image] Aug 13 22:59:33.082 INFO O| Aug 13 22:59:33.082 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89382026-08-13T22:59:34.516Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89392026-08-13T22:59:34.516Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89402026-08-13T22:59:34.516Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89412026-08-13T22:59:34.533Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89422026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO ok!
89432026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO STEP 47 (ensure_file) COMPLETE
89442026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.092 INFO O| Aug 13 22:59:33.092 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89452026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.103 INFO O| Aug 13 22:59:33.103 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89462026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.103 INFO O| Aug 13 22:59:33.103 INFO STEP 48 (ensure_dir) COMPLETE
89472026-08-13T22:59:34.534Z[ recovery-image] Aug 13 22:59:33.103 INFO O| Aug 13 22:59:33.103 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89482026-08-13T22:59:34.543Z[ recovery-image] Aug 13 22:59:33.114 INFO O| Aug 13 22:59:33.113 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89492026-08-13T22:59:34.543Z[ recovery-image] Aug 13 22:59:33.114 INFO O| Aug 13 22:59:33.114 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89502026-08-13T22:59:34.543Z[ recovery-image] Aug 13 22:59:33.114 INFO O| Aug 13 22:59:33.114 INFO STEP 49 (ensure_dir) COMPLETE
89512026-08-13T22:59:34.543Z[ recovery-image] Aug 13 22:59:33.114 INFO O| Aug 13 22:59:33.114 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89522026-08-13T22:59:34.555Z[ recovery-image] Aug 13 22:59:33.125 INFO O| Aug 13 22:59:33.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89532026-08-13T22:59:34.555Z[ recovery-image] Aug 13 22:59:33.125 INFO O| Aug 13 22:59:33.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89542026-08-13T22:59:34.555Z[ recovery-image] Aug 13 22:59:33.125 INFO O| Aug 13 22:59:33.125 INFO STEP 50 (ensure_dir) COMPLETE
89552026-08-13T22:59:34.555Z[ recovery-image] Aug 13 22:59:33.125 INFO O| Aug 13 22:59:33.125 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89562026-08-13T22:59:34.565Z[ recovery-image] Aug 13 22:59:33.135 INFO O| Aug 13 22:59:33.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89572026-08-13T22:59:34.565Z[ recovery-image] Aug 13 22:59:33.135 INFO O| Aug 13 22:59:33.135 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89582026-08-13T22:59:34.588Z[ recovery-image] Aug 13 22:59:33.167 INFO O| Aug 13 22:59:33.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89592026-08-13T22:59:34.588Z[ recovery-image] Aug 13 22:59:33.167 INFO O| Aug 13 22:59:33.167 INFO ok!
89602026-08-13T22:59:34.596Z[ recovery-image] Aug 13 22:59:33.167 INFO O| Aug 13 22:59:33.167 INFO STEP 51 (ensure_file) COMPLETE
89612026-08-13T22:59:34.596Z[ recovery-image] Aug 13 22:59:33.167 INFO O| Aug 13 22:59:33.167 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89622026-08-13T22:59:34.605Z[ recovery-image] Aug 13 22:59:33.178 INFO O| Aug 13 22:59:33.178 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89632026-08-13T22:59:34.605Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89642026-08-13T22:59:34.605Z[ recovery-image] Aug 13 22:59:33.178 INFO O| Aug 13 22:59:33.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89652026-08-13T22:59:34.605Z[ recovery-image] Aug 13 22:59:33.178 INFO O| Aug 13 22:59:33.178 INFO STEP 52 (ensure_dir) COMPLETE
89662026-08-13T22:59:34.605Z[ recovery-image] Aug 13 22:59:33.178 INFO O| Aug 13 22:59:33.178 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89672026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89682026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89692026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89702026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO ok!
89712026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO STEP 53 (ensure_file) COMPLETE
89722026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.189 INFO O| Aug 13 22:59:33.189 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89732026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.200 INFO O| Aug 13 22:59:33.200 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89742026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.200 INFO O| Aug 13 22:59:33.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89752026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.200 INFO O| Aug 13 22:59:33.200 INFO STEP 54 (ensure_dir) COMPLETE
89762026-08-13T22:59:34.626Z[ recovery-image] Aug 13 22:59:33.200 INFO O| Aug 13 22:59:33.200 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-13T22:59:34.637Z[ recovery-image] Aug 13 22:59:33.209 INFO O| Aug 13 22:59:33.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89782026-08-13T22:59:34.637Z[ recovery-image] Aug 13 22:59:33.209 INFO O| Aug 13 22:59:33.209 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89792026-08-13T22:59:34.779Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89802026-08-13T22:59:34.857Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
89812026-08-13T22:59:36.676Z[ recovery-image] Aug 13 22:59:35.252 INFO O| Aug 13 22:59:35.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89822026-08-13T22:59:36.684Z[ recovery-image] Aug 13 22:59:35.252 INFO O| Aug 13 22:59:35.251 INFO ok!
89832026-08-13T22:59:36.684Z[ recovery-image] Aug 13 22:59:35.252 INFO O| Aug 13 22:59:35.251 INFO STEP 55 (ensure_file) COMPLETE
89842026-08-13T22:59:36.684Z[ recovery-image] Aug 13 22:59:35.252 INFO O| Aug 13 22:59:35.251 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89852026-08-13T22:59:36.693Z[ recovery-image] Aug 13 22:59:35.263 INFO O| Aug 13 22:59:35.263 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89862026-08-13T22:59:36.693Z[ recovery-image] Aug 13 22:59:35.263 INFO O| Aug 13 22:59:35.263 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89872026-08-13T22:59:38.735Z[ recovery-image] Aug 13 22:59:37.308 INFO O| Aug 13 22:59:37.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89882026-08-13T22:59:38.735Z[ recovery-image] Aug 13 22:59:37.308 INFO O| Aug 13 22:59:37.308 INFO ok!
89892026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.308 INFO O| Aug 13 22:59:37.308 INFO STEP 56 (ensure_file) COMPLETE
89902026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.308 INFO O| Aug 13 22:59:37.308 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.320 INFO O| Aug 13 22:59:37.319 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89922026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.320 INFO O| Aug 13 22:59:37.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89932026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.320 INFO O| Aug 13 22:59:37.320 INFO STEP 57 (ensure_dir) COMPLETE
89942026-08-13T22:59:38.744Z[ recovery-image] Aug 13 22:59:37.320 INFO O| Aug 13 22:59:37.320 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89952026-08-13T22:59:38.756Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89962026-08-13T22:59:38.756Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 INFO copying /tmp/.tmpy1QRLV/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 ...
89972026-08-13T22:59:38.756Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 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
89982026-08-13T22:59:38.756Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 INFO ok!
89992026-08-13T22:59:38.756Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 INFO STEP 58 (ensure_file) COMPLETE
90002026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.331 INFO O| Aug 13 22:59:37.331 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90012026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90022026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 INFO copying /tmp/.tmpy1QRLV/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 ...
90032026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 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
90042026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 INFO ok!
90052026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 INFO STEP 59 (ensure_file) COMPLETE
90062026-08-13T22:59:38.769Z[ recovery-image] Aug 13 22:59:37.341 INFO O| Aug 13 22:59:37.341 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-08-13T22:59:38.779Z[ recovery-image] Aug 13 22:59:37.353 INFO O| Aug 13 22:59:37.353 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90082026-08-13T22:59:38.791Z[ recovery-image] Aug 13 22:59:37.353 INFO O| Aug 13 22:59:37.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90092026-08-13T22:59:38.791Z[ recovery-image] Aug 13 22:59:37.353 INFO O| Aug 13 22:59:37.353 INFO STEP 60 (ensure_dir) COMPLETE
90102026-08-13T22:59:38.791Z[ recovery-image] Aug 13 22:59:37.353 INFO O| Aug 13 22:59:37.353 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-08-13T22:59:38.816Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90122026-08-13T22:59:38.816Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO copying /tmp/.tmpy1QRLV/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 ...
90132026-08-13T22:59:38.816Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90142026-08-13T22:59:38.816Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO ok!
90152026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO STEP 61 (ensure_file) COMPLETE
90162026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.365 INFO O| Aug 13 22:59:37.365 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90182026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 INFO copying /tmp/.tmpy1QRLV/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 ...
90192026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 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
90202026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 INFO ok!
90212026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 INFO STEP 62 (ensure_file) COMPLETE
90222026-08-13T22:59:38.817Z[ recovery-image] Aug 13 22:59:37.375 INFO O| Aug 13 22:59:37.375 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-13T22:59:38.832Z[ recovery-image] Aug 13 22:59:37.384 INFO O| Aug 13 22:59:37.384 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90242026-08-13T22:59:38.832Z[ recovery-image] Aug 13 22:59:37.384 INFO O| Aug 13 22:59:37.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90252026-08-13T22:59:38.832Z[ recovery-image] Aug 13 22:59:37.384 INFO O| Aug 13 22:59:37.384 INFO STEP 63 (ensure_dir) COMPLETE
90262026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.384 INFO O| Aug 13 22:59:37.384 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90282026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO copying /tmp/.tmpy1QRLV/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 ...
90292026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90302026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO ok!
90312026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO STEP 64 (ensure_file) COMPLETE
90322026-08-13T22:59:38.833Z[ recovery-image] Aug 13 22:59:37.393 INFO O| Aug 13 22:59:37.393 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90342026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90352026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90362026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO ok!
90372026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO STEP 65 (ensure_file) COMPLETE
90382026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.406 INFO O| Aug 13 22:59:37.406 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.417 INFO O| Aug 13 22:59:37.417 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90402026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.417 INFO O| Aug 13 22:59:37.417 INFO STEP 66 (ensure_dir) COMPLETE
90412026-08-13T22:59:38.842Z[ recovery-image] Aug 13 22:59:37.417 INFO O| Aug 13 22:59:37.417 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-13T22:59:38.852Z[ recovery-image] Aug 13 22:59:37.427 INFO O| Aug 13 22:59:37.427 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90432026-08-13T22:59:38.852Z[ recovery-image] Aug 13 22:59:37.428 INFO O| Aug 13 22:59:37.427 INFO STEP 67 (ensure_dir) COMPLETE
90442026-08-13T22:59:38.852Z[ recovery-image] Aug 13 22:59:37.428 INFO O| Aug 13 22:59:37.427 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-13T22:59:38.862Z[ recovery-image] Aug 13 22:59:37.438 INFO O| Aug 13 22:59:37.438 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90462026-08-13T22:59:38.862Z[ recovery-image] Aug 13 22:59:37.438 INFO O| Aug 13 22:59:37.438 INFO STEP 68 (ensure_dir) COMPLETE
90472026-08-13T22:59:38.862Z[ recovery-image] Aug 13 22:59:37.438 INFO O| Aug 13 22:59:37.438 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.448 INFO O| Aug 13 22:59:37.448 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90492026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.448 INFO O| Aug 13 22:59:37.448 INFO STEP 69 (ensure_dir) COMPLETE
90502026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.448 INFO O| Aug 13 22:59:37.448 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90522026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO copying /tmp/.tmpy1QRLV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90532026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90542026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO ok!
90552026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO STEP 70 (ensure_file) COMPLETE
90562026-08-13T22:59:38.887Z[ recovery-image] Aug 13 22:59:37.460 INFO O| Aug 13 22:59:37.460 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90572026-08-13T22:59:38.894Z[ recovery-image] Aug 13 22:59:37.470 INFO O| Aug 13 22:59:37.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90582026-08-13T22:59:38.894Z[ recovery-image] Aug 13 22:59:37.470 INFO O| Aug 13 22:59:37.470 INFO STEP 71 (remove_files) COMPLETE
90592026-08-13T22:59:38.894Z[ recovery-image] Aug 13 22:59:37.470 INFO O| Aug 13 22:59:37.470 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90602026-08-13T22:59:38.902Z[ recovery-image] Aug 13 22:59:37.480 INFO O| Aug 13 22:59:37.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90612026-08-13T22:59:38.902Z[ recovery-image] Aug 13 22:59:37.480 INFO O| Aug 13 22:59:37.480 INFO STEP 72 (remove_files) COMPLETE
90622026-08-13T22:59:38.902Z[ recovery-image] Aug 13 22:59:37.480 INFO O| Aug 13 22:59:37.480 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90632026-08-13T22:59:38.912Z[ recovery-image] Aug 13 22:59:37.491 INFO O| Aug 13 22:59:37.491 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90642026-08-13T22:59:38.912Z[ recovery-image] Aug 13 22:59:37.491 INFO O| Aug 13 22:59:37.491 INFO STEP 73 (remove_files) COMPLETE
90652026-08-13T22:59:38.925Z[ recovery-image] Aug 13 22:59:37.491 INFO O| Aug 13 22:59:37.491 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90662026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.502 INFO O| Aug 13 22:59:37.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90672026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.502 INFO O| Aug 13 22:59:37.502 INFO STEP 74 (remove_files) COMPLETE
90682026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.502 INFO O| Aug 13 22:59:37.502 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90692026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.510 INFO O| Aug 13 22:59:37.510 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90702026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.510 INFO O| Aug 13 22:59:37.510 INFO STEP 75 (remove_files) COMPLETE
90712026-08-13T22:59:38.946Z[ recovery-image] Aug 13 22:59:37.510 INFO O| Aug 13 22:59:37.510 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90722026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.519 INFO O| Aug 13 22:59:37.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90732026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.519 INFO O| Aug 13 22:59:37.519 INFO STEP 76 (remove_files) COMPLETE
90742026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.519 INFO O| Aug 13 22:59:37.519 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90752026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.531 INFO O| Aug 13 22:59:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90762026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.531 INFO O| Aug 13 22:59:37.531 INFO STEP 77 (remove_files) COMPLETE
90772026-08-13T22:59:38.954Z[ recovery-image] Aug 13 22:59:37.531 INFO O| Aug 13 22:59:37.531 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-13T22:59:38.972Z[ recovery-image] Aug 13 22:59:37.543 INFO O| Aug 13 22:59:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90792026-08-13T22:59:38.972Z[ recovery-image] Aug 13 22:59:37.543 INFO O| Aug 13 22:59:37.543 INFO STEP 78 (remove_files) COMPLETE
90802026-08-13T22:59:38.972Z[ recovery-image] Aug 13 22:59:37.543 INFO O| Aug 13 22:59:37.543 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-13T22:59:38.982Z[ recovery-image] Aug 13 22:59:37.555 INFO O| Aug 13 22:59:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90822026-08-13T22:59:38.982Z[ recovery-image] Aug 13 22:59:37.555 INFO O| Aug 13 22:59:37.555 INFO STEP 79 (remove_files) COMPLETE
90832026-08-13T22:59:38.982Z[ recovery-image] Aug 13 22:59:37.555 INFO O| Aug 13 22:59:37.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-13T22:59:38.990Z[ recovery-image] Aug 13 22:59:37.566 INFO O| Aug 13 22:59:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90852026-08-13T22:59:38.990Z[ recovery-image] Aug 13 22:59:37.566 INFO O| Aug 13 22:59:37.566 INFO STEP 80 (remove_files) COMPLETE
90862026-08-13T22:59:38.990Z[ recovery-image] Aug 13 22:59:37.566 INFO O| Aug 13 22:59:37.566 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-13T22:59:39.004Z[ recovery-image] Aug 13 22:59:37.576 INFO O| Aug 13 22:59:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90882026-08-13T22:59:39.004Z[ recovery-image] Aug 13 22:59:37.576 INFO O| Aug 13 22:59:37.576 INFO STEP 81 (remove_files) COMPLETE
90892026-08-13T22:59:39.004Z[ recovery-image] Aug 13 22:59:37.576 INFO O| Aug 13 22:59:37.576 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-13T22:59:39.018Z[ recovery-image] Aug 13 22:59:37.588 INFO O| Aug 13 22:59:37.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90912026-08-13T22:59:39.018Z[ recovery-image] Aug 13 22:59:37.588 INFO O| Aug 13 22:59:37.588 INFO STEP 82 (remove_files) COMPLETE
90922026-08-13T22:59:39.018Z[ recovery-image] Aug 13 22:59:37.588 INFO O| Aug 13 22:59:37.588 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-13T22:59:39.031Z[ recovery-image] Aug 13 22:59:37.600 INFO O| Aug 13 22:59:37.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90942026-08-13T22:59:39.031Z[ recovery-image] Aug 13 22:59:37.600 INFO O| Aug 13 22:59:37.600 INFO STEP 83 (remove_files) COMPLETE
90952026-08-13T22:59:39.031Z[ recovery-image] Aug 13 22:59:37.600 INFO O| Aug 13 22:59:37.600 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-13T22:59:39.039Z[ recovery-image] Aug 13 22:59:37.612 INFO O| Aug 13 22:59:37.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
90972026-08-13T22:59:39.039Z[ recovery-image] Aug 13 22:59:37.612 INFO O| Aug 13 22:59:37.612 INFO STEP 84 (remove_files) COMPLETE
90982026-08-13T22:59:39.039Z[ recovery-image] Aug 13 22:59:37.612 INFO O| Aug 13 22:59:37.612 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-13T22:59:39.060Z[ recovery-image] Aug 13 22:59:37.624 INFO O| Aug 13 22:59:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91002026-08-13T22:59:39.060Z[ recovery-image] Aug 13 22:59:37.624 INFO O| Aug 13 22:59:37.624 INFO STEP 85 (remove_files) COMPLETE
91012026-08-13T22:59:39.060Z[ recovery-image] Aug 13 22:59:37.624 INFO O| Aug 13 22:59:37.624 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-13T22:59:39.069Z[ recovery-image] Aug 13 22:59:37.641 INFO O| Aug 13 22:59:37.641 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91032026-08-13T22:59:39.069Z[ recovery-image] Aug 13 22:59:37.641 INFO O| Aug 13 22:59:37.641 INFO STEP 86 (remove_files) COMPLETE
91042026-08-13T22:59:39.069Z[ recovery-image] Aug 13 22:59:37.641 INFO O| Aug 13 22:59:37.641 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-13T22:59:39.078Z[ recovery-image] Aug 13 22:59:37.650 INFO O| Aug 13 22:59:37.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91062026-08-13T22:59:39.078Z[ recovery-image] Aug 13 22:59:37.650 INFO O| Aug 13 22:59:37.650 INFO STEP 87 (remove_files) COMPLETE
91072026-08-13T22:59:39.078Z[ recovery-image] Aug 13 22:59:37.650 INFO O| Aug 13 22:59:37.650 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.659 INFO O| Aug 13 22:59:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91092026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.659 INFO O| Aug 13 22:59:37.659 INFO STEP 88 (remove_files) COMPLETE
91102026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.659 INFO O| Aug 13 22:59:37.659 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.667 INFO O| Aug 13 22:59:37.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91122026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.667 INFO O| Aug 13 22:59:37.667 INFO STEP 89 (remove_files) COMPLETE
91132026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.667 INFO O| Aug 13 22:59:37.667 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.678 INFO O| Aug 13 22:59:37.678 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91152026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.678 INFO O| Aug 13 22:59:37.678 INFO STEP 90 (remove_files) COMPLETE
91162026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.678 INFO O| Aug 13 22:59:37.678 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.688 INFO O| Aug 13 22:59:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91182026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.688 INFO O| Aug 13 22:59:37.688 INFO STEP 91 (remove_files) COMPLETE
91192026-08-13T22:59:39.118Z[ recovery-image] Aug 13 22:59:37.688 INFO O| Aug 13 22:59:37.688 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-13T22:59:39.126Z[ recovery-image] Aug 13 22:59:37.698 INFO O| Aug 13 22:59:37.698 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91212026-08-13T22:59:39.126Z[ recovery-image] Aug 13 22:59:37.698 INFO O| Aug 13 22:59:37.698 INFO STEP 92 (remove_files) COMPLETE
91222026-08-13T22:59:39.126Z[ recovery-image] Aug 13 22:59:37.698 INFO O| Aug 13 22:59:37.698 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-13T22:59:39.156Z[ recovery-image] Aug 13 22:59:37.709 INFO O| Aug 13 22:59:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91242026-08-13T22:59:39.156Z[ recovery-image] Aug 13 22:59:37.709 INFO O| Aug 13 22:59:37.709 INFO STEP 93 (remove_files) COMPLETE
91252026-08-13T22:59:39.156Z[ recovery-image] Aug 13 22:59:37.709 INFO O| Aug 13 22:59:37.709 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-13T22:59:39.156Z[ recovery-image] Aug 13 22:59:37.719 INFO O| Aug 13 22:59:37.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91272026-08-13T22:59:39.157Z[ recovery-image] Aug 13 22:59:37.719 INFO O| Aug 13 22:59:37.719 INFO STEP 94 (remove_files) COMPLETE
91282026-08-13T22:59:39.157Z[ recovery-image] Aug 13 22:59:37.719 INFO O| Aug 13 22:59:37.719 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-13T22:59:39.179Z[ recovery-image] Aug 13 22:59:37.729 INFO O| Aug 13 22:59:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91302026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.729 INFO O| Aug 13 22:59:37.729 INFO STEP 95 (remove_files) COMPLETE
91312026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.729 INFO O| Aug 13 22:59:37.729 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.740 INFO O| Aug 13 22:59:37.740 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91332026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.740 INFO O| Aug 13 22:59:37.740 INFO STEP 96 (remove_files) COMPLETE
91342026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.740 INFO O| Aug 13 22:59:37.740 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.751 INFO O| Aug 13 22:59:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91362026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.751 INFO O| Aug 13 22:59:37.751 INFO STEP 97 (remove_files) COMPLETE
91372026-08-13T22:59:39.180Z[ recovery-image] Aug 13 22:59:37.751 INFO O| Aug 13 22:59:37.751 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.761 INFO O| Aug 13 22:59:37.761 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91392026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.761 INFO O| Aug 13 22:59:37.761 INFO STEP 98 (remove_files) COMPLETE
91402026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.761 INFO O| Aug 13 22:59:37.761 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.771 INFO O| Aug 13 22:59:37.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91422026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.771 INFO O| Aug 13 22:59:37.771 INFO STEP 99 (remove_files) COMPLETE
91432026-08-13T22:59:39.200Z[ recovery-image] Aug 13 22:59:37.771 INFO O| Aug 13 22:59:37.771 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91442026-08-13T22:59:39.211Z[ recovery-image] Aug 13 22:59:37.786 INFO O| Aug 13 22:59:37.786 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91452026-08-13T22:59:39.211Z[ recovery-image] Aug 13 22:59:37.786 INFO O| Aug 13 22:59:37.786 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91462026-08-13T22:59:39.592Z[verify-libraries] Compiling polar-core v0.27.3
91472026-08-13T22:59:43.703Z[ recovery-image] Aug 13 22:59:42.151 INFO O| Aug 13 22:59:42.151 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
91482026-08-13T22:59:43.703Z[ recovery-image] Aug 13 22:59:42.151 INFO O| Aug 13 22:59:42.151 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91492026-08-13T22:59:43.730Z[ recovery-image] Aug 13 22:59:42.167 INFO O| Aug 13 22:59:42.167 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91502026-08-13T22:59:43.730Z[ recovery-image] Aug 13 22:59:42.266 INFO O| Aug 13 22:59:42.266 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
91512026-08-13T22:59:43.778Z[ recovery-image] Aug 13 22:59:42.355 INFO O| Aug 13 22:59:42.355 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91522026-08-13T22:59:43.842Z[ recovery-image] Aug 13 22:59:42.421 INFO O| Aug 13 22:59:42.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91532026-08-13T22:59:43.842Z[ recovery-image] Aug 13 22:59:42.421 INFO O| Aug 13 22:59:42.421 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 ...
91542026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91552026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO ok!
91562026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91572026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO STEP 100 (seed_smf) COMPLETE
91582026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO steps complete; finalising image!
91592026-08-13T22:59:43.850Z[ recovery-image] Aug 13 22:59:42.422 INFO O| Aug 13 22:59:42.422 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91602026-08-13T22:59:43.911Z[ recovery-image] Aug 13 22:59:42.490 INFO O| Aug 13 22:59:42.490 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 13 22:59:42 2026)
91612026-08-13T22:59:44.118Z[ recovery-image] Aug 13 22:59:42.697 INFO O| Aug 13 22:59:42.697 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Thu Aug 13 22:59:42 2026)
91622026-08-13T22:59:44.325Z[ recovery-image] Aug 13 22:59:42.905 INFO O| Aug 13 22:59:42.904 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Thu Aug 13 22:59:42 2026)
91632026-08-13T22:59:44.537Z[ recovery-image] Aug 13 22:59:43.116 INFO O| Aug 13 22:59:43.116 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91642026-08-13T22:59:44.749Z[ recovery-image] Aug 13 22:59:43.328 INFO O| Aug 13 22:59:43.328 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91652026-08-13T22:59:44.974Z[ recovery-image] Aug 13 22:59:43.540 INFO O| Aug 13 22:59:43.540 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91662026-08-13T22:59:45.185Z[ recovery-image] Aug 13 22:59:43.758 INFO O| Aug 13 22:59:43.757 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91672026-08-13T22:59:45.385Z[ recovery-image] Aug 13 22:59:43.964 INFO O| Aug 13 22:59:43.964 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91682026-08-13T22:59:45.591Z[ recovery-image] Aug 13 22:59:44.170 INFO O| Aug 13 22:59:44.170 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91692026-08-13T22:59:45.802Z[ recovery-image] Aug 13 22:59:44.376 INFO O| Aug 13 22:59:44.376 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91702026-08-13T22:59:46.011Z[ recovery-image] Aug 13 22:59:44.584 INFO O| Aug 13 22:59:44.584 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91712026-08-13T22:59:46.223Z[ recovery-image] Aug 13 22:59:44.798 INFO O| Aug 13 22:59:44.798 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91722026-08-13T22:59:46.428Z[ recovery-image] Aug 13 22:59:45.005 INFO O| Aug 13 22:59:45.005 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
91732026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91742026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91752026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91762026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91772026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91782026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.182 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91792026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91802026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91812026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260813T224102Z
91822026-08-13T22:59:46.606Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91832026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91842026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.183 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91852026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91862026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91872026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91882026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91892026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91902026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91912026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91922026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.184 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91932026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91942026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91952026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91962026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91972026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91982026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91992026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92002026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92012026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92022026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92032026-08-13T22:59:46.607Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92042026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92052026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92062026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92072026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92082026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92092026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.185 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92102026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.186 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92112026-08-13T22:59:46.619Z[ host-image] Aug 13 22:59:45.186 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92122026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92132026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92142026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92152026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92162026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92172026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92182026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92192026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92202026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92212026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92222026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.189 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92232026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92242026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92252026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92262026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92272026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92282026-08-13T22:59:46.620Z[ host-image] Aug 13 22:59:45.193 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92292026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.204 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92302026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92312026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92322026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92332026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92342026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92352026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92362026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92372026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92382026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92392026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92402026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92412026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.205 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92422026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.206 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92432026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.206 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92442026-08-13T22:59:46.627Z[ host-image] Aug 13 22:59:45.206 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92452026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.207 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92462026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.207 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92472026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.210 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92482026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.210 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92492026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.211 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92502026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.211 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92512026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.211 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92522026-08-13T22:59:46.637Z[ recovery-image] Aug 13 22:59:45.212 INFO O| Aug 13 22:59:45.211 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
92532026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.212 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92542026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.212 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92552026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.212 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92562026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.212 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92572026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92582026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92592026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92602026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92612026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92622026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92632026-08-13T22:59:46.637Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92642026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.213 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92652026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.215 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92662026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.215 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92672026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92682026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92692026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92702026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92712026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92722026-08-13T22:59:46.638Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92732026-08-13T22:59:46.645Z[ host-image] Aug 13 22:59:45.216 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92742026-08-13T22:59:46.645Z[ host-image] Aug 13 22:59:45.217 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92752026-08-13T22:59:46.645Z[ host-image] Aug 13 22:59:45.220 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92762026-08-13T22:59:46.645Z[ host-image] Aug 13 22:59:45.220 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92772026-08-13T22:59:46.645Z[ host-image] Aug 13 22:59:45.220 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92782026-08-13T22:59:46.646Z[ host-image] Aug 13 22:59:45.220 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92792026-08-13T22:59:46.646Z[ host-image] Aug 13 22:59:45.220 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92802026-08-13T22:59:46.659Z[ host-image] Aug 13 22:59:45.226 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92812026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.226 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92822026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.226 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92832026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.226 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92842026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.226 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92852026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.234 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92862026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.234 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92872026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.234 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92882026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.234 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92892026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92902026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92912026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92922026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92932026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92942026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92952026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92962026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92972026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.235 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92982026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.236 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92992026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.236 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93002026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93012026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93022026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93032026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93042026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93052026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93062026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93072026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93082026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93092026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93102026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93112026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93122026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93132026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.237 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93142026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.238 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93152026-08-13T22:59:46.660Z[ host-image] Aug 13 22:59:45.238 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93162026-08-13T22:59:46.661Z[ host-image] Aug 13 22:59:45.238 INFO O| tempdir @ "/tmp/.tmpJwYkST/tmp"
93172026-08-13T22:59:46.661Z[ host-image] Aug 13 22:59:45.239 INFO O| image root @ "/tmp/.tmpJwYkST/tmp/root"
93182026-08-13T22:59:46.661Z[ host-image] Aug 13 22:59:45.239 INFO O| creating image...
93192026-08-13T22:59:46.841Z[ recovery-image] Aug 13 22:59:45.418 INFO O| Aug 13 22:59:45.418 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 22:59:42 2026)
93202026-08-13T22:59:47.298Z[verify-libraries] Compiling oso v0.27.3
93212026-08-13T22:59:47.370Z[ recovery-image] Aug 13 22:59:45.943 INFO O| Aug 13 22:59:45.943 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 13 22:59:42 2026)
93222026-08-13T22:59:47.591Z[ recovery-image] Aug 13 22:59:46.170 INFO O| Aug 13 22:59:46.170 INFO temporary pool has 500M used, 1.26G avail, 1.00x compressratio
93232026-08-13T22:59:47.591Z[ recovery-image] Aug 13 22:59:46.170 INFO O| Aug 13 22:59:46.170 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93242026-08-13T22:59:51.599Z[ recovery-image] Aug 13 22:59:50.176 INFO O| Aug 13 22:59:50.176 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
93252026-08-13T22:59:51.599Z[ recovery-image] Aug 13 22:59:50.176 INFO O| Aug 13 22:59:50.176 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93262026-08-13T22:59:52.020Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93272026-08-13T22:59:53.045Z[ host-image] Aug 13 22:59:51.624 INFO O| copying publishers...
93282026-08-13T22:59:54.304Z[ recovery-image] Aug 13 22:59:52.883 INFO O| Aug 13 22:59:52.882 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93292026-08-13T22:59:54.304Z[ recovery-image] Aug 13 22:59:52.883 INFO O| Aug 13 22:59:52.883 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93302026-08-13T22:59:54.313Z[ recovery-image] Aug 13 22:59:52.883 INFO O| Aug 13 22:59:52.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93312026-08-13T22:59:54.313Z[ recovery-image] Aug 13 22:59:52.883 INFO O| Aug 13 22:59:52.883 INFO completed processing sled/zfs-recovery
93322026-08-13T22:59:54.313Z[ recovery-image] Aug 13 22:59:52.883 INFO O| Aug 13 22:59:52.883 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93332026-08-13T22:59:54.924Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93342026-08-13T22:59:56.616Z[ recovery-image] Aug 13 22:59:55.195 INFO O| Aug 13 22:59:55.195 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93352026-08-13T22:59:56.874Z[ recovery-image] Aug 13 22:59:55.453 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93362026-08-13T22:59:56.874Z[ recovery-image] Aug 13 22:59:55.453 INFO expanded image name: "recovery 66ec403/${os_short_commit} 2026-08-13 22:40" -> "recovery 66ec403/aaf8e74 2026-08-13 22:40"
93372026-08-13T22:59:56.888Z[ recovery-image] Aug 13 22:59:55.453 INFO output artefacts stored in: "/work/os-recovery"
93382026-08-13T22:59:56.888Z[ recovery-image] Aug 13 22:59:55.453 INFO collecting git info from project "dmar-report"...
93392026-08-13T22:59:56.888Z[ host-image] Aug 13 22:59:55.456 INFO O| adding properties...
93402026-08-13T22:59:56.897Z[ recovery-image] Aug 13 22:59:55.465 INFO collecting git info from project "pinprick"...
93412026-08-13T22:59:56.904Z[ recovery-image] Aug 13 22:59:55.472 INFO collecting git info from project "chelsio-t6-roms"...
93422026-08-13T22:59:56.918Z[ recovery-image] Aug 13 22:59:55.490 INFO collecting git info from project "phbl"...
93432026-08-13T22:59:56.931Z[ recovery-image] Aug 13 22:59:55.499 INFO collecting git info from project "amd-host-image-builder"...
93442026-08-13T22:59:56.977Z[ recovery-image] Aug 13 22:59:55.552 INFO collecting git info from project "bootserver"...
93452026-08-13T22:59:56.992Z[ recovery-image] Aug 13 22:59:55.571 INFO collecting git info from project "pilot"...
93462026-08-13T22:59:57.003Z[ recovery-image] Aug 13 22:59:55.580 INFO collecting git info from project "amd-firmware"...
93472026-08-13T22:59:57.426Z[ recovery-image] Aug 13 22:59:55.979 INFO collecting git info from project "image-builder"...
93482026-08-13T22:59:57.426Z[ recovery-image] Aug 13 22:59:55.987 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93492026-08-13T22:59:57.899Z[ host-image] Aug 13 22:59:56.472 INFO O| installing packages...
93502026-08-13T22:59:58.046Z[ recovery-image] Aug 13 22:59:56.625 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93512026-08-13T22:59:58.444Z[ recovery-image] Aug 13 22:59:57.022 INFO creating Oxide boot image...
93522026-08-13T22:59:58.444Z[ recovery-image] Aug 13 22:59:57.022 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 66ec403/aaf8e74 2026-08-13 22:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93532026-08-13T23:00:00.096Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93542026-08-13T23:00:06.643Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93552026-08-13T23:00:06.725Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93562026-08-13T23:00:06.919Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93572026-08-13T23:00:07.685Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93582026-08-13T23:00:08.402Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93592026-08-13T23:00:12.344Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93602026-08-13T23:00:13.056Z[ host-image] Aug 13 23:00:11.633 INFO O| seeding SMF database...
93612026-08-13T23:00:13.310Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93622026-08-13T23:00:14.385Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93632026-08-13T23:00:18.236Z[ host-image] Aug 13 23:00:16.801 INFO O| configuring SMF profile...
93642026-08-13T23:00:18.236Z[ host-image] Aug 13 23:00:16.802 INFO O| modifying shadow(5)...
93652026-08-13T23:00:18.246Z[ host-image] Aug 13 23:00:16.802 INFO O| loading user and group database...
93662026-08-13T23:00:18.246Z[ host-image] Aug 13 23:00:16.802 INFO O| loading facet selections...
93672026-08-13T23:00:18.676Z[ host-image] Aug 13 23:00:17.255 INFO O| devel -> true
93682026-08-13T23:00:18.676Z[ host-image] Aug 13 23:00:17.255 INFO O| doc.man -> true
93692026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.shell/ksh93 -> true
93702026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.system/data/hardware-registry -> true
93712026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.system/data/zoneinfo -> true
93722026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.system/microcode/amd -> true
93732026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.system/microcode/intel -> true
93742026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| version-lock.system/microcode/oxide -> true
93752026-08-13T23:00:18.690Z[ host-image] Aug 13 23:00:17.255 INFO O| assessing packaged files...
93762026-08-13T23:00:21.085Z[ host-image] Aug 13 23:00:19.664 INFO O| creating archive...
93772026-08-13T23:00:21.108Z[ host-image] Aug 13 23:00:19.686 INFO O| missing from packaging:
93782026-08-13T23:00:21.108Z[ host-image] Aug 13 23:00:19.686 INFO O| "etc/.pwd.lock"
93792026-08-13T23:00:21.108Z[ host-image] Aug 13 23:00:19.686 INFO O| "etc/bash"
93802026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/profile/generic.xml"
93812026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/profile/inetd_services.xml"
93822026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/profile/name_service.xml"
93832026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/profile/platform.xml"
93842026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/profile/platform_omicron1.xml"
93852026-08-13T23:00:21.113Z[ host-image] Aug 13 23:00:19.690 INFO O| "etc/svc/repository.db"
93862026-08-13T23:00:21.118Z[ host-image] Aug 13 23:00:19.697 INFO O| "opt/ooce/share"
93872026-08-13T23:00:21.126Z[ host-image] Aug 13 23:00:19.697 INFO O| "opt/ooce/share/man"
93882026-08-13T23:00:21.126Z[ host-image] Aug 13 23:00:19.697 INFO O| "opt/ooce/share/man/man1"
93892026-08-13T23:00:21.130Z[ host-image] Aug 13 23:00:19.706 INFO O| finishing archive...
93902026-08-13T23:00:23.223Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
93912026-08-13T23:00:23.496Z[ host-image] Aug 13 23:00:22.074 INFO O| creating gzonly manifest...
93922026-08-13T23:00:23.502Z[ host-image] Aug 13 23:00:22.080 INFO O| ok
93932026-08-13T23:00:23.596Z[ host-image] Aug 13 23:00:22.175 INFO image builder template: ramdisk-02-trim...
93942026-08-13T23:00:23.597Z[ host-image] Aug 13 23:00:22.175 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/.tmpy1QRLV/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.504", "-n", "ramdisk-02-trim"], pwd: None
93952026-08-13T23:00:23.615Z[ host-image] Aug 13 23:00:22.194 INFO O| Aug 13 23:00:22.194 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93962026-08-13T23:00:23.621Z[ host-image] Aug 13 23:00:22.197 INFO O| Aug 13 23:00:22.197 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93972026-08-13T23:00:24.291Z[ host-image] Aug 13 23:00:22.870 INFO O| Aug 13 23:00:22.870 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93982026-08-13T23:00:24.391Z[ host-image] Aug 13 23:00:22.970 INFO O| Aug 13 23:00:22.969 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93992026-08-13T23:00:24.391Z[ host-image] Aug 13 23:00:22.970 INFO O| Aug 13 23:00:22.970 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94002026-08-13T23:00:24.397Z[ host-image] Aug 13 23:00:22.975 INFO O| Aug 13 23:00:22.975 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94012026-08-13T23:00:24.401Z[ host-image] Aug 13 23:00:22.978 INFO O| Aug 13 23:00:22.978 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94022026-08-13T23:00:24.412Z[ host-image] Aug 13 23:00:22.983 INFO O| Aug 13 23:00:22.983 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94032026-08-13T23:00:24.777Z[ host-image] Aug 13 23:00:23.355 INFO O| Aug 13 23:00:23.355 INFO rolled back to input snapshot; work may begin
94042026-08-13T23:00:24.777Z[ host-image] Aug 13 23:00:23.355 INFO O| Aug 13 23:00:23.355 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94052026-08-13T23:00:24.781Z[ host-image] Aug 13 23:00:23.360 INFO O| Aug 13 23:00:23.360 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94062026-08-13T23:00:24.790Z[ host-image] Aug 13 23:00:23.369 INFO O| Aug 13 23:00:23.369 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94072026-08-13T23:00:24.826Z[ host-image] Aug 13 23:00:23.405 INFO O| Aug 13 23:00:23.405 INFO STEP 0 (remove_files) COMPLETE
94082026-08-13T23:00:24.826Z[ host-image] Aug 13 23:00:23.405 INFO O| Aug 13 23:00:23.405 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-08-13T23:00:24.835Z[ host-image] Aug 13 23:00:23.414 INFO O| Aug 13 23:00:23.414 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94102026-08-13T23:00:24.839Z[ host-image] Aug 13 23:00:23.415 INFO O| Aug 13 23:00:23.415 INFO STEP 1 (remove_files) COMPLETE
94112026-08-13T23:00:24.839Z[ host-image] Aug 13 23:00:23.415 INFO O| Aug 13 23:00:23.415 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-08-13T23:00:24.847Z[ host-image] Aug 13 23:00:23.425 INFO O| Aug 13 23:00:23.425 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94132026-08-13T23:00:24.860Z[ host-image] Aug 13 23:00:23.438 INFO O| Aug 13 23:00:23.438 INFO STEP 2 (remove_files) COMPLETE
94142026-08-13T23:00:24.860Z[ host-image] Aug 13 23:00:23.438 INFO O| Aug 13 23:00:23.438 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-08-13T23:00:24.868Z[ host-image] Aug 13 23:00:23.447 INFO O| Aug 13 23:00:23.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94162026-08-13T23:00:24.872Z[ host-image] Aug 13 23:00:23.448 INFO O| Aug 13 23:00:23.448 INFO STEP 3 (remove_files) COMPLETE
94172026-08-13T23:00:24.872Z[ host-image] Aug 13 23:00:23.448 INFO O| Aug 13 23:00:23.448 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-08-13T23:00:24.876Z[ host-image] Aug 13 23:00:23.455 INFO O| Aug 13 23:00:23.455 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94192026-08-13T23:00:24.881Z[ host-image] Aug 13 23:00:23.458 INFO O| Aug 13 23:00:23.458 INFO STEP 4 (remove_files) COMPLETE
94202026-08-13T23:00:24.881Z[ host-image] Aug 13 23:00:23.458 INFO O| Aug 13 23:00:23.458 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-13T23:00:24.887Z[ host-image] Aug 13 23:00:23.466 INFO O| Aug 13 23:00:23.466 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94222026-08-13T23:00:24.892Z[ host-image] Aug 13 23:00:23.468 INFO O| Aug 13 23:00:23.468 INFO STEP 5 (remove_files) COMPLETE
94232026-08-13T23:00:24.892Z[ host-image] Aug 13 23:00:23.468 INFO O| Aug 13 23:00:23.468 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-13T23:00:24.897Z[ host-image] Aug 13 23:00:23.476 INFO O| Aug 13 23:00:23.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94252026-08-13T23:00:24.907Z[ host-image] Aug 13 23:00:23.486 INFO O| Aug 13 23:00:23.486 INFO STEP 6 (remove_files) COMPLETE
94262026-08-13T23:00:24.907Z[ host-image] Aug 13 23:00:23.486 INFO O| Aug 13 23:00:23.486 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-13T23:00:24.907Z[ host-image] Aug 13 23:00:23.486 INFO O| Aug 13 23:00:23.486 INFO skip step because feature "heliosv2" is not enabled
94282026-08-13T23:00:24.908Z[ host-image] Aug 13 23:00:23.486 INFO O| Aug 13 23:00:23.486 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-13T23:00:24.917Z[ host-image] Aug 13 23:00:23.494 INFO O| Aug 13 23:00:23.494 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94302026-08-13T23:00:24.926Z[ host-image] Aug 13 23:00:23.505 INFO O| Aug 13 23:00:23.505 INFO STEP 8 (remove_files) COMPLETE
94312026-08-13T23:00:24.926Z[ host-image] Aug 13 23:00:23.505 INFO O| Aug 13 23:00:23.505 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-13T23:00:24.936Z[ host-image] Aug 13 23:00:23.515 INFO O| Aug 13 23:00:23.515 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94332026-08-13T23:00:25.004Z[ host-image] Aug 13 23:00:23.583 INFO O| Aug 13 23:00:23.583 INFO STEP 9 (remove_files) COMPLETE
94342026-08-13T23:00:25.004Z[ host-image] Aug 13 23:00:23.583 INFO O| Aug 13 23:00:23.583 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-13T23:00:25.013Z[ host-image] Aug 13 23:00:23.592 INFO O| Aug 13 23:00:23.592 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94362026-08-13T23:00:25.090Z[ host-image] Aug 13 23:00:23.667 INFO O| Aug 13 23:00:23.667 INFO STEP 10 (remove_files) COMPLETE
94372026-08-13T23:00:25.090Z[ host-image] Aug 13 23:00:23.667 INFO O| Aug 13 23:00:23.667 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-08-13T23:00:25.098Z[ host-image] Aug 13 23:00:23.677 INFO O| Aug 13 23:00:23.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94392026-08-13T23:00:25.102Z[ host-image] Aug 13 23:00:23.680 INFO O| Aug 13 23:00:23.680 INFO STEP 11 (remove_files) COMPLETE
94402026-08-13T23:00:25.102Z[ host-image] Aug 13 23:00:23.680 INFO O| Aug 13 23:00:23.680 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-13T23:00:25.110Z[ host-image] Aug 13 23:00:23.689 INFO O| Aug 13 23:00:23.689 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94422026-08-13T23:00:25.114Z[ host-image] Aug 13 23:00:23.690 INFO O| Aug 13 23:00:23.690 INFO STEP 12 (remove_files) COMPLETE
94432026-08-13T23:00:25.114Z[ host-image] Aug 13 23:00:23.690 INFO O| Aug 13 23:00:23.690 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-08-13T23:00:25.121Z[ host-image] Aug 13 23:00:23.700 INFO O| Aug 13 23:00:23.699 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94452026-08-13T23:00:25.124Z[ host-image] Aug 13 23:00:23.701 INFO O| Aug 13 23:00:23.701 INFO STEP 13 (remove_files) COMPLETE
94462026-08-13T23:00:25.124Z[ host-image] Aug 13 23:00:23.701 INFO O| Aug 13 23:00:23.701 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-08-13T23:00:25.155Z[ host-image] Aug 13 23:00:23.733 INFO O| Aug 13 23:00:23.733 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94482026-08-13T23:00:25.164Z[ host-image] Aug 13 23:00:23.743 INFO O| Aug 13 23:00:23.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94492026-08-13T23:00:25.362Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94502026-08-13T23:00:25.362Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94512026-08-13T23:00:25.362Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94522026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94532026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94542026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94552026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94562026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.940 INFO O| Aug 13 23:00:23.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94572026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94582026-08-13T23:00:25.366Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94592026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94602026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94612026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94622026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94632026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94642026-08-13T23:00:25.367Z[ host-image] Aug 13 23:00:23.941 INFO O| Aug 13 23:00:23.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94652026-08-13T23:00:25.371Z[ host-image] Aug 13 23:00:23.948 INFO O| Aug 13 23:00:23.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94662026-08-13T23:00:25.371Z[ host-image] Aug 13 23:00:23.948 INFO O| Aug 13 23:00:23.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94672026-08-13T23:00:25.375Z[ host-image] Aug 13 23:00:23.953 INFO O| Aug 13 23:00:23.953 INFO STEP 14 (remove_files) COMPLETE
94682026-08-13T23:00:25.375Z[ host-image] Aug 13 23:00:23.953 INFO O| Aug 13 23:00:23.953 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-13T23:00:25.384Z[ host-image] Aug 13 23:00:23.963 INFO O| Aug 13 23:00:23.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94702026-08-13T23:00:25.388Z[ host-image] Aug 13 23:00:23.964 INFO O| Aug 13 23:00:23.964 INFO STEP 15 (remove_files) COMPLETE
94712026-08-13T23:00:25.388Z[ host-image] Aug 13 23:00:23.964 INFO O| Aug 13 23:00:23.964 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-13T23:00:25.394Z[ host-image] Aug 13 23:00:23.972 INFO O| Aug 13 23:00:23.972 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94732026-08-13T23:00:25.400Z[ host-image] Aug 13 23:00:23.979 INFO O| Aug 13 23:00:23.978 INFO STEP 16 (remove_files) COMPLETE
94742026-08-13T23:00:25.400Z[ host-image] Aug 13 23:00:23.979 INFO O| Aug 13 23:00:23.979 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-13T23:00:25.409Z[ host-image] Aug 13 23:00:23.988 INFO O| Aug 13 23:00:23.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94762026-08-13T23:00:25.413Z[ host-image] Aug 13 23:00:23.988 INFO O| Aug 13 23:00:23.988 INFO STEP 17 (remove_files) COMPLETE
94772026-08-13T23:00:25.413Z[ host-image] Aug 13 23:00:23.988 INFO O| Aug 13 23:00:23.988 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-13T23:00:25.418Z[ host-image] Aug 13 23:00:23.997 INFO O| Aug 13 23:00:23.997 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94792026-08-13T23:00:25.422Z[ host-image] Aug 13 23:00:23.998 INFO O| Aug 13 23:00:23.998 INFO STEP 18 (remove_files) COMPLETE
94802026-08-13T23:00:25.422Z[ host-image] Aug 13 23:00:23.998 INFO O| Aug 13 23:00:23.998 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-13T23:00:25.430Z[ host-image] Aug 13 23:00:24.009 INFO O| Aug 13 23:00:24.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94822026-08-13T23:00:25.430Z[ host-image] Aug 13 23:00:24.009 INFO O| Aug 13 23:00:24.009 INFO STEP 19 (remove_files) COMPLETE
94832026-08-13T23:00:25.434Z[ host-image] Aug 13 23:00:24.009 INFO O| Aug 13 23:00:24.009 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-13T23:00:25.441Z[ host-image] Aug 13 23:00:24.020 INFO O| Aug 13 23:00:24.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94852026-08-13T23:00:25.441Z[ host-image] Aug 13 23:00:24.020 INFO O| Aug 13 23:00:24.020 INFO STEP 20 (remove_files) COMPLETE
94862026-08-13T23:00:25.441Z[ host-image] Aug 13 23:00:24.020 INFO O| Aug 13 23:00:24.020 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-13T23:00:25.451Z[ host-image] Aug 13 23:00:24.029 INFO O| Aug 13 23:00:24.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94882026-08-13T23:00:25.455Z[ host-image] Aug 13 23:00:24.029 INFO O| Aug 13 23:00:24.029 INFO STEP 21 (remove_files) COMPLETE
94892026-08-13T23:00:25.455Z[ host-image] Aug 13 23:00:24.029 INFO O| Aug 13 23:00:24.029 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-13T23:00:25.459Z[ host-image] Aug 13 23:00:24.038 INFO O| Aug 13 23:00:24.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94912026-08-13T23:00:25.463Z[ host-image] Aug 13 23:00:24.038 INFO O| Aug 13 23:00:24.038 INFO STEP 22 (remove_files) COMPLETE
94922026-08-13T23:00:25.463Z[ host-image] Aug 13 23:00:24.038 INFO O| Aug 13 23:00:24.038 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-13T23:00:25.468Z[ host-image] Aug 13 23:00:24.047 INFO O| Aug 13 23:00:24.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94942026-08-13T23:00:25.469Z[ host-image] Aug 13 23:00:24.048 INFO O| Aug 13 23:00:24.047 INFO STEP 23 (remove_files) COMPLETE
94952026-08-13T23:00:25.472Z[ host-image] Aug 13 23:00:24.048 INFO O| Aug 13 23:00:24.047 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-13T23:00:25.478Z[ host-image] Aug 13 23:00:24.057 INFO O| Aug 13 23:00:24.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94972026-08-13T23:00:25.478Z[ host-image] Aug 13 23:00:24.057 INFO O| Aug 13 23:00:24.057 INFO STEP 24 (remove_files) COMPLETE
94982026-08-13T23:00:25.478Z[ host-image] Aug 13 23:00:24.057 INFO O| Aug 13 23:00:24.057 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-13T23:00:25.488Z[ host-image] Aug 13 23:00:24.067 INFO O| Aug 13 23:00:24.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95002026-08-13T23:00:25.488Z[ host-image] Aug 13 23:00:24.067 INFO O| Aug 13 23:00:24.067 INFO STEP 25 (remove_files) COMPLETE
95012026-08-13T23:00:25.488Z[ host-image] Aug 13 23:00:24.067 INFO O| Aug 13 23:00:24.067 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-13T23:00:25.496Z[ host-image] Aug 13 23:00:24.075 INFO O| Aug 13 23:00:24.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95032026-08-13T23:00:25.500Z[ host-image] Aug 13 23:00:24.075 INFO O| Aug 13 23:00:24.075 INFO STEP 26 (remove_files) COMPLETE
95042026-08-13T23:00:25.500Z[ host-image] Aug 13 23:00:24.075 INFO O| Aug 13 23:00:24.075 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-13T23:00:25.504Z[ host-image] Aug 13 23:00:24.082 INFO O| Aug 13 23:00:24.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95062026-08-13T23:00:25.504Z[ host-image] Aug 13 23:00:24.083 INFO O| Aug 13 23:00:24.082 INFO STEP 27 (remove_files) COMPLETE
95072026-08-13T23:00:25.504Z[ host-image] Aug 13 23:00:24.083 INFO O| Aug 13 23:00:24.083 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-13T23:00:25.513Z[ host-image] Aug 13 23:00:24.092 INFO O| Aug 13 23:00:24.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95092026-08-13T23:00:25.513Z[ host-image] Aug 13 23:00:24.092 INFO O| Aug 13 23:00:24.092 INFO STEP 28 (remove_files) COMPLETE
95102026-08-13T23:00:25.513Z[ host-image] Aug 13 23:00:24.092 INFO O| Aug 13 23:00:24.092 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-13T23:00:25.521Z[ host-image] Aug 13 23:00:24.100 INFO O| Aug 13 23:00:24.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95122026-08-13T23:00:25.521Z[ host-image] Aug 13 23:00:24.100 INFO O| Aug 13 23:00:24.100 INFO STEP 29 (remove_files) COMPLETE
95132026-08-13T23:00:25.526Z[ host-image] Aug 13 23:00:24.100 INFO O| Aug 13 23:00:24.100 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-13T23:00:25.531Z[ host-image] Aug 13 23:00:24.110 INFO O| Aug 13 23:00:24.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95152026-08-13T23:00:25.531Z[ host-image] Aug 13 23:00:24.110 INFO O| Aug 13 23:00:24.110 INFO STEP 30 (remove_files) COMPLETE
95162026-08-13T23:00:25.531Z[ host-image] Aug 13 23:00:24.110 INFO O| Aug 13 23:00:24.110 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-13T23:00:25.541Z[ host-image] Aug 13 23:00:24.119 INFO O| Aug 13 23:00:24.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95182026-08-13T23:00:25.541Z[ host-image] Aug 13 23:00:24.119 INFO O| Aug 13 23:00:24.119 INFO STEP 31 (remove_files) COMPLETE
95192026-08-13T23:00:25.545Z[ host-image] Aug 13 23:00:24.119 INFO O| Aug 13 23:00:24.119 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-13T23:00:25.551Z[ host-image] Aug 13 23:00:24.130 INFO O| Aug 13 23:00:24.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95212026-08-13T23:00:25.551Z[ host-image] Aug 13 23:00:24.130 INFO O| Aug 13 23:00:24.130 INFO STEP 32 (remove_files) COMPLETE
95222026-08-13T23:00:25.551Z[ host-image] Aug 13 23:00:24.130 INFO O| Aug 13 23:00:24.130 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-13T23:00:25.560Z[ host-image] Aug 13 23:00:24.139 INFO O| Aug 13 23:00:24.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95242026-08-13T23:00:25.560Z[ host-image] Aug 13 23:00:24.139 INFO O| Aug 13 23:00:24.139 INFO STEP 33 (remove_files) COMPLETE
95252026-08-13T23:00:25.561Z[ host-image] Aug 13 23:00:24.139 INFO O| Aug 13 23:00:24.139 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-13T23:00:25.571Z[ host-image] Aug 13 23:00:24.150 INFO O| Aug 13 23:00:24.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95272026-08-13T23:00:25.571Z[ host-image] Aug 13 23:00:24.150 INFO O| Aug 13 23:00:24.150 INFO STEP 34 (remove_files) COMPLETE
95282026-08-13T23:00:25.575Z[ host-image] Aug 13 23:00:24.150 INFO O| Aug 13 23:00:24.150 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-13T23:00:25.581Z[ host-image] Aug 13 23:00:24.159 INFO O| Aug 13 23:00:24.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95302026-08-13T23:00:25.581Z[ host-image] Aug 13 23:00:24.160 INFO O| Aug 13 23:00:24.160 INFO STEP 35 (remove_files) COMPLETE
95312026-08-13T23:00:25.585Z[ host-image] Aug 13 23:00:24.160 INFO O| Aug 13 23:00:24.160 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-13T23:00:25.591Z[ host-image] Aug 13 23:00:24.170 INFO O| Aug 13 23:00:24.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95332026-08-13T23:00:25.591Z[ host-image] Aug 13 23:00:24.170 INFO O| Aug 13 23:00:24.170 INFO STEP 36 (remove_files) COMPLETE
95342026-08-13T23:00:25.595Z[ host-image] Aug 13 23:00:24.170 INFO O| Aug 13 23:00:24.170 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-13T23:00:25.600Z[ host-image] Aug 13 23:00:24.179 INFO O| Aug 13 23:00:24.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95362026-08-13T23:00:25.600Z[ host-image] Aug 13 23:00:24.179 INFO O| Aug 13 23:00:24.179 INFO STEP 37 (remove_files) COMPLETE
95372026-08-13T23:00:25.604Z[ host-image] Aug 13 23:00:24.179 INFO O| Aug 13 23:00:24.179 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-13T23:00:25.612Z[ host-image] Aug 13 23:00:24.189 INFO O| Aug 13 23:00:24.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95392026-08-13T23:00:25.612Z[ host-image] Aug 13 23:00:24.189 INFO O| Aug 13 23:00:24.189 INFO STEP 38 (remove_files) COMPLETE
95402026-08-13T23:00:25.616Z[ host-image] Aug 13 23:00:24.189 INFO O| Aug 13 23:00:24.189 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-13T23:00:25.621Z[ host-image] Aug 13 23:00:24.200 INFO O| Aug 13 23:00:24.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95422026-08-13T23:00:25.621Z[ host-image] Aug 13 23:00:24.200 INFO O| Aug 13 23:00:24.200 INFO STEP 39 (remove_files) COMPLETE
95432026-08-13T23:00:25.621Z[ host-image] Aug 13 23:00:24.200 INFO O| Aug 13 23:00:24.200 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-13T23:00:25.631Z[ host-image] Aug 13 23:00:24.209 INFO O| Aug 13 23:00:24.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95452026-08-13T23:00:25.631Z[ host-image] Aug 13 23:00:24.209 INFO O| Aug 13 23:00:24.209 INFO STEP 40 (remove_files) COMPLETE
95462026-08-13T23:00:25.635Z[ host-image] Aug 13 23:00:24.209 INFO O| Aug 13 23:00:24.209 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-13T23:00:25.640Z[ host-image] Aug 13 23:00:24.220 INFO O| Aug 13 23:00:24.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95482026-08-13T23:00:25.640Z[ host-image] Aug 13 23:00:24.220 INFO O| Aug 13 23:00:24.220 INFO STEP 41 (remove_files) COMPLETE
95492026-08-13T23:00:25.640Z[ host-image] Aug 13 23:00:24.220 INFO O| Aug 13 23:00:24.220 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-13T23:00:25.650Z[ host-image] Aug 13 23:00:24.229 INFO O| Aug 13 23:00:24.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95512026-08-13T23:00:25.650Z[ host-image] Aug 13 23:00:24.229 INFO O| Aug 13 23:00:24.229 INFO STEP 42 (remove_files) COMPLETE
95522026-08-13T23:00:25.654Z[ host-image] Aug 13 23:00:24.229 INFO O| Aug 13 23:00:24.229 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-13T23:00:25.658Z[ host-image] Aug 13 23:00:24.237 INFO O| Aug 13 23:00:24.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95542026-08-13T23:00:25.662Z[ host-image] Aug 13 23:00:24.237 INFO O| Aug 13 23:00:24.237 INFO STEP 43 (remove_files) COMPLETE
95552026-08-13T23:00:25.662Z[ host-image] Aug 13 23:00:24.237 INFO O| Aug 13 23:00:24.237 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-13T23:00:25.667Z[ host-image] Aug 13 23:00:24.246 INFO O| Aug 13 23:00:24.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95572026-08-13T23:00:25.667Z[ host-image] Aug 13 23:00:24.246 INFO O| Aug 13 23:00:24.246 INFO STEP 44 (remove_files) COMPLETE
95582026-08-13T23:00:25.667Z[ host-image] Aug 13 23:00:24.246 INFO O| Aug 13 23:00:24.246 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-13T23:00:25.677Z[ host-image] Aug 13 23:00:24.256 INFO O| Aug 13 23:00:24.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95602026-08-13T23:00:25.677Z[ host-image] Aug 13 23:00:24.256 INFO O| Aug 13 23:00:24.256 INFO STEP 45 (remove_files) COMPLETE
95612026-08-13T23:00:25.681Z[ host-image] Aug 13 23:00:24.256 INFO O| Aug 13 23:00:24.256 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-13T23:00:25.686Z[ host-image] Aug 13 23:00:24.265 INFO O| Aug 13 23:00:24.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95632026-08-13T23:00:25.686Z[ host-image] Aug 13 23:00:24.265 INFO O| Aug 13 23:00:24.265 INFO STEP 46 (remove_files) COMPLETE
95642026-08-13T23:00:25.686Z[ host-image] Aug 13 23:00:24.265 INFO O| Aug 13 23:00:24.265 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-13T23:00:25.696Z[ host-image] Aug 13 23:00:24.275 INFO O| Aug 13 23:00:24.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95662026-08-13T23:00:25.696Z[ host-image] Aug 13 23:00:24.275 INFO O| Aug 13 23:00:24.275 INFO STEP 47 (remove_files) COMPLETE
95672026-08-13T23:00:25.696Z[ host-image] Aug 13 23:00:24.275 INFO O| Aug 13 23:00:24.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-13T23:00:25.704Z[ host-image] Aug 13 23:00:24.283 INFO O| Aug 13 23:00:24.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95692026-08-13T23:00:25.704Z[ host-image] Aug 13 23:00:24.283 INFO O| Aug 13 23:00:24.283 INFO STEP 48 (remove_files) COMPLETE
95702026-08-13T23:00:25.704Z[ host-image] Aug 13 23:00:24.283 INFO O| Aug 13 23:00:24.283 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-13T23:00:25.713Z[ host-image] Aug 13 23:00:24.292 INFO O| Aug 13 23:00:24.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95722026-08-13T23:00:25.713Z[ host-image] Aug 13 23:00:24.293 INFO O| Aug 13 23:00:24.292 INFO STEP 49 (remove_files) COMPLETE
95732026-08-13T23:00:25.718Z[ host-image] Aug 13 23:00:24.293 INFO O| Aug 13 23:00:24.292 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-13T23:00:25.722Z[ host-image] Aug 13 23:00:24.301 INFO O| Aug 13 23:00:24.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95752026-08-13T23:00:25.722Z[ host-image] Aug 13 23:00:24.301 INFO O| Aug 13 23:00:24.301 INFO STEP 50 (remove_files) COMPLETE
95762026-08-13T23:00:25.722Z[ host-image] Aug 13 23:00:24.302 INFO O| Aug 13 23:00:24.301 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-13T23:00:25.730Z[ host-image] Aug 13 23:00:24.310 INFO O| Aug 13 23:00:24.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95782026-08-13T23:00:25.731Z[ host-image] Aug 13 23:00:24.310 INFO O| Aug 13 23:00:24.310 INFO STEP 51 (remove_files) COMPLETE
95792026-08-13T23:00:25.731Z[ host-image] Aug 13 23:00:24.310 INFO O| Aug 13 23:00:24.310 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-13T23:00:25.738Z[ host-image] Aug 13 23:00:24.318 INFO O| Aug 13 23:00:24.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95812026-08-13T23:00:25.739Z[ host-image] Aug 13 23:00:24.318 INFO O| Aug 13 23:00:24.318 INFO STEP 52 (remove_files) COMPLETE
95822026-08-13T23:00:25.742Z[ host-image] Aug 13 23:00:24.318 INFO O| Aug 13 23:00:24.318 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-13T23:00:25.746Z[ host-image] Aug 13 23:00:24.325 INFO O| Aug 13 23:00:24.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95842026-08-13T23:00:25.746Z[ host-image] Aug 13 23:00:24.325 INFO O| Aug 13 23:00:24.325 INFO STEP 53 (remove_files) COMPLETE
95852026-08-13T23:00:25.746Z[ host-image] Aug 13 23:00:24.325 INFO O| Aug 13 23:00:24.325 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-13T23:00:25.753Z[ host-image] Aug 13 23:00:24.333 INFO O| Aug 13 23:00:24.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95872026-08-13T23:00:25.757Z[ host-image] Aug 13 23:00:24.333 INFO O| Aug 13 23:00:24.333 INFO STEP 54 (remove_files) COMPLETE
95882026-08-13T23:00:25.757Z[ host-image] Aug 13 23:00:24.333 INFO O| Aug 13 23:00:24.333 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-13T23:00:25.761Z[ host-image] Aug 13 23:00:24.340 INFO O| Aug 13 23:00:24.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95902026-08-13T23:00:25.761Z[ host-image] Aug 13 23:00:24.340 INFO O| Aug 13 23:00:24.340 INFO STEP 55 (remove_files) COMPLETE
95912026-08-13T23:00:25.761Z[ host-image] Aug 13 23:00:24.340 INFO O| Aug 13 23:00:24.340 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-13T23:00:25.771Z[ host-image] Aug 13 23:00:24.351 INFO O| Aug 13 23:00:24.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95932026-08-13T23:00:25.775Z[ host-image] Aug 13 23:00:24.351 INFO O| Aug 13 23:00:24.351 INFO STEP 56 (remove_files) COMPLETE
95942026-08-13T23:00:25.776Z[ host-image] Aug 13 23:00:24.351 INFO O| Aug 13 23:00:24.351 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-13T23:00:25.781Z[ host-image] Aug 13 23:00:24.360 INFO O| Aug 13 23:00:24.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95962026-08-13T23:00:25.781Z[ host-image] Aug 13 23:00:24.360 INFO O| Aug 13 23:00:24.360 INFO STEP 57 (remove_files) COMPLETE
95972026-08-13T23:00:25.781Z[ host-image] Aug 13 23:00:24.360 INFO O| Aug 13 23:00:24.360 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-13T23:00:25.789Z[ host-image] Aug 13 23:00:24.368 INFO O| Aug 13 23:00:24.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95992026-08-13T23:00:25.793Z[ host-image] Aug 13 23:00:24.368 INFO O| Aug 13 23:00:24.368 INFO STEP 58 (remove_files) COMPLETE
96002026-08-13T23:00:25.793Z[ host-image] Aug 13 23:00:24.368 INFO O| Aug 13 23:00:24.368 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-13T23:00:25.799Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96022026-08-13T23:00:25.799Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96032026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96042026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96052026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96062026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96072026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO ok!
96082026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO STEP 59 (ensure_file) COMPLETE
96092026-08-13T23:00:25.805Z[ host-image] Aug 13 23:00:24.378 INFO O| Aug 13 23:00:24.378 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96112026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96122026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96132026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96142026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96152026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96162026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO ok!
96172026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO STEP 60 (ensure_file) COMPLETE
96182026-08-13T23:00:25.809Z[ host-image] Aug 13 23:00:24.387 INFO O| Aug 13 23:00:24.387 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-13T23:00:25.815Z[ host-image] Aug 13 23:00:24.394 INFO O| Aug 13 23:00:24.394 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96202026-08-13T23:00:25.815Z[ host-image] Aug 13 23:00:24.394 INFO O| Aug 13 23:00:24.394 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96212026-08-13T23:00:25.815Z[ host-image] Aug 13 23:00:24.394 INFO O| Aug 13 23:00:24.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96222026-08-13T23:00:25.820Z[ host-image] Aug 13 23:00:24.395 INFO O| Aug 13 23:00:24.394 INFO ok!
96232026-08-13T23:00:25.820Z[ host-image] Aug 13 23:00:24.395 INFO O| Aug 13 23:00:24.395 INFO STEP 61 (ensure_file) COMPLETE
96242026-08-13T23:00:25.820Z[ host-image] Aug 13 23:00:24.395 INFO O| Aug 13 23:00:24.395 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96262026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96272026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96282026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 INFO ok!
96292026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 INFO STEP 62 (ensure_file) COMPLETE
96302026-08-13T23:00:25.824Z[ host-image] Aug 13 23:00:24.402 INFO O| Aug 13 23:00:24.402 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-13T23:00:25.829Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96322026-08-13T23:00:25.829Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96332026-08-13T23:00:25.833Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96342026-08-13T23:00:25.834Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96352026-08-13T23:00:25.834Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO ok!
96362026-08-13T23:00:25.834Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO STEP 63 (ensure_file) COMPLETE
96372026-08-13T23:00:25.834Z[ host-image] Aug 13 23:00:24.408 INFO O| Aug 13 23:00:24.408 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96392026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96402026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96412026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96422026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO ok!
96432026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO STEP 64 (ensure_file) COMPLETE
96442026-08-13T23:00:25.838Z[ host-image] Aug 13 23:00:24.415 INFO O| Aug 13 23:00:24.415 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-13T23:00:25.842Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96462026-08-13T23:00:25.842Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96472026-08-13T23:00:25.842Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96482026-08-13T23:00:25.846Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO ok!
96492026-08-13T23:00:25.847Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO STEP 65 (assemble_files) COMPLETE
96502026-08-13T23:00:25.847Z[ host-image] Aug 13 23:00:24.421 INFO O| Aug 13 23:00:24.421 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96522026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96532026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96542026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96552026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO ok!
96562026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO STEP 66 (ensure_file) COMPLETE
96572026-08-13T23:00:25.852Z[ host-image] Aug 13 23:00:24.429 INFO O| Aug 13 23:00:24.429 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-13T23:00:25.860Z[ host-image] Aug 13 23:00:24.439 INFO O| Aug 13 23:00:24.439 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96592026-08-13T23:00:25.860Z[ host-image] Aug 13 23:00:24.439 INFO O| Aug 13 23:00:24.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96602026-08-13T23:00:25.860Z[ host-image] Aug 13 23:00:24.439 INFO O| Aug 13 23:00:24.439 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96612026-08-13T23:00:25.864Z[ host-image] Aug 13 23:00:24.439 INFO O| Aug 13 23:00:24.439 INFO STEP 67 (ensure_dir) COMPLETE
96622026-08-13T23:00:25.864Z[ host-image] Aug 13 23:00:24.439 INFO O| Aug 13 23:00:24.439 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-13T23:00:25.868Z[ host-image] Aug 13 23:00:24.448 INFO O| Aug 13 23:00:24.448 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96642026-08-13T23:00:25.869Z[ host-image] Aug 13 23:00:24.448 INFO O| Aug 13 23:00:24.448 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 ...
96652026-08-13T23:00:25.874Z[ host-image] Aug 13 23:00:24.454 INFO O| Aug 13 23:00:24.454 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
96662026-08-13T23:00:25.875Z[ host-image] Aug 13 23:00:24.454 INFO O| Aug 13 23:00:24.454 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96672026-08-13T23:00:25.875Z[ host-image] Aug 13 23:00:24.454 INFO O| Aug 13 23:00:24.454 INFO ok!
96682026-08-13T23:00:25.875Z[ host-image] Aug 13 23:00:24.454 INFO O| Aug 13 23:00:24.454 INFO STEP 68 (ensure_file) COMPLETE
96692026-08-13T23:00:25.878Z[ host-image] Aug 13 23:00:24.454 INFO O| Aug 13 23:00:24.454 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-13T23:00:25.884Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96712026-08-13T23:00:25.884Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 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 ...
96722026-08-13T23:00:25.888Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 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
96732026-08-13T23:00:25.888Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96742026-08-13T23:00:25.888Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 INFO ok!
96752026-08-13T23:00:25.888Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 INFO STEP 69 (ensure_file) COMPLETE
96762026-08-13T23:00:25.888Z[ host-image] Aug 13 23:00:24.462 INFO O| Aug 13 23:00:24.462 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-13T23:00:25.898Z[ host-image] Aug 13 23:00:24.476 INFO O| Aug 13 23:00:24.476 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96782026-08-13T23:00:25.898Z[ host-image] Aug 13 23:00:24.476 INFO O| Aug 13 23:00:24.476 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96792026-08-13T23:00:27.413Z[ host-image] Aug 13 23:00:25.991 INFO O| Aug 13 23:00:25.991 INFO STEP 70 (pack_tar) COMPLETE
96802026-08-13T23:00:27.413Z[ host-image] Aug 13 23:00:25.991 INFO O| Aug 13 23:00:25.991 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96812026-08-13T23:00:27.417Z[ host-image] Aug 13 23:00:25.991 INFO O| Aug 13 23:00:25.991 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96822026-08-13T23:00:27.897Z[ host-image] Aug 13 23:00:26.476 INFO O| Aug 13 23:00:26.476 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96832026-08-13T23:00:28.027Z[ host-image] Aug 13 23:00:26.605 INFO O| Aug 13 23:00:26.605 INFO completed processing sled/ramdisk-02-trim
96842026-08-13T23:00:28.031Z[ host-image] Aug 13 23:00:26.608 INFO image builder template: zfs...
96852026-08-13T23:00:28.031Z[ host-image] Aug 13 23:00:26.608 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/.tmpy1QRLV/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.504", "-n", "zfs"], pwd: None
96862026-08-13T23:00:28.041Z[ host-image] Aug 13 23:00:26.620 INFO O| Aug 13 23:00:26.620 INFO skip include "stress" because feature "stress" is not enabled
96872026-08-13T23:00:28.041Z[ host-image] Aug 13 23:00:26.620 INFO O| Aug 13 23:00:26.620 INFO skip include "stress" because feature "compliance" is not enabled
96882026-08-13T23:00:28.071Z[ host-image] Aug 13 23:00:26.650 INFO O| Aug 13 23:00:26.650 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96892026-08-13T23:00:28.076Z[ host-image] Aug 13 23:00:26.655 INFO O| Aug 13 23:00:26.655 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96902026-08-13T23:00:28.182Z[ host-image] Aug 13 23:00:26.761 INFO O| Aug 13 23:00:26.761 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96912026-08-13T23:00:28.268Z[ host-image] Aug 13 23:00:26.845 INFO O| Aug 13 23:00:26.845 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96922026-08-13T23:00:28.268Z[ host-image] Aug 13 23:00:26.845 INFO O| Aug 13 23:00:26.845 INFO work dataset: rpool/images/build/host/work/sled/zfs
96932026-08-13T23:00:28.272Z[ host-image] Aug 13 23:00:26.849 INFO O| Aug 13 23:00:26.849 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96942026-08-13T23:00:28.390Z[ host-image] Aug 13 23:00:26.968 INFO O| Aug 13 23:00:26.968 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96952026-08-13T23:00:28.471Z[ host-image] Aug 13 23:00:27.050 INFO O| Aug 13 23:00:27.050 INFO DESTROY POOL: TEMPORARY-sled-zfs
96962026-08-13T23:00:28.480Z[ host-image] Aug 13 23:00:27.059 INFO O| Aug 13 23:00:27.059 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96972026-08-13T23:00:28.485Z[ host-image] Aug 13 23:00:27.064 INFO O| Aug 13 23:00:27.063 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96982026-08-13T23:00:28.488Z[ host-image] Aug 13 23:00:27.064 INFO O| Aug 13 23:00:27.064 INFO no lofi found
96992026-08-13T23:00:28.488Z[ host-image] Aug 13 23:00:27.064 INFO O| Aug 13 23:00:27.064 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97002026-08-13T23:00:28.488Z[ host-image] Aug 13 23:00:27.064 INFO O| Aug 13 23:00:27.064 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97012026-08-13T23:00:28.705Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97022026-08-13T23:00:30.422Z[ host-image] Aug 13 23:00:29.001 INFO O| Aug 13 23:00:29.001 INFO lofi device = /dev/dsk/c2t1d0p0
97032026-08-13T23:00:30.422Z[ host-image] Aug 13 23:00:29.001 INFO O| Aug 13 23:00:29.001 INFO pool device = /dev/dsk/c2t1d0p0
97042026-08-13T23:00:30.426Z[ host-image] Aug 13 23:00:29.001 INFO O| Aug 13 23:00:29.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"]
97052026-08-13T23:00:30.520Z[ host-image] Aug 13 23:00:29.098 INFO O| Aug 13 23:00:29.098 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97062026-08-13T23:00:30.520Z[ host-image] Aug 13 23:00:29.098 INFO O| Aug 13 23:00:29.098 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97072026-08-13T23:00:30.540Z[ host-image] Aug 13 23:00:29.118 INFO O| Aug 13 23:00:29.118 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97082026-08-13T23:00:30.594Z[ host-image] Aug 13 23:00:29.173 INFO O| Aug 13 23:00:29.173 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97092026-08-13T23:00:30.628Z[ host-image] Aug 13 23:00:29.206 INFO O| Aug 13 23:00:29.206 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97102026-08-13T23:00:30.645Z[ host-image] Aug 13 23:00:29.223 INFO O| Aug 13 23:00:29.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97112026-08-13T23:00:30.662Z[ host-image] Aug 13 23:00:29.240 INFO O| Aug 13 23:00:29.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97122026-08-13T23:00:30.705Z[ host-image] Aug 13 23:00:29.281 INFO O| Aug 13 23:00:29.281 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97132026-08-13T23:00:30.705Z[ host-image] Aug 13 23:00:29.281 INFO O| Aug 13 23:00:29.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97142026-08-13T23:00:30.705Z[ host-image] Aug 13 23:00:29.281 INFO O| Aug 13 23:00:29.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97152026-08-13T23:00:30.714Z[ host-image] Aug 13 23:00:29.293 INFO O| Aug 13 23:00:29.293 INFO boot environment UUID: a619e768-000a-4b7c-bf43-d553bce8a5d3
97162026-08-13T23:00:30.715Z[ host-image] Aug 13 23:00:29.293 INFO O| Aug 13 23:00:29.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a619e768-000a-4b7c-bf43-d553bce8a5d3
97172026-08-13T23:00:30.729Z[ host-image] Aug 13 23:00:29.308 INFO O| Aug 13 23:00:29.308 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97182026-08-13T23:00:30.743Z[ host-image] Aug 13 23:00:29.322 INFO O| Aug 13 23:00:29.322 INFO STEP 0 (create_be) COMPLETE
97192026-08-13T23:00:30.743Z[ host-image] Aug 13 23:00:29.322 INFO O| Aug 13 23:00:29.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97202026-08-13T23:00:30.758Z[ host-image] Aug 13 23:00:29.337 INFO O| Aug 13 23:00:29.337 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97212026-08-13T23:00:40.518Z[ host-image] Aug 13 23:00:39.096 INFO O| Aug 13 23:00:39.096 INFO STEP 1 (unpack_tar) COMPLETE
97222026-08-13T23:00:40.518Z[ host-image] Aug 13 23:00:39.096 INFO O| Aug 13 23:00:39.096 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97232026-08-13T23:00:40.542Z[ host-image] Aug 13 23:00:39.107 INFO O| Aug 13 23:00:39.107 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97242026-08-13T23:00:41.044Z[ host-image] Aug 13 23:00:39.623 INFO O| Aug 13 23:00:39.623 INFO STEP 2 (devfsadm) COMPLETE
97252026-08-13T23:00:41.044Z[ host-image] Aug 13 23:00:39.623 INFO O| Aug 13 23:00:39.623 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97262026-08-13T23:00:41.053Z[ host-image] Aug 13 23:00:39.632 INFO O| Aug 13 23:00:39.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97272026-08-13T23:00:41.053Z[ host-image] Aug 13 23:00:39.632 INFO O| Aug 13 23:00:39.632 INFO STEP 3 (ensure_dir) COMPLETE
97282026-08-13T23:00:41.057Z[ host-image] Aug 13 23:00:39.632 INFO O| Aug 13 23:00:39.632 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-13T23:00:41.062Z[ host-image] Aug 13 23:00:39.642 INFO O| Aug 13 23:00:39.641 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97302026-08-13T23:00:41.062Z[ host-image] Aug 13 23:00:39.642 INFO O| Aug 13 23:00:39.642 INFO STEP 4 (ensure_dir) COMPLETE
97312026-08-13T23:00:41.066Z[ host-image] Aug 13 23:00:39.642 INFO O| Aug 13 23:00:39.642 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97322026-08-13T23:00:41.071Z[ host-image] Aug 13 23:00:39.650 INFO O| Aug 13 23:00:39.650 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97332026-08-13T23:00:41.071Z[ host-image] Aug 13 23:00:39.650 INFO O| Aug 13 23:00:39.650 INFO STEP 5 (ensure_dir) COMPLETE
97342026-08-13T23:00:41.071Z[ host-image] Aug 13 23:00:39.650 INFO O| Aug 13 23:00:39.650 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97352026-08-13T23:00:41.080Z[ host-image] Aug 13 23:00:39.659 INFO O| Aug 13 23:00:39.659 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97362026-08-13T23:00:41.084Z[ host-image] Aug 13 23:00:39.659 INFO O| Aug 13 23:00:39.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97372026-08-13T23:00:41.084Z[ host-image] Aug 13 23:00:39.659 INFO O| Aug 13 23:00:39.659 INFO STEP 6 (ensure_dir) COMPLETE
97382026-08-13T23:00:41.084Z[ host-image] Aug 13 23:00:39.659 INFO O| Aug 13 23:00:39.659 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-08-13T23:00:41.088Z[ host-image] Aug 13 23:00:39.667 INFO O| Aug 13 23:00:39.667 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97402026-08-13T23:00:41.088Z[ host-image] Aug 13 23:00:39.667 INFO O| Aug 13 23:00:39.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97412026-08-13T23:00:41.089Z[ host-image] Aug 13 23:00:39.667 INFO O| Aug 13 23:00:39.667 INFO STEP 7 (ensure_dir) COMPLETE
97422026-08-13T23:00:41.089Z[ host-image] Aug 13 23:00:39.667 INFO O| Aug 13 23:00:39.667 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-13T23:00:41.097Z[ host-image] Aug 13 23:00:39.676 INFO O| Aug 13 23:00:39.676 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97442026-08-13T23:00:41.101Z[ host-image] Aug 13 23:00:39.677 INFO O| Aug 13 23:00:39.677 INFO STEP 8 (remove_files) COMPLETE
97452026-08-13T23:00:41.101Z[ host-image] Aug 13 23:00:39.677 INFO O| Aug 13 23:00:39.677 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-13T23:00:41.105Z[ host-image] Aug 13 23:00:39.684 INFO O| Aug 13 23:00:39.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97472026-08-13T23:00:41.109Z[ host-image] Aug 13 23:00:39.685 INFO O| Aug 13 23:00:39.685 INFO STEP 9 (remove_files) COMPLETE
97482026-08-13T23:00:41.109Z[ host-image] Aug 13 23:00:39.685 INFO O| Aug 13 23:00:39.685 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-13T23:00:41.114Z[ host-image] Aug 13 23:00:39.694 INFO O| Aug 13 23:00:39.694 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97502026-08-13T23:00:41.119Z[ host-image] Aug 13 23:00:39.694 INFO O| Aug 13 23:00:39.694 INFO STEP 10 (remove_files) COMPLETE
97512026-08-13T23:00:41.119Z[ host-image] Aug 13 23:00:39.694 INFO O| Aug 13 23:00:39.694 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-13T23:00:41.123Z[ host-image] Aug 13 23:00:39.702 INFO O| Aug 13 23:00:39.701 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97532026-08-13T23:00:41.123Z[ host-image] Aug 13 23:00:39.702 INFO O| Aug 13 23:00:39.702 INFO STEP 11 (remove_files) COMPLETE
97542026-08-13T23:00:41.123Z[ host-image] Aug 13 23:00:39.702 INFO O| Aug 13 23:00:39.702 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-13T23:00:41.131Z[ host-image] Aug 13 23:00:39.711 INFO O| Aug 13 23:00:39.711 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97562026-08-13T23:00:41.135Z[ host-image] Aug 13 23:00:39.711 INFO O| Aug 13 23:00:39.711 INFO STEP 12 (remove_files) COMPLETE
97572026-08-13T23:00:41.135Z[ host-image] Aug 13 23:00:39.711 INFO O| Aug 13 23:00:39.711 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97582026-08-13T23:00:41.140Z[ host-image] Aug 13 23:00:39.719 INFO O| Aug 13 23:00:39.719 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97592026-08-13T23:00:41.143Z[ host-image] Aug 13 23:00:39.719 INFO O| Aug 13 23:00:39.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97602026-08-13T23:00:41.143Z[ host-image] Aug 13 23:00:39.719 INFO O| Aug 13 23:00:39.719 INFO STEP 13 (ensure_dir) COMPLETE
97612026-08-13T23:00:41.144Z[ host-image] Aug 13 23:00:39.719 INFO O| Aug 13 23:00:39.719 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-08-13T23:00:41.147Z[ host-image] Aug 13 23:00:39.726 INFO O| Aug 13 23:00:39.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97632026-08-13T23:00:41.148Z[ host-image] Aug 13 23:00:39.726 INFO O| Aug 13 23:00:39.726 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97642026-08-13T23:00:41.148Z[ host-image] Aug 13 23:00:39.726 INFO O| Aug 13 23:00:39.726 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97652026-08-13T23:00:41.148Z[ host-image] Aug 13 23:00:39.726 INFO O| Aug 13 23:00:39.726 INFO STEP 14 (ensure_dir) COMPLETE
97662026-08-13T23:00:41.148Z[ host-image] Aug 13 23:00:39.726 INFO O| Aug 13 23:00:39.726 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-08-13T23:00:41.156Z[ host-image] Aug 13 23:00:39.736 INFO O| Aug 13 23:00:39.736 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97682026-08-13T23:00:41.156Z[ host-image] Aug 13 23:00:39.736 INFO O| Aug 13 23:00:39.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97692026-08-13T23:00:41.157Z[ host-image] Aug 13 23:00:39.736 INFO O| Aug 13 23:00:39.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97702026-08-13T23:00:41.160Z[ host-image] Aug 13 23:00:39.736 INFO O| Aug 13 23:00:39.736 INFO STEP 15 (ensure_dir) COMPLETE
97712026-08-13T23:00:41.161Z[ host-image] Aug 13 23:00:39.736 INFO O| Aug 13 23:00:39.736 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-08-13T23:00:41.165Z[ host-image] Aug 13 23:00:39.744 INFO O| Aug 13 23:00:39.744 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97732026-08-13T23:00:41.165Z[ host-image] Aug 13 23:00:39.744 INFO O| Aug 13 23:00:39.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97742026-08-13T23:00:41.168Z[ host-image] Aug 13 23:00:39.744 INFO O| Aug 13 23:00:39.744 INFO STEP 16 (ensure_dir) COMPLETE
97752026-08-13T23:00:41.168Z[ host-image] Aug 13 23:00:39.744 INFO O| Aug 13 23:00:39.744 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-13T23:00:41.173Z[ host-image] Aug 13 23:00:39.752 INFO O| Aug 13 23:00:39.752 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97772026-08-13T23:00:41.173Z[ host-image] Aug 13 23:00:39.752 INFO O| Aug 13 23:00:39.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97782026-08-13T23:00:41.176Z[ host-image] Aug 13 23:00:39.752 INFO O| Aug 13 23:00:39.752 INFO STEP 17 (ensure_dir) COMPLETE
97792026-08-13T23:00:41.176Z[ host-image] Aug 13 23:00:39.752 INFO O| Aug 13 23:00:39.752 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-13T23:00:41.181Z[ host-image] Aug 13 23:00:39.760 INFO O| Aug 13 23:00:39.760 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97812026-08-13T23:00:41.185Z[ host-image] Aug 13 23:00:39.760 INFO O| Aug 13 23:00:39.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97822026-08-13T23:00:41.185Z[ host-image] Aug 13 23:00:39.760 INFO O| Aug 13 23:00:39.760 INFO ok!
97832026-08-13T23:00:41.185Z[ host-image] Aug 13 23:00:39.760 INFO O| Aug 13 23:00:39.760 INFO STEP 18 (ensure_symlink) COMPLETE
97842026-08-13T23:00:41.185Z[ host-image] Aug 13 23:00:39.760 INFO O| Aug 13 23:00:39.760 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-13T23:00:41.190Z[ host-image] Aug 13 23:00:39.769 INFO O| Aug 13 23:00:39.769 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97862026-08-13T23:00:41.190Z[ host-image] Aug 13 23:00:39.769 INFO O| Aug 13 23:00:39.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97872026-08-13T23:00:41.194Z[ host-image] Aug 13 23:00:39.769 INFO O| Aug 13 23:00:39.769 INFO ok!
97882026-08-13T23:00:41.194Z[ host-image] Aug 13 23:00:39.769 INFO O| Aug 13 23:00:39.769 INFO STEP 19 (ensure_file) COMPLETE
97892026-08-13T23:00:41.194Z[ host-image] Aug 13 23:00:39.769 INFO O| Aug 13 23:00:39.769 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97902026-08-13T23:00:41.198Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97912026-08-13T23:00:41.198Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97922026-08-13T23:00:41.198Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97932026-08-13T23:00:41.201Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO ok!
97942026-08-13T23:00:41.201Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO STEP 20 (ensure_symlink) COMPLETE
97952026-08-13T23:00:41.201Z[ host-image] Aug 13 23:00:39.777 INFO O| Aug 13 23:00:39.777 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97962026-08-13T23:00:41.205Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97972026-08-13T23:00:41.205Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97982026-08-13T23:00:41.209Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97992026-08-13T23:00:41.209Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO ok!
98002026-08-13T23:00:41.209Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO STEP 21 (ensure_symlink) COMPLETE
98012026-08-13T23:00:41.209Z[ host-image] Aug 13 23:00:39.784 INFO O| Aug 13 23:00:39.784 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98022026-08-13T23:00:41.214Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98032026-08-13T23:00:41.214Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98042026-08-13T23:00:41.218Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98052026-08-13T23:00:41.218Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO ok!
98062026-08-13T23:00:41.218Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO STEP 22 (ensure_symlink) COMPLETE
98072026-08-13T23:00:41.218Z[ host-image] Aug 13 23:00:39.793 INFO O| Aug 13 23:00:39.793 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98092026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98102026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98112026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO ok!
98122026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO STEP 23 (ensure_symlink) COMPLETE
98132026-08-13T23:00:41.222Z[ host-image] Aug 13 23:00:39.801 INFO O| Aug 13 23:00:39.801 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-08-13T23:00:41.229Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98152026-08-13T23:00:41.229Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98162026-08-13T23:00:41.233Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98172026-08-13T23:00:41.233Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 INFO ok!
98182026-08-13T23:00:41.233Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 INFO STEP 24 (ensure_file) COMPLETE
98192026-08-13T23:00:41.233Z[ host-image] Aug 13 23:00:39.808 INFO O| Aug 13 23:00:39.808 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-13T23:00:41.236Z[ host-image] Aug 13 23:00:39.815 INFO O| Aug 13 23:00:39.815 INFO updating shadow file
98212026-08-13T23:00:41.237Z[ host-image] Aug 13 23:00:39.815 INFO O| Aug 13 23:00:39.815 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98222026-08-13T23:00:41.237Z[ host-image] Aug 13 23:00:39.815 INFO O| Aug 13 23:00:39.815 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98232026-08-13T23:00:41.237Z[ host-image] Aug 13 23:00:39.815 INFO O| Aug 13 23:00:39.815 INFO STEP 25 (shadow) COMPLETE
98242026-08-13T23:00:41.237Z[ host-image] Aug 13 23:00:39.815 INFO O| Aug 13 23:00:39.815 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98252026-08-13T23:00:41.243Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98262026-08-13T23:00:41.243Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98272026-08-13T23:00:41.246Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98282026-08-13T23:00:41.246Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 INFO ok!
98292026-08-13T23:00:41.246Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 INFO STEP 26 (ensure_file) COMPLETE
98302026-08-13T23:00:41.246Z[ host-image] Aug 13 23:00:39.822 INFO O| Aug 13 23:00:39.822 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98312026-08-13T23:00:41.252Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.830 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98322026-08-13T23:00:41.252Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.831 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98332026-08-13T23:00:41.252Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98342026-08-13T23:00:41.256Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.831 INFO ok!
98352026-08-13T23:00:41.256Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.831 INFO STEP 27 (ensure_file) COMPLETE
98362026-08-13T23:00:41.256Z[ host-image] Aug 13 23:00:39.831 INFO O| Aug 13 23:00:39.831 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98382026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98392026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98402026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98412026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO ok!
98422026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO STEP 28 (ensure_file) COMPLETE
98432026-08-13T23:00:41.260Z[ host-image] Aug 13 23:00:39.838 INFO O| Aug 13 23:00:39.838 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98442026-08-13T23:00:41.266Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98452026-08-13T23:00:41.266Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98462026-08-13T23:00:41.266Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98472026-08-13T23:00:41.270Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO ok!
98482026-08-13T23:00:41.270Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO STEP 29 (ensure_file) COMPLETE
98492026-08-13T23:00:41.270Z[ host-image] Aug 13 23:00:39.845 INFO O| Aug 13 23:00:39.845 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-13T23:00:41.274Z[ host-image] Aug 13 23:00:39.852 INFO O| Aug 13 23:00:39.852 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98512026-08-13T23:00:41.274Z[ host-image] Aug 13 23:00:39.852 INFO O| Aug 13 23:00:39.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98522026-08-13T23:00:41.274Z[ host-image] Aug 13 23:00:39.852 INFO O| Aug 13 23:00:39.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98532026-08-13T23:00:41.274Z[ host-image] Aug 13 23:00:39.852 INFO O| Aug 13 23:00:39.852 INFO STEP 30 (ensure_dir) COMPLETE
98542026-08-13T23:00:41.274Z[ host-image] Aug 13 23:00:39.852 INFO O| Aug 13 23:00:39.852 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-13T23:00:41.281Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98562026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98572026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98582026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98592026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO ok!
98602026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO STEP 31 (ensure_file) COMPLETE
98612026-08-13T23:00:41.285Z[ host-image] Aug 13 23:00:39.860 INFO O| Aug 13 23:00:39.860 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-13T23:00:41.289Z[ host-image] Aug 13 23:00:39.868 INFO O| Aug 13 23:00:39.868 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98632026-08-13T23:00:41.289Z[ host-image] Aug 13 23:00:39.868 INFO O| Aug 13 23:00:39.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98642026-08-13T23:00:41.289Z[ host-image] Aug 13 23:00:39.868 INFO O| Aug 13 23:00:39.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98652026-08-13T23:00:41.289Z[ host-image] Aug 13 23:00:39.868 INFO O| Aug 13 23:00:39.868 INFO STEP 32 (ensure_dir) COMPLETE
98662026-08-13T23:00:41.289Z[ host-image] Aug 13 23:00:39.868 INFO O| Aug 13 23:00:39.868 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-13T23:00:41.297Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98682026-08-13T23:00:41.297Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 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 ...
98692026-08-13T23:00:41.300Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 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
98702026-08-13T23:00:41.300Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98712026-08-13T23:00:41.301Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 INFO ok!
98722026-08-13T23:00:41.301Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 INFO STEP 33 (ensure_file) COMPLETE
98732026-08-13T23:00:41.301Z[ host-image] Aug 13 23:00:39.876 INFO O| Aug 13 23:00:39.876 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98742026-08-13T23:00:41.305Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98752026-08-13T23:00:41.305Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98762026-08-13T23:00:41.309Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98772026-08-13T23:00:41.309Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO ok!
98782026-08-13T23:00:41.309Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO STEP 34 (ensure_file) COMPLETE
98792026-08-13T23:00:41.309Z[ host-image] Aug 13 23:00:39.884 INFO O| Aug 13 23:00:39.884 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-08-13T23:00:41.312Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98812026-08-13T23:00:41.312Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98822026-08-13T23:00:41.313Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98832026-08-13T23:00:41.313Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98842026-08-13T23:00:41.313Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO ok!
98852026-08-13T23:00:41.313Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO STEP 35 (ensure_file) COMPLETE
98862026-08-13T23:00:41.313Z[ host-image] Aug 13 23:00:39.891 INFO O| Aug 13 23:00:39.891 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98872026-08-13T23:00:41.321Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98882026-08-13T23:00:41.325Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98892026-08-13T23:00:41.325Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98902026-08-13T23:00:41.325Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 INFO ok!
98912026-08-13T23:00:41.325Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 INFO STEP 36 (ensure_file) COMPLETE
98922026-08-13T23:00:41.325Z[ host-image] Aug 13 23:00:39.901 INFO O| Aug 13 23:00:39.901 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98932026-08-13T23:00:41.330Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98942026-08-13T23:00:41.330Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98952026-08-13T23:00:41.334Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98962026-08-13T23:00:41.334Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 INFO ok!
98972026-08-13T23:00:41.334Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 INFO STEP 37 (ensure_file) COMPLETE
98982026-08-13T23:00:41.334Z[ host-image] Aug 13 23:00:39.909 INFO O| Aug 13 23:00:39.909 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-08-13T23:00:41.338Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.917 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99002026-08-13T23:00:41.338Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.917 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99012026-08-13T23:00:41.338Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99022026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99032026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99042026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99052026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO ok!
99062026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO STEP 38 (ensure_file) COMPLETE
99072026-08-13T23:00:41.342Z[ host-image] Aug 13 23:00:39.918 INFO O| Aug 13 23:00:39.918 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99082026-08-13T23:00:41.347Z[ host-image] Aug 13 23:00:39.926 INFO O| Aug 13 23:00:39.926 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99092026-08-13T23:00:41.347Z[ host-image] Aug 13 23:00:39.926 INFO O| Aug 13 23:00:39.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99102026-08-13T23:00:41.351Z[ host-image] Aug 13 23:00:39.926 INFO O| Aug 13 23:00:39.926 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99112026-08-13T23:00:41.351Z[ host-image] Aug 13 23:00:39.926 INFO O| Aug 13 23:00:39.926 INFO STEP 39 (ensure_dir) COMPLETE
99122026-08-13T23:00:41.351Z[ host-image] Aug 13 23:00:39.926 INFO O| Aug 13 23:00:39.926 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99132026-08-13T23:00:41.354Z[ host-image] Aug 13 23:00:39.933 INFO O| Aug 13 23:00:39.933 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
99142026-08-13T23:00:41.354Z[ host-image] Aug 13 23:00:39.933 INFO O| Aug 13 23:00:39.933 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 ...
99152026-08-13T23:00:41.355Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 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
99162026-08-13T23:00:41.355Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 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
99172026-08-13T23:00:41.358Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 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
99182026-08-13T23:00:41.358Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 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
99192026-08-13T23:00:41.358Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 INFO ok!
99202026-08-13T23:00:41.359Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 INFO STEP 40 (ensure_file) COMPLETE
99212026-08-13T23:00:41.359Z[ host-image] Aug 13 23:00:39.934 INFO O| Aug 13 23:00:39.934 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99222026-08-13T23:00:41.364Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99232026-08-13T23:00:41.364Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 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 ...
99242026-08-13T23:00:41.368Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99252026-08-13T23:00:41.368Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 INFO ok!
99262026-08-13T23:00:41.368Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 INFO STEP 41 (ensure_symlink) COMPLETE
99272026-08-13T23:00:41.368Z[ host-image] Aug 13 23:00:39.943 INFO O| Aug 13 23:00:39.943 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99282026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99292026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99302026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99312026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO ok!
99322026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO STEP 42 (ensure_symlink) COMPLETE
99332026-08-13T23:00:41.372Z[ host-image] Aug 13 23:00:39.950 INFO O| Aug 13 23:00:39.950 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-08-13T23:00:41.378Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99352026-08-13T23:00:41.378Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99362026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99372026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99382026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99392026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99402026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.957 INFO O| Aug 13 23:00:39.957 INFO ok!
99412026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.958 INFO O| Aug 13 23:00:39.957 INFO STEP 43 (ensure_file) COMPLETE
99422026-08-13T23:00:41.384Z[ host-image] Aug 13 23:00:39.958 INFO O| Aug 13 23:00:39.958 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99432026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99442026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 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 ...
99452026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 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
99462026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99472026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 INFO ok!
99482026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 INFO STEP 44 (ensure_file) COMPLETE
99492026-08-13T23:00:41.388Z[ host-image] Aug 13 23:00:39.965 INFO O| Aug 13 23:00:39.965 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-08-13T23:00:41.393Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99512026-08-13T23:00:41.393Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99522026-08-13T23:00:41.397Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99532026-08-13T23:00:41.397Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO ok!
99542026-08-13T23:00:41.397Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO STEP 45 (ensure_file) COMPLETE
99552026-08-13T23:00:41.397Z[ host-image] Aug 13 23:00:39.972 INFO O| Aug 13 23:00:39.972 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99562026-08-13T23:00:41.400Z[ host-image] Aug 13 23:00:39.979 INFO O| Aug 13 23:00:39.979 INFO updating shadow file
99572026-08-13T23:00:41.400Z[ host-image] Aug 13 23:00:39.979 INFO O| Aug 13 23:00:39.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99582026-08-13T23:00:41.400Z[ host-image] Aug 13 23:00:39.979 INFO O| Aug 13 23:00:39.979 INFO STEP 46 (shadow) COMPLETE
99592026-08-13T23:00:41.401Z[ host-image] Aug 13 23:00:39.979 INFO O| Aug 13 23:00:39.979 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99602026-08-13T23:00:41.407Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99612026-08-13T23:00:41.411Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99622026-08-13T23:00:41.411Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99632026-08-13T23:00:41.412Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99642026-08-13T23:00:41.412Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO ok!
99652026-08-13T23:00:41.412Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO STEP 47 (ensure_file) COMPLETE
99662026-08-13T23:00:41.412Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-13T23:00:41.412Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO skip step because feature "mfg" is not enabled
99682026-08-13T23:00:41.413Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99692026-08-13T23:00:41.413Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO skip step because feature "mfg" is not enabled
99702026-08-13T23:00:41.413Z[ host-image] Aug 13 23:00:39.987 INFO O| Aug 13 23:00:39.987 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99712026-08-13T23:00:41.417Z[ host-image] Aug 13 23:00:39.995 INFO O| Aug 13 23:00:39.995 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99722026-08-13T23:00:41.417Z[ host-image] Aug 13 23:00:39.995 INFO O| Aug 13 23:00:39.995 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99732026-08-13T23:00:41.440Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99742026-08-13T23:00:41.440Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99752026-08-13T23:00:41.444Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO ok!
99762026-08-13T23:00:41.444Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO STEP 50 (ensure_file) COMPLETE
99772026-08-13T23:00:41.444Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99782026-08-13T23:00:41.444Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO skip step because feature "compliance" is not enabled
99792026-08-13T23:00:41.444Z[ host-image] Aug 13 23:00:40.018 INFO O| Aug 13 23:00:40.018 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99802026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99812026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99822026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99832026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99842026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99852026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99862026-08-13T23:00:41.448Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO ok!
99872026-08-13T23:00:41.449Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO STEP 52 (ensure_file) COMPLETE
99882026-08-13T23:00:41.449Z[ host-image] Aug 13 23:00:40.027 INFO O| Aug 13 23:00:40.027 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99892026-08-13T23:00:41.456Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.035 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99902026-08-13T23:00:41.456Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.035 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 ...
99912026-08-13T23:00:41.460Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.036 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
99922026-08-13T23:00:41.461Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99932026-08-13T23:00:41.461Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.036 INFO ok!
99942026-08-13T23:00:41.461Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.036 INFO STEP 53 (ensure_file) COMPLETE
99952026-08-13T23:00:41.461Z[ host-image] Aug 13 23:00:40.036 INFO O| Aug 13 23:00:40.036 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99972026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 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 ...
99982026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99992026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100002026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO ok!
100012026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO STEP 54 (ensure_file) COMPLETE
100022026-08-13T23:00:41.465Z[ host-image] Aug 13 23:00:40.043 INFO O| Aug 13 23:00:40.043 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-08-13T23:00:41.473Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100042026-08-13T23:00:41.473Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 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 ...
100052026-08-13T23:00:41.477Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 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
100062026-08-13T23:00:41.477Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100072026-08-13T23:00:41.477Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 INFO ok!
100082026-08-13T23:00:41.478Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 INFO STEP 55 (ensure_file) COMPLETE
100092026-08-13T23:00:41.478Z[ host-image] Aug 13 23:00:40.052 INFO O| Aug 13 23:00:40.052 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100102026-08-13T23:00:41.481Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100112026-08-13T23:00:41.481Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 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 ...
100122026-08-13T23:00:41.481Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100132026-08-13T23:00:41.481Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100142026-08-13T23:00:41.482Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO ok!
100152026-08-13T23:00:41.482Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO STEP 56 (ensure_file) COMPLETE
100162026-08-13T23:00:41.482Z[ host-image] Aug 13 23:00:40.060 INFO O| Aug 13 23:00:40.060 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100172026-08-13T23:00:41.488Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100182026-08-13T23:00:41.488Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 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 ...
100192026-08-13T23:00:41.492Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 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
100202026-08-13T23:00:41.492Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100212026-08-13T23:00:41.492Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 INFO ok!
100222026-08-13T23:00:41.492Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 INFO STEP 57 (ensure_file) COMPLETE
100232026-08-13T23:00:41.492Z[ host-image] Aug 13 23:00:40.067 INFO O| Aug 13 23:00:40.067 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100242026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100252026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 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 ...
100262026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100272026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100282026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100292026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100302026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO ok!
100312026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO STEP 58 (ensure_file) COMPLETE
100322026-08-13T23:00:41.496Z[ host-image] Aug 13 23:00:40.074 INFO O| Aug 13 23:00:40.074 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100332026-08-13T23:00:41.503Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100342026-08-13T23:00:41.503Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 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 ...
100352026-08-13T23:00:41.506Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 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
100362026-08-13T23:00:41.506Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100372026-08-13T23:00:41.507Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 INFO ok!
100382026-08-13T23:00:41.507Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 INFO STEP 59 (ensure_file) COMPLETE
100392026-08-13T23:00:41.507Z[ host-image] Aug 13 23:00:40.082 INFO O| Aug 13 23:00:40.082 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100402026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100412026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100422026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100432026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100442026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO ok!
100452026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO STEP 60 (ensure_file) COMPLETE
100462026-08-13T23:00:41.511Z[ host-image] Aug 13 23:00:40.090 INFO O| Aug 13 23:00:40.090 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-13T23:00:41.517Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100482026-08-13T23:00:41.518Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 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 ...
100492026-08-13T23:00:41.521Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 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
100502026-08-13T23:00:41.521Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100512026-08-13T23:00:41.521Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 INFO ok!
100522026-08-13T23:00:41.521Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 INFO STEP 61 (ensure_file) COMPLETE
100532026-08-13T23:00:41.521Z[ host-image] Aug 13 23:00:40.097 INFO O| Aug 13 23:00:40.097 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-13T23:00:41.525Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100552026-08-13T23:00:41.526Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100562026-08-13T23:00:41.529Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100572026-08-13T23:00:41.529Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100582026-08-13T23:00:41.529Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100592026-08-13T23:00:41.529Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100602026-08-13T23:00:41.529Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO ok!
100612026-08-13T23:00:41.530Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO STEP 62 (ensure_file) COMPLETE
100622026-08-13T23:00:41.530Z[ host-image] Aug 13 23:00:40.105 INFO O| Aug 13 23:00:40.105 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100642026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 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 ...
100652026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 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
100662026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100672026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 INFO ok!
100682026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 INFO STEP 63 (ensure_file) COMPLETE
100692026-08-13T23:00:41.534Z[ host-image] Aug 13 23:00:40.112 INFO O| Aug 13 23:00:40.112 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-13T23:00:41.539Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100712026-08-13T23:00:41.539Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 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 ...
100722026-08-13T23:00:41.539Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 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
100732026-08-13T23:00:41.543Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100742026-08-13T23:00:41.543Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 INFO ok!
100752026-08-13T23:00:41.543Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 INFO STEP 64 (ensure_file) COMPLETE
100762026-08-13T23:00:41.543Z[ host-image] Aug 13 23:00:40.118 INFO O| Aug 13 23:00:40.118 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-13T23:00:41.548Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100782026-08-13T23:00:41.548Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 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 ...
100792026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 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
100802026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100812026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO ok!
100822026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO STEP 65 (ensure_file) COMPLETE
100832026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100842026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO skip step because feature "mbist" is not enabled
100852026-08-13T23:00:41.552Z[ host-image] Aug 13 23:00:40.128 INFO O| Aug 13 23:00:40.128 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-08-13T23:00:41.559Z[ host-image] Aug 13 23:00:40.135 INFO O| Aug 13 23:00:40.135 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100872026-08-13T23:00:41.559Z[ host-image] Aug 13 23:00:40.135 INFO O| Aug 13 23:00:40.135 INFO STEP 67 (ensure_dir) COMPLETE
100882026-08-13T23:00:41.559Z[ host-image] Aug 13 23:00:40.135 INFO O| Aug 13 23:00:40.135 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-08-13T23:00:41.566Z[ host-image] Aug 13 23:00:40.145 INFO O| Aug 13 23:00:40.144 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100902026-08-13T23:00:41.566Z[ host-image] Aug 13 23:00:40.145 INFO O| Aug 13 23:00:40.145 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100912026-08-13T23:00:41.570Z[ host-image] Aug 13 23:00:40.145 INFO O| Aug 13 23:00:40.145 INFO STEP 68 (ensure_dir) COMPLETE
100922026-08-13T23:00:41.570Z[ host-image] Aug 13 23:00:40.145 INFO O| Aug 13 23:00:40.145 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-08-13T23:00:41.574Z[ host-image] Aug 13 23:00:40.152 INFO O| Aug 13 23:00:40.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100942026-08-13T23:00:41.574Z[ host-image] Aug 13 23:00:40.152 INFO O| Aug 13 23:00:40.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100952026-08-13T23:00:41.574Z[ host-image] Aug 13 23:00:40.152 INFO O| Aug 13 23:00:40.152 INFO STEP 69 (ensure_dir) COMPLETE
100962026-08-13T23:00:41.574Z[ host-image] Aug 13 23:00:40.152 INFO O| Aug 13 23:00:40.152 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-08-13T23:00:41.582Z[ host-image] Aug 13 23:00:40.161 INFO O| Aug 13 23:00:40.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100982026-08-13T23:00:41.582Z[ host-image] Aug 13 23:00:40.161 INFO O| Aug 13 23:00:40.161 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100992026-08-13T23:00:41.905Z[ host-image] Aug 13 23:00:40.484 INFO O| Aug 13 23:00:40.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101002026-08-13T23:00:41.905Z[ host-image] Aug 13 23:00:40.484 INFO O| Aug 13 23:00:40.483 INFO ok!
101012026-08-13T23:00:41.909Z[ host-image] Aug 13 23:00:40.484 INFO O| Aug 13 23:00:40.483 INFO STEP 70 (ensure_file) COMPLETE
101022026-08-13T23:00:41.909Z[ host-image] Aug 13 23:00:40.484 INFO O| Aug 13 23:00:40.483 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-08-13T23:00:41.913Z[ host-image] Aug 13 23:00:40.493 INFO O| Aug 13 23:00:40.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101042026-08-13T23:00:41.914Z[ host-image] Aug 13 23:00:40.493 INFO O| Aug 13 23:00:40.493 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101052026-08-13T23:00:42.495Z[ host-image] Aug 13 23:00:41.073 INFO O| Aug 13 23:00:41.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101062026-08-13T23:00:42.495Z[ host-image] Aug 13 23:00:41.074 INFO O| Aug 13 23:00:41.073 INFO ok!
101072026-08-13T23:00:42.495Z[ host-image] Aug 13 23:00:41.074 INFO O| Aug 13 23:00:41.073 INFO STEP 71 (ensure_file) COMPLETE
101082026-08-13T23:00:42.499Z[ host-image] Aug 13 23:00:41.074 INFO O| Aug 13 23:00:41.073 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-13T23:00:42.504Z[ host-image] Aug 13 23:00:41.083 INFO O| Aug 13 23:00:41.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101102026-08-13T23:00:42.508Z[ host-image] Aug 13 23:00:41.083 INFO O| Aug 13 23:00:41.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101112026-08-13T23:00:42.508Z[ host-image] Aug 13 23:00:41.083 INFO O| Aug 13 23:00:41.083 INFO STEP 72 (ensure_dir) COMPLETE
101122026-08-13T23:00:42.508Z[ host-image] Aug 13 23:00:41.083 INFO O| Aug 13 23:00:41.083 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-08-13T23:00:42.514Z[ host-image] Aug 13 23:00:41.092 INFO O| Aug 13 23:00:41.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101142026-08-13T23:00:42.514Z[ host-image] Aug 13 23:00:41.092 INFO O| Aug 13 23:00:41.092 INFO copying /tmp/.tmpy1QRLV/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 ...
101152026-08-13T23:00:42.518Z[ host-image] Aug 13 23:00:41.093 INFO O| Aug 13 23:00:41.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101162026-08-13T23:00:42.518Z[ host-image] Aug 13 23:00:41.093 INFO O| Aug 13 23:00:41.092 INFO ok!
101172026-08-13T23:00:42.518Z[ host-image] Aug 13 23:00:41.093 INFO O| Aug 13 23:00:41.093 INFO STEP 73 (ensure_file) COMPLETE
101182026-08-13T23:00:42.518Z[ host-image] Aug 13 23:00:41.093 INFO O| Aug 13 23:00:41.093 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101202026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO copying /tmp/.tmpy1QRLV/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 ...
101212026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101222026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO ok!
101232026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO STEP 74 (ensure_file) COMPLETE
101242026-08-13T23:00:42.522Z[ host-image] Aug 13 23:00:41.101 INFO O| Aug 13 23:00:41.101 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-08-13T23:00:42.530Z[ host-image] Aug 13 23:00:41.109 INFO O| Aug 13 23:00:41.109 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101262026-08-13T23:00:42.530Z[ host-image] Aug 13 23:00:41.109 INFO O| Aug 13 23:00:41.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101272026-08-13T23:00:42.534Z[ host-image] Aug 13 23:00:41.109 INFO O| Aug 13 23:00:41.109 INFO STEP 75 (ensure_dir) COMPLETE
101282026-08-13T23:00:42.534Z[ host-image] Aug 13 23:00:41.109 INFO O| Aug 13 23:00:41.109 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-13T23:00:42.538Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101302026-08-13T23:00:42.538Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO copying /tmp/.tmpy1QRLV/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 ...
101312026-08-13T23:00:42.538Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101322026-08-13T23:00:42.538Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO ok!
101332026-08-13T23:00:42.538Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO STEP 76 (ensure_file) COMPLETE
101342026-08-13T23:00:42.539Z[ host-image] Aug 13 23:00:41.117 INFO O| Aug 13 23:00:41.117 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-13T23:00:42.544Z[ host-image] Aug 13 23:00:41.123 INFO O| Aug 13 23:00:41.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101362026-08-13T23:00:42.545Z[ host-image] Aug 13 23:00:41.124 INFO O| Aug 13 23:00:41.123 INFO copying /tmp/.tmpy1QRLV/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 ...
101372026-08-13T23:00:42.548Z[ host-image] Aug 13 23:00:41.124 INFO O| Aug 13 23:00:41.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101382026-08-13T23:00:42.548Z[ host-image] Aug 13 23:00:41.124 INFO O| Aug 13 23:00:41.124 INFO ok!
101392026-08-13T23:00:42.548Z[ host-image] Aug 13 23:00:41.124 INFO O| Aug 13 23:00:41.124 INFO STEP 77 (ensure_file) COMPLETE
101402026-08-13T23:00:42.548Z[ host-image] Aug 13 23:00:41.124 INFO O| Aug 13 23:00:41.124 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-13T23:00:42.552Z[ host-image] Aug 13 23:00:41.130 INFO O| Aug 13 23:00:41.130 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101422026-08-13T23:00:42.552Z[ host-image] Aug 13 23:00:41.130 INFO O| Aug 13 23:00:41.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101432026-08-13T23:00:42.552Z[ host-image] Aug 13 23:00:41.130 INFO O| Aug 13 23:00:41.130 INFO STEP 78 (ensure_dir) COMPLETE
101442026-08-13T23:00:42.552Z[ host-image] Aug 13 23:00:41.130 INFO O| Aug 13 23:00:41.130 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101462026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO copying /tmp/.tmpy1QRLV/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 ...
101472026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101482026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO ok!
101492026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO STEP 79 (ensure_file) COMPLETE
101502026-08-13T23:00:42.562Z[ host-image] Aug 13 23:00:41.137 INFO O| Aug 13 23:00:41.137 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101522026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101532026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101542026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO ok!
101552026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO STEP 80 (ensure_file) COMPLETE
101562026-08-13T23:00:42.566Z[ host-image] Aug 13 23:00:41.143 INFO O| Aug 13 23:00:41.143 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-13T23:00:42.572Z[ host-image] Aug 13 23:00:41.150 INFO O| Aug 13 23:00:41.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101582026-08-13T23:00:42.572Z[ host-image] Aug 13 23:00:41.150 INFO O| Aug 13 23:00:41.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101592026-08-13T23:00:42.576Z[ host-image] Aug 13 23:00:41.150 INFO O| Aug 13 23:00:41.150 INFO STEP 81 (ensure_dir) COMPLETE
101602026-08-13T23:00:42.576Z[ host-image] Aug 13 23:00:41.150 INFO O| Aug 13 23:00:41.150 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-13T23:00:42.580Z[ host-image] Aug 13 23:00:41.158 INFO O| Aug 13 23:00:41.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101622026-08-13T23:00:42.580Z[ host-image] Aug 13 23:00:41.158 INFO O| Aug 13 23:00:41.158 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101632026-08-13T23:00:43.142Z[ host-image] Aug 13 23:00:41.720 INFO O| Aug 13 23:00:41.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101642026-08-13T23:00:43.142Z[ host-image] Aug 13 23:00:41.720 INFO O| Aug 13 23:00:41.720 INFO ok!
101652026-08-13T23:00:43.146Z[ host-image] Aug 13 23:00:41.720 INFO O| Aug 13 23:00:41.720 INFO STEP 82 (ensure_file) COMPLETE
101662026-08-13T23:00:43.146Z[ host-image] Aug 13 23:00:41.720 INFO O| Aug 13 23:00:41.720 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-13T23:00:43.151Z[ host-image] Aug 13 23:00:41.730 INFO O| Aug 13 23:00:41.730 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101682026-08-13T23:00:43.151Z[ host-image] Aug 13 23:00:41.730 INFO O| Aug 13 23:00:41.730 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101692026-08-13T23:00:43.331Z[ recovery-image] Aug 13 23:00:41.905 INFO O| ok, image written!
101702026-08-13T23:00:43.338Z[ recovery-image] Aug 13 23:00:41.905 INFO O| ok, boot_image_csum file written!
101712026-08-13T23:00:43.343Z[ recovery-image] Aug 13 23:00:41.906 INFO creating boot archive (CPIO)...
101722026-08-13T23:00:43.348Z[ recovery-image] Aug 13 23:00:41.906 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
101732026-08-13T23:00:43.357Z[ recovery-image] Aug 13 23:00:41.915 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101742026-08-13T23:00:43.361Z[ recovery-image] Aug 13 23:00:41.915 INFO E| + outfile=/work/os-recovery/cpio
101752026-08-13T23:00:43.361Z[ recovery-image] Aug 13 23:00:41.915 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101762026-08-13T23:00:43.366Z[ recovery-image] Aug 13 23:00:41.917 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101772026-08-13T23:00:43.366Z[ recovery-image] Aug 13 23:00:41.917 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101782026-08-13T23:00:43.390Z[ recovery-image] Aug 13 23:00:41.969 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101792026-08-13T23:00:43.394Z[ recovery-image] Aug 13 23:00:41.969 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101802026-08-13T23:00:43.398Z[ recovery-image] Aug 13 23:00:41.977 INFO creating compressed cpio/unix for dev loaders...
101812026-08-13T23:00:43.398Z[ recovery-image] Aug 13 23:00:41.977 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
101822026-08-13T23:00:43.453Z[ host-image] Aug 13 23:00:42.031 INFO O| Aug 13 23:00:42.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101832026-08-13T23:00:43.453Z[ host-image] Aug 13 23:00:42.031 INFO O| Aug 13 23:00:42.031 INFO ok!
101842026-08-13T23:00:43.453Z[ host-image] Aug 13 23:00:42.031 INFO O| Aug 13 23:00:42.031 INFO STEP 83 (ensure_file) COMPLETE
101852026-08-13T23:00:43.453Z[ host-image] Aug 13 23:00:42.031 INFO O| Aug 13 23:00:42.031 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-13T23:00:43.461Z[ host-image] Aug 13 23:00:42.041 INFO O| Aug 13 23:00:42.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101872026-08-13T23:00:43.462Z[ host-image] Aug 13 23:00:42.041 INFO O| Aug 13 23:00:42.041 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101882026-08-13T23:00:43.654Z[ recovery-image] Aug 13 23:00:42.231 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101892026-08-13T23:00:44.939Z[ host-image] Aug 13 23:00:43.518 INFO O| Aug 13 23:00:43.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101902026-08-13T23:00:44.939Z[ host-image] Aug 13 23:00:43.518 INFO O| Aug 13 23:00:43.518 INFO ok!
101912026-08-13T23:00:44.939Z[ host-image] Aug 13 23:00:43.518 INFO O| Aug 13 23:00:43.518 INFO STEP 84 (ensure_file) COMPLETE
101922026-08-13T23:00:44.943Z[ host-image] Aug 13 23:00:43.518 INFO O| Aug 13 23:00:43.518 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-13T23:00:44.948Z[ host-image] Aug 13 23:00:43.527 INFO O| Aug 13 23:00:43.527 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101942026-08-13T23:00:44.948Z[ host-image] Aug 13 23:00:43.527 INFO O| Aug 13 23:00:43.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101952026-08-13T23:00:44.952Z[ host-image] Aug 13 23:00:43.527 INFO O| Aug 13 23:00:43.527 INFO STEP 85 (ensure_dir) COMPLETE
101962026-08-13T23:00:44.952Z[ host-image] Aug 13 23:00:43.527 INFO O| Aug 13 23:00:43.527 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-13T23:00:44.957Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101982026-08-13T23:00:44.957Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO copying /tmp/.tmpy1QRLV/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 ...
101992026-08-13T23:00:44.960Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102002026-08-13T23:00:44.960Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO ok!
102012026-08-13T23:00:44.960Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO STEP 86 (ensure_file) COMPLETE
102022026-08-13T23:00:44.960Z[ host-image] Aug 13 23:00:43.536 INFO O| Aug 13 23:00:43.536 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-13T23:00:44.964Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102042026-08-13T23:00:44.964Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO copying /tmp/.tmpy1QRLV/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 ...
102052026-08-13T23:00:44.964Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102062026-08-13T23:00:44.964Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO ok!
102072026-08-13T23:00:44.964Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO STEP 87 (ensure_file) COMPLETE
102082026-08-13T23:00:44.965Z[ host-image] Aug 13 23:00:43.543 INFO O| Aug 13 23:00:43.543 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-13T23:00:44.971Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102102026-08-13T23:00:44.971Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102112026-08-13T23:00:44.975Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102122026-08-13T23:00:44.975Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO ok!
102132026-08-13T23:00:44.975Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO STEP 88 (ensure_file) COMPLETE
102142026-08-13T23:00:44.975Z[ host-image] Aug 13 23:00:43.550 INFO O| Aug 13 23:00:43.550 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-13T23:00:44.979Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102162026-08-13T23:00:44.979Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102172026-08-13T23:00:44.983Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102182026-08-13T23:00:44.983Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO ok!
102192026-08-13T23:00:44.983Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO STEP 89 (ensure_file) COMPLETE
102202026-08-13T23:00:44.983Z[ host-image] Aug 13 23:00:43.558 INFO O| Aug 13 23:00:43.558 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-13T23:00:44.987Z[ host-image] Aug 13 23:00:43.566 INFO O| Aug 13 23:00:43.566 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102222026-08-13T23:00:44.991Z[ host-image] Aug 13 23:00:43.566 INFO O| Aug 13 23:00:43.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102232026-08-13T23:00:44.991Z[ host-image] Aug 13 23:00:43.566 INFO O| Aug 13 23:00:43.566 INFO STEP 90 (ensure_dir) COMPLETE
102242026-08-13T23:00:44.991Z[ host-image] Aug 13 23:00:43.566 INFO O| Aug 13 23:00:43.566 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-13T23:00:44.995Z[ host-image] Aug 13 23:00:43.575 INFO O| Aug 13 23:00:43.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102262026-08-13T23:00:44.999Z[ host-image] Aug 13 23:00:43.575 INFO O| Aug 13 23:00:43.575 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102272026-08-13T23:00:45.004Z[ host-image] Aug 13 23:00:43.579 INFO O| Aug 13 23:00:43.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102282026-08-13T23:00:45.004Z[ host-image] Aug 13 23:00:43.579 INFO O| Aug 13 23:00:43.579 INFO ok!
102292026-08-13T23:00:45.004Z[ host-image] Aug 13 23:00:43.579 INFO O| Aug 13 23:00:43.579 INFO STEP 91 (ensure_file) COMPLETE
102302026-08-13T23:00:45.004Z[ host-image] Aug 13 23:00:43.579 INFO O| Aug 13 23:00:43.579 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102322026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102332026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102342026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO ok!
102352026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO STEP 92 (ensure_file) COMPLETE
102362026-08-13T23:00:45.008Z[ host-image] Aug 13 23:00:43.587 INFO O| Aug 13 23:00:43.587 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-13T23:00:45.083Z[ host-image] Aug 13 23:00:43.594 INFO O| Aug 13 23:00:43.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102382026-08-13T23:00:45.083Z[ host-image] Aug 13 23:00:43.594 INFO O| Aug 13 23:00:43.594 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102392026-08-13T23:00:45.734Z[ host-image] Aug 13 23:00:44.313 INFO O| Aug 13 23:00:44.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102402026-08-13T23:00:45.734Z[ host-image] Aug 13 23:00:44.313 INFO O| Aug 13 23:00:44.313 INFO ok!
102412026-08-13T23:00:45.738Z[ host-image] Aug 13 23:00:44.313 INFO O| Aug 13 23:00:44.313 INFO STEP 93 (ensure_file) COMPLETE
102422026-08-13T23:00:45.738Z[ host-image] Aug 13 23:00:44.313 INFO O| Aug 13 23:00:44.313 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-13T23:00:45.742Z[ host-image] Aug 13 23:00:44.321 INFO O| Aug 13 23:00:44.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102442026-08-13T23:00:45.742Z[ host-image] Aug 13 23:00:44.321 INFO O| Aug 13 23:00:44.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102452026-08-13T23:00:45.746Z[ host-image] Aug 13 23:00:44.321 INFO O| Aug 13 23:00:44.321 INFO STEP 94 (ensure_dir) COMPLETE
102462026-08-13T23:00:45.746Z[ host-image] Aug 13 23:00:44.321 INFO O| Aug 13 23:00:44.321 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-13T23:00:45.750Z[ host-image] Aug 13 23:00:44.327 INFO O| Aug 13 23:00:44.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102482026-08-13T23:00:45.750Z[ host-image] Aug 13 23:00:44.328 INFO O| Aug 13 23:00:44.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102492026-08-13T23:00:45.750Z[ host-image] Aug 13 23:00:44.328 INFO O| Aug 13 23:00:44.328 INFO STEP 95 (ensure_dir) COMPLETE
102502026-08-13T23:00:45.750Z[ host-image] Aug 13 23:00:44.328 INFO O| Aug 13 23:00:44.328 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-13T23:00:45.755Z[ host-image] Aug 13 23:00:44.334 INFO O| Aug 13 23:00:44.334 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102522026-08-13T23:00:45.755Z[ host-image] Aug 13 23:00:44.334 INFO O| Aug 13 23:00:44.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102532026-08-13T23:00:45.758Z[ host-image] Aug 13 23:00:44.334 INFO O| Aug 13 23:00:44.334 INFO STEP 96 (ensure_dir) COMPLETE
102542026-08-13T23:00:45.759Z[ host-image] Aug 13 23:00:44.334 INFO O| Aug 13 23:00:44.334 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-13T23:00:45.765Z[ host-image] Aug 13 23:00:44.344 INFO O| Aug 13 23:00:44.344 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102562026-08-13T23:00:45.765Z[ host-image] Aug 13 23:00:44.344 INFO O| Aug 13 23:00:44.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102572026-08-13T23:00:45.765Z[ host-image] Aug 13 23:00:44.344 INFO O| Aug 13 23:00:44.344 INFO STEP 97 (ensure_dir) COMPLETE
102582026-08-13T23:00:45.768Z[ host-image] Aug 13 23:00:44.344 INFO O| Aug 13 23:00:44.344 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-13T23:00:45.772Z[ host-image] Aug 13 23:00:44.351 INFO O| Aug 13 23:00:44.351 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102602026-08-13T23:00:45.772Z[ host-image] Aug 13 23:00:44.351 INFO O| Aug 13 23:00:44.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102612026-08-13T23:00:45.772Z[ host-image] Aug 13 23:00:44.351 INFO O| Aug 13 23:00:44.351 INFO STEP 98 (ensure_dir) COMPLETE
102622026-08-13T23:00:45.772Z[ host-image] Aug 13 23:00:44.351 INFO O| Aug 13 23:00:44.351 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-13T23:00:45.780Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102642026-08-13T23:00:45.783Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO copying /tmp/.tmpy1QRLV/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 ...
102652026-08-13T23:00:45.783Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102662026-08-13T23:00:45.783Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO ok!
102672026-08-13T23:00:45.783Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO STEP 99 (ensure_file) COMPLETE
102682026-08-13T23:00:45.783Z[ host-image] Aug 13 23:00:44.359 INFO O| Aug 13 23:00:44.359 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-13T23:00:45.788Z[ host-image] Aug 13 23:00:44.367 INFO O| Aug 13 23:00:44.367 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102702026-08-13T23:00:45.792Z[ host-image] Aug 13 23:00:44.367 INFO O| Aug 13 23:00:44.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102712026-08-13T23:00:45.792Z[ host-image] Aug 13 23:00:44.367 INFO O| Aug 13 23:00:44.367 INFO STEP 100 (ensure_dir) COMPLETE
102722026-08-13T23:00:45.792Z[ host-image] Aug 13 23:00:44.367 INFO O| Aug 13 23:00:44.367 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-13T23:00:45.795Z[ host-image] Aug 13 23:00:44.374 INFO O| Aug 13 23:00:44.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102742026-08-13T23:00:45.796Z[ host-image] Aug 13 23:00:44.374 INFO O| Aug 13 23:00:44.374 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102752026-08-13T23:00:45.805Z[ host-image] Aug 13 23:00:44.384 INFO O| Aug 13 23:00:44.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102762026-08-13T23:00:45.808Z[ host-image] Aug 13 23:00:44.384 INFO O| Aug 13 23:00:44.384 INFO ok!
102772026-08-13T23:00:45.808Z[ host-image] Aug 13 23:00:44.384 INFO O| Aug 13 23:00:44.384 INFO STEP 101 (ensure_file) COMPLETE
102782026-08-13T23:00:45.808Z[ host-image] Aug 13 23:00:44.384 INFO O| Aug 13 23:00:44.384 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-13T23:00:45.814Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102802026-08-13T23:00:45.817Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102812026-08-13T23:00:45.817Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102822026-08-13T23:00:45.817Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO ok!
102832026-08-13T23:00:45.817Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO STEP 102 (ensure_file) COMPLETE
102842026-08-13T23:00:45.817Z[ host-image] Aug 13 23:00:44.393 INFO O| Aug 13 23:00:44.393 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-13T23:00:45.822Z[ host-image] Aug 13 23:00:44.401 INFO O| Aug 13 23:00:44.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102862026-08-13T23:00:45.822Z[ host-image] Aug 13 23:00:44.401 INFO O| Aug 13 23:00:44.401 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102872026-08-13T23:00:46.145Z[ host-image] Aug 13 23:00:44.724 INFO O| Aug 13 23:00:44.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102882026-08-13T23:00:46.145Z[ host-image] Aug 13 23:00:44.724 INFO O| Aug 13 23:00:44.724 INFO ok!
102892026-08-13T23:00:46.149Z[ host-image] Aug 13 23:00:44.724 INFO O| Aug 13 23:00:44.724 INFO STEP 103 (ensure_file) COMPLETE
102902026-08-13T23:00:46.149Z[ host-image] Aug 13 23:00:44.724 INFO O| Aug 13 23:00:44.724 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-13T23:00:46.154Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102922026-08-13T23:00:46.154Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102932026-08-13T23:00:46.158Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102942026-08-13T23:00:46.158Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO ok!
102952026-08-13T23:00:46.158Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO STEP 104 (ensure_file) COMPLETE
102962026-08-13T23:00:46.158Z[ host-image] Aug 13 23:00:44.733 INFO O| Aug 13 23:00:44.733 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-13T23:00:46.162Z[ host-image] Aug 13 23:00:44.740 INFO O| Aug 13 23:00:44.740 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102982026-08-13T23:00:46.162Z[ host-image] Aug 13 23:00:44.740 INFO O| Aug 13 23:00:44.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102992026-08-13T23:00:46.162Z[ host-image] Aug 13 23:00:44.740 INFO O| Aug 13 23:00:44.740 INFO STEP 105 (ensure_dir) COMPLETE
103002026-08-13T23:00:46.162Z[ host-image] Aug 13 23:00:44.740 INFO O| Aug 13 23:00:44.740 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-13T23:00:46.168Z[ host-image] Aug 13 23:00:44.747 INFO O| Aug 13 23:00:44.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103022026-08-13T23:00:46.169Z[ host-image] Aug 13 23:00:44.747 INFO O| Aug 13 23:00:44.747 INFO copying /tmp/.tmpy1QRLV/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 ...
103032026-08-13T23:00:46.179Z[ host-image] Aug 13 23:00:44.759 INFO O| Aug 13 23:00:44.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103042026-08-13T23:00:46.180Z[ host-image] Aug 13 23:00:44.759 INFO O| Aug 13 23:00:44.759 INFO ok!
103052026-08-13T23:00:46.183Z[ host-image] Aug 13 23:00:44.759 INFO O| Aug 13 23:00:44.759 INFO STEP 106 (ensure_file) COMPLETE
103062026-08-13T23:00:46.184Z[ host-image] Aug 13 23:00:44.759 INFO O| Aug 13 23:00:44.759 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-13T23:00:46.188Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103082026-08-13T23:00:46.191Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO copying /tmp/.tmpy1QRLV/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 ...
103092026-08-13T23:00:46.191Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103102026-08-13T23:00:46.191Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO ok!
103112026-08-13T23:00:46.191Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO STEP 107 (ensure_file) COMPLETE
103122026-08-13T23:00:46.192Z[ host-image] Aug 13 23:00:44.767 INFO O| Aug 13 23:00:44.767 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-13T23:00:46.198Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103142026-08-13T23:00:46.198Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO copying /tmp/.tmpy1QRLV/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 ...
103152026-08-13T23:00:46.198Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103162026-08-13T23:00:46.202Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO ok!
103172026-08-13T23:00:46.202Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO STEP 108 (ensure_file) COMPLETE
103182026-08-13T23:00:46.202Z[ host-image] Aug 13 23:00:44.777 INFO O| Aug 13 23:00:44.777 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103202026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.784 INFO copying /tmp/.tmpy1QRLV/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 ...
103212026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103222026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.784 INFO ok!
103232026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.784 INFO STEP 109 (ensure_file) COMPLETE
103242026-08-13T23:00:46.206Z[ host-image] Aug 13 23:00:44.784 INFO O| Aug 13 23:00:44.784 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-13T23:00:46.211Z[ host-image] Aug 13 23:00:44.790 INFO O| Aug 13 23:00:44.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103262026-08-13T23:00:46.211Z[ host-image] Aug 13 23:00:44.790 INFO O| Aug 13 23:00:44.790 INFO copying /tmp/.tmpy1QRLV/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 ...
103272026-08-13T23:00:46.215Z[ host-image] Aug 13 23:00:44.791 INFO O| Aug 13 23:00:44.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103282026-08-13T23:00:46.216Z[ host-image] Aug 13 23:00:44.791 INFO O| Aug 13 23:00:44.791 INFO ok!
103292026-08-13T23:00:46.216Z[ host-image] Aug 13 23:00:44.791 INFO O| Aug 13 23:00:44.791 INFO STEP 110 (ensure_file) COMPLETE
103302026-08-13T23:00:46.216Z[ host-image] Aug 13 23:00:44.791 INFO O| Aug 13 23:00:44.791 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-13T23:00:46.220Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103322026-08-13T23:00:46.220Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO copying /tmp/.tmpy1QRLV/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 ...
103332026-08-13T23:00:46.220Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103342026-08-13T23:00:46.223Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO ok!
103352026-08-13T23:00:46.223Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO STEP 111 (ensure_file) COMPLETE
103362026-08-13T23:00:46.223Z[ host-image] Aug 13 23:00:44.799 INFO O| Aug 13 23:00:44.799 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-13T23:00:46.227Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103382026-08-13T23:00:46.227Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO copying /tmp/.tmpy1QRLV/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 ...
103392026-08-13T23:00:46.227Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103402026-08-13T23:00:46.227Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO ok!
103412026-08-13T23:00:46.227Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO STEP 112 (ensure_file) COMPLETE
103422026-08-13T23:00:46.228Z[ host-image] Aug 13 23:00:44.806 INFO O| Aug 13 23:00:44.806 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-13T23:00:46.235Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103442026-08-13T23:00:46.235Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103452026-08-13T23:00:46.236Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103462026-08-13T23:00:46.236Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO ok!
103472026-08-13T23:00:46.241Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO STEP 113 (ensure_file) COMPLETE
103482026-08-13T23:00:46.241Z[ host-image] Aug 13 23:00:44.812 INFO O| Aug 13 23:00:44.812 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-13T23:00:46.241Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103502026-08-13T23:00:46.241Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.818 INFO copying /tmp/.tmpy1QRLV/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 ...
103512026-08-13T23:00:46.241Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103522026-08-13T23:00:46.245Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.819 INFO ok!
103532026-08-13T23:00:46.245Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.819 INFO STEP 114 (ensure_file) COMPLETE
103542026-08-13T23:00:46.245Z[ host-image] Aug 13 23:00:44.819 INFO O| Aug 13 23:00:44.819 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103562026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO copying /tmp/.tmpy1QRLV/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 ...
103572026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103582026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO ok!
103592026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO STEP 115 (ensure_file) COMPLETE
103602026-08-13T23:00:46.249Z[ host-image] Aug 13 23:00:44.826 INFO O| Aug 13 23:00:44.826 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-13T23:00:46.254Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103622026-08-13T23:00:46.258Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO copying /tmp/.tmpy1QRLV/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 ...
103632026-08-13T23:00:46.258Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103642026-08-13T23:00:46.258Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO ok!
103652026-08-13T23:00:46.258Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO STEP 116 (ensure_file) COMPLETE
103662026-08-13T23:00:46.258Z[ host-image] Aug 13 23:00:44.834 INFO O| Aug 13 23:00:44.834 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-13T23:00:46.262Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103682026-08-13T23:00:46.262Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103692026-08-13T23:00:46.262Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103702026-08-13T23:00:46.262Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO ok!
103712026-08-13T23:00:46.262Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO STEP 117 (ensure_file) COMPLETE
103722026-08-13T23:00:46.263Z[ host-image] Aug 13 23:00:44.841 INFO O| Aug 13 23:00:44.841 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-13T23:00:46.270Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103742026-08-13T23:00:46.270Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO copying /tmp/.tmpy1QRLV/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 ...
103752026-08-13T23:00:46.273Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103762026-08-13T23:00:46.274Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO ok!
103772026-08-13T23:00:46.274Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO STEP 118 (ensure_file) COMPLETE
103782026-08-13T23:00:46.274Z[ host-image] Aug 13 23:00:44.849 INFO O| Aug 13 23:00:44.849 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-13T23:00:46.279Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103802026-08-13T23:00:46.282Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO copying /tmp/.tmpy1QRLV/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 ...
103812026-08-13T23:00:46.283Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103822026-08-13T23:00:46.283Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO ok!
103832026-08-13T23:00:46.283Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO STEP 119 (ensure_file) COMPLETE
103842026-08-13T23:00:46.283Z[ host-image] Aug 13 23:00:44.858 INFO O| Aug 13 23:00:44.858 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-13T23:00:46.288Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103862026-08-13T23:00:46.288Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO copying /tmp/.tmpy1QRLV/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 ...
103872026-08-13T23:00:46.292Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103882026-08-13T23:00:46.292Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO ok!
103892026-08-13T23:00:46.292Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO STEP 120 (ensure_file) COMPLETE
103902026-08-13T23:00:46.292Z[ host-image] Aug 13 23:00:44.867 INFO O| Aug 13 23:00:44.867 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-13T23:00:46.296Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103922026-08-13T23:00:46.300Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO copying /tmp/.tmpy1QRLV/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 ...
103932026-08-13T23:00:46.301Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103942026-08-13T23:00:46.301Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO ok!
103952026-08-13T23:00:46.301Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO STEP 121 (ensure_file) COMPLETE
103962026-08-13T23:00:46.301Z[ host-image] Aug 13 23:00:44.875 INFO O| Aug 13 23:00:44.875 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103982026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO copying /tmp/.tmpy1QRLV/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 ...
103992026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104002026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO ok!
104012026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO STEP 122 (ensure_file) COMPLETE
104022026-08-13T23:00:46.305Z[ host-image] Aug 13 23:00:44.883 INFO O| Aug 13 23:00:44.883 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-13T23:00:46.311Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104042026-08-13T23:00:46.311Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO copying /tmp/.tmpy1QRLV/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 ...
104052026-08-13T23:00:46.315Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104062026-08-13T23:00:46.315Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO ok!
104072026-08-13T23:00:46.315Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO STEP 123 (ensure_file) COMPLETE
104082026-08-13T23:00:46.315Z[ host-image] Aug 13 23:00:44.890 INFO O| Aug 13 23:00:44.890 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104102026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO copying /tmp/.tmpy1QRLV/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 ...
104112026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104122026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO ok!
104132026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO STEP 124 (ensure_file) COMPLETE
104142026-08-13T23:00:46.319Z[ host-image] Aug 13 23:00:44.898 INFO O| Aug 13 23:00:44.898 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-13T23:00:46.326Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104162026-08-13T23:00:46.326Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO copying /tmp/.tmpy1QRLV/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 ...
104172026-08-13T23:00:46.330Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104182026-08-13T23:00:46.330Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO ok!
104192026-08-13T23:00:46.330Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO STEP 125 (ensure_file) COMPLETE
104202026-08-13T23:00:46.330Z[ host-image] Aug 13 23:00:44.905 INFO O| Aug 13 23:00:44.905 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104222026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO copying /tmp/.tmpy1QRLV/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 ...
104232026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104242026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO ok!
104252026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO STEP 126 (ensure_file) COMPLETE
104262026-08-13T23:00:46.334Z[ host-image] Aug 13 23:00:44.913 INFO O| Aug 13 23:00:44.913 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-13T23:00:46.341Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104282026-08-13T23:00:46.341Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO copying /tmp/.tmpy1QRLV/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 ...
104292026-08-13T23:00:46.344Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104302026-08-13T23:00:46.345Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO ok!
104312026-08-13T23:00:46.345Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO STEP 127 (ensure_file) COMPLETE
104322026-08-13T23:00:46.345Z[ host-image] Aug 13 23:00:44.920 INFO O| Aug 13 23:00:44.920 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-13T23:00:46.349Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104342026-08-13T23:00:46.353Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO copying /tmp/.tmpy1QRLV/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 ...
104352026-08-13T23:00:46.353Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104362026-08-13T23:00:46.353Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO ok!
104372026-08-13T23:00:46.353Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO STEP 128 (ensure_file) COMPLETE
104382026-08-13T23:00:46.353Z[ host-image] Aug 13 23:00:44.928 INFO O| Aug 13 23:00:44.928 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-13T23:00:46.357Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104402026-08-13T23:00:46.357Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO copying /tmp/.tmpy1QRLV/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 ...
104412026-08-13T23:00:46.357Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104422026-08-13T23:00:46.357Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO ok!
104432026-08-13T23:00:46.361Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO STEP 129 (ensure_file) COMPLETE
104442026-08-13T23:00:46.361Z[ host-image] Aug 13 23:00:44.936 INFO O| Aug 13 23:00:44.936 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-13T23:00:46.364Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104462026-08-13T23:00:46.365Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO copying /tmp/.tmpy1QRLV/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 ...
104472026-08-13T23:00:46.368Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104482026-08-13T23:00:46.369Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO ok!
104492026-08-13T23:00:46.369Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO STEP 130 (ensure_file) COMPLETE
104502026-08-13T23:00:46.369Z[ host-image] Aug 13 23:00:44.944 INFO O| Aug 13 23:00:44.944 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-13T23:00:46.372Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104522026-08-13T23:00:46.373Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO copying /tmp/.tmpy1QRLV/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 ...
104532026-08-13T23:00:46.373Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104542026-08-13T23:00:46.373Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO ok!
104552026-08-13T23:00:46.373Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO STEP 131 (ensure_file) COMPLETE
104562026-08-13T23:00:46.373Z[ host-image] Aug 13 23:00:44.951 INFO O| Aug 13 23:00:44.951 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-13T23:00:46.379Z[ host-image] Aug 13 23:00:44.958 INFO O| Aug 13 23:00:44.958 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104582026-08-13T23:00:46.379Z[ host-image] Aug 13 23:00:44.958 INFO O| Aug 13 23:00:44.958 INFO copying /tmp/.tmpy1QRLV/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 ...
104592026-08-13T23:00:46.383Z[ host-image] Aug 13 23:00:44.959 INFO O| Aug 13 23:00:44.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104602026-08-13T23:00:46.383Z[ host-image] Aug 13 23:00:44.959 INFO O| Aug 13 23:00:44.959 INFO ok!
104612026-08-13T23:00:46.383Z[ host-image] Aug 13 23:00:44.959 INFO O| Aug 13 23:00:44.959 INFO STEP 132 (ensure_file) COMPLETE
104622026-08-13T23:00:46.383Z[ host-image] Aug 13 23:00:44.959 INFO O| Aug 13 23:00:44.959 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-13T23:00:46.388Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104642026-08-13T23:00:46.388Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.967 INFO copying /tmp/.tmpy1QRLV/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 ...
104652026-08-13T23:00:46.388Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104662026-08-13T23:00:46.392Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.968 INFO ok!
104672026-08-13T23:00:46.392Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.968 INFO STEP 133 (ensure_file) COMPLETE
104682026-08-13T23:00:46.392Z[ host-image] Aug 13 23:00:44.968 INFO O| Aug 13 23:00:44.968 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104702026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO copying /tmp/.tmpy1QRLV/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 ...
104712026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104722026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO ok!
104732026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO STEP 134 (ensure_file) COMPLETE
104742026-08-13T23:00:46.396Z[ host-image] Aug 13 23:00:44.974 INFO O| Aug 13 23:00:44.974 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-13T23:00:46.400Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104762026-08-13T23:00:46.400Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO copying /tmp/.tmpy1QRLV/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 ...
104772026-08-13T23:00:46.405Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104782026-08-13T23:00:46.405Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO ok!
104792026-08-13T23:00:46.406Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO STEP 135 (ensure_file) COMPLETE
104802026-08-13T23:00:46.406Z[ host-image] Aug 13 23:00:44.979 INFO O| Aug 13 23:00:44.979 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104822026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104832026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104842026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO ok!
104852026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO STEP 136 (ensure_file) COMPLETE
104862026-08-13T23:00:46.410Z[ host-image] Aug 13 23:00:44.988 INFO O| Aug 13 23:00:44.988 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-13T23:00:46.415Z[ host-image] Aug 13 23:00:44.994 INFO O| Aug 13 23:00:44.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104882026-08-13T23:00:46.415Z[ host-image] Aug 13 23:00:44.994 INFO O| Aug 13 23:00:44.994 INFO copying /tmp/.tmpy1QRLV/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 ...
104892026-08-13T23:00:46.419Z[ host-image] Aug 13 23:00:44.995 INFO O| Aug 13 23:00:44.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104902026-08-13T23:00:46.419Z[ host-image] Aug 13 23:00:44.995 INFO O| Aug 13 23:00:44.995 INFO ok!
104912026-08-13T23:00:46.419Z[ host-image] Aug 13 23:00:44.995 INFO O| Aug 13 23:00:44.995 INFO STEP 137 (ensure_file) COMPLETE
104922026-08-13T23:00:46.419Z[ host-image] Aug 13 23:00:44.995 INFO O| Aug 13 23:00:44.995 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-13T23:00:46.423Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104942026-08-13T23:00:46.423Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104952026-08-13T23:00:46.424Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104962026-08-13T23:00:46.424Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO ok!
104972026-08-13T23:00:46.424Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO STEP 138 (ensure_file) COMPLETE
104982026-08-13T23:00:46.424Z[ host-image] Aug 13 23:00:45.002 INFO O| Aug 13 23:00:45.002 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-13T23:00:46.430Z[ host-image] Aug 13 23:00:45.010 INFO O| Aug 13 23:00:45.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105002026-08-13T23:00:46.430Z[ host-image] Aug 13 23:00:45.010 INFO O| Aug 13 23:00:45.010 INFO copying /tmp/.tmpy1QRLV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105012026-08-13T23:00:47.471Z[ recovery-image] Aug 13 23:00:46.050 INFO creating reset image...
105022026-08-13T23:00:47.471Z[ recovery-image] Aug 13 23:00:46.050 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")
105032026-08-13T23:00:47.756Z[ recovery-image] Aug 13 23:00:46.335 INFO E| Updating crates.io index
105042026-08-13T23:00:47.869Z[ recovery-image] Aug 13 23:00:46.448 INFO E| Downloading crates ...
105052026-08-13T23:00:47.915Z[ recovery-image] Aug 13 23:00:46.493 INFO E| Downloaded clap_lex v1.1.0
105062026-08-13T23:00:47.919Z[ recovery-image] Aug 13 23:00:46.497 INFO E| Downloaded colorchoice v1.0.5
105072026-08-13T23:00:47.923Z[ recovery-image] Aug 13 23:00:46.500 INFO E| Downloaded shared_thread v0.2.0
105082026-08-13T23:00:47.923Z[ recovery-image] Aug 13 23:00:46.501 INFO E| Downloaded os_pipe v1.2.3
105092026-08-13T23:00:47.923Z[ recovery-image] Aug 13 23:00:46.502 INFO E| Downloaded sigchld v0.2.4
105102026-08-13T23:00:47.927Z[ recovery-image] Aug 13 23:00:46.503 INFO E| Downloaded duct v1.1.1
105112026-08-13T23:00:47.927Z[ recovery-image] Aug 13 23:00:46.505 INFO E| Downloaded shared_child v1.1.1
105122026-08-13T23:00:47.968Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling libc v0.2.186
105132026-08-13T23:00:47.968Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling proc-macro2 v1.0.106
105142026-08-13T23:00:47.968Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling signal-hook v0.3.18
105152026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling quote v1.0.45
105162026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling unicode-ident v1.0.24
105172026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling utf8parse v0.2.2
105182026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling colorchoice v1.0.5
105192026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling anstyle-query v1.1.5
105202026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling is_terminal_polyfill v1.70.2
105212026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling anstyle v1.0.14
105222026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling clap_lex v1.1.0
105232026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling heck v0.5.0
105242026-08-13T23:00:47.973Z[ recovery-image] Aug 13 23:00:46.547 INFO E| Compiling strsim v0.11.1
105252026-08-13T23:00:47.980Z[ recovery-image] Aug 13 23:00:46.559 INFO E| Compiling shared_thread v0.2.0
105262026-08-13T23:00:48.191Z[ recovery-image] Aug 13 23:00:46.770 INFO E| Compiling anstyle-parse v1.0.0
105272026-08-13T23:00:48.404Z[ recovery-image] Aug 13 23:00:46.982 INFO E| Compiling anstream v1.0.0
105282026-08-13T23:00:48.679Z[ recovery-image] Aug 13 23:00:47.257 INFO E| Compiling clap_builder v4.6.0
105292026-08-13T23:00:48.891Z[ recovery-image] Aug 13 23:00:47.470 INFO E| Compiling errno v0.3.14
105302026-08-13T23:00:48.891Z[ recovery-image] Aug 13 23:00:47.470 INFO E| Compiling os_pipe v1.2.3
105312026-08-13T23:00:49.004Z[ recovery-image] Aug 13 23:00:47.583 INFO E| Compiling signal-hook-registry v1.4.8
105322026-08-13T23:00:49.295Z[ recovery-image] Aug 13 23:00:47.874 INFO E| Compiling syn v2.0.117
105332026-08-13T23:00:49.319Z[ recovery-image] Aug 13 23:00:47.898 INFO E| Compiling sigchld v0.2.4
105342026-08-13T23:00:49.426Z[ recovery-image] Aug 13 23:00:48.004 INFO E| Compiling shared_child v1.1.1
105352026-08-13T23:00:49.563Z[ recovery-image] Aug 13 23:00:48.141 INFO E| Compiling duct v1.1.1
105362026-08-13T23:00:51.706Z[ recovery-image] Aug 13 23:00:50.283 INFO E| Compiling clap_derive v4.6.1
105372026-08-13T23:00:53.273Z[ recovery-image] Aug 13 23:00:51.852 INFO E| Compiling clap v4.6.1
105382026-08-13T23:00:53.354Z[ recovery-image] Aug 13 23:00:51.933 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105392026-08-13T23:00:54.011Z[ host-image] Aug 13 23:00:52.590 INFO O| Aug 13 23:00:52.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105402026-08-13T23:00:54.011Z[ host-image] Aug 13 23:00:52.590 INFO O| Aug 13 23:00:52.590 INFO ok!
105412026-08-13T23:00:54.012Z[ host-image] Aug 13 23:00:52.590 INFO O| Aug 13 23:00:52.590 INFO STEP 139 (ensure_file) COMPLETE
105422026-08-13T23:00:54.016Z[ host-image] Aug 13 23:00:52.590 INFO O| Aug 13 23:00:52.590 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-13T23:00:54.019Z[ host-image] Aug 13 23:00:52.598 INFO O| Aug 13 23:00:52.598 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105442026-08-13T23:00:54.019Z[ host-image] Aug 13 23:00:52.598 INFO O| Aug 13 23:00:52.598 INFO STEP 140 (ensure_dir) COMPLETE
105452026-08-13T23:00:54.020Z[ host-image] Aug 13 23:00:52.598 INFO O| Aug 13 23:00:52.598 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-13T23:00:54.025Z[ host-image] Aug 13 23:00:52.604 INFO O| Aug 13 23:00:52.604 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105472026-08-13T23:00:54.030Z[ host-image] Aug 13 23:00:52.604 INFO O| Aug 13 23:00:52.604 INFO STEP 141 (ensure_dir) COMPLETE
105482026-08-13T23:00:54.030Z[ host-image] Aug 13 23:00:52.604 INFO O| Aug 13 23:00:52.604 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-13T23:00:54.034Z[ host-image] Aug 13 23:00:52.612 INFO O| Aug 13 23:00:52.612 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105502026-08-13T23:00:54.034Z[ host-image] Aug 13 23:00:52.612 INFO O| Aug 13 23:00:52.612 INFO STEP 142 (ensure_dir) COMPLETE
105512026-08-13T23:00:54.034Z[ host-image] Aug 13 23:00:52.612 INFO O| Aug 13 23:00:52.612 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-13T23:00:54.040Z[ host-image] Aug 13 23:00:52.619 INFO O| Aug 13 23:00:52.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105532026-08-13T23:00:54.040Z[ host-image] Aug 13 23:00:52.619 INFO O| Aug 13 23:00:52.619 INFO STEP 143 (ensure_dir) COMPLETE
105542026-08-13T23:00:54.044Z[ host-image] Aug 13 23:00:52.619 INFO O| Aug 13 23:00:52.619 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105562026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO copying /tmp/.tmpy1QRLV/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 ...
105572026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105582026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO ok!
105592026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO STEP 144 (ensure_file) COMPLETE
105602026-08-13T23:00:54.048Z[ host-image] Aug 13 23:00:52.626 INFO O| Aug 13 23:00:52.626 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-13T23:00:54.053Z[ host-image] Aug 13 23:00:52.632 INFO O| Aug 13 23:00:52.632 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105622026-08-13T23:00:54.053Z[ host-image] Aug 13 23:00:52.633 INFO O| Aug 13 23:00:52.632 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105632026-08-13T23:00:54.059Z[ host-image] Aug 13 23:00:52.633 INFO O| Aug 13 23:00:52.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105642026-08-13T23:00:54.059Z[ host-image] Aug 13 23:00:52.633 INFO O| Aug 13 23:00:52.633 INFO STEP 145 (ensure_dir) COMPLETE
105652026-08-13T23:00:54.059Z[ host-image] Aug 13 23:00:52.633 INFO O| Aug 13 23:00:52.633 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-13T23:00:54.062Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105672026-08-13T23:00:54.062Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 INFO copying /tmp/.tmpy1QRLV/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105682026-08-13T23:00:54.063Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105692026-08-13T23:00:54.063Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 INFO ok!
105702026-08-13T23:00:54.063Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 INFO STEP 146 (ensure_file) COMPLETE
105712026-08-13T23:00:54.063Z[ host-image] Aug 13 23:00:52.639 INFO O| Aug 13 23:00:52.639 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105722026-08-13T23:00:54.068Z[ host-image] Aug 13 23:00:52.645 INFO O| Aug 13 23:00:52.645 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105732026-08-13T23:00:54.068Z[ host-image] Aug 13 23:00:52.645 INFO O| Aug 13 23:00:52.645 INFO STEP 147 (remove_files) COMPLETE
105742026-08-13T23:00:54.068Z[ host-image] Aug 13 23:00:52.645 INFO O| Aug 13 23:00:52.645 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105752026-08-13T23:00:54.074Z[ host-image] Aug 13 23:00:52.651 INFO O| Aug 13 23:00:52.651 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105762026-08-13T23:00:54.074Z[ host-image] Aug 13 23:00:52.651 INFO O| Aug 13 23:00:52.651 INFO STEP 148 (remove_files) COMPLETE
105772026-08-13T23:00:54.074Z[ host-image] Aug 13 23:00:52.651 INFO O| Aug 13 23:00:52.651 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105782026-08-13T23:00:54.078Z[ host-image] Aug 13 23:00:52.657 INFO O| Aug 13 23:00:52.657 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105792026-08-13T23:00:54.078Z[ host-image] Aug 13 23:00:52.657 INFO O| Aug 13 23:00:52.657 INFO STEP 149 (remove_files) COMPLETE
105802026-08-13T23:00:54.078Z[ host-image] Aug 13 23:00:52.657 INFO O| Aug 13 23:00:52.657 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105812026-08-13T23:00:54.085Z[ host-image] Aug 13 23:00:52.664 INFO O| Aug 13 23:00:52.664 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105822026-08-13T23:00:54.089Z[ host-image] Aug 13 23:00:52.664 INFO O| Aug 13 23:00:52.664 INFO STEP 150 (remove_files) COMPLETE
105832026-08-13T23:00:54.089Z[ host-image] Aug 13 23:00:52.664 INFO O| Aug 13 23:00:52.664 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105842026-08-13T23:00:54.092Z[ host-image] Aug 13 23:00:52.671 INFO O| Aug 13 23:00:52.671 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105852026-08-13T23:00:54.093Z[ host-image] Aug 13 23:00:52.671 INFO O| Aug 13 23:00:52.671 INFO STEP 151 (remove_files) COMPLETE
105862026-08-13T23:00:54.093Z[ host-image] Aug 13 23:00:52.671 INFO O| Aug 13 23:00:52.671 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105872026-08-13T23:00:54.098Z[ host-image] Aug 13 23:00:52.678 INFO O| Aug 13 23:00:52.678 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105882026-08-13T23:00:54.102Z[ host-image] Aug 13 23:00:52.678 INFO O| Aug 13 23:00:52.678 INFO STEP 152 (remove_files) COMPLETE
105892026-08-13T23:00:54.102Z[ host-image] Aug 13 23:00:52.678 INFO O| Aug 13 23:00:52.678 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105902026-08-13T23:00:54.106Z[ host-image] Aug 13 23:00:52.684 INFO O| Aug 13 23:00:52.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105912026-08-13T23:00:54.106Z[ host-image] Aug 13 23:00:52.684 INFO O| Aug 13 23:00:52.684 INFO STEP 153 (remove_files) COMPLETE
105922026-08-13T23:00:54.106Z[ host-image] Aug 13 23:00:52.684 INFO O| Aug 13 23:00:52.684 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105932026-08-13T23:00:54.111Z[ host-image] Aug 13 23:00:52.689 INFO O| Aug 13 23:00:52.689 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105942026-08-13T23:00:54.111Z[ host-image] Aug 13 23:00:52.689 INFO O| Aug 13 23:00:52.689 INFO STEP 154 (remove_files) COMPLETE
105952026-08-13T23:00:54.111Z[ host-image] Aug 13 23:00:52.689 INFO O| Aug 13 23:00:52.689 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105962026-08-13T23:00:54.115Z[ host-image] Aug 13 23:00:52.694 INFO O| Aug 13 23:00:52.694 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105972026-08-13T23:00:54.119Z[ host-image] Aug 13 23:00:52.694 INFO O| Aug 13 23:00:52.694 INFO STEP 155 (remove_files) COMPLETE
105982026-08-13T23:00:54.119Z[ host-image] Aug 13 23:00:52.694 INFO O| Aug 13 23:00:52.694 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-08-13T23:00:54.123Z[ host-image] Aug 13 23:00:52.701 INFO O| Aug 13 23:00:52.701 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106002026-08-13T23:00:54.123Z[ host-image] Aug 13 23:00:52.701 INFO O| Aug 13 23:00:52.701 INFO STEP 156 (remove_files) COMPLETE
106012026-08-13T23:00:54.123Z[ host-image] Aug 13 23:00:52.701 INFO O| Aug 13 23:00:52.701 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-08-13T23:00:54.128Z[ host-image] Aug 13 23:00:52.708 INFO O| Aug 13 23:00:52.708 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106032026-08-13T23:00:54.129Z[ host-image] Aug 13 23:00:52.708 INFO O| Aug 13 23:00:52.708 INFO STEP 157 (remove_files) COMPLETE
106042026-08-13T23:00:54.129Z[ host-image] Aug 13 23:00:52.708 INFO O| Aug 13 23:00:52.708 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-08-13T23:00:54.137Z[ host-image] Aug 13 23:00:52.714 INFO O| Aug 13 23:00:52.714 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106062026-08-13T23:00:54.140Z[ host-image] Aug 13 23:00:52.714 INFO O| Aug 13 23:00:52.714 INFO STEP 158 (remove_files) COMPLETE
106072026-08-13T23:00:54.140Z[ host-image] Aug 13 23:00:52.714 INFO O| Aug 13 23:00:52.714 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-08-13T23:00:54.145Z[ host-image] Aug 13 23:00:52.721 INFO O| Aug 13 23:00:52.721 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106092026-08-13T23:00:54.145Z[ host-image] Aug 13 23:00:52.721 INFO O| Aug 13 23:00:52.721 INFO STEP 159 (remove_files) COMPLETE
106102026-08-13T23:00:54.145Z[ host-image] Aug 13 23:00:52.721 INFO O| Aug 13 23:00:52.721 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106112026-08-13T23:00:54.149Z[ host-image] Aug 13 23:00:52.728 INFO O| Aug 13 23:00:52.728 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106122026-08-13T23:00:54.149Z[ host-image] Aug 13 23:00:52.728 INFO O| Aug 13 23:00:52.728 INFO STEP 160 (remove_files) COMPLETE
106132026-08-13T23:00:54.149Z[ host-image] Aug 13 23:00:52.728 INFO O| Aug 13 23:00:52.728 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106142026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.734 INFO O| Aug 13 23:00:52.734 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106152026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.734 INFO O| Aug 13 23:00:52.734 INFO STEP 161 (remove_files) COMPLETE
106162026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.734 INFO O| Aug 13 23:00:52.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106172026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.740 INFO O| Aug 13 23:00:52.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106182026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.740 INFO O| Aug 13 23:00:52.740 INFO STEP 162 (remove_files) COMPLETE
106192026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.740 INFO O| Aug 13 23:00:52.740 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106202026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.746 INFO O| Aug 13 23:00:52.746 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106212026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.746 INFO O| Aug 13 23:00:52.746 INFO STEP 163 (remove_files) COMPLETE
106222026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.746 INFO O| Aug 13 23:00:52.746 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.752 INFO O| Aug 13 23:00:52.752 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106242026-08-13T23:00:54.237Z[ host-image] Aug 13 23:00:52.752 INFO O| Aug 13 23:00:52.752 INFO STEP 164 (remove_files) COMPLETE
106252026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.752 INFO O| Aug 13 23:00:52.752 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.758 INFO O| Aug 13 23:00:52.758 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106272026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.758 INFO O| Aug 13 23:00:52.758 INFO STEP 165 (remove_files) COMPLETE
106282026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.758 INFO O| Aug 13 23:00:52.758 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.764 INFO O| Aug 13 23:00:52.764 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106302026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.764 INFO O| Aug 13 23:00:52.764 INFO STEP 166 (remove_files) COMPLETE
106312026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.764 INFO O| Aug 13 23:00:52.764 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.771 INFO O| Aug 13 23:00:52.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106332026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.771 INFO O| Aug 13 23:00:52.771 INFO STEP 167 (remove_files) COMPLETE
106342026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.771 INFO O| Aug 13 23:00:52.771 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.778 INFO O| Aug 13 23:00:52.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106362026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.778 INFO O| Aug 13 23:00:52.778 INFO STEP 168 (remove_files) COMPLETE
106372026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.778 INFO O| Aug 13 23:00:52.778 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.784 INFO O| Aug 13 23:00:52.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106392026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.784 INFO O| Aug 13 23:00:52.784 INFO STEP 169 (remove_files) COMPLETE
106402026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.784 INFO O| Aug 13 23:00:52.784 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.789 INFO O| Aug 13 23:00:52.789 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106422026-08-13T23:00:54.238Z[ host-image] Aug 13 23:00:52.789 INFO O| Aug 13 23:00:52.789 INFO STEP 170 (remove_files) COMPLETE
106432026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.789 INFO O| Aug 13 23:00:52.789 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.795 INFO O| Aug 13 23:00:52.795 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106452026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.795 INFO O| Aug 13 23:00:52.795 INFO STEP 171 (remove_files) COMPLETE
106462026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.795 INFO O| Aug 13 23:00:52.795 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.802 INFO O| Aug 13 23:00:52.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106482026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.802 INFO O| Aug 13 23:00:52.802 INFO STEP 172 (remove_files) COMPLETE
106492026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.802 INFO O| Aug 13 23:00:52.802 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.808 INFO O| Aug 13 23:00:52.808 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106512026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.808 INFO O| Aug 13 23:00:52.808 INFO STEP 173 (remove_files) COMPLETE
106522026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.808 INFO O| Aug 13 23:00:52.808 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.813 INFO O| Aug 13 23:00:52.813 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106542026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.813 INFO O| Aug 13 23:00:52.813 INFO STEP 174 (remove_files) COMPLETE
106552026-08-13T23:00:54.239Z[ host-image] Aug 13 23:00:52.814 INFO O| Aug 13 23:00:52.813 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-13T23:00:54.243Z[ host-image] Aug 13 23:00:52.819 INFO O| Aug 13 23:00:52.819 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106572026-08-13T23:00:54.243Z[ host-image] Aug 13 23:00:52.819 INFO O| Aug 13 23:00:52.819 INFO STEP 175 (remove_files) COMPLETE
106582026-08-13T23:00:54.243Z[ host-image] Aug 13 23:00:52.819 INFO O| Aug 13 23:00:52.819 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106592026-08-13T23:00:54.247Z[ host-image] Aug 13 23:00:52.827 INFO O| Aug 13 23:00:52.827 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106602026-08-13T23:00:54.248Z[ host-image] Aug 13 23:00:52.827 INFO O| Aug 13 23:00:52.827 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
106612026-08-13T23:00:54.301Z[ recovery-image] Aug 13 23:00:52.880 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s
106622026-08-13T23:00:54.307Z[ recovery-image] Aug 13 23:00:52.886 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106632026-08-13T23:00:54.497Z[ recovery-image] Aug 13 23:00:53.076 INFO E| Downloading crates ...
106642026-08-13T23:00:54.539Z[ recovery-image] Aug 13 23:00:53.117 INFO E| Downloaded cpio_reader v0.1.2
106652026-08-13T23:00:54.546Z[ recovery-image] Aug 13 23:00:53.125 INFO E| Downloaded log v0.4.32
106662026-08-13T23:00:54.551Z[ recovery-image] Aug 13 23:00:53.127 INFO E| Downloaded bit_field v0.10.3
106672026-08-13T23:00:54.552Z[ recovery-image] Aug 13 23:00:53.127 INFO E| Downloaded bitstruct_derive v0.1.0
106682026-08-13T23:00:54.556Z[ recovery-image] Aug 13 23:00:53.132 INFO E| Downloaded bitflags v2.13.0
106692026-08-13T23:00:54.563Z[ recovery-image] Aug 13 23:00:53.142 INFO E| Downloaded miniz_oxide v0.9.1
106702026-08-13T23:00:54.567Z[ recovery-image] Aug 13 23:00:53.145 INFO E| Downloaded bitstruct v0.1.1
106712026-08-13T23:00:54.577Z[ recovery-image] Aug 13 23:00:53.156 INFO E| Downloaded raw-cpuid v10.7.0
106722026-08-13T23:00:54.596Z[ recovery-image] Aug 13 23:00:53.175 INFO E| Downloaded goblin v0.10.7
106732026-08-13T23:00:54.727Z[ recovery-image] Aug 13 23:00:53.306 INFO E| Downloaded x86 v0.52.0
106742026-08-13T23:00:54.768Z[ recovery-image] Aug 13 23:00:53.347 INFO E| Updating crates.io index
106752026-08-13T23:00:54.813Z[ recovery-image] Aug 13 23:00:53.392 INFO E| Downloading crates ...
106762026-08-13T23:00:54.834Z[ recovery-image] Aug 13 23:00:53.413 INFO E| Downloaded hashbrown v0.17.1
106772026-08-13T23:00:54.839Z[ recovery-image] Aug 13 23:00:53.418 INFO E| Downloaded rustc-literal-escaper v0.0.7
106782026-08-13T23:00:54.877Z[ recovery-image] Aug 13 23:00:53.456 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)
106792026-08-13T23:00:54.877Z[ recovery-image] Aug 13 23:00:53.456 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)
106802026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling proc-macro2 v1.0.106
106812026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling quote v1.0.45
106822026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling unicode-ident v1.0.24
106832026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling syn v1.0.109
106842026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling x86 v0.52.0
106852026-08-13T23:00:54.882Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106862026-08-13T23:00:54.883Z[ recovery-image] Aug 13 23:00:53.456 INFO E| Compiling seq-macro v0.3.6
106872026-08-13T23:00:55.802Z[ recovery-image] Aug 13 23:00:54.381 INFO E| Compiling syn v2.0.117
106882026-08-13T23:00:57.084Z[ recovery-image] Aug 13 23:00:55.662 INFO E| Compiling scroll_derive v0.13.1
106892026-08-13T23:00:58.106Z[ recovery-image] Aug 13 23:00:56.684 INFO E| Compiling bitstruct_derive v0.1.0
106902026-08-13T23:00:59.979Z[ host-image] Aug 13 23:00:58.558 INFO O| Aug 13 23:00:58.558 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
106912026-08-13T23:00:59.979Z[ host-image] Aug 13 23:00:58.558 INFO O| Aug 13 23:00:58.558 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106922026-08-13T23:00:59.993Z[ host-image] Aug 13 23:00:58.571 INFO O| Aug 13 23:00:58.571 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106932026-08-13T23:01:00.089Z[ host-image] Aug 13 23:00:58.667 INFO O| Aug 13 23:00:58.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106942026-08-13T23:01:00.144Z[ host-image] Aug 13 23:00:58.723 INFO O| Aug 13 23:00:58.723 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106952026-08-13T23:01:00.208Z[ host-image] Aug 13 23:00:58.787 INFO O| Aug 13 23:00:58.787 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106962026-08-13T23:01:00.208Z[ host-image] Aug 13 23:00:58.787 INFO O| Aug 13 23:00:58.787 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106972026-08-13T23:01:00.211Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106982026-08-13T23:01:00.211Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO ok!
106992026-08-13T23:01:00.211Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107002026-08-13T23:01:00.211Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO STEP 176 (seed_smf) COMPLETE
107012026-08-13T23:01:00.211Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO steps complete; finalising image!
107022026-08-13T23:01:00.212Z[ host-image] Aug 13 23:00:58.789 INFO O| Aug 13 23:00:58.789 INFO TRIM POOL: TEMPORARY-sled-zfs
107032026-08-13T23:01:00.286Z[ host-image] Aug 13 23:00:58.865 INFO O| Aug 13 23:00:58.865 INFO trim TEMPORARY-sled-zfs: (55% trimmed, started at Thu Aug 13 23:00:58 2026)
107042026-08-13T23:01:00.499Z[ host-image] Aug 13 23:00:59.078 INFO O| Aug 13 23:00:59.078 INFO temporary pool has 903M used, 121M avail, 1.81x compressratio
107052026-08-13T23:01:00.499Z[ host-image] Aug 13 23:00:59.078 INFO O| Aug 13 23:00:59.078 INFO EXPORT POOL: TEMPORARY-sled-zfs
107062026-08-13T23:01:00.836Z[ host-image] Aug 13 23:00:59.415 INFO O| Aug 13 23:00:59.415 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107072026-08-13T23:01:00.836Z[ host-image] Aug 13 23:00:59.415 INFO O| Aug 13 23:00:59.415 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107082026-08-13T23:01:01.649Z[ host-image] Aug 13 23:01:00.228 INFO O| Aug 13 23:01:00.227 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107092026-08-13T23:01:01.649Z[ host-image] Aug 13 23:01:00.228 INFO O| Aug 13 23:01:00.228 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107102026-08-13T23:01:01.649Z[ host-image] Aug 13 23:01:00.228 INFO O| Aug 13 23:01:00.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107112026-08-13T23:01:01.652Z[ host-image] Aug 13 23:01:00.228 INFO O| Aug 13 23:01:00.228 INFO completed processing sled/zfs
107122026-08-13T23:01:01.652Z[ host-image] Aug 13 23:01:00.228 INFO O| Aug 13 23:01:00.228 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107132026-08-13T23:01:07.083Z[ recovery-image] Aug 13 23:01:05.659 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)
107142026-08-13T23:01:09.157Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling bitflags v1.3.2
107152026-08-13T23:01:09.157Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling log v0.4.32
107162026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling adler2 v2.0.1
107172026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling bit_field v0.10.3
107182026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling plain v0.2.3
107192026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling scroll v0.13.0
107202026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling bitflags v2.13.0
107212026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling static_assertions v1.1.0
107222026-08-13T23:01:09.161Z[ recovery-image] Aug 13 23:01:07.729 INFO E| Compiling bitstruct v0.1.1
107232026-08-13T23:01:09.202Z[ recovery-image] Aug 13 23:01:07.781 INFO E| Compiling raw-cpuid v10.7.0
107242026-08-13T23:01:09.256Z[ recovery-image] Aug 13 23:01:07.835 INFO E| Compiling miniz_oxide v0.9.1
107252026-08-13T23:01:09.308Z[ recovery-image] Aug 13 23:01:07.887 INFO E| Compiling cpio_reader v0.1.2
107262026-08-13T23:01:09.375Z[ recovery-image] Aug 13 23:01:07.953 INFO E| Compiling goblin v0.10.7
107272026-08-13T23:01:12.160Z[ recovery-image] Aug 13 23:01:10.738 INFO E| Finished `release` profile [optimized] target(s) in 17.83s
107282026-08-13T23:01:12.178Z[ recovery-image] Aug 13 23:01:10.757 INFO building ROM for cosmo
107292026-08-13T23:01:12.178Z[ recovery-image] Aug 13 23:01:10.757 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")
107302026-08-13T23:01:12.257Z[ recovery-image] Aug 13 23:01:10.836 INFO E| Downloading crates ...
107312026-08-13T23:01:12.303Z[ recovery-image] Aug 13 23:01:10.882 INFO E| Downloaded clap_derive v4.5.32
107322026-08-13T23:01:12.307Z[ recovery-image] Aug 13 23:01:10.886 INFO E| Downloaded shared_child v1.0.1
107332026-08-13T23:01:12.311Z[ recovery-image] Aug 13 23:01:10.890 INFO E| Downloaded anstyle v1.0.10
107342026-08-13T23:01:12.315Z[ recovery-image] Aug 13 23:01:10.894 INFO E| Downloaded anstyle-parse v0.2.6
107352026-08-13T23:01:12.319Z[ recovery-image] Aug 13 23:01:10.896 INFO E| Downloaded clap v4.5.37
107362026-08-13T23:01:12.323Z[ recovery-image] Aug 13 23:01:10.901 INFO E| Downloaded clap_lex v0.7.4
107372026-08-13T23:01:12.323Z[ recovery-image] Aug 13 23:01:10.902 INFO E| Downloaded is_terminal_polyfill v1.70.1
107382026-08-13T23:01:12.323Z[ recovery-image] Aug 13 23:01:10.902 INFO E| Downloaded os_pipe v1.2.1
107392026-08-13T23:01:12.327Z[ recovery-image] Aug 13 23:01:10.905 INFO E| Downloaded toml_datetime v0.6.9
107402026-08-13T23:01:12.327Z[ recovery-image] Aug 13 23:01:10.905 INFO E| Downloaded colorchoice v1.0.3
107412026-08-13T23:01:12.330Z[ recovery-image] Aug 13 23:01:10.907 INFO E| Downloaded serde_spanned v0.6.8
107422026-08-13T23:01:12.334Z[ recovery-image] Aug 13 23:01:10.910 INFO E| Downloaded anstyle-query v1.1.2
107432026-08-13T23:01:12.337Z[ recovery-image] Aug 13 23:01:10.914 INFO E| Downloaded toml_write v0.1.1
107442026-08-13T23:01:12.337Z[ recovery-image] Aug 13 23:01:10.916 INFO E| Downloaded duct v0.13.7
107452026-08-13T23:01:12.344Z[ recovery-image] Aug 13 23:01:10.923 INFO E| Downloaded anstream v0.6.18
107462026-08-13T23:01:12.351Z[ recovery-image] Aug 13 23:01:10.930 INFO E| Downloaded toml v0.8.22
107472026-08-13T23:01:12.370Z[ recovery-image] Aug 13 23:01:10.949 INFO E| Downloaded cc v1.2.20
107482026-08-13T23:01:12.374Z[ recovery-image] Aug 13 23:01:10.951 INFO E| Downloaded winnow v0.7.7
107492026-08-13T23:01:12.377Z[ recovery-image] Aug 13 23:01:10.956 INFO E| Downloaded toml_edit v0.22.26
107502026-08-13T23:01:12.396Z[ recovery-image] Aug 13 23:01:10.975 INFO E| Downloaded clap_builder v4.5.37
107512026-08-13T23:01:12.409Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling libc v0.2.172
107522026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling utf8parse v0.2.2
107532026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling is_terminal_polyfill v1.70.1
107542026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling anstyle-query v1.1.2
107552026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling anstyle v1.0.10
107562026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling once_cell v1.21.3
107572026-08-13T23:01:12.413Z[ recovery-image] Aug 13 23:01:10.988 INFO E| Compiling shlex v1.3.0
107582026-08-13T23:01:12.427Z[ recovery-image] Aug 13 23:01:11.006 INFO E| Compiling equivalent v1.0.2
107592026-08-13T23:01:12.431Z[ recovery-image] Aug 13 23:01:11.006 INFO E| Compiling colorchoice v1.0.3
107602026-08-13T23:01:12.431Z[ recovery-image] Aug 13 23:01:11.006 INFO E| Compiling hashbrown v0.15.2
107612026-08-13T23:01:12.431Z[ recovery-image] Aug 13 23:01:11.007 INFO E| Compiling anyhow v1.0.98
107622026-08-13T23:01:12.431Z[ recovery-image] Aug 13 23:01:11.007 INFO E| Compiling toml_write v0.1.1
107632026-08-13T23:01:12.431Z[ recovery-image] Aug 13 23:01:11.007 INFO E| Compiling winnow v0.7.7
107642026-08-13T23:01:12.436Z[ recovery-image] Aug 13 23:01:11.015 INFO E| Compiling clap_lex v0.7.4
107652026-08-13T23:01:12.440Z[ recovery-image] Aug 13 23:01:11.019 INFO E| Compiling strsim v0.11.1
107662026-08-13T23:01:12.444Z[ recovery-image] Aug 13 23:01:11.024 INFO E| Compiling syn v2.0.101
107672026-08-13T23:01:12.563Z[ recovery-image] Aug 13 23:01:11.142 INFO E| Compiling anstyle-parse v0.2.6
107682026-08-13T23:01:12.592Z[ recovery-image] Aug 13 23:01:11.169 INFO E| Compiling cc v1.2.20
107692026-08-13T23:01:12.710Z[ recovery-image] Aug 13 23:01:11.289 INFO E| Compiling anstream v0.6.18
107702026-08-13T23:01:12.901Z[ recovery-image] Aug 13 23:01:11.479 INFO E| Compiling indexmap v2.9.0
107712026-08-13T23:01:12.924Z[ recovery-image] Aug 13 23:01:11.503 INFO E| Compiling clap_builder v4.5.37
107722026-08-13T23:01:13.062Z[ recovery-image] Aug 13 23:01:11.641 INFO E| Compiling os_pipe v1.2.1
107732026-08-13T23:01:13.063Z[ recovery-image] Aug 13 23:01:11.641 INFO E| Compiling shared_child v1.0.1
107742026-08-13T23:01:13.187Z[ recovery-image] Aug 13 23:01:11.766 INFO E| Compiling duct v0.13.7
107752026-08-13T23:01:13.676Z[ recovery-image] Aug 13 23:01:12.254 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107762026-08-13T23:01:14.478Z[ recovery-image] Aug 13 23:01:13.056 INFO E| Compiling serde_derive v1.0.219
107772026-08-13T23:01:14.478Z[ recovery-image] Aug 13 23:01:13.056 INFO E| Compiling clap_derive v4.5.32
107782026-08-13T23:01:15.743Z[ recovery-image] Aug 13 23:01:14.322 INFO E| Compiling clap v4.5.37
107792026-08-13T23:01:16.306Z[ recovery-image] Aug 13 23:01:14.885 INFO E| Compiling serde v1.0.219
107802026-08-13T23:01:17.120Z[ host-image] Aug 13 23:01:15.698 INFO O| Aug 13 23:01:15.698 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107812026-08-13T23:01:17.201Z[ host-image] Aug 13 23:01:15.779 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107822026-08-13T23:01:17.201Z[ host-image] Aug 13 23:01:15.779 INFO expanded image name: "ci 66ec403/${os_short_commit} 2026-08-13 22:40" -> "ci 66ec403/aaf8e74 2026-08-13 22:40"
107832026-08-13T23:01:17.205Z[ host-image] Aug 13 23:01:15.780 INFO output artefacts stored in: "/work/os-host"
107842026-08-13T23:01:17.206Z[ host-image] Aug 13 23:01:15.780 INFO collecting git info from project "dmar-report"...
107852026-08-13T23:01:17.209Z[ host-image] Aug 13 23:01:15.786 INFO collecting git info from project "pinprick"...
107862026-08-13T23:01:17.213Z[ host-image] Aug 13 23:01:15.792 INFO collecting git info from project "chelsio-t6-roms"...
107872026-08-13T23:01:17.218Z[ host-image] Aug 13 23:01:15.797 INFO collecting git info from project "phbl"...
107882026-08-13T23:01:17.223Z[ host-image] Aug 13 23:01:15.802 INFO collecting git info from project "amd-host-image-builder"...
107892026-08-13T23:01:17.229Z[ host-image] Aug 13 23:01:15.808 INFO collecting git info from project "bootserver"...
107902026-08-13T23:01:17.233Z[ host-image] Aug 13 23:01:15.813 INFO collecting git info from project "pilot"...
107912026-08-13T23:01:17.239Z[ host-image] Aug 13 23:01:15.818 INFO collecting git info from project "amd-firmware"...
107922026-08-13T23:01:17.251Z[ host-image] Aug 13 23:01:15.830 INFO collecting git info from project "image-builder"...
107932026-08-13T23:01:17.256Z[ host-image] Aug 13 23:01:15.835 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107942026-08-13T23:01:17.599Z[ host-image] Aug 13 23:01:16.177 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107952026-08-13T23:01:17.935Z[ host-image] Aug 13 23:01:16.513 INFO creating Oxide boot image...
107962026-08-13T23:01:17.935Z[ host-image] Aug 13 23:01:16.513 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 66ec403/aaf8e74 2026-08-13 22:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107972026-08-13T23:01:18.095Z[ recovery-image] Aug 13 23:01:16.674 INFO E| Compiling toml_datetime v0.6.9
107982026-08-13T23:01:18.095Z[ recovery-image] Aug 13 23:01:16.674 INFO E| Compiling serde_spanned v0.6.8
107992026-08-13T23:01:18.271Z[ recovery-image] Aug 13 23:01:16.850 INFO E| Compiling toml_edit v0.22.26
108002026-08-13T23:01:18.743Z[ host-image] Aug 13 23:01:17.322 INFO O| ok, image written!
108012026-08-13T23:01:18.743Z[ host-image] Aug 13 23:01:17.322 INFO O| ok, boot_image_csum file written!
108022026-08-13T23:01:18.747Z[ host-image] Aug 13 23:01:17.324 INFO creating boot archive (CPIO)...
108032026-08-13T23:01:18.747Z[ host-image] Aug 13 23:01:17.324 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
108042026-08-13T23:01:18.751Z[ host-image] Aug 13 23:01:17.329 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108052026-08-13T23:01:18.751Z[ host-image] Aug 13 23:01:17.329 INFO E| + outfile=/work/os-host/cpio
108062026-08-13T23:01:18.751Z[ host-image] Aug 13 23:01:17.329 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108072026-08-13T23:01:18.755Z[ host-image] Aug 13 23:01:17.331 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108082026-08-13T23:01:18.755Z[ host-image] Aug 13 23:01:17.331 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108092026-08-13T23:01:18.781Z[ host-image] Aug 13 23:01:17.360 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108102026-08-13T23:01:18.781Z[ host-image] Aug 13 23:01:17.360 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108112026-08-13T23:01:18.789Z[ host-image] Aug 13 23:01:17.367 INFO creating compressed cpio/unix for dev loaders...
108122026-08-13T23:01:18.789Z[ host-image] Aug 13 23:01:17.368 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
108132026-08-13T23:01:19.022Z[ host-image] Aug 13 23:01:17.601 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108142026-08-13T23:01:19.856Z[ recovery-image] Aug 13 23:01:18.435 INFO E| Compiling toml v0.8.22
108152026-08-13T23:01:22.459Z[ host-image] Aug 13 23:01:21.038 INFO creating reset image...
108162026-08-13T23:01:22.460Z[ host-image] Aug 13 23:01:21.038 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")
108172026-08-13T23:01:22.502Z[ recovery-image] Aug 13 23:01:21.081 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
108182026-08-13T23:01:22.512Z[ recovery-image] Aug 13 23:01:21.091 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`
108192026-08-13T23:01:22.533Z[ recovery-image] Aug 13 23:01:21.111 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108202026-08-13T23:01:22.536Z[ host-image] Aug 13 23:01:21.113 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108212026-08-13T23:01:22.537Z[ host-image] Aug 13 23:01:21.114 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108222026-08-13T23:01:22.622Z[ recovery-image] Aug 13 23:01:21.201 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108232026-08-13T23:01:22.627Z[ recovery-image] Aug 13 23:01:21.206 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`
108242026-08-13T23:01:22.844Z[ host-image] Aug 13 23:01:21.423 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)
108252026-08-13T23:01:22.844Z[ host-image] Aug 13 23:01:21.423 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)
108262026-08-13T23:01:22.848Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling proc-macro2 v1.0.106
108272026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling unicode-ident v1.0.24
108282026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling quote v1.0.45
108292026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling syn v1.0.109
108302026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling x86 v0.52.0
108312026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108322026-08-13T23:01:22.849Z[ host-image] Aug 13 23:01:21.423 INFO E| Compiling seq-macro v0.3.6
108332026-08-13T23:01:22.860Z[ recovery-image] Aug 13 23:01:21.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108342026-08-13T23:01:22.860Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108352026-08-13T23:01:22.860Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108362026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108372026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108382026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108392026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108402026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108412026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108422026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108432026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108442026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108452026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108462026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108472026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108482026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108492026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108502026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108512026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108522026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108532026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108542026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108552026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108562026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108572026-08-13T23:01:22.865Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108582026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108592026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108602026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108612026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108622026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108632026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108642026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108652026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108662026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108672026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108682026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108692026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108702026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108712026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108722026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108732026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108742026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108752026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108762026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108772026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108782026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108792026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108802026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108812026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108822026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108832026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108842026-08-13T23:01:22.866Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108852026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108862026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.440 INFO O| Info: ABL version: 0x100af010
108872026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.440 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108882026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.440 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108892026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108902026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108912026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108922026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108932026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108942026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108952026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108962026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108972026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108982026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108992026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109002026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109012026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109022026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109032026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109042026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109052026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109062026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109072026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109082026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109092026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109102026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109112026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109122026-08-13T23:01:22.867Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109132026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109142026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109152026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109162026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109172026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109182026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109192026-08-13T23:01:22.868Z[ recovery-image] Aug 13 23:01:21.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109202026-08-13T23:01:22.910Z[ recovery-image] Aug 13 23:01:21.489 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109212026-08-13T23:01:22.910Z[ recovery-image] Aug 13 23:01:21.489 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109222026-08-13T23:01:22.910Z[ recovery-image] Aug 13 23:01:21.489 INFO building ROM for gimlet
109232026-08-13T23:01:22.914Z[ recovery-image] Aug 13 23:01:21.489 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")
109242026-08-13T23:01:23.031Z[ recovery-image] Aug 13 23:01:21.610 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109252026-08-13T23:01:23.035Z[ recovery-image] Aug 13 23:01:21.613 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`
109262026-08-13T23:01:23.054Z[ recovery-image] Aug 13 23:01:21.633 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109272026-08-13T23:01:23.137Z[ recovery-image] Aug 13 23:01:21.715 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109282026-08-13T23:01:23.141Z[ recovery-image] Aug 13 23:01:21.720 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`
109292026-08-13T23:01:23.291Z[ recovery-image] Aug 13 23:01:21.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109302026-08-13T23:01:23.291Z[ recovery-image] Aug 13 23:01:21.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109312026-08-13T23:01:23.291Z[ recovery-image] Aug 13 23:01:21.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109322026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109332026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109342026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109352026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109362026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109372026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109382026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109392026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109402026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109412026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109422026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109432026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109442026-08-13T23:01:23.297Z[ recovery-image] Aug 13 23:01:21.870 INFO O| Info: ABL version: 0x100f5010
109452026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109462026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109472026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109482026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109492026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109502026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109512026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109522026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109532026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109542026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109552026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109562026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109572026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109582026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109592026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109602026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109612026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109622026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109632026-08-13T23:01:23.298Z[ recovery-image] Aug 13 23:01:21.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109642026-08-13T23:01:23.336Z[ recovery-image] Aug 13 23:01:21.914 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109652026-08-13T23:01:23.909Z[ host-image] Aug 13 23:01:22.488 INFO E| Compiling syn v2.0.117
109662026-08-13T23:01:24.676Z[ recovery-image] Aug 13 23:01:23.255 INFO image complete! materials are in "/work/os-recovery"
109672026-08-13T23:01:24.681Z[ recovery-image]
109682026-08-13T23:01:24.681Z[ recovery-image] real 3:20.993475633
109692026-08-13T23:01:24.681Z[ recovery-image] user 2:36.427987168
109702026-08-13T23:01:24.681Z[ recovery-image] sys 38.476469542
109712026-08-13T23:01:24.681Z[ recovery-image] trap 0.137607331
109722026-08-13T23:01:24.681Z[ recovery-image] tflt 0.728091672
109732026-08-13T23:01:24.681Z[ recovery-image] dflt 0.795119971
109742026-08-13T23:01:24.681Z[ recovery-image] kflt 0.000120420
109752026-08-13T23:01:24.681Z[ recovery-image] lock 7:57.363479293
109762026-08-13T23:01:24.681Z[ recovery-image] slp 17:32.085970027
109772026-08-13T23:01:24.681Z[ recovery-image] lat 31.456477373
109782026-08-13T23:01:24.681Z[ recovery-image] stop 7.329326354
109792026-08-13T23:01:24.682ZAug 13 23:01:23.259 INFO [recovery-image] process exited with exit status: 0 (200.999065187s)
109802026-08-13T23:01:24.682ZAug 13 23:01:23.259 INFO [tuf-v2-recovery] running task
109812026-08-13T23:01:24.686ZAug 13 23:01:23.260 INFO [tuf-v2-recovery] task succeeded (849.261µs)
109822026-08-13T23:01:25.419Z[ host-image] Aug 13 23:01:23.997 INFO E| Compiling scroll_derive v0.13.1
109832026-08-13T23:01:26.552Z[ host-image] Aug 13 23:01:25.130 INFO E| Compiling bitstruct_derive v0.1.0
109842026-08-13T23:01:35.643Z[ host-image] Aug 13 23:01:34.221 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)
109852026-08-13T23:01:37.752Z[ host-image] Aug 13 23:01:36.330 INFO E| Compiling bitflags v1.3.2
109862026-08-13T23:01:37.756Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling bitflags v2.13.0
109872026-08-13T23:01:37.756Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling log v0.4.32
109882026-08-13T23:01:37.756Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling scroll v0.13.0
109892026-08-13T23:01:37.756Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling bit_field v0.10.3
109902026-08-13T23:01:37.756Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling plain v0.2.3
109912026-08-13T23:01:37.757Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling adler2 v2.0.1
109922026-08-13T23:01:37.757Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling bitstruct v0.1.1
109932026-08-13T23:01:37.757Z[ host-image] Aug 13 23:01:36.331 INFO E| Compiling static_assertions v1.1.0
109942026-08-13T23:01:37.807Z[ host-image] Aug 13 23:01:36.385 INFO E| Compiling raw-cpuid v10.7.0
109952026-08-13T23:01:37.852Z[ host-image] Aug 13 23:01:36.430 INFO E| Compiling miniz_oxide v0.9.1
109962026-08-13T23:01:37.926Z[ host-image] Aug 13 23:01:36.504 INFO E| Compiling cpio_reader v0.1.2
109972026-08-13T23:01:37.971Z[ host-image] Aug 13 23:01:36.550 INFO E| Compiling goblin v0.10.7
109982026-08-13T23:01:40.870Z[ host-image] Aug 13 23:01:39.449 INFO E| Finished `release` profile [optimized] target(s) in 18.32s
109992026-08-13T23:01:40.883Z[ host-image] Aug 13 23:01:39.461 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110002026-08-13T23:01:40.883Z[ host-image] Aug 13 23:01:39.461 INFO building ROM for gimlet
110012026-08-13T23:01:40.888Z[ host-image] Aug 13 23:01:39.461 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")
110022026-08-13T23:01:40.979Z[ host-image] Aug 13 23:01:39.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110032026-08-13T23:01:40.983Z[ host-image] Aug 13 23:01:39.551 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`
110042026-08-13T23:01:40.983Z[ host-image] Aug 13 23:01:39.561 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110052026-08-13T23:01:41.053Z[ host-image] Aug 13 23:01:39.631 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110062026-08-13T23:01:41.057Z[ host-image] Aug 13 23:01:39.635 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`
110072026-08-13T23:01:41.170Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110082026-08-13T23:01:41.170Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110092026-08-13T23:01:41.174Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110102026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110112026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110122026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110132026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110142026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110152026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110162026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110172026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110182026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110192026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110202026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110212026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110222026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO O| Info: ABL version: 0x100f5010
110232026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110242026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110252026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110262026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110272026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110282026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110292026-08-13T23:01:41.175Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110302026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110312026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110322026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110332026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110342026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110352026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110362026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110372026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110382026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110392026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110402026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110412026-08-13T23:01:41.176Z[ host-image] Aug 13 23:01:39.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110422026-08-13T23:01:41.207Z[ host-image] Aug 13 23:01:39.785 INFO building ROM for cosmo
110432026-08-13T23:01:41.213Z[ host-image] Aug 13 23:01:39.785 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")
110442026-08-13T23:01:41.294Z[ host-image] Aug 13 23:01:39.872 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110452026-08-13T23:01:41.298Z[ host-image] Aug 13 23:01:39.875 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`
110462026-08-13T23:01:41.306Z[ host-image] Aug 13 23:01:39.885 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110472026-08-13T23:01:41.377Z[ host-image] Aug 13 23:01:39.956 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110482026-08-13T23:01:41.381Z[ host-image] Aug 13 23:01:39.959 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`
110492026-08-13T23:01:41.597Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110502026-08-13T23:01:41.597Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110512026-08-13T23:01:41.597Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110522026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110532026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110542026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110552026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110562026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110572026-08-13T23:01:41.627Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110582026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110592026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110602026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110612026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110622026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110632026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110642026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110652026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110662026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110672026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110682026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110692026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110702026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110712026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110722026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110732026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110742026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110752026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110762026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110772026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110782026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110792026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110802026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110812026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110822026-08-13T23:01:41.628Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110832026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110842026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110852026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110862026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110872026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110882026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110892026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110902026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110912026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110922026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110932026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110942026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110952026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110962026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110972026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110982026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110992026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111002026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111012026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111022026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO O| Info: ABL version: 0x100af010
111032026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111042026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.167 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111052026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111062026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111072026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111082026-08-13T23:01:41.629Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111092026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111102026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111112026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111122026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111132026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111142026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111152026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111162026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111172026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111182026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111192026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111202026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111212026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111222026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111232026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111242026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111252026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111262026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111272026-08-13T23:01:41.630Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111282026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111292026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111302026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111312026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111322026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111332026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111342026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111352026-08-13T23:01:41.631Z[ host-image] Aug 13 23:01:40.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111362026-08-13T23:01:41.664Z[ host-image] Aug 13 23:01:40.200 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111372026-08-13T23:01:41.664Z[ host-image] Aug 13 23:01:40.200 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111382026-08-13T23:01:53.215Z[ host-image] Aug 13 23:01:51.794 INFO image complete! materials are in "/work/os-host"
111392026-08-13T23:01:53.219Z[ host-image]
111402026-08-13T23:01:53.219Z[ host-image] real 3:59.031250221
111412026-08-13T23:01:53.219Z[ host-image] user 2:48.109539159
111422026-08-13T23:01:53.219Z[ host-image] sys 36.712041367
111432026-08-13T23:01:53.219Z[ host-image] trap 0.150236398
111442026-08-13T23:01:53.219Z[ host-image] tflt 0.309911662
111452026-08-13T23:01:53.219Z[ host-image] dflt 0.270237250
111462026-08-13T23:01:53.219Z[ host-image] kflt 0.023048506
111472026-08-13T23:01:53.219Z[ host-image] lock 4:46.723984736
111482026-08-13T23:01:53.219Z[ host-image] slp 20:10.175569526
111492026-08-13T23:01:53.219Z[ host-image] lat 26.808618881
111502026-08-13T23:01:53.219Z[ host-image] stop 1.868238339
111512026-08-13T23:01:53.223ZAug 13 23:01:51.798 INFO [host-image] process exited with exit status: 0 (239.037215405s)
111522026-08-13T23:01:53.223ZAug 13 23:01:51.798 INFO [tuf-v2-host] running task
111532026-08-13T23:01:53.223ZAug 13 23:01:51.798 INFO [tuf-repo] running task
111542026-08-13T23:01:53.223ZAug 13 23:01:51.799 INFO [tuf-v2-host] task succeeded (599.25µs)
111552026-08-13T23:01:53.223ZAug 13 23:01:51.799 INFO [tuf-v2-repo] running task
111562026-08-13T23:02:14.910ZAug 13 23:02:13.489 INFO [tuf-v2-repo] task succeeded (21.689774575s)
111572026-08-13T23:02:14.940ZAug 13 23:02:13.519 INFO assembling repository in `/tmp/tufaceouszDpcYN`, component: OmicronRepoAssembler
111582026-08-13T23:02:23.499ZAug 13 23:02:22.078 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111592026-08-13T23:02:23.759ZAug 13 23:02:22.338 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111602026-08-13T23:02:25.996ZAug 13 23:02:24.575 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111612026-08-13T23:02:26.047ZAug 13 23:02:24.626 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111622026-08-13T23:02:26.097ZAug 13 23:02:24.676 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111632026-08-13T23:02:26.147ZAug 13 23:02:24.726 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111642026-08-13T23:02:26.200ZAug 13 23:02:24.780 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111652026-08-13T23:02:26.250ZAug 13 23:02:24.829 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111662026-08-13T23:02:26.304ZAug 13 23:02:24.883 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111672026-08-13T23:02:36.641ZAug 13 23:02:35.218 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
111682026-08-13T23:02:36.644ZAug 13 23:02:35.223 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
111692026-08-13T23:02:36.669ZAug 13 23:02:35.248 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
111702026-08-13T23:02:36.735ZAug 13 23:02:35.312 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111712026-08-13T23:02:36.788ZAug 13 23:02:35.367 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111722026-08-13T23:02:36.845ZAug 13 23:02:35.424 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111732026-08-13T23:02:36.910ZAug 13 23:02:35.488 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
111742026-08-13T23:02:36.919ZAug 13 23:02:35.494 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
111752026-08-13T23:02:36.939ZAug 13 23:02:35.518 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
111762026-08-13T23:02:38.777ZAug 13 23:02:37.356 INFO [tuf-repo] task succeeded (45.557606569s)
111772026-08-13T23:05:13.044Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
111782026-08-13T23:05:15.654ZAug 13 23:05:14.233 INFO [verify-libraries] process exited with exit status: 0 (432.241455353s)
111792026-08-13T23:05:15.654ZAug 13 23:05:14.233 INFO all jobs completed in 1456.038223606s
111802026-08-13T23:05:16.835Zprocess exited: duration 1676804 ms, exit code 0
 
111812026-08-13T23:05:16.861Zfound 41 output files
111822026-08-13T23:05:16.861Zuploading: /work/manifest.toml (17334 bytes)
111832026-08-13T23:05:17.879Zuploaded: /work/manifest.toml
111842026-08-13T23:05:17.879Zuploading: /work/repo.zip (3246013029 bytes)
111852026-08-13T23:05:59.733Zuploaded: /work/repo.zip
111862026-08-13T23:05:59.733Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111872026-08-13T23:06:00.798Zuploaded: /work/repo.zip.sha256.txt
111882026-08-13T23:06:00.798Zuploading: /work/helios.json (647 bytes)
111892026-08-13T23:06:01.811Zuploaded: /work/helios.json
111902026-08-13T23:06:01.812Zuploading: /work/incorporation.p5m (113590 bytes)
111912026-08-13T23:06:02.845Zuploaded: /work/incorporation.p5m
111922026-08-13T23:06:02.845Zuploading: /work/incorporation.p5p (133120 bytes)
111932026-08-13T23:06:03.862Zuploaded: /work/incorporation.p5p
111942026-08-13T23:06:03.862Zuploading: /work/helios-incorp.log (522 bytes)
111952026-08-13T23:06:04.872Zuploaded: /work/helios-incorp.log
111962026-08-13T23:06:04.872Zuploading: /work/helios-setup.log (56846 bytes)
111972026-08-13T23:06:05.884Zuploaded: /work/helios-setup.log
111982026-08-13T23:06:05.885Zuploading: /work/host-image.log (233350 bytes)
111992026-08-13T23:06:06.902Zuploaded: /work/host-image.log
112002026-08-13T23:06:06.902Zuploading: /work/host-package.log (33129 bytes)
112012026-08-13T23:06:07.914Zuploaded: /work/host-package.log
112022026-08-13T23:06:07.914Zuploading: /work/host-target.log (101 bytes)
112032026-08-13T23:06:08.927Zuploaded: /work/host-target.log
112042026-08-13T23:06:08.928Zuploading: /work/incorp-create.log (0 bytes)
112052026-08-13T23:06:09.936Zuploaded: /work/incorp-create.log
112062026-08-13T23:06:09.936Zuploading: /work/incorp-fmt.log (0 bytes)
112072026-08-13T23:06:10.945Zuploaded: /work/incorp-fmt.log
112082026-08-13T23:06:10.945Zuploading: /work/incorp-pkgsend.log (108 bytes)
112092026-08-13T23:06:11.956Zuploaded: /work/incorp-pkgsend.log
112102026-08-13T23:06:11.956Zuploading: /work/incorp-publisher.log (0 bytes)
112112026-08-13T23:06:12.964Zuploaded: /work/incorp-publisher.log
112122026-08-13T23:06:12.964Zuploading: /work/omicron-package.log (9950 bytes)
112132026-08-13T23:06:13.977Zuploaded: /work/omicron-package.log
112142026-08-13T23:06:13.977Zuploading: /work/recovery-image.log (590819 bytes)
112152026-08-13T23:06:14.998Zuploaded: /work/recovery-image.log
112162026-08-13T23:06:14.998Zuploading: /work/recovery-package.log (321 bytes)
112172026-08-13T23:06:16.007Zuploaded: /work/recovery-package.log
112182026-08-13T23:06:16.008Zuploading: /work/recovery-target.log (98 bytes)
112192026-08-13T23:06:17.017Zuploaded: /work/recovery-target.log
112202026-08-13T23:06:17.017Zuploading: /work/stamp-clickhouse.log (117 bytes)
112212026-08-13T23:06:18.026Zuploaded: /work/stamp-clickhouse.log
112222026-08-13T23:06:18.026Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112232026-08-13T23:06:19.036Zuploaded: /work/stamp-clickhouse_keeper.log
112242026-08-13T23:06:19.036Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112252026-08-13T23:06:20.046Zuploaded: /work/stamp-clickhouse_server.log
112262026-08-13T23:06:20.046Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112272026-08-13T23:06:21.055Zuploaded: /work/stamp-cockroachdb.log
112282026-08-13T23:06:21.055Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112292026-08-13T23:06:22.064Zuploaded: /work/stamp-crucible-pantry-zone.log
112302026-08-13T23:06:22.064Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112312026-08-13T23:06:23.073Zuploaded: /work/stamp-crucible-utils.log
112322026-08-13T23:06:23.073Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112332026-08-13T23:06:24.084Zuploaded: /work/stamp-crucible-zone.log
112342026-08-13T23:06:24.084Zuploading: /work/stamp-external-dns.log (119 bytes)
112352026-08-13T23:06:25.096Zuploaded: /work/stamp-external-dns.log
112362026-08-13T23:06:25.096Zuploading: /work/stamp-installinator.log (103 bytes)
112372026-08-13T23:06:26.106Zuploaded: /work/stamp-installinator.log
112382026-08-13T23:06:26.106Zuploading: /work/stamp-internal-dns.log (119 bytes)
112392026-08-13T23:06:27.115Zuploaded: /work/stamp-internal-dns.log
112402026-08-13T23:06:27.115Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112412026-08-13T23:06:28.124Zuploaded: /work/stamp-mg-ddm-gz.log
112422026-08-13T23:06:28.124Zuploading: /work/stamp-nexus.log (112 bytes)
112432026-08-13T23:06:29.135Zuploaded: /work/stamp-nexus.log
112442026-08-13T23:06:29.135Zuploading: /work/stamp-ntp.log (110 bytes)
112452026-08-13T23:06:30.148Zuploaded: /work/stamp-ntp.log
112462026-08-13T23:06:30.148Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112472026-08-13T23:06:31.161Zuploaded: /work/stamp-omicron-sled-agent.log
112482026-08-13T23:06:31.161Zuploading: /work/stamp-overlay.log (114 bytes)
112492026-08-13T23:06:32.172Zuploaded: /work/stamp-overlay.log
112502026-08-13T23:06:32.172Zuploading: /work/stamp-oximeter.log (115 bytes)
112512026-08-13T23:06:33.186Zuploaded: /work/stamp-oximeter.log
112522026-08-13T23:06:33.187Zuploading: /work/stamp-oxlog.log (109 bytes)
112532026-08-13T23:06:34.198Zuploaded: /work/stamp-oxlog.log
112542026-08-13T23:06:34.198Zuploading: /work/stamp-probe.log (112 bytes)
112552026-08-13T23:06:35.214Zuploaded: /work/stamp-probe.log
112562026-08-13T23:06:35.214Zuploading: /work/stamp-propolis-server.log (122 bytes)
112572026-08-13T23:06:36.226Zuploaded: /work/stamp-propolis-server.log
112582026-08-13T23:06:36.226Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112592026-08-13T23:06:37.238Zuploaded: /work/stamp-pumpkind-gz.log
112602026-08-13T23:06:37.238Zuploading: /work/stamp-switch-asic.log (118 bytes)
112612026-08-13T23:06:38.250Zuploaded: /work/stamp-switch-asic.log
112622026-08-13T23:06:38.250Zuploading: /work/verify-libraries.log (49524 bytes)
112632026-08-13T23:06:39.269Zuploaded: /work/verify-libraries.log